mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-25 20:59:21 +01:00
b/u-l-p: unflatpak firefox
This commit is contained in:
parent
444f713332
commit
f6e9c796be
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user