mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
system/vice: Make .desktop validate.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
77bb921ee2
commit
425bb961eb
7 changed files with 7 additions and 14 deletions
|
@ -1,10 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Name=VICE C128 emulator
|
||||
Comment=Commodore 128 emulator from the VICE team
|
||||
StartupNotify=true
|
||||
Exec=x128
|
||||
Icon=vice.png
|
||||
Icon=vice
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=System
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Name=VICE C64 emulator
|
||||
Comment=Commodore 64 emulator from the VICE team
|
||||
StartupNotify=true
|
||||
Exec=x64
|
||||
Icon=vice.png
|
||||
Icon=vice
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=System
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Name=VICE C64DTV emulator
|
||||
Comment=Commodore 64 DTV emulator from the VICE team
|
||||
StartupNotify=true
|
||||
Exec=x64dtv
|
||||
Icon=vice.png
|
||||
Icon=vice
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=System
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Name=VICE CBM2 emulator
|
||||
Comment=Commodore CBM2 emulator from the VICE team
|
||||
StartupNotify=true
|
||||
Exec=xcbm2
|
||||
Icon=vice.png
|
||||
Icon=vice
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=System
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Name=VICE PET emulator
|
||||
Comment=Commodore PET emulator from the VICE team
|
||||
StartupNotify=true
|
||||
Exec=xpet
|
||||
Icon=vice.png
|
||||
Icon=vice
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=System
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Name=VICE PLUS4 emulator
|
||||
Comment=Commodore PLUS4 emulator from the VICE team
|
||||
StartupNotify=true
|
||||
Exec=xplus4
|
||||
Icon=vice.png
|
||||
Icon=vice
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=System
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Name=VICE VIC-20 emulator
|
||||
Comment=Commodore VIC-20 emulator from the VICE team
|
||||
StartupNotify=true
|
||||
Exec=xvic
|
||||
Icon=vice.png
|
||||
Icon=vice
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=System
|
||||
|
|
Loading…
Reference in a new issue