fix[x11]: crash in gpu process with software compositor (#216661)

* fix[x11]: crash in gpu process with software compositor

* chore: bump distro
This commit is contained in:
Robo
2024-06-20 14:02:04 +09:00
committed by GitHub
parent 6afc1c2793
commit 4b19907cc8
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -261,4 +261,4 @@ fi
wait_for_async_execs
exec "$@" "--no-sandbox"
exec "$@"
+2 -2
View File
@@ -77,8 +77,8 @@ parts:
apps:
@@NAME@@:
command: electron-launch $SNAP/usr/share/@@NAME@@/bin/@@NAME@@
command: electron-launch $SNAP/usr/share/@@NAME@@/bin/@@NAME@@ --no-sandbox
common-id: @@NAME@@.desktop
url-handler:
command: electron-launch $SNAP/usr/share/@@NAME@@/bin/@@NAME@@ --open-url
command: electron-launch $SNAP/usr/share/@@NAME@@/bin/@@NAME@@ --open-url --no-sandbox