feat(profile): ensure compatibility with userspace tools.
This commit is contained in:
parent
603491a02e
commit
23312c1640
23 changed files with 23 additions and 135 deletions
|
|
@ -229,7 +229,7 @@ profile gnome-shell @{exec_path} flags=(attach_disconnected) {
|
|||
member={GetAll,GetResources,Set}
|
||||
peer=(name=:*, label="{gsd-power,gsd-color,xdg-desktop-portal-*}"),
|
||||
|
||||
dbus receive bus=session path={/org/gnome/Shell/Screenshot,/org/gnome/Shell/Introspect,/org/gtk/Notifications,/org/gnome/Mutter/RemoteDesktop,/org/gnome/Mutter/ScreenCast}
|
||||
dbus receive bus=session path=/org/{gnome/Shell/Screenshot,gnome/Shell/Introspect,gtk/Notifications,gnome/Mutter/RemoteDesktop,gnome/Mutter/ScreenCast}
|
||||
interface=org.freedesktop.DBus.Properties
|
||||
member=GetAll
|
||||
peer=(name=:* label=xdg-desktop-portal-*),
|
||||
|
|
@ -334,7 +334,7 @@ profile gnome-shell @{exec_path} flags=(attach_disconnected) {
|
|||
member=Introspect
|
||||
peer=(name=:*), # all paths and peer's labels
|
||||
|
||||
dbus receive bus=session path={/,/org,/StatusNotifierWatcher}
|
||||
dbus receive bus=session path=/{,org,StatusNotifierWatcher}
|
||||
interface=org.freedesktop.DBus.Introspectable
|
||||
member=Introspect
|
||||
peer=(name=:*, label=gnome-shell), # itself
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue