fix[x11]: crash in gpu process with software compositor (#216661)
* fix[x11]: crash in gpu process with software compositor * chore: bump distropull/216675/head
parent
6afc1c2793
commit
4b19907cc8
2
.yarnrc
2
.yarnrc
|
@ -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"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "code-oss-dev",
|
||||
"version": "1.91.0",
|
||||
"distro": "170beceb9849568b8f7159757bc3fc3964af1986",
|
||||
"distro": "361fc45f5932b161db29080d5b19bc5afb9baae6",
|
||||
"author": {
|
||||
"name": "Microsoft Corporation"
|
||||
},
|
||||
|
|
|
@ -261,4 +261,4 @@ fi
|
|||
|
||||
wait_for_async_execs
|
||||
|
||||
exec "$@" "--no-sandbox"
|
||||
exec "$@"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue