From fa327adf1f7e8fc82dd976423d735fa665d7f1ad Mon Sep 17 00:00:00 2001 From: Michael Aaron Murphy Date: Tue, 18 Feb 2025 02:24:45 +0100 Subject: [PATCH] remove ELECTRON_OZONE env due to flatpaks not having wayland sockets enabled --- data/start-cosmic | 1 - 1 file changed, 1 deletion(-) diff --git a/data/start-cosmic b/data/start-cosmic index 150919b..cd75373 100755 --- a/data/start-cosmic +++ b/data/start-cosmic @@ -32,7 +32,6 @@ export XDG_CURRENT_DESKTOP="${XDG_CURRENT_DESKTOP:=COSMIC}" export XDG_SESSION_TYPE="${XDG_SESSION_TYPE:=wayland}" export _JAVA_AWT_WM_NONREPARENTING=1 export GDK_BACKEND=wayland,x11 -export ELECTRON_OZONE_PLATFORM_HINT=auto export MOZ_ENABLE_WAYLAND=1 export QT_QPA_PLATFORM="wayland;xcb" export QT_AUTO_SCREEN_SCALE_FACTOR=1