GNOME Bugzilla – Bug 421080
fusa-applet triggers bug-buddy if gdm is not running
Last modified: 2008-11-09 18:24:04 UTC
When logging in using startx, you get both a bug-buddy dialog, and the panel complaining about the applet crashing. Just exit(1) instead of g_error() if gdm is not found would get rid of the bug-buddy dialog, but the panel would still complain. The best is probably to do what nm-applet does, and keep the bonobo server running, but just return NULL from the factory callback if gdm is not found.
Should probably also do something similar if GDM says you aren't on an attached display.
Created attachment 85361 [details] [review] a patch
Hello Mr Maintainer, I'm pinging you, just to review the patches; Thanks a lot -- This message was brought to you by the Bugsquad team ©
no interest in this anymore, as fusa has been obsoleted by gdm-user-switch-applet