在 2013-5-4,下午16:49,David Benfell <benfell@xxxxxxxxxxxxxxxxx> 写道: >> The notification daemon listens on D-Bus session bus at service >> org.freedesktop.Notifications, object >> /org/freedesktop/Notifications. Find out the process providing >> this service, and decide for yourself whether it's safe to disable >> it. >> > If I understand correctly from prowling around the web, this is > located somewhere in the /usr/share/dbus-1 directory. But I see no > such file. The only thing I found that even includes the the text > 'notif' is: > > n4rky% find /usr/share/dbus-1 -name '*Notification*' > /usr/share/dbus-1/services/org.gnome.panel.applet.NotificationAreaAppletFactory.service > n4rky% > > Is this it? Services can be exported without static service files, as long as they don't need to be started by D-Bus on demand. Most freedesktop notification daemons doesn't have a static service file. You can use gdbus introspect --session … to view your session bus.