I would like the Firefox profile manager to open when I run Firefox from the GNOME 3 menu, be it the DashBar or the native menu. I installed Firefox using Flatpak.

I know that I can run it from the terminal with flatpak run org.mozilla.firefox -p. But how do I modify the .desktop file? I guess it is the one in /var/lib/flatpak/exports/share/applications/org.mozilla.firefox.desktop? I tried replacing the line

[Desktop Entry]
Exec=/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=firefox --file-forwarding org.mozilla.firefox @@u %u @@

with

[Desktop Entry]
Exec=/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=firefox org.mozilla.firefox --ProfileManager

but I cannot save the document because of “too many symbolic links”.

What is the secret?

I really wish Firefox would simply offer this as an option in its settings.

  • unlawfulbooger
    link
    fedilink
    arrow-up
    2
    ·
    2 months ago

    It’s not really what you’re asking, but couldn’t you just visit the about:profiles page?

    It’s not as nice as the dedicated profile manager, but it’s just as functional.

    You could even set it as your default page, or add it to the bookmark bar.

    • Einar@lemm.eeOP
      link
      fedilink
      arrow-up
      3
      ·
      2 months ago

      I could. You’re totally right. There’s also an extension I could use for that.

      It’s just as you said. Not as nice. What can I say… I am obsessing over this.

      • unlawfulbooger
        link
        fedilink
        arrow-up
        1
        ·
        2 months ago

        I know that feeling all too wel…

        Sorry I can’t help you with the solution you want, I don’t use flatpak.