Compare commits

..

No commits in common. "d419c782337d20ffc87c2b7ba83646faddfd35ef" and "f5bf4a0ff00f8eb9c6d8db388ff95236522b4ffd" have entirely different histories.

View File

@ -1,11 +1,14 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Wrapper for Firefox finding it with my flags no matter where it's installed # I always want to see the profile manager, whether it's my first run or
# to, mainly for use with a desktop entry. # not and I probably have to micromanage wayland enabling everywhere.
# I cannot use the Flatpak as it doesn't support smartcards or /etc/policies
# https://github.com/flatpak/flatpak/issues/4723 https://github.com/flatpak/flatpak/issues/4525
set -x set -x
export MOZ_ENABLE_WAYLAND=1 export MOZ_ENABLE_WAYLAND=1
FlagsForFirefox="--allow-downgrade $@" FlagsForFirefox="--allow-downgrade --ProfileManager $@"
# Firefox (stable, beta) and signatures: https://releases.mozilla.org/pub/firefox/releases/ # Firefox (stable, beta) and signatures: https://releases.mozilla.org/pub/firefox/releases/
# Developer edition (and signatures): https://releases.mozilla.org/pub/devedition/releases/ # Developer edition (and signatures): https://releases.mozilla.org/pub/devedition/releases/