mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:17:34 +00:00
LaunchServer+Base: Stop using Browser as default protocol handler
Browser supports very few protocols (http, https, gemini, file) at the moment, so there's no point in using it as a catch-all and default protocol handler. I added an explicit association for gemini to /bin/Browser instead. This stops Desktop::Launcher::open() from reporting success for any URL, which really isn't the case (Browser shows an error page...).
This commit is contained in:
parent
af007ce126
commit
bed240d4b3
4 changed files with 9 additions and 7 deletions
|
@ -15,7 +15,7 @@ sheets=/bin/Spreadsheet
|
|||
*=/bin/TextEditor
|
||||
|
||||
[Protocol]
|
||||
irc=/bin/IRCClient
|
||||
gemini=/bin/Browser
|
||||
http=/bin/Browser
|
||||
https=/bin/Browser
|
||||
*=/bin/Browser
|
||||
irc=/bin/IRCClient
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue