mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix a warning in snap build
Looks like having gsettings in global plugs is no more valid
This commit is contained in:
parent
63cc462b06
commit
44c9cfc36b
1 changed files with 1 additions and 1 deletions
|
@ -28,6 +28,7 @@ apps:
|
||||||
- camera
|
- camera
|
||||||
- desktop
|
- desktop
|
||||||
- desktop-legacy
|
- desktop-legacy
|
||||||
|
- gsettings
|
||||||
- hardware-observe
|
- hardware-observe
|
||||||
- home
|
- home
|
||||||
- network
|
- network
|
||||||
|
@ -53,7 +54,6 @@ plugs:
|
||||||
mount-host-font-cache: false
|
mount-host-font-cache: false
|
||||||
# Support for common GTK themes
|
# Support for common GTK themes
|
||||||
# https://forum.snapcraft.io/t/how-to-use-the-system-gtk-theme-via-the-gtk-common-themes-snap/6235
|
# https://forum.snapcraft.io/t/how-to-use-the-system-gtk-theme-via-the-gtk-common-themes-snap/6235
|
||||||
gsettings:
|
|
||||||
gtk-3-themes:
|
gtk-3-themes:
|
||||||
interface: content
|
interface: content
|
||||||
target: $SNAP/data-dir/themes
|
target: $SNAP/data-dir/themes
|
||||||
|
|
Loading…
Add table
Reference in a new issue