1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 16:27:35 +00:00

LaunchServer: Add the LaunchServer to centralise file associations.

Step one of moving DesktopServices::open handling out of process. This
makes it easier to do things like read in associations for which program
opens which files or protocols. This gives users the ability to modify
the associations without having to rebuild :^)
This commit is contained in:
Nicholas Hollett 2020-04-26 20:27:57 +01:00 committed by Andreas Kling
parent b65ca3b944
commit 2708cc0f72
11 changed files with 406 additions and 0 deletions

View file

@ -0,0 +1,13 @@
[FileType]
png=/bin/QuickShow
gif=/bin/QuickShow
html=/bin/Browser
wav=/bin/SoundPlayer
txt=/bin/TextEditor
frm=/bin/VisualBuilder
*=/bin/TextEditor
[Protocol]
irc=/bin/IRCClient
http=/bin/Browser
*=/bin/Browser