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:
parent
b65ca3b944
commit
2708cc0f72
11 changed files with 406 additions and 0 deletions
13
Base/home/anon/LaunchServer.ini
Normal file
13
Base/home/anon/LaunchServer.ini
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue