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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
disturl "https://electronjs.org/headers"
target "29.4.0"
ms_build_id "9593362"
ms_build_id "9728852"
runtime "electron"
build_from_source "true"

View file

@ -1,7 +1,7 @@
{
"name": "code-oss-dev",
"version": "1.91.0",
"distro": "170beceb9849568b8f7159757bc3fc3964af1986",
"distro": "361fc45f5932b161db29080d5b19bc5afb9baae6",
"author": {
"name": "Microsoft Corporation"
},

View file

@ -261,4 +261,4 @@ fi
wait_for_async_execs
exec "$@" "--no-sandbox"
exec "$@"

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