Fix librewolf native integrations
parent
1b3fa5e377
commit
c251449375
@ -1,2 +1,5 @@
|
||||
# Allow RO access to data
|
||||
include ro-common.inc
|
||||
|
||||
# Enable notifications
|
||||
dbus-user.talk org.freedesktop.Notifications
|
||||
|
@ -0,0 +1,16 @@
|
||||
# Enable notifications
|
||||
dbus-user.talk org.freedesktop.Notifications
|
||||
|
||||
# Allow inhibiting screensavers
|
||||
dbus-user.talk org.freedesktop.ScreenSaver
|
||||
|
||||
# Enable plasma browser integration
|
||||
dbus-user.own org.mpris.MediaPlayer2.plasma-browser-integration
|
||||
dbus-user.talk org.kde.JobViewServer
|
||||
dbus-user.talk org.kde.kuiserver
|
||||
|
||||
# Enable wayland screensharing
|
||||
dbus-user.talk org.freedesktop.portal.Desktop
|
||||
|
||||
# Allow RO access to data
|
||||
include ro-common.inc
|
@ -1,2 +1,5 @@
|
||||
# Allow RO access to data
|
||||
include ro-common.inc
|
||||
|
||||
# Enable notifications
|
||||
dbus-user.talk org.freedesktop.Notifications
|
||||
|
Loading…
Reference in New Issue