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:
Linus Groh 2020-12-24 16:22:02 +01:00 committed by Andreas Kling
parent 0384eb41ae
commit e5ac1fcd00
37 changed files with 0 additions and 147 deletions

View file

@ -2,7 +2,3 @@
Name=2048
Executable=/bin/2048
Category=Games
[Icons]
16x16=/res/icons/16x16/app-2048.png
32x32=/res/icons/32x32/app-2048.png

View file

@ -2,7 +2,3 @@
Name=Breakout
Executable=/bin/Breakout
Category=Games
[Icons]
16x16=/res/icons/16x16/app-breakout.png
32x32=/res/icons/32x32/app-breakout.png

View file

@ -3,10 +3,6 @@ Name=Browser
Executable=/bin/Browser
Category=Internet
[Icons]
16x16=/res/icons/16x16/app-browser.png
32x32=/res/icons/32x32/app-browser.png
[Launcher]
FileTypes=html,htm,md
Protocols=gemini,http,https

View file

@ -2,7 +2,3 @@
Name=Calculator
Executable=/bin/Calculator
Category=Utilities
[Icons]
16x16=/res/icons/16x16/app-calculator.png
32x32=

View file

@ -2,7 +2,3 @@
Name=Calendar
Executable=/bin/Calendar
Category=Utilities
[Icons]
16x16=/res/icons/16x16/app-calendar.png
32x32=

View file

@ -2,7 +2,3 @@
Name=Chess
Executable=/bin/Chess
Category=Games
[Icons]
16x16=/res/icons/16x16/app-chess.png
32x32=/res/icons/32x32/app-chess.png

View file

@ -2,7 +2,3 @@
Name=Cube
Executable=/bin/Cube
Category=Demos
[Icons]
16x16=/res/icons/16x16/app-cube.png
32x32=/res/icons/32x32/app-cube.png

View file

@ -2,7 +2,3 @@
Name=Display settings
Executable=/bin/DisplaySettings
Category=Settings
[Icons]
16x16=/res/icons/16x16/app-display-settings.png
32x32=/res/icons/32x32/app-display-settings.png

View file

@ -2,7 +2,3 @@
Name=Eyes
Executable=/bin/Eyes
Category=Demos
[Icons]
16x16=/res/icons/16x16/app-eyes.png
32x32=/res/icons/32x32/app-eyes.png

View file

@ -2,7 +2,3 @@
Name=File Manager
Executable=/bin/FileManager
Category=Utilities
[Icons]
16x16=/res/icons/16x16/filetype-folder.png
32x32=/res/icons/32x32/filetype-folder.png

View file

@ -2,7 +2,3 @@
Name=Fire
Executable=/bin/Fire
Category=Demos
[Icons]
16x16=/res/icons/16x16/app-fire.png
32x32=/res/icons/32x32/app-fire.png

View file

@ -3,9 +3,5 @@ Name=Font Editor
Executable=/bin/FontEditor
Category=Development
[Icons]
16x16=/res/icons/16x16/app-font-editor.png
32x32=/res/icons/32x32/app-font-editor.png
[Launcher]
FileTypes=font

View file

@ -2,7 +2,3 @@
Name=HackStudio
Executable=/bin/HackStudio
Category=Development
[Icons]
16x16=/res/icons/16x16/app-hack-studio.png
32x32=/res/icons/32x32/app-hack-studio.png

View file

@ -2,7 +2,3 @@
Name=Hello World
Executable=/bin/HelloWorld
Category=Demos
[Icons]
16x16=/res/icons/16x16/app-hello-world.png
32x32=

View file

@ -2,7 +2,3 @@
Name=Help
Executable=/bin/Help
Category=Utilities
[Icons]
16x16=/res/icons/16x16/app-help.png
32x32=/res/icons/32x32/app-help.png

View file

@ -2,7 +2,3 @@
Name=Hex Editor
Executable=/bin/HexEditor
Category=Development
[Icons]
16x16=/res/icons/16x16/app-hexeditor.png
32x32=/res/icons/32x32/app-hexeditor.png

View file

@ -3,9 +3,5 @@ Name=IRC Client
Executable=/bin/IRCClient
Category=Internet
[Icons]
16x16=/res/icons/16x16/app-irc-client.png
32x32=/res/icons/32x32/app-irc-client.png
[Launcher]
Protocols=irc

View file

@ -2,7 +2,3 @@
Name=Inspector
Executable=/bin/Inspector
Category=Development
[Icons]
16x16=/res/icons/16x16/app-inspector.png
32x32=/res/icons/32x32/app-inspector.png

View file

@ -2,7 +2,3 @@
Name=Keyboard settings
Executable=/bin/KeyboardSettings
Category=Settings
[Icons]
16x16=/res/icons/16x16/app-keyboard-settings.png
32x32=/res/icons/32x32/app-keyboard-settings.png

View file

@ -2,7 +2,3 @@
Name=LibGfx Demo
Executable=/bin/LibGfxDemo
Category=Demos
[Icons]
16x16=/res/icons/16x16/app-libgfx-demo.png
32x32=/res/icons/32x32/app-libgfx-demo.png

View file

@ -2,7 +2,3 @@
Name=Minesweeper
Executable=/bin/Minesweeper
Category=Games
[Icons]
16x16=/res/icons/16x16/app-minesweeper.png
32x32=/res/icons/32x32/app-minesweeper.png

View file

@ -2,7 +2,3 @@
Name=Mouse
Executable=/bin/Mouse
Category=Demos
[Icons]
16x16=/res/icons/16x16/app-mouse.png
32x32=/res/icons/32x32/app-mouse.png

View file

@ -2,7 +2,3 @@
Name=Piano
Executable=/bin/Piano
Category=Sound
[Icons]
16x16=/res/icons/16x16/app-piano.png
32x32=/res/icons/32x32/app-piano.png

View file

@ -2,7 +2,3 @@
Name=PixelPaint
Executable=/bin/PixelPaint
Category=Graphics
[Icons]
16x16=/res/icons/16x16/app-pixel-paint.png
32x32=/res/icons/32x32/app-pixel-paint.png

View file

@ -2,7 +2,3 @@
Name=Pong
Executable=/bin/Pong
Category=Games
[Icons]
16x16=/res/icons/16x16/app-pong.png
32x32=/res/icons/32x32/app-pong.png

View file

@ -2,7 +2,3 @@
Name=Profiler
Executable=/bin/Profiler
Category=Development
[Icons]
16x16=/res/icons/16x16/app-profiler.png
32x32=/res/icons/32x32/app-profiler.png

View file

@ -3,9 +3,5 @@ Name=QuickShow
Executable=/bin/QuickShow
Category=Graphics
[Icons]
16x16=/res/icons/16x16/filetype-image.png
32x32=/res/icons/32x32/filetype-image.png
[Launcher]
FileTypes=pbm,pgm,png,ppm,gif,jpg,jpeg

View file

@ -2,7 +2,3 @@
Name=Screensaver
Executable=/bin/Screensaver
Category=Demos
[Icons]
16x16=/res/icons/16x16/app-screensaver.png
32x32=/res/icons/32x32/app-screensaver.png

View file

@ -2,7 +2,3 @@
Name=Snake
Executable=/bin/Snake
Category=Games
[Icons]
16x16=/res/icons/16x16/app-snake.png
32x32=/res/icons/32x32/app-snake.png

View file

@ -2,6 +2,3 @@
Name=Solitaire
Executable=/bin/Solitaire
Category=Games
[Icons]
16x16=/res/icons/16x16/app-solitaire.png

View file

@ -3,9 +3,5 @@ Name=SoundPlayer
Executable=/bin/SoundPlayer
Category=Sound
[Icons]
16x16=/res/icons/16x16/app-sound-player.png
32x32=/res/icons/32x32/app-sound-player.png
[Launcher]
FileTypes=wav

View file

@ -3,9 +3,5 @@ Name=Spreadsheet
Executable=/bin/Spreadsheet
Category=Utilities
[Icons]
16x16=/res/icons/16x16/app-spreadsheet.png
32x32=/res/icons/32x32/app-spreadsheet.png
[Launcher]
FileTypes=sheets

View file

@ -2,7 +2,3 @@
Name=System Monitor
Executable=/bin/SystemMonitor
Category=Utilities
[Icons]
16x16=/res/icons/16x16/app-system-monitor.png
32x32=/res/icons/32x32/app-system-monitor.png

View file

@ -2,7 +2,3 @@
Name=Terminal
Executable=/bin/Terminal
Category=Utilities
[Icons]
16x16=/res/icons/16x16/app-terminal.png
32x32=/res/icons/32x32/app-terminal.png

View file

@ -3,9 +3,5 @@ Name=Text Editor
Executable=/bin/TextEditor
Category=Utilities
[Icons]
16x16=/res/icons/16x16/app-text-editor.png
32x32=/res/icons/32x32/app-text-editor.png
[Launcher]
FileTypes=txt,md,html,htm,js,json,ini

View file

@ -2,7 +2,3 @@
Name=Theme Editor
Executable=/bin/ThemeEditor
Category=Development
[Icons]
16x16=/res/icons/16x16/app-theme-editor.png
32x32=

View file

@ -2,7 +2,3 @@
Name=Widget Gallery
Executable=/bin/WidgetGallery
Category=Demos
[Icons]
16x16=/res/icons/16x16/app-widget-gallery.png
32x32=/res/icons/32x32/app-widget-gallery.png