[Bug 987965] Re: notifier 'Failure to download extra data' every kubuntu 12.04 restart

2012-06-06 Thread jifg
*** This bug is a duplicate of bug 982032 *** https://bugs.launchpad.net/bugs/982032 It seems that flashplugin-installer tries to download a file that is not available in the repository: $ sudo /usr/lib/update-notifier/package-data-downloader flashplugin-installer: downloading http://archive

[Bug 994584] Re: Failure to download extra data files

2012-05-20 Thread jifg
*** This bug is a duplicate of bug 993672 *** https://bugs.launchpad.net/bugs/993672 In my case, if I press button "execute action now", I can see a console trying to download file: http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_11.2.202.233.orig.tar.gz Howeve

[Bug 649809] Re: the session settings manager can try starting before the login screen one exits

2011-08-10 Thread jifg
Jon, please try to remove the -w. I'm currently using: killall -9 -u gdm gnome-settings-daemon and it's working for me all the time. Cheers. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/649809 Title:

[Bug 649809] Re: the session settings manager can try starting before the login screen one exits

2011-07-22 Thread jifg
The workaround is not working always. A better workaround is to leave /etc/xdg/autostart/gnome-settings-daemon.desktop untouched but change /etc/gdm/PreSession/Default in order to assert that gnome-settings-daemon from user gdm is killed, adding as the last line killall -9 -w -u gdm gnome-settings

[Bug 649809] Re: the session settings manager can try starting before the login screen one exits

2011-07-22 Thread jifg
This workaround works for me (VirtualBox): try to replace "sleep 2" by "killall gnome-settings-daemon" to avoid waiting. This way: /etc/xdg/autostart/gnome-settings-daemon.desktop Exec=bash -c "killall gnome-settings-daemon ; /usr/lib/gnome-settings-daemon/gnome-settings-daemon" The system shoul