From f6e9c796bef5cb0abd300204a78d10566146873f Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 19 Apr 2022 21:32:18 +0300 Subject: [PATCH] b/u-l-p: unflatpak firefox --- bash/usr-local-bin/firefox | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/bash/usr-local-bin/firefox b/bash/usr-local-bin/firefox index 361f2db..1813145 100755 --- a/bash/usr-local-bin/firefox +++ b/bash/usr-local-bin/firefox @@ -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