emersion / mako

A lightweight Wayland notification daemon
https://wayland.emersion.fr/mako
MIT License
2.26k stars 139 forks source link

dbus-broker-launch warning #429

Open rhubinak opened 2 years ago

rhubinak commented 2 years ago

Harmless warning on startup coming from dbus-broker-launch:

Jun 12 11:22:00 laptop dbus-broker-launch[4201]: Service file '/usr/share//dbus-1/services/fr.emersion.mako.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.

Probably can be resolved by changing the service filename or "Name" value:

cat /usr/share//dbus-1/services/fr.emersion.mako.service
[D-BUS Service]
Name=org.freedesktop.Notifications
Exec=/usr/bin/mako
SystemdService=mako.service

Environment: Fedora 36 mako-1.6-3.fc36.x86_64 dbus-broker-31-1.fc36.x86_64

uname -r
5.17.13-300.fc36.x86_64
emersion commented 2 years ago

We can't change the filename, that would conflict with other notification daemons.

We already set Name: https://github.com/emersion/mako/blob/master/fr.emersion.mako.service.in#L2