Age | Commit message (Collapse) | Author |
|
|
|
...which runs it through LexicalPath.
Fixes #3016.
|
|
We can't talk to IPC servers without having an event loop.
|
|
Closes https://github.com/SerenityOS/serenity/issues/2080
|
|
|
|
Moves DirectoryServices out of LibCore (because we need to link with
LibIPC), renames it Desktop::Launcher (because Desktop::DesktopServices
doesn't scan right) and ports it to use the LaunchServer which is now
responsible for starting programs for a file.
|
|
This is a simple utility for invoking Core::DesktopServices::open() from command
line :^)
|