b/u-l-p: unflatpak firefox

This commit is contained in:
Aminda Suomalainen 2022-04-19 21:32:18 +03:00
parent 444f713332
commit f6e9c796be
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
#!/usr/bin/env bash
# I always want to see the profile manager, whether it's my first run or
# not and I probably have to micromanage wayland enabling everywhere.
# I cannot use the Flatpak as it doesn't support smartcards.
set -x
export MOZ_ENABLE_WAYLAND=1
flatpak run org.mozilla.firefox --ProfileManager $@
#flatpak run org.mozilla.firefox --ProfileManager $@
/usr/bin/firefox --ProfileManager
set +x