diff options
author | 2021-04-05 02:14:17 +0530 | |
---|---|---|
committer | 2021-04-05 02:14:17 +0530 | |
commit | 03576d577f9aa691df207a559e840c6f27d86e88 (patch) | |
tree | 1af93523f92cb59816f45ef0d5692364da2d1be7 | |
parent | 9ea334d08f42f3c362e86499dc3c0ed658bb428c (diff) | |
download | whatsie-03576d577f9aa691df207a559e840c6f27d86e88.tar.gz whatsie-03576d577f9aa691df207a559e840c6f27d86e88.zip |
updated snapcraft to enable browser support and other important plugs.
Diffstat (limited to '')
-rw-r--r-- | snap/snapcraft.yaml | 26 | ||||
-rwxr-xr-x | snap_launcher/bin/whatsie | bin | 1121192 -> 1121192 bytes |
2 files changed, 19 insertions, 7 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 667a264..ad4a0e1 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -19,17 +19,29 @@ apps: DISABLE_WAYLAND: 1 desktop: usr/share/applications/whatsie.desktop plugs: + - avahi-observe + - browser-support + - camera + - desktop + - desktop-legacy + - gsettings - home - - unity7 - - network - opengl - - x11 - - alsa - audio-playback - - desktop - - gsettings + - audio-record + - removable-media + - screen-inhibit-control + - u2f-devices + - unity7 + - upower-observe + - x11 + - hostname-control + - mount-observe + - network + - network-control + - network-observe + - network-bind - wayland - - desktop-legacy plugs: gsettings: gtk-3-themes: diff --git a/snap_launcher/bin/whatsie b/snap_launcher/bin/whatsie Binary files differindex 7206fa6..b2b6b5a 100755 --- a/snap_launcher/bin/whatsie +++ b/snap_launcher/bin/whatsie |