mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:37:46 +00:00
WindowServer: Populate system menu with app launchers from /res/apps
The new system directory /res/apps now contains ".af" files describing applications (name, category, executable path, and icon.) These are used to populate the system menu with application shortcuts. This will replace the Launcher app. :^)
This commit is contained in:
parent
37329f829b
commit
b6a6f34caa
13 changed files with 114 additions and 9 deletions
8
Base/res/apps/FileManager.af
Normal file
8
Base/res/apps/FileManager.af
Normal file
|
@ -0,0 +1,8 @@
|
|||
[App]
|
||||
Name=FileManager
|
||||
Executable=/bin/FileManager
|
||||
Category=Utilities
|
||||
|
||||
[Icons]
|
||||
16x16=/res/icons/16x16/filetype-folder.png
|
||||
32x32=/res/icons/32x32/filetype-folder.png
|
Loading…
Add table
Add a link
Reference in a new issue