On 06/24/2017 02:30 AM, Jérôme M. Berger wrote:
On 06/23/2017 10:58 PM, David Rosenstrauch wrote:
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
Why does it say that it is waiting for org.*kde*.knotifications and not
org.freedesktop.Notifications? I'm betting there is some kind of
configuration conflict between knotifyd and xfce-notifyd. I would grep
for those two strings inside /usr/share/dbus-1/services to check if
there is not a stale service file causing the trouble.
Jerome
My guess is because I have many KDE packages installed, even though I'm
not running KDE. (My DE is XFCE.)
I did that grep, but didn't see anything suspicious:
[darose@darosedm services]$ find . -type f | xargs grep notify
./org.kde.knotify.service:Name=org.kde.knotify
./org.kde.knotify.service:Exec=/usr/bin/knotify4
./org.xfce.xfce4-notifyd.Notifications.service:Exec=/usr/lib/xfce4/notifyd/xfce4-notifyd
./org.xfce.xfce4-notifyd.Notifications.service:SystemdService=xfce4-notifyd.service
Thanks,
DR