GNOME Bugzilla – Bug 748511
[PATCH] applet: don't crash if an agent is already registered
Last modified: 2015-04-28 10:36:21 UTC
Created attachment 302414 [details] applet: don't crash if an agent is already registered GNOME 3.16 makes it possible to run the legacy applets again, making it possible to develop & debug the applet there. Unfortunately, we crash -- GNOME registers its own secret agent. Moreover the error handling in libnm (as of post-1.0 master) is broken. A separate commit to daemon will address that. For now let's just avoid crashing and produce a warning message. --- src/applet.c | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-)
LGTM
b458df8 applet: don't crash if an agent is already registered