diff options
author | Erik Kundiman <erik@megapahit.org> | 2025-06-02 11:16:09 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2025-06-02 11:16:09 +0800 |
commit | 08d4f307b0c2281f5aa4a11329c6c6e8c625e6ea (patch) | |
tree | 04051d8fdca5f53037b538df60379b08189d59ea /indra/newview/linux_tools/launch_url.sh | |
parent | 2e6dd2843b6b7c287783393ade1892568896a5a0 (diff) |
Revert "Make using the system browser for links works"
This reverts commit 0b62583eb7dd6e193d5daa2e24646bbb9f3c74e5.
We have SDL for opening URLs now.
Diffstat (limited to 'indra/newview/linux_tools/launch_url.sh')
-rwxr-xr-x | indra/newview/linux_tools/launch_url.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/linux_tools/launch_url.sh b/indra/newview/linux_tools/launch_url.sh index 7c4ebf2291..404ea36f26 100755 --- a/indra/newview/linux_tools/launch_url.sh +++ b/indra/newview/linux_tools/launch_url.sh @@ -61,7 +61,6 @@ fi # will be tried first, which is a debian alternative. BROWSER_COMMANDS=" \ x-www-browser \ - chrome \ firefox \ mozilla-firefox \ iceweasel \ |