diff options
author | 2022-03-30 13:24:32 +0530 | |
---|---|---|
committer | 2022-03-30 13:24:32 +0530 | |
commit | f2b06da655529c16f12784a897078ccf42f6e90a (patch) | |
tree | 66bd939eb3ed60010d1bca1fe900046d2a2c130b | |
parent | ed5f760bf4c4126d0f5c64bb4a0cba75c963fb9b (diff) | |
download | whatsie-f2b06da655529c16f12784a897078ccf42f6e90a.tar.gz whatsie-f2b06da655529c16f12784a897078ccf42f6e90a.zip |
fix(snap): supress warnings
- ATK Bridge warnings
-rw-r--r-- | snap/snapcraft.yaml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 23850cb..ef7919e 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -33,6 +33,7 @@ apps: XDG_CURRENT_DESKTOP: $XDG_CURRENT_DESKTOP:Unity:Unity7 LANG: en_US.UTF-8 # issue 7,21 QT_QPA_PLATFORMTHEME: gtk3 + NO_AT_BRIDGE: 1 #delay ATK Bridge initialization desktop: usr/share/applications/whatsie.desktop plugs: - browser-support @@ -50,9 +51,9 @@ apps: - x11 - network - wayland - - hardware-observe #might help geoclue & qtpositioning - - network-observe #might help geoclue & qtpositioning - - network-bind #might help geoclue & qtpositioning + - hardware-observe # to assist geoclue & qtpositioning + - network-observe # to assistgeoclue & qtpositioning + - network-bind # to assistgeoclue & qtpositioning plugs: gsettings: |