From 3e37daf23626daefb2c53b5ff508cdc0bd3098b2 Mon Sep 17 00:00:00 2001 From: Sara Safavi Date: Fri, 16 Aug 2024 10:07:46 -0500 Subject: [PATCH] add 'desktop' to snapcraft plugs (#5057) Co-authored-by: Sara Safavi Co-authored-by: Bernd Schoolmann --- apps/cli/stores/snap/snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/cli/stores/snap/snapcraft.yaml b/apps/cli/stores/snap/snapcraft.yaml index c79d8fc399..adb35a66b1 100644 --- a/apps/cli/stores/snap/snapcraft.yaml +++ b/apps/cli/stores/snap/snapcraft.yaml @@ -35,7 +35,7 @@ apps: command: bw environment: XDG_CONFIG_HOME: $SNAP_USER_DATA - plugs: [network, network-bind] + plugs: [network, network-bind, desktop] parts: bw: plugin: dump