Преглед на файлове

fix(snap): enable wayland (#1268)

miromarszal преди 2 години
родител
ревизия
6471151e96
променени са 2 файла, в които са добавени 0 реда и са изтрити 4 реда
  1. 0 2
      stores/snapcraft/insider/snap/snapcraft.yaml
  2. 0 2
      stores/snapcraft/stable/snap/snapcraft.yaml

+ 0 - 2
stores/snapcraft/insider/snap/snapcraft.yaml

@@ -77,12 +77,10 @@ apps:
     command: electron-launch $SNAP/usr/share/codium/bin/codium --no-sandbox
     desktop: usr/share/applications/codium.desktop
     environment:
-      DISABLE_WAYLAND: 1
       GSETTINGS_SCHEMA_DIR: $SNAP/usr/share/glib-2.0/schemas
 
   url-handler:
     command: electron-launch $SNAP/usr/share/codium/bin/codium --open-url --no-sandbox
     desktop: usr/share/applications/codium-url-handler.desktop
     environment:
-      DISABLE_WAYLAND: 1
       GSETTINGS_SCHEMA_DIR: $SNAP/usr/share/glib-2.0/schemas

+ 0 - 2
stores/snapcraft/stable/snap/snapcraft.yaml

@@ -77,12 +77,10 @@ apps:
     command: electron-launch $SNAP/usr/share/codium/bin/codium --no-sandbox
     desktop: usr/share/applications/codium.desktop
     environment:
-      DISABLE_WAYLAND: 1
       GSETTINGS_SCHEMA_DIR: $SNAP/usr/share/glib-2.0/schemas
 
   url-handler:
     command: electron-launch $SNAP/usr/share/codium/bin/codium --open-url --no-sandbox
     desktop: usr/share/applications/codium-url-handler.desktop
     environment:
-      DISABLE_WAYLAND: 1
       GSETTINGS_SCHEMA_DIR: $SNAP/usr/share/glib-2.0/schemas