mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:07:34 +00:00
Base: Remove [Icons] section from .af files
With everything now using GUI::FileIconProvider and therefore loading icons embedded in the executable files, this information is now longer being used. We might have to think about this again if we want to allow .af files with custom commands (e.g. shell scripts). Maybe those could get away with just an "Icon" entry under "[App]", but currently there's only "Executable" anyway.
This commit is contained in:
parent
0384eb41ae
commit
e5ac1fcd00
37 changed files with 0 additions and 147 deletions
|
@ -2,7 +2,3 @@
|
||||||
Name=2048
|
Name=2048
|
||||||
Executable=/bin/2048
|
Executable=/bin/2048
|
||||||
Category=Games
|
Category=Games
|
||||||
|
|
||||||
[Icons]
|
|
||||||
16x16=/res/icons/16x16/app-2048.png
|
|
||||||
32x32=/res/icons/32x32/app-2048.png
|
|
||||||
|
|
|
@ -2,7 +2,3 @@
|
||||||
Name=Breakout
|
Name=Breakout
|
||||||
Executable=/bin/Breakout
|
Executable=/bin/Breakout
|
||||||
Category=Games
|
Category=Games
|
||||||
|
|
||||||
[Icons]
|
|
||||||
16x16=/res/icons/16x16/app-breakout.png
|
|
||||||
32x32=/res/icons/32x32/app-breakout.png
|
|
||||||
|
|
|
@ -3,10 +3,6 @@ Name=Browser
|
||||||
Executable=/bin/Browser
|
Executable=/bin/Browser
|
||||||
Category=Internet
|
Category=Internet
|
||||||
|
|
||||||
[Icons]
|
|
||||||
16x16=/res/icons/16x16/app-browser.png
|
|
||||||
32x32=/res/icons/32x32/app-browser.png
|
|
||||||
|
|
||||||
[Launcher]
|
[Launcher]
|
||||||
FileTypes=html,htm,md
|
FileTypes=html,htm,md
|
||||||
Protocols=gemini,http,https
|
Protocols=gemini,http,https
|
||||||
|
|
|
@ -2,7 +2,3 @@
|
||||||
Name=Calculator
|
Name=Calculator
|
||||||
Executable=/bin/Calculator
|
Executable=/bin/Calculator
|
||||||
Category=Utilities
|
Category=Utilities
|
||||||
|
|
||||||
[Icons]
|
|
||||||
16x16=/res/icons/16x16/app-calculator.png
|
|
||||||
32x32=
|
|
||||||
|
|
|
@ -2,7 +2,3 @@
|
||||||
Name=Calendar
|
Name=Calendar
|
||||||
Executable=/bin/Calendar
|
Executable=/bin/Calendar
|
||||||
Category=Utilities
|
Category=Utilities
|
||||||
|
|
||||||
[Icons]
|
|
||||||
16x16=/res/icons/16x16/app-calendar.png
|
|
||||||
32x32=
|
|
||||||
|
|
|
@ -2,7 +2,3 @@
|
||||||
Name=Chess
|
Name=Chess
|
||||||
Executable=/bin/Chess
|
Executable=/bin/Chess
|
||||||
Category=Games
|
Category=Games
|
||||||
|
|
||||||
[Icons]
|
|
||||||
16x16=/res/icons/16x16/app-chess.png
|
|
||||||
32x32=/res/icons/32x32/app-chess.png
|
|
||||||
|
|
|
@ -2,7 +2,3 @@
|
||||||
Name=Cube
|
Name=Cube
|
||||||
Executable=/bin/Cube
|
Executable=/bin/Cube
|
||||||
Category=Demos
|
Category=Demos
|
||||||
|
|
||||||
[Icons]
|
|
||||||
16x16=/res/icons/16x16/app-cube.png
|
|
||||||
32x32=/res/icons/32x32/app-cube.png
|
|
||||||
|
|
|
@ -2,7 +2,3 @@
|
||||||
Name=Display settings
|
Name=Display settings
|
||||||
Executable=/bin/DisplaySettings
|
Executable=/bin/DisplaySettings
|
||||||
Category=Settings
|
Category=Settings
|
||||||
|
|
||||||
[Icons]
|
|
||||||
16x16=/res/icons/16x16/app-display-settings.png
|
|
||||||
32x32=/res/icons/32x32/app-display-settings.png
|
|
||||||
|
|
|
@ -2,7 +2,3 @@
|
||||||
Name=Eyes
|
Name=Eyes
|
||||||
Executable=/bin/Eyes
|
Executable=/bin/Eyes
|
||||||
Category=Demos
|
Category=Demos
|
||||||
|
|
||||||
[Icons]
|
|
||||||
16x16=/res/icons/16x16/app-eyes.png
|
|
||||||
32x32=/res/icons/32x32/app-eyes.png
|
|
||||||
|
|
|
@ -2,7 +2,3 @@
|
||||||
Name=File Manager
|
Name=File Manager
|
||||||
Executable=/bin/FileManager
|
Executable=/bin/FileManager
|
||||||
Category=Utilities
|
Category=Utilities
|
||||||
|
|
||||||
[Icons]
|
|
||||||
16x16=/res/icons/16x16/filetype-folder.png
|
|
||||||
32x32=/res/icons/32x32/filetype-folder.png
|
|
||||||
|
|
|
@ -2,7 +2,3 @@
|
||||||
Name=Fire
|
Name=Fire
|
||||||
Executable=/bin/Fire
|
Executable=/bin/Fire
|
||||||
Category=Demos
|
Category=Demos
|
||||||
|
|
||||||
[Icons]
|
|
||||||
16x16=/res/icons/16x16/app-fire.png
|
|
||||||
32x32=/res/icons/32x32/app-fire.png
|
|
||||||
|
|
|
@ -3,9 +3,5 @@ Name=Font Editor
|
||||||
Executable=/bin/FontEditor
|
Executable=/bin/FontEditor
|
||||||
Category=Development
|
Category=Development
|
||||||
|
|
||||||
[Icons]
|
|
||||||
16x16=/res/icons/16x16/app-font-editor.png
|
|
||||||
32x32=/res/icons/32x32/app-font-editor.png
|
|
||||||
|
|
||||||
[Launcher]
|
[Launcher]
|
||||||
FileTypes=font
|
FileTypes=font
|
||||||
|
|
|
@ -2,7 +2,3 @@
|
||||||
Name=HackStudio
|
Name=HackStudio
|
||||||
Executable=/bin/HackStudio
|
Executable=/bin/HackStudio
|
||||||
Category=Development
|
Category=Development
|
||||||
|
|
||||||
[Icons]
|
|
||||||
16x16=/res/icons/16x16/app-hack-studio.png
|
|
||||||
32x32=/res/icons/32x32/app-hack-studio.png
|
|
||||||
|
|
|
@ -2,7 +2,3 @@
|
||||||
Name=Hello World
|
Name=Hello World
|
||||||
Executable=/bin/HelloWorld
|
Executable=/bin/HelloWorld
|
||||||
Category=Demos
|
Category=Demos
|
||||||
|
|
||||||
[Icons]
|
|
||||||
16x16=/res/icons/16x16/app-hello-world.png
|
|
||||||
32x32=
|
|
||||||
|
|
|
@ -2,7 +2,3 @@
|
||||||
Name=Help
|
Name=Help
|
||||||
Executable=/bin/Help
|
Executable=/bin/Help
|
||||||
Category=Utilities
|
Category=Utilities
|
||||||
|
|
||||||
[Icons]
|
|
||||||
16x16=/res/icons/16x16/app-help.png
|
|
||||||
32x32=/res/icons/32x32/app-help.png
|
|
||||||
|
|
|
@ -2,7 +2,3 @@
|
||||||
Name=Hex Editor
|
Name=Hex Editor
|
||||||
Executable=/bin/HexEditor
|
Executable=/bin/HexEditor
|
||||||
Category=Development
|
Category=Development
|
||||||
|
|
||||||
[Icons]
|
|
||||||
16x16=/res/icons/16x16/app-hexeditor.png
|
|
||||||
32x32=/res/icons/32x32/app-hexeditor.png
|
|
||||||
|
|
|
@ -3,9 +3,5 @@ Name=IRC Client
|
||||||
Executable=/bin/IRCClient
|
Executable=/bin/IRCClient
|
||||||
Category=Internet
|
Category=Internet
|
||||||
|
|
||||||
[Icons]
|
|
||||||
16x16=/res/icons/16x16/app-irc-client.png
|
|
||||||
32x32=/res/icons/32x32/app-irc-client.png
|
|
||||||
|
|
||||||
[Launcher]
|
[Launcher]
|
||||||
Protocols=irc
|
Protocols=irc
|
||||||
|
|
|
@ -2,7 +2,3 @@
|
||||||
Name=Inspector
|
Name=Inspector
|
||||||
Executable=/bin/Inspector
|
Executable=/bin/Inspector
|
||||||
Category=Development
|
Category=Development
|
||||||
|
|
||||||
[Icons]
|
|
||||||
16x16=/res/icons/16x16/app-inspector.png
|
|
||||||
32x32=/res/icons/32x32/app-inspector.png
|
|
||||||
|
|
|
@ -2,7 +2,3 @@
|
||||||
Name=Keyboard settings
|
Name=Keyboard settings
|
||||||
Executable=/bin/KeyboardSettings
|
Executable=/bin/KeyboardSettings
|
||||||
Category=Settings
|
Category=Settings
|
||||||
|
|
||||||
[Icons]
|
|
||||||
16x16=/res/icons/16x16/app-keyboard-settings.png
|
|
||||||
32x32=/res/icons/32x32/app-keyboard-settings.png
|
|
||||||
|
|
|
@ -2,7 +2,3 @@
|
||||||
Name=LibGfx Demo
|
Name=LibGfx Demo
|
||||||
Executable=/bin/LibGfxDemo
|
Executable=/bin/LibGfxDemo
|
||||||
Category=Demos
|
Category=Demos
|
||||||
|
|
||||||
[Icons]
|
|
||||||
16x16=/res/icons/16x16/app-libgfx-demo.png
|
|
||||||
32x32=/res/icons/32x32/app-libgfx-demo.png
|
|
||||||
|
|
|
@ -2,7 +2,3 @@
|
||||||
Name=Minesweeper
|
Name=Minesweeper
|
||||||
Executable=/bin/Minesweeper
|
Executable=/bin/Minesweeper
|
||||||
Category=Games
|
Category=Games
|
||||||
|
|
||||||
[Icons]
|
|
||||||
16x16=/res/icons/16x16/app-minesweeper.png
|
|
||||||
32x32=/res/icons/32x32/app-minesweeper.png
|
|
||||||
|
|
|
@ -2,7 +2,3 @@
|
||||||
Name=Mouse
|
Name=Mouse
|
||||||
Executable=/bin/Mouse
|
Executable=/bin/Mouse
|
||||||
Category=Demos
|
Category=Demos
|
||||||
|
|
||||||
[Icons]
|
|
||||||
16x16=/res/icons/16x16/app-mouse.png
|
|
||||||
32x32=/res/icons/32x32/app-mouse.png
|
|
||||||
|
|
|
@ -2,7 +2,3 @@
|
||||||
Name=Piano
|
Name=Piano
|
||||||
Executable=/bin/Piano
|
Executable=/bin/Piano
|
||||||
Category=Sound
|
Category=Sound
|
||||||
|
|
||||||
[Icons]
|
|
||||||
16x16=/res/icons/16x16/app-piano.png
|
|
||||||
32x32=/res/icons/32x32/app-piano.png
|
|
||||||
|
|
|
@ -2,7 +2,3 @@
|
||||||
Name=PixelPaint
|
Name=PixelPaint
|
||||||
Executable=/bin/PixelPaint
|
Executable=/bin/PixelPaint
|
||||||
Category=Graphics
|
Category=Graphics
|
||||||
|
|
||||||
[Icons]
|
|
||||||
16x16=/res/icons/16x16/app-pixel-paint.png
|
|
||||||
32x32=/res/icons/32x32/app-pixel-paint.png
|
|
||||||
|
|
|
@ -2,7 +2,3 @@
|
||||||
Name=Pong
|
Name=Pong
|
||||||
Executable=/bin/Pong
|
Executable=/bin/Pong
|
||||||
Category=Games
|
Category=Games
|
||||||
|
|
||||||
[Icons]
|
|
||||||
16x16=/res/icons/16x16/app-pong.png
|
|
||||||
32x32=/res/icons/32x32/app-pong.png
|
|
||||||
|
|
|
@ -2,7 +2,3 @@
|
||||||
Name=Profiler
|
Name=Profiler
|
||||||
Executable=/bin/Profiler
|
Executable=/bin/Profiler
|
||||||
Category=Development
|
Category=Development
|
||||||
|
|
||||||
[Icons]
|
|
||||||
16x16=/res/icons/16x16/app-profiler.png
|
|
||||||
32x32=/res/icons/32x32/app-profiler.png
|
|
||||||
|
|
|
@ -3,9 +3,5 @@ Name=QuickShow
|
||||||
Executable=/bin/QuickShow
|
Executable=/bin/QuickShow
|
||||||
Category=Graphics
|
Category=Graphics
|
||||||
|
|
||||||
[Icons]
|
|
||||||
16x16=/res/icons/16x16/filetype-image.png
|
|
||||||
32x32=/res/icons/32x32/filetype-image.png
|
|
||||||
|
|
||||||
[Launcher]
|
[Launcher]
|
||||||
FileTypes=pbm,pgm,png,ppm,gif,jpg,jpeg
|
FileTypes=pbm,pgm,png,ppm,gif,jpg,jpeg
|
||||||
|
|
|
@ -2,7 +2,3 @@
|
||||||
Name=Screensaver
|
Name=Screensaver
|
||||||
Executable=/bin/Screensaver
|
Executable=/bin/Screensaver
|
||||||
Category=Demos
|
Category=Demos
|
||||||
|
|
||||||
[Icons]
|
|
||||||
16x16=/res/icons/16x16/app-screensaver.png
|
|
||||||
32x32=/res/icons/32x32/app-screensaver.png
|
|
||||||
|
|
|
@ -2,7 +2,3 @@
|
||||||
Name=Snake
|
Name=Snake
|
||||||
Executable=/bin/Snake
|
Executable=/bin/Snake
|
||||||
Category=Games
|
Category=Games
|
||||||
|
|
||||||
[Icons]
|
|
||||||
16x16=/res/icons/16x16/app-snake.png
|
|
||||||
32x32=/res/icons/32x32/app-snake.png
|
|
||||||
|
|
|
@ -2,6 +2,3 @@
|
||||||
Name=Solitaire
|
Name=Solitaire
|
||||||
Executable=/bin/Solitaire
|
Executable=/bin/Solitaire
|
||||||
Category=Games
|
Category=Games
|
||||||
|
|
||||||
[Icons]
|
|
||||||
16x16=/res/icons/16x16/app-solitaire.png
|
|
||||||
|
|
|
@ -3,9 +3,5 @@ Name=SoundPlayer
|
||||||
Executable=/bin/SoundPlayer
|
Executable=/bin/SoundPlayer
|
||||||
Category=Sound
|
Category=Sound
|
||||||
|
|
||||||
[Icons]
|
|
||||||
16x16=/res/icons/16x16/app-sound-player.png
|
|
||||||
32x32=/res/icons/32x32/app-sound-player.png
|
|
||||||
|
|
||||||
[Launcher]
|
[Launcher]
|
||||||
FileTypes=wav
|
FileTypes=wav
|
||||||
|
|
|
@ -3,9 +3,5 @@ Name=Spreadsheet
|
||||||
Executable=/bin/Spreadsheet
|
Executable=/bin/Spreadsheet
|
||||||
Category=Utilities
|
Category=Utilities
|
||||||
|
|
||||||
[Icons]
|
|
||||||
16x16=/res/icons/16x16/app-spreadsheet.png
|
|
||||||
32x32=/res/icons/32x32/app-spreadsheet.png
|
|
||||||
|
|
||||||
[Launcher]
|
[Launcher]
|
||||||
FileTypes=sheets
|
FileTypes=sheets
|
||||||
|
|
|
@ -2,7 +2,3 @@
|
||||||
Name=System Monitor
|
Name=System Monitor
|
||||||
Executable=/bin/SystemMonitor
|
Executable=/bin/SystemMonitor
|
||||||
Category=Utilities
|
Category=Utilities
|
||||||
|
|
||||||
[Icons]
|
|
||||||
16x16=/res/icons/16x16/app-system-monitor.png
|
|
||||||
32x32=/res/icons/32x32/app-system-monitor.png
|
|
||||||
|
|
|
@ -2,7 +2,3 @@
|
||||||
Name=Terminal
|
Name=Terminal
|
||||||
Executable=/bin/Terminal
|
Executable=/bin/Terminal
|
||||||
Category=Utilities
|
Category=Utilities
|
||||||
|
|
||||||
[Icons]
|
|
||||||
16x16=/res/icons/16x16/app-terminal.png
|
|
||||||
32x32=/res/icons/32x32/app-terminal.png
|
|
||||||
|
|
|
@ -3,9 +3,5 @@ Name=Text Editor
|
||||||
Executable=/bin/TextEditor
|
Executable=/bin/TextEditor
|
||||||
Category=Utilities
|
Category=Utilities
|
||||||
|
|
||||||
[Icons]
|
|
||||||
16x16=/res/icons/16x16/app-text-editor.png
|
|
||||||
32x32=/res/icons/32x32/app-text-editor.png
|
|
||||||
|
|
||||||
[Launcher]
|
[Launcher]
|
||||||
FileTypes=txt,md,html,htm,js,json,ini
|
FileTypes=txt,md,html,htm,js,json,ini
|
||||||
|
|
|
@ -2,7 +2,3 @@
|
||||||
Name=Theme Editor
|
Name=Theme Editor
|
||||||
Executable=/bin/ThemeEditor
|
Executable=/bin/ThemeEditor
|
||||||
Category=Development
|
Category=Development
|
||||||
|
|
||||||
[Icons]
|
|
||||||
16x16=/res/icons/16x16/app-theme-editor.png
|
|
||||||
32x32=
|
|
||||||
|
|
|
@ -2,7 +2,3 @@
|
||||||
Name=Widget Gallery
|
Name=Widget Gallery
|
||||||
Executable=/bin/WidgetGallery
|
Executable=/bin/WidgetGallery
|
||||||
Category=Demos
|
Category=Demos
|
||||||
|
|
||||||
[Icons]
|
|
||||||
16x16=/res/icons/16x16/app-widget-gallery.png
|
|
||||||
32x32=/res/icons/32x32/app-widget-gallery.png
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue