feat(profile): improve dbus rule in chromium based profiles.
This commit is contained in:
parent
ad960d477b
commit
f5ac8cd4a1
7 changed files with 40 additions and 23 deletions
|
|
@ -20,6 +20,8 @@ profile brave @{exec_path} {
|
|||
|
||||
unix (send, receive) type=stream peer=(label=brave-crashpad-handler),
|
||||
|
||||
#aa:dbus own bus=session name=org.mpris.MediaPlayer2.brave path=/org/mpris/MediaPlayer2
|
||||
|
||||
@{exec_path} mrix,
|
||||
|
||||
@{bin}/man rPUx, # For "brave --help"
|
||||
|
|
|
|||
|
|
@ -18,6 +18,8 @@ profile chrome @{exec_path} {
|
|||
include <abstractions/base>
|
||||
include <abstractions/app/chromium>
|
||||
|
||||
#aa:dbus own bus=session name=org.mpris.MediaPlayer2.chrome path=/org/mpris/MediaPlayer2
|
||||
|
||||
@{exec_path} mrix,
|
||||
|
||||
@{bin}/man rPUx, # For "chrome --help"
|
||||
|
|
|
|||
|
|
@ -18,6 +18,8 @@ profile chromium @{exec_path} {
|
|||
include <abstractions/base>
|
||||
include <abstractions/app/chromium>
|
||||
|
||||
#aa:dbus own bus=session name=org.mpris.MediaPlayer2.chromium path=/org/mpris/MediaPlayer2
|
||||
|
||||
@{exec_path} mrix,
|
||||
|
||||
include if exists <local/chromium>
|
||||
|
|
|
|||
|
|
@ -18,6 +18,8 @@ profile msedge @{exec_path} {
|
|||
include <abstractions/base>
|
||||
include <abstractions/app/chromium>
|
||||
|
||||
#aa:dbus own bus=session name=org.mpris.MediaPlayer2.msedge path=/org/mpris/MediaPlayer2
|
||||
|
||||
@{exec_path} mrix,
|
||||
|
||||
@{bin}/man rPUx, # For "chrome --help"
|
||||
|
|
|
|||
|
|
@ -18,6 +18,8 @@ profile opera @{exec_path} {
|
|||
include <abstractions/base>
|
||||
include <abstractions/app/chromium>
|
||||
|
||||
#aa:dbus own bus=session name=org.mpris.MediaPlayer2.opera path=/org/mpris/MediaPlayer2
|
||||
|
||||
@{exec_path} mrix,
|
||||
|
||||
@{lib_dirs}/opera_autoupdate krix,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue