feat(dbus): start using the new dbus directive.
This commit is contained in:
parent
e2682b3072
commit
ca85373e3a
34 changed files with 51 additions and 129 deletions
|
|
@ -21,10 +21,10 @@ profile gsd-print-notifications @{exec_path} flags=(attach_disconnected) {
|
|||
signal (receive) set=(term, hup) peer=gdm*,
|
||||
signal (send) set=(hup) peer=gsd-printer,
|
||||
|
||||
dbus bind bus=session name=org.gnome.SettingsDaemon.PrintNotifications,
|
||||
# dbus: own bus=session name=org.gnome.SettingsDaemon.PrintNotifications
|
||||
|
||||
dbus receive bus=system path=/org/cups/cupsd/Notifier
|
||||
interface=org.cups.cupsd.Notifier,
|
||||
# dbus receive bus=system path=/org/cups/cupsd/Notifier
|
||||
# interface=org.cups.cupsd.Notifier,
|
||||
|
||||
dbus receive bus=session
|
||||
interface=org.freedesktop.DBus.Introspectable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue