Hi:
Just updated from Jaunty to Karmic and I noticed that I no longer get notifications about new updates. I have to check manually by either running apt-get update/upgrade, or running kpackagekit.
What program is supposed to be monitoring updates? Is it kpackagekit or update-notifier-kde? update-notifier-kde is running in the background when I log in. If I run update-notifier-kde -c, after a short delay I get:
Traceback (most recent call last):
File "/usr/bin/update-notifier-kde", line 168, in aptDirectoryChanged
result = apt_check.run()
File "/usr/lib/update-notifier/apt_check.py", line 84, in run
if options.security_updates_unattended:
AttributeError: 'NoneType' object has no attribute 'security_updates_unattended'
Just updated from Jaunty to Karmic and I noticed that I no longer get notifications about new updates. I have to check manually by either running apt-get update/upgrade, or running kpackagekit.
What program is supposed to be monitoring updates? Is it kpackagekit or update-notifier-kde? update-notifier-kde is running in the background when I log in. If I run update-notifier-kde -c, after a short delay I get:
Traceback (most recent call last):
File "/usr/bin/update-notifier-kde", line 168, in aptDirectoryChanged
result = apt_check.run()
File "/usr/lib/update-notifier/apt_check.py", line 84, in run
if options.security_updates_unattended:
AttributeError: 'NoneType' object has no attribute 'security_updates_unattended'
Comment