I had this problem when updating to Kubuntu 10.10. I did install 
gnome-icon-theme and tango-icon-theme.
However, the problem persisted.
My full error message:

nm-applet 
** Message: applet now removed from the notification area
** (nm-applet:4095): DEBUG: old state indicates that this was not a disconnect 0

** (nm-applet:4095): WARNING **: Fallback icon 'gtk-dialog-error' missing: (0) 
Icon 'gtk-dialog-error' not present in theme
**
ERROR:applet.c:2932:nma_icons_reload: assertion failed: (applet->fallback_icon)
Aborted

Using strace i found, that it was trying to find gtk-dialog-error in
hicolor theme and it was not available in /usr/share/icons/hicolor.

My ugly workaround:

As root user do:

cd /usr/share/icons/Tango/
find . -iname "gtk-dialog-error*" | while read i ; do echo $i; cp $i 
../hicolor/$i; done
gtk-update-icon-cache -f /usr/share/icons/hicolor/

After this nm-applet was able to find gtk-dialog-error in hicolor theme.

-- 
network-manager-gnome does not depend on gnome-icon-theme
https://bugs.launchpad.net/bugs/416341
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to