[neon/neon/settings/Neon/release] usr/sbin: Do not set GTK_USE_PORTAL
Carlos De Maine
null at kde.org
Wed Dec 11 13:59:50 GMT 2024
Git commit f956df8ada9ff3b6b08d0776607c487791c7c13b by Carlos De Maine.
Committed on 11/12/2024 at 13:59.
Pushed by carlosdem into branch 'Neon/release'.
Do not set GTK_USE_PORTAL
(cherry picked from commit 889a04caeae11952b1959d4351ed2a1ccfe51d81)
3577357c Update file firefox
Co-authored-by: David Redondo <kde at david-redondo.de>
M +0 -3 usr/sbin/firefox
https://invent.kde.org/neon/neon/settings/-/commit/f956df8ada9ff3b6b08d0776607c487791c7c13b
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