mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-24 11:50:14 +10:00
fix(snap): enable wayland (#1268)
This commit is contained in:
@@ -77,12 +77,10 @@ apps:
|
|||||||
command: electron-launch $SNAP/usr/share/codium/bin/codium --no-sandbox
|
command: electron-launch $SNAP/usr/share/codium/bin/codium --no-sandbox
|
||||||
desktop: usr/share/applications/codium.desktop
|
desktop: usr/share/applications/codium.desktop
|
||||||
environment:
|
environment:
|
||||||
DISABLE_WAYLAND: 1
|
|
||||||
GSETTINGS_SCHEMA_DIR: $SNAP/usr/share/glib-2.0/schemas
|
GSETTINGS_SCHEMA_DIR: $SNAP/usr/share/glib-2.0/schemas
|
||||||
|
|
||||||
url-handler:
|
url-handler:
|
||||||
command: electron-launch $SNAP/usr/share/codium/bin/codium --open-url --no-sandbox
|
command: electron-launch $SNAP/usr/share/codium/bin/codium --open-url --no-sandbox
|
||||||
desktop: usr/share/applications/codium-url-handler.desktop
|
desktop: usr/share/applications/codium-url-handler.desktop
|
||||||
environment:
|
environment:
|
||||||
DISABLE_WAYLAND: 1
|
|
||||||
GSETTINGS_SCHEMA_DIR: $SNAP/usr/share/glib-2.0/schemas
|
GSETTINGS_SCHEMA_DIR: $SNAP/usr/share/glib-2.0/schemas
|
||||||
|
|||||||
@@ -77,12 +77,10 @@ apps:
|
|||||||
command: electron-launch $SNAP/usr/share/codium/bin/codium --no-sandbox
|
command: electron-launch $SNAP/usr/share/codium/bin/codium --no-sandbox
|
||||||
desktop: usr/share/applications/codium.desktop
|
desktop: usr/share/applications/codium.desktop
|
||||||
environment:
|
environment:
|
||||||
DISABLE_WAYLAND: 1
|
|
||||||
GSETTINGS_SCHEMA_DIR: $SNAP/usr/share/glib-2.0/schemas
|
GSETTINGS_SCHEMA_DIR: $SNAP/usr/share/glib-2.0/schemas
|
||||||
|
|
||||||
url-handler:
|
url-handler:
|
||||||
command: electron-launch $SNAP/usr/share/codium/bin/codium --open-url --no-sandbox
|
command: electron-launch $SNAP/usr/share/codium/bin/codium --open-url --no-sandbox
|
||||||
desktop: usr/share/applications/codium-url-handler.desktop
|
desktop: usr/share/applications/codium-url-handler.desktop
|
||||||
environment:
|
environment:
|
||||||
DISABLE_WAYLAND: 1
|
|
||||||
GSETTINGS_SCHEMA_DIR: $SNAP/usr/share/glib-2.0/schemas
|
GSETTINGS_SCHEMA_DIR: $SNAP/usr/share/glib-2.0/schemas
|
||||||
|
|||||||
Reference in New Issue
Block a user