Summary: | x11-misc/notification-daemon: org.freedesktop.Notifications was not provided by any .service files (?) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Rick Farina (Zero_Chaos) <zerochaos> |
Component: | Current packages | Assignee: | Freedesktop bugs <freedesktop-bugs> |
Status: | RESOLVED INVALID | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | autobuilds | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Rick Farina (Zero_Chaos)
2014-05-05 10:09:25 UTC
FTR, I made Rick install xfce-notifyd and it solved the issue of nm-applet so it seems for some reason notification-daemon does not comply to the notification spec when installed with USE=-gnome. Maybe it is not being autostarted as mandated by the spec ? I can't verify. Installed notification-daemon-0.7.6 which installed: $ qlist notification-daemon /usr/share/applications/notification-daemon.desktop /usr/share/dbus-1/services/org.freedesktop.Notifications.service Followed by: $ notify-send foobar Followed by `xprop` to check it's notification-daemon that displayed the notification properly: $ xprop [ snip ... ] WM_CLASS(STRING) = "notification-daemon", "Notification-daemon" [ ... snip ] (Mouse pointer pointed to the just displayed notification) So even if the "Settings > Session and Startup > ..." doesn't make use of the notification-daemon.desktop for autostarting it during Xfce start, the dbus initialization should automatically display it anyway because we install the Gentoo -specific org.freedesktop.Notifications.service file (the file is created from the ebuild) I suspect Rick has more wide ranging issues with sys-apps/dbus, perhaps more restarting is required after an dbus upgrade, or perhaps glib or dbus-glib (or both) needs an rebuild? Just a wild guess. (In reply to Gilles Dartiguelongue from comment #1) > FTR, I made Rick install xfce-notifyd and it solved the issue of nm-applet > so it seems for some reason notification-daemon does not comply to the > notification spec when installed with USE=-gnome. Maybe it is not being > autostarted as mandated by the spec ? What USE='gnome'? I don't see one anywhere. And no, notification-daemon installs has both, the internal org.freedesktop.Notifications and the external org.freedesktop.Notifications through the .service file, so that's not it. (In reply to Samuli Suominen from comment #4) > (In reply to Gilles Dartiguelongue from comment #1) > > FTR, I made Rick install xfce-notifyd and it solved the issue of nm-applet > > so it seems for some reason notification-daemon does not comply to the > > notification spec when installed with USE=-gnome. Maybe it is not being > > autostarted as mandated by the spec ? > > What USE='gnome'? I don't see one anywhere. > it's on the virtual (In reply to Samuli Suominen from comment #3) > I suspect Rick has more wide ranging issues with sys-apps/dbus, perhaps more > restarting is required after an dbus upgrade, or perhaps glib or dbus-glib > (or both) needs an rebuild? Just a wild guess. If the xfce maintainer can't replicate this bug than I'm fine with admitting there may have been a dbus issue on my end or for some crazy reason the first "/etc/init.d/dbus reload" simply didn't do the job right. I saw NO reason for this to occur at all, and since it can't be replicated I'm good with closing invalid. If anyone disagrees with that feel free to reopen. Thanks for the attempted verification. |