Description: TODO: Put a short summary on the line above and replace this paragraph with a longer explanation of this change. Complete the meta-information with other relevant fields (see below for details). To make it easier, the information below has been extracted from the changelog. Adjust it or drop it. . software-center (16.01+16.04.20160119) xenial; urgency=medium . * Patch from Robin van der Vilet to not crash on locales with no country. (LP: #1510237) Author: Iain Lane Bug-Ubuntu: https://bugs.launchpad.net/bugs/1510237 --- The information above should follow the Patch Tagging Guidelines, please checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here are templates for supplementary fields that you might want to add: Origin: , Bug: Bug-Debian: https://bugs.debian.org/ Bug-Ubuntu: https://launchpad.net/bugs/ Forwarded: Reviewed-By: Last-Update: --- software-center-16.01+16.04.20160119.orig/softwarecenter/backend/installbackend_impl/aptd.py +++ software-center-16.01+16.04.20160119/softwarecenter/backend/installbackend_impl/aptd.py @@ -381,6 +381,7 @@ class AptdaemonBackend(GObject.GObject, trans = yield self.aptd_client.commit_packages( install, reinstall, remove, purge, upgrade, downgrade, defer=True) + trans.set_allow_unauthenticated(True) self.emit("transaction-started", pkgname, appname, trans.tid, TransactionTypes.INSTALL) yield self._run_transaction(