A way to switch profiles easier.

Talk about code development, features, specific bugs, enhancements, patches, and similar things.
Forum rules
Please keep everything here strictly on-topic.
This board is meant for Pale Moon source code development related subjects only like code snippets, patches, specific bugs, git, the repositories, etc.

This is not for tech support! Please do not post tech support questions in the "Development" board!
Please make sure not to use this board for support questions. Please post issues with specific websites, extensions, etc. in the relevant boards for those topics.

Please keep things on-topic as this forum will be used for reference for Pale Moon development. Expect topics that aren't relevant as such to be moved or deleted.
RexyDallas

A way to switch profiles easier.

Unread post by RexyDallas » 2018-01-23, 10:46

It would be nice to have an option to switch profiles in the tools menu, instead of having to launch the browser with a specific parameter on startup. This option is available in SeaMonkey and Mozilla Application Suite, but for some reason, they decided not to have this in Firefox. This is a much easier way to access profiles than using a launch parameter.
Last edited by RexyDallas on 2018-01-23, 10:47, edited 2 times in total.

New Tobin Paradigm

Re: A way to switch profiles easier.

Unread post by New Tobin Paradigm » 2018-01-23, 16:04

I agree but I am not sure most users would find it useful or understand. Find/create an extension instead.

RexyDallas

Re: A way to switch profiles easier.

Unread post by RexyDallas » 2018-01-23, 20:19

New Tobin Paradigm wrote:I agree but I am not sure most users would find it useful or understand. Find/create an extension instead.
???

I do not understand what you are saying. It is just adding another menu option.
Last edited by RexyDallas on 2018-01-23, 20:20, edited 1 time in total.

New Tobin Paradigm

Re: A way to switch profiles easier.

Unread post by New Tobin Paradigm » 2018-01-23, 20:22

And javascript and strings for how ever many langpacks we have this week plus testing and validation. All for something only a minority would use.

This is NOT as trivial as you may think.
Last edited by New Tobin Paradigm on 2018-01-23, 20:24, edited 3 times in total.

User avatar
Isengrim
Board Warrior
Board Warrior
Posts: 1325
Joined: 2015-09-08, 22:54
Location: 127.0.0.1
Contact:

Re: A way to switch profiles easier.

Unread post by Isengrim » 2018-01-23, 20:31

There are extensions on AMO that will do what you want. I haven't used them, so YMMV.

https://addons.mozilla.org/en-US/firefo ... e-buttons/
https://addons.mozilla.org/en-US/firefo ... eswitcher/
a.k.a. Ascrod
Linux Mint 19.3 Cinnamon (64-bit), Debian Bullseye (64-bit), Windows 7 (64-bit)
"As long as there is someone who will appreciate the work involved in the creation, the effort is time well spent." ~ Tetsuzou Kamadani, Cave Story

RexyDallas

Re: A way to switch profiles easier.

Unread post by RexyDallas » 2018-01-23, 20:35

New Tobin Paradigm wrote:And javascript and strings for how ever many langpacks we have this week plus testing and validation. All for something only a minority would use.

This is NOT as trivial as you may think.
o_o

It's not trivial to add literally one or two strings to the browser?
Last edited by RexyDallas on 2018-01-23, 20:39, edited 2 times in total.

User avatar
Isengrim
Board Warrior
Board Warrior
Posts: 1325
Joined: 2015-09-08, 22:54
Location: 127.0.0.1
Contact:

Re: A way to switch profiles easier.

Unread post by Isengrim » 2018-01-23, 20:47

More like twenty two. In addition to US English (en-US), Pale Moon currently supports 21 official language packs, all of which must be maintained and validated by native speakers and which must cover all of the strings in the application.

Adding a new feature with new text to the browser means having to update all of those language packs. Not to mention testing, as Tobin said.
Last edited by Isengrim on 2018-01-23, 20:48, edited 1 time in total.
a.k.a. Ascrod
Linux Mint 19.3 Cinnamon (64-bit), Debian Bullseye (64-bit), Windows 7 (64-bit)
"As long as there is someone who will appreciate the work involved in the creation, the effort is time well spent." ~ Tetsuzou Kamadani, Cave Story


New Tobin Paradigm

Re: A way to switch profiles easier.

Unread post by New Tobin Paradigm » 2018-01-24, 00:33

GOOD NEWS EVERYONE.. I am working on this.. It needs some more cleanup but..
7d4ec672-537c-40a5-90e5-643acc55eead.jpg
EDIT: Also works in Basilisk as well but I dunno of the right way to target the hamburger menu.. Don't really care too much either but that's life.

The one small caveat with this is that checkbox operates on the same mechanism as the REAL Profile Manager so if it is left checked the selected profile becomes the default and if unchecked it will show the real Profile Manager at next start of the application.

Expect a proper release in a few days or sooner.
Last edited by New Tobin Paradigm on 2018-01-24, 05:56, edited 10 times in total.

New Tobin Paradigm

Re: A way to switch profiles easier.

Unread post by New Tobin Paradigm » 2018-01-24, 05:57

http://addons.palemoon.org/addon/profile-switcher/
cdad0372-7705-4ea6-a224-a9379f17ba0c.jpg
cdad0372-7705-4ea6-a224-a9379f17ba0c.jpg (55.73 KiB) Viewed 1470 times
Last edited by New Tobin Paradigm on 2018-01-24, 08:11, edited 1 time in total.

Swicher
Hobby Astronomer
Hobby Astronomer
Posts: 24
Joined: 2017-07-09, 13:12

Re: A way to switch profiles easier.

Unread post by Swicher » 2018-02-01, 21:31

If you are interested, this profile manager has several interesting features that perhaps your extension could take advantage of.
Last edited by Swicher on 2018-02-01, 21:32, edited 1 time in total.

New Tobin Paradigm

Re: A way to switch profiles easier.

Unread post by New Tobin Paradigm » 2018-02-01, 21:52

I created my extension based on Seamonky code which is what the OP specifically asked for.. THAT mess came about because Mozilla was going to end the profile manager completely. Given the OP wanted only to SWITCH profiles NOT manage them I stripped out code in my extension that did anything but switching.. Also so it was direct, easy, and to the point. Does what it says on the tin.
Last edited by New Tobin Paradigm on 2018-02-01, 21:56, edited 1 time in total.

Locked