'choose user profile' popup won't go away

User Help for Mozilla Firefox
Post Reply
theunstar
Posts: 4
Joined: June 12th, 2019, 12:16 am

'choose user profile' popup won't go away

Post by theunstar »

After a firefox update a few weeks ago I started seeing the "choose user profile" popup everytime I launch the browser. It has nothing to do with the browser's process not being terminated, as it occurs even after a system restart. "use the selected profile without asking at startup" is checked and my profiles.ini looks like this:

Code: Select all

[Install***]
Default=D:\Firefox profile\****.default
Locked=1

[Profile0]
Name=default
IsRelative=0
Path=D:\Firefox profile\****.default\
Default=1

[General]
StartWithLastProfile=1
Version=2
I noticed that if I delete the [Install*] section, next firefox startup is without a popup, but the .ini is again overwritten once firefox is closed, so the problem persists.

Any suggestions much appreciated :)
Brummelchen
Posts: 4480
Joined: March 19th, 2005, 10:51 am

Re: 'choose user profile' popup won't go away

Post by Brummelchen »

you need to read the whole story
http://forums.mozillazine.org/viewtopic ... &t=3050319

its your way to push commands to a running instance.
theunstar
Posts: 4
Joined: June 12th, 2019, 12:16 am

Re: 'choose user profile' popup won't go away

Post by theunstar »

Thank you! However, that thread is a bit over my head. It did at least help me add the profile name as a parameter to the browser shortcut:

Code: Select all

"C:\Program Files\Mozilla Firefox\firefox.exe" -P "default"
This solves maybe 80% of my problem - lanching via this particular shortcut now works ok. The problem (obviously) persists whenever the browser is launched any other way.
User avatar
therube
Posts: 21714
Joined: March 10th, 2004, 9:59 pm
Location: Maryland USA

Re: 'choose user profile' popup won't go away

Post by therube »

choose user profile
I was going to say, "that's the Profile Manager".
But looking just now, sure enough, they call it "Choose User Profile".

Anyhow, it is the Profile Manager ;-).
Fire 750, bring back 250.
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball CopyURL+ FetchTextURL FlashGot NoScript
atlanto
Posts: 97
Joined: March 7th, 2015, 4:19 pm
Location: Japan

Re: 'choose user profile' popup won't go away

Post by atlanto »

theunstar wrote:

Code: Select all

[Profile0]
Name=default
IsRelative=0
Path=D:\Firefox profile\****.default\
Default=1
It must be
Path=D:\Firefox profile\****.default
(trailing "\" is unnecessary)
theunstar
Posts: 4
Joined: June 12th, 2019, 12:16 am

Re: 'choose user profile' popup won't go away

Post by theunstar »

atlanto wrote: It must be
Path=D:\Firefox profile\****.default
(trailing "\" is unnecessary)
Ok wow, this actually helped, THANK YOU! Such a stupid little thing.
User avatar
therube
Posts: 21714
Joined: March 10th, 2004, 9:59 pm
Location: Maryland USA

Re: 'choose user profile' popup won't go away

Post by therube »

Good catch atlanto.

Now that begs the question, how did the \ get in there?
Did you manually enter the path there & when you did, including the \ ?
Fire 750, bring back 250.
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball CopyURL+ FetchTextURL FlashGot NoScript
theunstar
Posts: 4
Joined: June 12th, 2019, 12:16 am

Re: 'choose user profile' popup won't go away

Post by theunstar »

I moved the profile years ago and it's possible I had to enter the path manually back then, I don't remember. Firefox definitely didn't care until an update a few weeks ago, though.

It actually works just as well with the backslash, it's just that both paths (under [install] and [profile*]) have to be the same. So I'm guessing firefox added the [install] section lately and in it a backslash-less path, which caused this weird issue.
Post Reply