[neon/neon/settings/Neon/unstable] usr/sbin: Do not set GTK_USE_PORTAL
Carlos De Maine
null at kde.org
Wed Dec 11 13:59:35 GMT 2024
Git commit 889a04caeae11952b1959d4351ed2a1ccfe51d81 by Carlos De Maine, on behalf of David Redondo.
Committed on 11/12/2024 at 13:59.
Pushed by carlosdem into branch 'Neon/unstable'.
Do not set GTK_USE_PORTAL
M +0 -3 usr/sbin/firefox
https://invent.kde.org/neon/neon/settings/-/commit/889a04caeae11952b1959d4351ed2a1ccfe51d81
diff --git a/usr/sbin/firefox b/usr/sbin/firefox
index 4bd7c1d..e9e3745 100755
--- a/usr/sbin/firefox
+++ b/usr/sbin/firefox
@@ -6,7 +6,4 @@ if [ -x /snap/bin/firefox ]; then
exec /snap/bin/firefox "$@"
fi
-# Force use of the XDG desktop portal to get tighter Plasma integration.
-
-export GTK_USE_PORTAL=1
exec /usr/bin/firefox "$@"
More information about the Neon-commits
mailing list