*** 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
*** 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
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:
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
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