miromarszal 2 лет назад
Родитель
Сommit
f0d9c5aed4
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-insiders/bin/codium-insiders --no-sandbox
     command: electron-launch $SNAP/usr/share/codium-insiders/bin/codium-insiders --no-sandbox
     desktop: usr/share/applications/codium-insiders.desktop
     desktop: usr/share/applications/codium-insiders.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-insiders/bin/codium-insiders --open-url --no-sandbox
     command: electron-launch $SNAP/usr/share/codium-insiders/bin/codium-insiders --open-url --no-sandbox
     desktop: usr/share/applications/codium-insiders-url-handler.desktop
     desktop: usr/share/applications/codium-insiders-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

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

@@ -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