Results 1 to 5 of 5

Thread: trying to figure out how to link to specific profile to Firefox ESR

  1. #1
    Join Date
    Aug 2015
    Beans
    582

    trying to figure out how to link to specific profile to Firefox ESR

    I have Firefox and Firefox ESR installed and I want to do is create a desktop launcher for Firefox ESR to link to a specific profile without any intervention from me, and these are the combinations of commands I've run on the Terminal and they all failed:

    Code:
    firefox-esr -p -no-remote xxxxxxxx.Default User
    
    firefox-esr -p -no-remote Profile1
    
    firefox-esr -p Profile1
    
    firefox-esr Profile1
    
    firefox-esr -new-instance -P "xxxxxxxx.Default User"
    
    firefox-esr -P "xxxxxxxx.Default User"
    
    firefox-esr -p -no-remote "xxxxxxxx.Default User"
    They bring up the Choose User Profile prompt. I want to bypass this so Firefox ESR can go directly into my desired profile.

  2. #2
    Join Date
    Mar 2011
    Location
    U.K.
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: trying to figure out how to link to specific profile to Firefox ESR

    I have not used Firefox for some time.
    However I read here https://support.mozilla.org/en-US/kb...refox-profiles
    that there is a box to tick on first use of profile manager ..
    "Use the selected profile without asking at startup"

    And -P should be upper case.

  3. #3
    Join Date
    Aug 2015
    Beans
    582

    Re: trying to figure out how to link to specific profile to Firefox ESR

    Checking the option "Use the selected profile without asking at startup" affected both Firefoxes.

  4. #4
    Join Date
    Dec 2014
    Beans
    2,584

    Re: trying to figure out how to link to specific profile to Firefox ESR

    The Option "Use the selected profile without asking at startup" sets the chosen profile as the default profile in the file '~/mozilla/firefox/profile.ini" (a line saying "Default=1" gets put under the heading for the chosen profile and removed from any profile that had such a line previously).
    Since I can start my "normal" Firefox this way with may secondary profile without going through the profile manager, it should be
    Code:
    firefox-esr -no-remote -P "Play"
    ('Play' in this case obviously is the name of my secondary profile ...)

    Holger

  5. #5
    Join Date
    Aug 2015
    Beans
    582

    Re: trying to figure out how to link to specific profile to Firefox ESR

    Thank you that worked Making this as solved!

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •