-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Incognito window doesn't open from shortcut when a search extension is installed #30305
Milestone
Comments
@sammacbeth Thanks for reporting! |
25 tasks
simonhong
added a commit
to brave/brave-core
that referenced
this issue
May 16, 2023
fix brave/brave-browser#30305 When search provider extension is installed, launching private window directly causes crash at startup. PrivateWindowSearchEngineProviderService uses not loaded TemplateURLService. TemplateURLService couldn't give proper data till it's loaded.
MadhaviSeelam
added
the
QA/In-Progress
Indicates that QA is currently in progress for that particular issue
label
May 31, 2023
MadhaviSeelam
added
QA Pass-Win64
and removed
QA/In-Progress
Indicates that QA is currently in progress for that particular issue
labels
Jun 1, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
When launching the browser directly into incognito mode via a Windows desktop shortcut, the browser fails to launch when search extensions are installed and enabled. This is the case even if these extensions are not set to run in incognito mode.
I've reproduced this issue with the DuckDuckGo Privacy Essentials extension (which was reported on reddit, and Ecosia extension, which makes me assume this is related to extensions that use
chrome_settings_overrides
to override the search provider.Steps to Reproduce
"C:\Program Files\BraveSoftware\Brave-Browser\Application\brave.exe" -incognito
.Actual result:
Brave does not launch.
Expected result:
Brave launches a new incognito window.
Reproduces how often:
Easily reproduced. This happens every time after the extension is installed. Relaunching the browser in a normal window and disabling the extension fixes it.
Brave version (brave://version info)
1.51.114 Chromium: 113.0.5672.92 (Official Build) (64-bit)
Revision: b6f521170062a1fa8a82c33fb223b06fec566da1-refs/branch-heads/5672_63@{#10}
OS: Windows 11 Version 22H2 (Build 22621.1555)
Version/Channel Information:
Other Additional Information:
The text was updated successfully, but these errors were encountered: