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 642377 - don't use activation to start
don't use activation to start
Status: RESOLVED FIXED
Product: notification-daemon
Classification: Other
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: William Jon McCann
Depends on: 642414
Blocks: 642378
 
 
Reported: 2011-02-15 14:20 UTC by Matthias Clasen
Modified: 2011-02-16 16:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (2.32 KB, patch)
2011-02-15 14:55 UTC, Matthias Clasen
none Details | Review

Description Matthias Clasen 2011-02-15 14:20:21 UTC
when we let bus activation start notification-daemon, there is a race condition where a notification early in the session may start notification-daemon before gnome-shell can take the name. 

I think we should

a) not let notification-daemon be bus activated

b) make it a required component of the fallback session

c) for that, we need to have a desktop file for it
Comment 1 Matthias Clasen 2011-02-15 14:55:05 UTC
Created attachment 180895 [details] [review]
patch
Comment 2 Matthias Clasen 2011-02-15 17:18:20 UTC
Jon points out that the required component might be problematic because the
notification daemon currently exits after 30 seconds and relies on being
activated for each notification.