mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Add mpris permission for snap
This commit is contained in:
parent
85ac983a27
commit
d2f57b72c3
1 changed files with 7 additions and 0 deletions
|
@ -39,6 +39,8 @@ apps:
|
||||||
- unity7
|
- unity7
|
||||||
- wayland
|
- wayland
|
||||||
- x11
|
- x11
|
||||||
|
slots:
|
||||||
|
- tdesktop-mpris
|
||||||
|
|
||||||
plugs:
|
plugs:
|
||||||
# Support for common GTK themes
|
# Support for common GTK themes
|
||||||
|
@ -57,6 +59,11 @@ plugs:
|
||||||
target: $SNAP/data-dir/sounds
|
target: $SNAP/data-dir/sounds
|
||||||
default-provider: gtk-common-themes
|
default-provider: gtk-common-themes
|
||||||
|
|
||||||
|
slots:
|
||||||
|
tdesktop-mpris:
|
||||||
|
interface: mpris
|
||||||
|
name: tdesktop
|
||||||
|
|
||||||
layout:
|
layout:
|
||||||
/usr/share/alsa:
|
/usr/share/alsa:
|
||||||
bind: $SNAP/usr/share/alsa
|
bind: $SNAP/usr/share/alsa
|
||||||
|
|
Loading…
Add table
Reference in a new issue