On 15 August 2012 13:30, Daniel Hartwig <[email protected]> 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. _______________________________________________ Aptitude-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/aptitude-devel

