summaryrefslogtreecommitdiff
path: root/firefox.sh.in
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2021-04-01 11:32:10 +0200
committerMartin Stransky <stransky@redhat.com>2021-04-01 11:32:10 +0200
commitbcf00955380cbc49155baaf0e7a40d82e226283a (patch)
tree5e586613af6322d7e7dac3c168696930b0a2971d /firefox.sh.in
parentAdded fix for mozbz#1693472 - Wayland/KDE rendering issues (diff)
downloadlibrewolf-fedora-ff-bcf00955380cbc49155baaf0e7a40d82e226283a.tar.gz
librewolf-fedora-ff-bcf00955380cbc49155baaf0e7a40d82e226283a.tar.bz2
librewolf-fedora-ff-bcf00955380cbc49155baaf0e7a40d82e226283a.zip
Run testsuite on Wayland on Fedora 33+, Spec cleanup
Diffstat (limited to 'firefox.sh.in')
-rw-r--r--firefox.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox.sh.in b/firefox.sh.in
index f81f978..2274b1b 100644
--- a/firefox.sh.in
+++ b/firefox.sh.in
@@ -76,7 +76,7 @@ if ! [ $MOZ_DISABLE_WAYLAND ] && [ "$WAYLAND_DISPLAY" ]; then
fi
## Remove comments to enable Wayland on KDE/Sway
##
-## if __DEFAULT_WAYLAND__ && [ "$XDG_SESSION_TYPE" == "wayland" ]; then
+## if [ "$XDG_SESSION_TYPE" == "wayland" ]; then
## export MOZ_ENABLE_WAYLAND=1
## fi
fi
bgstack15