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 (13.10-0ubuntu4.1) trusty-proposed; urgency=low . * debian/patches/06_lp1308354.patch: - disable paste when the search entry is not visible (LP: 1308354) Author: Michael Vogt --- 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: http://bugs.debian.org/ Bug-Ubuntu: https://launchpad.net/bugs/ Forwarded: Reviewed-By: Last-Update: --- software-center-13.10.orig/softwarecenter/backend/installbackend_impl/aptd.py +++ software-center-13.10/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(