File tree 1 file changed +2
-5
lines changed
1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 27
27
- gnome
28
28
plugin : dump
29
29
source : .
30
- override-build : |
31
- snapcraftctl build
32
- chmod 4755 $SNAPCRAFT_PART_INSTALL/usr/share/@@NAME@@/chrome-sandbox
33
30
stage-packages :
34
31
- ibus-gtk3
35
32
- fcitx-frontend-gtk3
@@ -58,14 +55,14 @@ parts:
58
55
59
56
apps :
60
57
@@NAME@@:
61
- command : electron-launch $SNAP/usr/share/@@NAME@@/bin/@@NAME@@
58
+ command : electron-launch $SNAP/usr/share/@@NAME@@/bin/@@NAME@@ --no-sandbox
62
59
common-id : @@NAME@@.desktop
63
60
environment :
64
61
DISABLE_WAYLAND : 1
65
62
GSETTINGS_SCHEMA_DIR : $SNAP/usr/share/glib-2.0/schemas
66
63
67
64
url-handler :
68
- command : electron-launch $SNAP/usr/share/@@NAME@@/bin/@@NAME@@ --open-url
65
+ command : electron-launch $SNAP/usr/share/@@NAME@@/bin/@@NAME@@ --open-url --no-sandbox
69
66
environment :
70
67
DISABLE_WAYLAND : 1
71
68
GSETTINGS_SCHEMA_DIR : $SNAP/usr/share/glib-2.0/schemas
You can’t perform that action at this time.
0 commit comments