-
Notifications
You must be signed in to change notification settings - Fork 343
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
Unable to use custom chromium profile. --chromium-profile
flag is not getting respected.
#1909
Comments
Works for me, even with the latest version at 85.0.4151.0 on ArchLinux. When I visit The "Profile Path" row shows the latter. What made you think that the |
This sounds like it may be related to the snap packaged chromium browser.
@deepTier5 are you using a snap packaged Chrome or a deb packaged one? |
Hi @Rob--W First of all thanks for the reply and showing me Thought, my problem is resolved, but I need some clarification regarding To open my desired profile for Firefox I provide What if I want to open a Chrome profile from Why does Why |
If you want to use "Profile 1" instead of "Default", pass the desired name to
|
@Rob--W thanks a lot again for clarifying. It would be really helpful if the doc is updated. |
Hi @Rob--W & @deepTier5, copy from chrome://version/:
I think in What do you think? Thank you for you help! |
We should pass the directory via the It's a small change, at web-ext/src/extension-runners/chromium.js Lines 130 to 149 in 0522c9c
plus a change of the test in web-ext/tests/unit/test-extension-runners/test.chromium.js Lines 372 to 382 in 0522c9c
chromiumLaunch depending on the implementation)
Are you interested in contributing a patch? |
Hi @Rob--W, hum I was about to start. But I checked it out and flow is throwing 23 errors out out of the box (in master)!
do I have a config problem? |
Are you using the same version of flow as the one specified by the package.json / package-lock.json file? |
Update for @Rob--W: now it's compiling! Indeed I had a newer version globally, and even if I provided it in PATH the |
ok, I have the changes locally (as you described)! But I am not allowed to push my patch branch... Do I have to be a project member for it? |
You need to fork the project to your own account, push to your repo and then open a new pull request. After forking the repo, you need to add your fork as a new remote to your local git repo. Then you can push to this new remote, and then open a PR via Github. |
Is this a feature request or a bug?
Bug
What is the current behavior?
As per the doc --chromium-profile takes the current path of the Chrome/Chromium profile, but every time Chrome is staring with a temporary profile instead of supplied one.
I am running
The verbose log on stdout
What is the expected or desired behavior?
No
Version information (for bug reports)
Chrome version:
83.0.4103.61
Your OS and version:
Ubuntu 20.04 LTS
Node version:
v12.16.3
NPM version:
6.14.4
web-ext version:
4.2.0
P.S. I am getting same issue on Windows 10 also.
The text was updated successfully, but these errors were encountered: