| Summary: | org.kde.plasma.Notifications.service conflicts with org.xfce.xfce4-notifyd.Notifications.service | ||
|---|---|---|---|
| Product: | [Plasma] plasmashell | Reporter: | David Rosenstrauch <darose> | 
| Component: | general | Assignee: | David Edmundson <kde> | 
| Status: | RESOLVED INTENTIONAL | ||
| Severity: | normal | CC: | akostadinov, bshah, plasma-bugs-null, simonandric5 | 
| Priority: | NOR | ||
| Version First Reported In: | 5.10.0 | ||
| Target Milestone: | 1.0 | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| 
 
        
          Description
        
        
          David Rosenstrauch
        
        
        
        
          2017-06-26 18:16:09 UTC
        
       
    Sorry - forgot to include the error message that DBus gives: Jun 23 16:55:27 darosedm dbus-daemon[723]: Activating service name='org.freedesktop.Notifications' Jun 23 16:56:27 darosedm plasma_waitforname[1988]: org.kde.knotifications: WaitForName: Service was not registered within timeout Jun 23 16:56:27 darosedm dbus-daemon[723]: Activated service 'org.freedesktop.Notifications' failed: Process org.freedesktop.Notifications exited with status 1 The correct functioning looks like so: Jun 26 12:19:31 darosedm dbus-daemon[640]: Activating via systemd: service name='org.freedesktop.Notifications' unit='xfce4-notifyd.service' Jun 26 12:19:31 darosedm systemd[614]: Starting XFCE notifications service... Jun 26 12:19:31 darosedm dbus-daemon[640]: Successfully activated service 'org.freedesktop.Notifications' Jun 26 12:19:31 darosedm systemd[614]: Started XFCE notifications service. There is a proposed fix in newer DBus where we will copy service files into /run somewhere and have this solvable per session. Till then DBus activation with two desktops is a slighlty rubbish area and there is no good fix. You can solve it by autostarting xfce-notifyd with your session also you can override .service files in your ~/.local/share. Where is this D-Bus upstream proposal for a fix? After 2 years and a half this still continues to be the same problem.  |