feat(profile): add some missing dbus own definition.
This commit is contained in:
parent
a6d263d304
commit
bdeb62d17d
23 changed files with 49 additions and 43 deletions
|
|
@ -10,6 +10,9 @@ include <tunables/global>
|
|||
@{exec_path} = @{lib}/{,colord/}colord-session
|
||||
profile colord-session @{exec_path} {
|
||||
include <abstractions/base>
|
||||
include <abstractions/bus-session>
|
||||
|
||||
# dbus: own bus=session name=org.freedesktop.ColorHelper
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
|
|
|
|||
|
|
@ -14,6 +14,8 @@ profile iio-sensor-proxy @{exec_path} {
|
|||
|
||||
network netlink raw,
|
||||
|
||||
# dbus: own bus=system name=net.hadess.SensorProxy
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
@{run}/udev/data/+platform:* r,
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ profile xdg-desktop-portal-gnome @{exec_path} {
|
|||
|
||||
signal (receive) set=term peer=gdm,
|
||||
|
||||
dbus bind bus=session name=org.freedesktop.impl.portal.desktop.gnome,
|
||||
# dbus: own bus=session name=org.freedesktop.impl.portal.desktop.gnome
|
||||
|
||||
dbus send bus=session path=/org/gnome/Shell/Screenshot
|
||||
interface=org.freedesktop.DBus.Properties
|
||||
|
|
|
|||
|
|
@ -31,7 +31,8 @@ profile xdg-desktop-portal-gtk @{exec_path} {
|
|||
|
||||
unix (send, receive, connect) type=stream peer=(addr="@/tmp/.X11-unix/*", label=gnome-shell),
|
||||
|
||||
dbus bind bus=session name=org.freedesktop.impl.portal.desktop.gtk,
|
||||
# dbus: own bus=session name=org.freedesktop.impl.portal.desktop.gtk
|
||||
|
||||
dbus receive bus=session path=/org/freedesktop/portal/desktop
|
||||
interface=org.freedesktop.impl.portal.Settings
|
||||
peer=(name=:*),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue