mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:57:44 +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
4
Services/LaunchServer/LaunchClient.ipc
Normal file
4
Services/LaunchServer/LaunchClient.ipc
Normal file
|
@ -0,0 +1,4 @@
|
|||
endpoint LaunchClient = 102
|
||||
{
|
||||
Dummy() =|
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue