summaryrefslogtreecommitdiff
path: root/firefox-x11.sh.in
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2019-02-04 14:31:04 +0100
committerMartin Stransky <stransky@redhat.com>2019-02-04 14:31:04 +0100
commit5c3efe8a80f8d9022d4382c7b8e4db98b2a54c5c (patch)
treebfa9f5356fba8585fc82cb24bb6f40d19377fc7b /firefox-x11.sh.in
parentMerge branch 'master' of ssh://pkgs.fedoraproject.org/rpms/firefox (diff)
downloadlibrewolf-fedora-ff-5c3efe8a80f8d9022d4382c7b8e4db98b2a54c5c.tar.gz
librewolf-fedora-ff-5c3efe8a80f8d9022d4382c7b8e4db98b2a54c5c.tar.bz2
librewolf-fedora-ff-5c3efe8a80f8d9022d4382c7b8e4db98b2a54c5c.zip
Use MOZ_ENABLE_WAYLAND to enable Wayland backend
Diffstat (limited to 'firefox-x11.sh.in')
-rw-r--r--firefox-x11.sh.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/firefox-x11.sh.in b/firefox-x11.sh.in
index b8e42a8..9ad78e9 100644
--- a/firefox-x11.sh.in
+++ b/firefox-x11.sh.in
@@ -3,5 +3,4 @@
# Run Firefox on X11 backend
#
-export GDK_BACKEND=x11
exec /usr/bin/firefox "$@"
bgstack15