On 15 August 2012 13:30, Daniel Hartwig <mand...@gmail.com> wrote: > There seems to be a bug in aptdaemon, worker.py: > > def _mark_packages_for_upgrade(self, packages, resolver): > """Mark packages for upgrade.""" > > pkg.mark_install(False, True, pkg.is_auto_installed)
Er, yes. The third argument of mark_install is from_user, not sure whether pkg.is_auto_installed is right to use there since this will mark all upgrades as manually-installed. I see that python-apt has mark_upgrade, which sets from_user to 'not pkg.is_auto_installed'. If that is right though, then the xfce update applet should rather use role-upgrade-system instead of -commit-packages. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org