diff options
author | Martin Stransky <stransky@redhat.com> | 2018-03-06 15:00:42 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2018-03-06 15:00:42 +0100 |
commit | bee8e7456aef10b3298647cb20f73f7b5803c852 (patch) | |
tree | cbfc930f57395b21dcbc6b1cfe3fa562e165ee97 /firefox-x11.sh.in | |
parent | Fix prefs because of rpm (diff) | |
parent | Fix crash when e10s is disabled and default wl_queue is processed. (diff) | |
download | librewolf-fedora-ff-bee8e7456aef10b3298647cb20f73f7b5803c852.tar.gz librewolf-fedora-ff-bee8e7456aef10b3298647cb20f73f7b5803c852.tar.bz2 librewolf-fedora-ff-bee8e7456aef10b3298647cb20f73f7b5803c852.zip |
Merged with firefox-59
Diffstat (limited to 'firefox-x11.sh.in')
-rw-r--r-- | firefox-x11.sh.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/firefox-x11.sh.in b/firefox-x11.sh.in new file mode 100644 index 0000000..d1b48c7 --- /dev/null +++ b/firefox-x11.sh.in @@ -0,0 +1,7 @@ +#!/bin/bash +# +# Run Firefox under X11 +# + +export GDK_BACKEND=x11 +/usr/bin/firefox "$@" |