Default to session autostart instead of DBus (Fixes #27)
Previously notifyd was started over DBus when the first notification got sent, so in theory it could refrain from running during the whole session if no notifications were sent. This behavior is sort of nice, but has a few backdraws. 1) The first notification may show up a little laggy because of starting up the daemon. 2) Other notification services (e.g. KDE's) may be started ahead of notifyd and occupy the DBus name, hindering notifyd from starting up so users may end up not seeing notifications.
-
mentioned in issue #35 (closed)
-
mentioned in issue #99 (closed)
-
mentioned in issue #112 (closed)
-
mentioned in merge request !64 (merged)
Please register or sign in to comment