I got new error messages after updating dbus
and installing dbus-broker-units
(Do not worry, they are harmless. You can ignore them)
$ journalctl --no-pager -p 3 -b -3 --output=cat
Ignoring duplicate name 'org.freedesktop.Notifications' in service file '/usr/share//dbus-1/services/org.knopwob.dunst.service'
Ignoring duplicate name 'org.freedesktop.Notifications' in service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service'
Ignoring duplicate name 'org.freedesktop.Notifications' in service file '/usr/share//dbus-1/services/org.knopwob.dunst.service'
A possible solution for KDE users:
- Remove all duplicate files for example: You do not need
org.knopwob.dunst.service
$ sudo rm /usr/share/dbus-1/services/org.knopwob.dunst.service
However, when you update dunst
, this file will be overwritten again. You can add it to NoExtract to not overwrite it, if you want. But I would not do that for some reason.
- But I got an error message:
Ignoring duplicate name 'org.freedesktop.Notifications' in service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service'
This error message is related to fixing the old issue of KDE notification
Just remove the file ~/.local/share/dbus-1/services/org.kde.plasma.Notifications.service
in the home directory.
- Reboot. Done, no more error message.