Skip to content

Not possible duplicating profile settings when creating new profile #25898

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
diyoyo opened this issue Oct 11, 2022 · 2 comments
Open

Not possible duplicating profile settings when creating new profile #25898

diyoyo opened this issue Oct 11, 2022 · 2 comments
Labels
Chromium/waiting upstream Issue is in Chromium; we'll likely wait for the fix feature/profile-manager feature-request OS/Desktop priority/P5 Not scheduled. Don't anticipate work on this any time soon. repros-on-chrome

Comments

@diyoyo
Copy link

diyoyo commented Oct 11, 2022

Description

I cannot find a way to use the current profile settings to create a new profile. Everytime I create a new profile, I have to reconfigure everything!

Steps to Reproduce

  1. Create new profile
  2. Change settings
  3. Try to create a second profile

Actual result:

All the settings are reset to default settings

Expected result:

Either have the option to clone a profile, or just start from the current profile's settings as default, or have the option to change the default settings for new profiles... up to you, all three options are fine with me :D

Reproduces how often:

Everytime.

@rebron rebron added feature-request feature/profile-manager Chromium/waiting upstream Issue is in Chromium; we'll likely wait for the fix repros-on-chrome priority/P5 Not scheduled. Don't anticipate work on this any time soon. labels Oct 23, 2022
@karlmiles
Copy link

I found a manual way of duplicating a profile that seems to work for my needs, at least on Linux with release 135.1.77.100 - not tried it on any other set-up. I know it's not an answer to the original issue of a GUI feature, but it may be a viable workaround for those (like me!) that aren't willing to wait.

Important things to note:

  • I do not use Sync at all (in any browser).
  • I do not use PWAs on this machine.
  • I do have working backups to restore from.

Steps:

  1. Shutdown Brave entirely.

  2. Change directory to where your profile is stored, e.g.:

$ cd ~/.config/BraveSoftware/Brave-Browser
  1. Clone the profile directory, recursively, maintaining permissions, timestamps, etc. (You will need to replace Profile2 with the next consecutive number if it already exists, and use whatever that is in step 4 also):
$ cp -dpR Default Profile2
  1. Launch Brave from the terminal with your newly cloned profile:
$ brave --profile-directory=Profile2

Brave should now start up with your duplicated profile. Now you can shutdown Brave again, and on future launches, you'll get the profile selector dialog, just like if you created a new profile in the usual way.

If you didn't perform step 4, Brave behaves like this new profile doesn't exist.

So far, it seems to be working fine - I've modified settings & added/removed extensions in both profiles without any problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Chromium/waiting upstream Issue is in Chromium; we'll likely wait for the fix feature/profile-manager feature-request OS/Desktop priority/P5 Not scheduled. Don't anticipate work on this any time soon. repros-on-chrome
Projects
None yet
Development

No branches or pull requests

4 participants