[SOLVED] Creating profile question

Users and developers helping users with generic and technical Pale Moon issues on all operating systems.

Moderator: trava90

Forum rules
This board is for technical/general usage questions and troubleshooting for the Pale Moon browser only.
Technical issues and questions not related to the Pale Moon browser should be posted in other boards!
Please keep off-topic and general discussion out of this board, thank you!
User avatar
ron_1
Knows the dark side
Knows the dark side
Posts: 3099
Joined: 2012-06-28, 01:20

[SOLVED] Creating profile question

Post by ron_1 » 2026-02-21, 20:40

Operating system: Devuan GNU/Linux 6 (Excalibur)
Browser version: 34.0.1 SSE2 GTK2
32-bit or 64-bit browser?: 64-bit browser

I hope this is the right board to post this in. When setting up my backup browser, Chromium, after an OS install, I create a second profile by first creating a link on the panel to the currently non-existent profile. The link's command is /usr/bin/chromium --profile-directory="Profile 2". Once the link is created, I click on it and Chromium automatically creates and opens the second profile. My question is can Pale Moon do the same? If so, would the end of the command be the same: --profile-directory="Profile 2", or something different?
Last edited by ron_1 on 2026-02-21, 22:57, edited 1 time in total.

User avatar
Mæstro
Board Warrior
Board Warrior
Posts: 1091
Joined: 2019-08-13, 00:30
Location: Casumia

Re: Creating profile question

Post by Mæstro » 2026-02-21, 21:57

Using the official tarball, /home/maestro/.palemoon/palemoon/palemoon --p will open a GUI profile manager, equivalent to that in about:profiles without running any profile. The CLI interface, according to its own help file, can run existing profiles (even in other directories), but no instructions are given for creating new ones, and using a non-existent profile name as an argument /home/maestro/.palemoon/palemoon/palemoon -p fumo cannot create a new profile.
Life is a fever dream Mæstro would enjoy.
All posts 100% organic. Ash is the best letter.
What is being nice online?
Debian 10 ELTS / Official PM build

Michaell
Lunatic
Lunatic
Posts: 404
Joined: 2018-05-26, 18:13

Re: Creating profile question

Post by Michaell » 2026-02-21, 22:35

Win10home(1709), PM34.0.1-portable as of Jan. 22, 2026

User avatar
ron_1
Knows the dark side
Knows the dark side
Posts: 3099
Joined: 2012-06-28, 01:20

Re: Creating profile question

Post by ron_1 » 2026-02-21, 22:50

Mæstro wrote:
2026-02-21, 21:57
and using a non-existent profile name as an argument /home/maestro/.palemoon/palemoon/palemoon -p fumo cannot create a new profile.
Is it something in the way Pale Moon is coded? Because it works with Chromium.

Anyway, the link in Michaell's post gave me enough info to figure out the syntax I needed to make a link point to a certain profile (that already exists), so I guess I'll mark as solved.

User avatar
Moonchild
Project founder
Project founder
Posts: 39119
Joined: 2011-08-28, 17:27
Location: Sweden

Re: [SOLVED] Creating profile question

Post by Moonchild » 2026-02-22, 11:52

ron_1 wrote:
2026-02-21, 22:50
Is it something in the way Pale Moon is coded? Because it works with Chromium.
Not sure why you expect us to work the same as a completely different application.
"There is no point in arguing with an idiot, because then you're both idiots." - Anonymous
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

User avatar
ron_1
Knows the dark side
Knows the dark side
Posts: 3099
Joined: 2012-06-28, 01:20

Re: [SOLVED] Creating profile question

Post by ron_1 » 2026-02-22, 11:57

Moonchild wrote:
2026-02-22, 11:52
Not sure why you expect us to work the same as a completely different application.
I don't expect it. But it would be nice if it did.