feat(settings): add custom external browser executable option - #2382
Open
walshd1 wants to merge 1 commit into
Open
feat(settings): add custom external browser executable option#2382walshd1 wants to merge 1 commit into
walshd1 wants to merge 1 commit into
Conversation
Adds an 'externalBrowserPath' app setting (Advanced settings) that opens external links with a user-chosen browser executable (e.g. a portable browser) instead of the system default. The browser is launched detached with an 'error' handler and a fallback to shell.openExternal, so a missing or broken executable can never crash the app. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01FDLv9x7atAG97Rujf4w1Wm
walshd1
force-pushed
the
feat/custom-external-browser
branch
from
July 26, 2026 06:21
690c59d to
4876952
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #1302
What does this PR do?
Adds a user-configurable setting in Advanced preferences to specify a
custom browser executable for opening external links. If set and the
path exists, all external links opened from services will use this
browser instead of the system default.
Changes
customBrowserExecutabletoDEFAULT_APP_SETTINGSinconfig.tsen-US.jsonsrc/electron/openInBrowser.tshelper