@MangoPenguin@lemmy.blahaj.zone Me too. At least I used to have a separate profile for PDF viewing, which had its own plugins installed. It can be done by using commandline options to select what profile to use, like in --profile or -P (i forgot which of them I used actually). Just created a script for it (Bash script in Linux) and associated PDF files with it as if it was a separate program.
What they mean in the article is probably its not possible with the GUI only of Firefox. They totally ignored the commandline options.
IIRC, -p launches a profile by path, and -P launches the GUI for selecting/creating a profile. this is wrong, -P specifies a profile path. I forgot how to open the manager.
Type in the terminal firefox --help to see all options. You can open the manager with firefox --ProfileManager. I used to create a profile this way and then either with -P or -p was using that profile.
At the moment, running different profiles simultaneously is not possible
Bullshit. I’ve been multiboxing Firefox for years.
You need to run firefox.exe -p to open profile manager and then create all the profiles you want. Then create shortcuts to each new profile. firefox.exe -p ProfileName
This allows you to run a personal profile, work profile and porn profile simultaneously without crossing streams.
It already just works, just go to about:profiles and launch as another profile.
There’s also have container tabs, so no need for a separate profile when you only need isolation.
That’s unfortunate, I was hoping for a ‘workspaces’ like feature as in Opera. I run FF and Opera simultaneaously to segregate my tabs. It would be really nice if we could get something like that extended to profiles, so I could just run FF
The last time I looked at containers I think it was an add-on, but I don’t think (and please correct me if I’m wrong), it filtered or made active the current viewable tabs.
In Opera there’s an icon list on the left and depending on which one is selected those are the only tabs displayed, and/or made active. I’ll take another look at FF containers.
Someone mentioned ‘about:profiles’ above, I think that may be closer to what I’m looking for, maybe that combined with containers can reduce my foot print to just Firefox, thanks for the suggestion
That’s the one feature I really want from Firefox profiles!
I feel like this hasn’t been said enough: Multi-account containers are already all I need.
Multi-account containers are already all I need.
Multi-account containers are already all I need.
Multi-account containers are already all I need.
Bullocks. I run 2 or 3 profiles at the same time. For over 2 years now. Just easier now.
Yeah but you have to do it with separate launch arguments.
Or always start with profilemanager. But indeed, also a launch argument.
Or open
about:profiles
(which you can put conveniently in your bookmark bar).@MangoPenguin@lemmy.blahaj.zone Me too. At least I used to have a separate profile for PDF viewing, which had its own plugins installed. It can be done by using commandline options to select what profile to use, like in
--profile
or-P
(i forgot which of them I used actually). Just created a script for it (Bash script in Linux) and associated PDF files with it as if it was a separate program.What they mean in the article is probably its not possible with the GUI only of Firefox. They totally ignored the commandline options.
IIRC,
this is wrong,-p
launches a profile by path, and-P
launches the GUI for selecting/creating a profile.-P
specifies a profile path. I forgot how to open the manager.Type in the terminal
firefox --help
to see all options. You can open the manager withfirefox --ProfileManager
. I used to create a profile this way and then either with-P
or-p
was using that profile.Rookie numbers! 4 here.
Hopefully it’s not an actual regression in the latest version, because that’d be terrible.
Bullshit. I’ve been multiboxing Firefox for years.
You need to run
firefox.exe -p
to open profile manager and then create all the profiles you want. Then create shortcuts to each new profile.firefox.exe -p ProfileName
This allows you to run a personal profile, work profile and porn profile simultaneously without crossing streams.
Under Linux you can also start a throwaway profile by running
firefox -P $(mktemp -d)
(note the capital P for path)It already just works, just go to about:profiles and launch as another profile. There’s also have container tabs, so no need for a separate profile when you only need isolation.
Would be nice if they just added a profile manager with a button though.
I just have about:profile as the first on my bookmark toolbar. You can also make a shortcut to
firefox --ProfileManager
in your OS.That’s unfortunate, I was hoping for a ‘workspaces’ like feature as in Opera. I run FF and Opera simultaneaously to segregate my tabs. It would be really nice if we could get something like that extended to profiles, so I could just run FF
Do you mean containers? At least it sounds like it.
The last time I looked at containers I think it was an add-on, but I don’t think (and please correct me if I’m wrong), it filtered or made active the current viewable tabs.
In Opera there’s an icon list on the left and depending on which one is selected those are the only tabs displayed, and/or made active. I’ll take another look at FF containers.
Someone mentioned ‘about:profiles’ above, I think that may be closer to what I’m looking for, maybe that combined with containers can reduce my foot print to just Firefox, thanks for the suggestion
I think you might be looking for tab groups? Which, incidentally, are also coming.