268ae0028c
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/firefox#c8daf71be4963daab37d810024e0a6e7f04cf2dd
8 lines
113 B
Bash
8 lines
113 B
Bash
#!/usr/bin/bash
|
|
#
|
|
# Run Firefox on X11 backend
|
|
#
|
|
|
|
export MOZ_DISABLE_WAYLAND=1
|
|
exec /__PREFIX__/bin/firefox "$@"
|