this post was submitted on 10 Oct 2025
466 points (98.3% liked)

Technology

75963 readers
3058 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Kissaki@feddit.org 16 points 2 days ago* (last edited 2 days ago) (2 children)

The screeshots shows functionality that the current profile/profile launch UI already has. Choose, create, ask on startup.

Right now it's hidden behind a startup parameter. But honestly, I would prefer a UI between the current one and the new one. That screenshot looks like it would reduce usability through big spacing and suboptimal alignment. At least judging by my preferences.

https://support.mozilla.org/en-US/kb/profile-manager-create-remove-switch-firefox-profiles?redirectslug=profile-manager-create-and-remove-firefox-profiles&redirectlocale=en-US#w_start-the-profile-manager-when-firefox-is-closed

I guess adding a picture is nice. But does it have to be that huge and prominent?

[–] stoly@lemmy.world 6 points 2 days ago* (last edited 2 days ago) (5 children)

This only works on Windows. For Macs and maybe Linux, you have to run this command to bring up a different profile:

/Applications/Firefox.app/Contents/MacOS/firefox -p

As best I can tell, there's no way to make this into a shortcut that you could just click on. This change will be good and allow me to launch them without invoking that command in terminal several times after rebooting my computer.

[–] Kissaki@feddit.org 1 points 22 hours ago

The "Use the selected profile without asking at startup" checkbox in the dialog is not there on mac?

[–] 4am@lemmy.zip 2 points 1 day ago

I made this into a shortcut on Mac OS Panther the year Firefox came out (2004). This has been possible on all operating systems for decades

[–] setsubyou@lemmy.world 1 points 1 day ago* (last edited 1 day ago)

On Mac:

If you want an icon you can double click on your desktop, you can put you command in a file with the extension “.command” and mark it as executable. Double clicking it will run the content as a shell script in Terminal.

If you want something that can be put into the Dock, use the Script Editor application that comes with macOS to create a new AppleScript script. Type do shell script "<firefox command here>" then find Export in the menu. Instead of Script, choose export to Application and check Run Only. This will give you an application you can put in the Dock.

If you want to use Shortcuts, you can use the Run Shell Script action in Shortcuts too.

Finally, if you want something that opens multiple firefoxes at once, chain multiple firefox invocations together on one line separated by an ampersand. There is an option you have to use (--new-instance I think?) to make Firefox actually start a complete new instance.

[–] Ferk@lemmy.ml 5 points 2 days ago* (last edited 2 days ago) (1 children)

In Windows it's the same. Though the parameter is -P (uppercase) not -p. That's why the comment said "it’s hidden behind a startup parameter".

As best I can tell, there’s no way to make this into a shortcut that you could just click on.

I dont know about Mac, but in Linux you can just manually make a .desktop file to have as a shortcut to call firefox -P, or better a shortcut to a specific profile with firefox -P <profile>. Though what I often do is keep a bookmark to about:profiles and open a new window from there.

[–] stoly@lemmy.world 1 points 1 day ago

I might try this next time I launch. Just launch one, go into profiles, and launch the second one.

[–] ozymandias117@lemmy.world 1 points 1 day ago (1 children)

You've always been able to navigate to about:profiles as well

[–] stoly@lemmy.world 1 points 1 day ago (1 children)

On Windows, I had two shortcuts--one each for a profile. It became my workflow and annoyed me when I couldn't do that on a Mac. I didn't always want my work profile to open by mistake, check into systems, etc. when I only wanted the home one, for instance.

[–] 4am@lemmy.zip 1 points 1 day ago

Why couldn’t you do that on a Mac? You can edit the shortcut path and add the flags and parameters there.

[–] chunes@lemmy.world -1 points 1 day ago

Bro is still on Windows 7