Skip to content

Commit

Permalink
fix[x11]: crash in gpu process with software compositor (microsoft#21…
Browse files Browse the repository at this point in the history
…6661)

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

* chore: bump distro
  • Loading branch information
deepak1556 authored Jun 20, 2024
1 parent 6afc1c2 commit 4b19907
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .yarnrc
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "code-oss-dev",
"version": "1.91.0",
"distro": "170beceb9849568b8f7159757bc3fc3964af1986",
"distro": "361fc45f5932b161db29080d5b19bc5afb9baae6",
"author": {
"name": "Microsoft Corporation"
},
Expand Down
2 changes: 1 addition & 1 deletion resources/linux/snap/electron-launch
Original file line number Diff line number Diff line change
Expand Up @@ -261,4 +261,4 @@ fi

wait_for_async_execs

exec "$@" "--no-sandbox"
exec "$@"
4 changes: 2 additions & 2 deletions resources/linux/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4b19907

Please sign in to comment.