feat(profiles): improve dbus integration.
This commit is contained in:
parent
33a9b062ff
commit
d2a650f6c6
19 changed files with 77 additions and 66 deletions
|
|
@ -50,7 +50,7 @@ profile colord @{exec_path} flags=(attach_disconnected) {
|
|||
dbus receive bus=system path=/org/freedesktop/ColorManager/**
|
||||
interface=org.freedesktop.DBus.Properties
|
||||
member=GetAll
|
||||
peer=(name=:*, label=@{profile_name}),
|
||||
peer=(name=:*, label="{@{profile_name},gsd-color}"),
|
||||
|
||||
dbus bind bus=system
|
||||
name=org.freedesktop.ColorManager,
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ profile pulseaudio @{exec_path} {
|
|||
include <abstractions/base>
|
||||
include <abstractions/audio>
|
||||
include <abstractions/consoles>
|
||||
include <abstractions/dbus-gtk>
|
||||
include <abstractions/dbus-session-strict>
|
||||
include <abstractions/dbus-strict>
|
||||
include <abstractions/dconf-write>
|
||||
|
|
|
|||
|
|
@ -107,6 +107,16 @@ profile xdg-desktop-portal-gnome @{exec_path} {
|
|||
member=GetAll
|
||||
peer=(name=:*, label=gnome-shell),
|
||||
|
||||
dbus send bus=session path=/org/gtk/vfs/mounttracker
|
||||
interface=org.gtk.vfs.MountTracker
|
||||
member=ListMountableInfo
|
||||
peer=(name=:*, label=gvfsd),
|
||||
|
||||
dbus receive bus=session path=/org/freedesktop/portal/desktop
|
||||
interface=org.freedesktop.impl.portal.Settings
|
||||
member=Read
|
||||
peer=(name=:*, label=xdg-desktop-portal),
|
||||
|
||||
dbus receive bus=session path=/
|
||||
interface=org.freedesktop.DBus.Introspectable
|
||||
member=Introspect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue