After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 325867 - goobox shouldn't die if libnotify couldn't be initialized
goobox shouldn't die if libnotify couldn't be initialized
Status: RESOLVED FIXED
Product: goobox
Classification: Other
Component: player
0.9.x
Other Linux
: Normal minor
: ---
Assigned To: Goobox Maintainers
Goobox Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-01-05 14:13 UTC by Felix Riemann
Modified: 2006-01-05 16:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch making libnotify-init-errors nonfatal (801 bytes, patch)
2006-01-05 14:18 UTC, Felix Riemann
none Details | Review

Description Felix Riemann 2006-01-05 14:13:54 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.
Comment 1 Felix Riemann 2006-01-05 14:18:21 UTC
Created attachment 56811 [details] [review]
patch making libnotify-init-errors nonfatal

This patch makes errors from libnotify-init non-fatal.
Comment 2 Paolo Bacchilega 2006-01-05 16:01:33 UTC
patch applied to CVS, thank you.