set electron backend to x11 back
This commit is contained in:
parent
16ff996b63
commit
7f7c92caa6
4 changed files with 4 additions and 4 deletions
|
@ -1 +1 @@
|
||||||
--enable-features=UseOzonePlatform --ozone-platform=wayland
|
#--enable-features=UseOzonePlatform --ozone-platform=wayland
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
--enable-features=UseOzonePlatform --ozone-platform=wayland
|
#--enable-features=UseOzonePlatform --ozone-platform=wayland
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
--enable-features=UseOzonePlatform --ozone-platform=wayland
|
#--enable-features=UseOzonePlatform --ozone-platform=wayland
|
||||||
|
|
|
@ -15,7 +15,7 @@ env = CLUTTER_BACKEND,wayland
|
||||||
|
|
||||||
# Der Displaytreiber für das Thinkpad 11 funktioniert komischerweise zurzeit nicht mit Electron Apps unter Wayland
|
# Der Displaytreiber für das Thinkpad 11 funktioniert komischerweise zurzeit nicht mit Electron Apps unter Wayland
|
||||||
#env = ELECTRON_OZONE_PLATFORM_HINT,auto
|
#env = ELECTRON_OZONE_PLATFORM_HINT,auto
|
||||||
env = ELECTRON_OZONE_PLATFORM_HINT,auto
|
env = ELECTRON_OZONE_PLATFORM_HINT,x11
|
||||||
|
|
||||||
env = QT_AUTO_SCREEN_SCALE_FACTOR,1
|
env = QT_AUTO_SCREEN_SCALE_FACTOR,1
|
||||||
env = QT_QPA_PLATFORM,wayland;xcb
|
env = QT_QPA_PLATFORM,wayland;xcb
|
||||||
|
|
Loading…
Add table
Reference in a new issue