ladybird/Userland/Libraries/LibDesktop
Linus Groh 4983a972b0 LibDesktop: Add a RunInTerminal boolean field to app files
This is common enough to warrant its own setting by now - but it's also
partially a workaround. Since app files currently only support a single
executable path with no arguments, we resort to generating wrapper
scripts for port launchers with arguments - and then the executable is
that shell script. We also moved from manually specifying icon files to
embedding them in executables. As shell scripts can't have icons
embedded in them, a different solution is needed - this one solves the
common case of running a CLI program in a terminal, and still allows
embedding of icons in the executable itself as no shell script is
needed, meaning it will be shown in the taskbar and system menu.

The second use case of actually passing arguments to the executable
itself (and not just "Terminal -e ...") is not covered by this and still
requires an external script (meaning no icon for now), but I think that
can easily be solved by adding something like an "Arguments" field to
app files. :^)
2021-07-20 00:58:26 +01:00
..
AppFile.cpp LibDesktop: Add a RunInTerminal boolean field to app files 2021-07-20 00:58:26 +01:00
AppFile.h LibDesktop: Add a RunInTerminal boolean field to app files 2021-07-20 00:58:26 +01:00
CMakeLists.txt Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Launcher.cpp Userland: Remove dummy IPC methods 2021-06-24 00:38:58 +02:00
Launcher.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00