Initial commit of custom build of Firefox
(cherry picked from commit 7247553575)
This commit is contained in:
parent
78d3f64103
commit
09a4a06fc0
63 changed files with 8307 additions and 0 deletions
7
my-ostree-os/firefox/firefox-x11.sh.in
Normal file
7
my-ostree-os/firefox/firefox-x11.sh.in
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/bash
|
||||
#
|
||||
# Run Firefox on X11 backend
|
||||
#
|
||||
|
||||
export MOZ_DISABLE_WAYLAND=1
|
||||
exec /__PREFIX__/bin/firefox "$@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue