summaryrefslogtreecommitdiff
path: root/firefox.sh.in
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2021-07-15 13:07:26 +0200
committerMartin Stransky <stransky@redhat.com>2021-07-15 13:07:26 +0200
commitd03875f6f39abae35b8e11ba55bb0b75c05b3c94 (patch)
tree2a2d80c383b1231fd87e84b4573601b1c6417da5 /firefox.sh.in
parentAdded xorg-x11-server-Xwayland dependency for Mutter (diff)
downloadlibrewolf-fedora-ff-d03875f6f39abae35b8e11ba55bb0b75c05b3c94.tar.gz
librewolf-fedora-ff-d03875f6f39abae35b8e11ba55bb0b75c05b3c94.tar.bz2
librewolf-fedora-ff-d03875f6f39abae35b8e11ba55bb0b75c05b3c94.zip
Disabled Wayland backend on KDE due to https://bugzilla.mozilla.org/show_bug.cgi?id=1714132
Diffstat (limited to 'firefox.sh.in')
-rw-r--r--firefox.sh.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/firefox.sh.in b/firefox.sh.in
index 76df06b..fb7f463 100644
--- a/firefox.sh.in
+++ b/firefox.sh.in
@@ -76,9 +76,9 @@ if ! [ $MOZ_DISABLE_WAYLAND ] && [ "$WAYLAND_DISPLAY" ]; then
fi
## Enable Wayland on KDE/Sway
##
- if [ "$XDG_SESSION_TYPE" == "wayland" ]; then
- export MOZ_ENABLE_WAYLAND=1
- fi
+# if [ "$XDG_SESSION_TYPE" == "wayland" ]; then
+# export MOZ_ENABLE_WAYLAND=1
+# fi
fi
##
bgstack15