This website requires JavaScript.
Explore
Help
Sign In
rpms
/
firefox
Watch
7
Star
0
Fork
0
You've already forked firefox
Code
Issues
Pull Requests
Releases
Activity
3c7324fe12
firefox
/
firefox-x11.sh.in
8 lines
102 B
Bash
Raw
Normal View
History
Unescape
Escape
Added new Wayland patches from Firefox 63, Added pipewire patch, Enabled Wayland by default for Fedora 30
2018-10-08 12:09:44 +00:00
#!/bin/bash
#
# Run Firefox on X11 backend
#
Updated launcher scripts
2019-02-04 13:56:47 +00:00
export
MOZ_DISABLE_WAYLAND
=
1
Added new Wayland patches from Firefox 63, Added pipewire patch, Enabled Wayland by default for Fedora 30
2018-10-08 12:09:44 +00:00
exec
/usr/bin/firefox
"
$@
"
Reference in New Issue
Copy Permalink