GNOME Bugzilla – Bug 325867
goobox shouldn't die if libnotify couldn't be initialized
Last modified: 2006-01-05 16:01:33 UTC
Currently if a libnotify-enabled goobox tries to initialize libnotify and fails (e.g. problems with the D-BUS interface) it dies. This is in my opinion unneeded since the core-functionality of goobox is still working and independend of libnotify.
Created attachment 56811 [details] [review] patch making libnotify-init-errors nonfatal This patch makes errors from libnotify-init non-fatal.
patch applied to CVS, thank you.