Skip to content
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

Make Chromium not prompt the user to set it as the default browser #1781

Closed
mariyan-borisov opened this issue Dec 10, 2019 · 3 comments
Closed

Comments

@mariyan-borisov
Copy link

Is this a feature request or a bug?

This is a feature request.

What is the current behavior?

When starting Chromium using web-ext run -t chromium it checks whether it is the default browser and prompts the user to set it as one when it isn't.

What is the expected or desired behavior?

Chromium should not prompt the user to set it as the default browser.

@mariyan-borisov
Copy link
Author

The --no-default-browser-check command line flag can be used to achieve the desired behavior as follows:
web-ext run -t chromium --arg=--no-default-browser-check

@rpl
Copy link
Member

rpl commented Dec 11, 2019

@mariyan-borisov has kindly fixed the bug in the upstream package \o/

I've currently marked this as "state: blocked by upstream", we are going to fix it from the renovatebot PR (e.g. #1745).

@rpl
Copy link
Member

rpl commented Mar 26, 2020

Closing (fixed as part of #1865)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants