diff options
author | B. Watson <yalhcru@gmail.com> | 2017-03-21 14:36:55 -0400 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-25 13:29:08 +0000 |
commit | 425bb961ebe00c6e9c241f465f326edac8342231 (patch) | |
tree | 2e2f0c6deebf7368d9d6b1aad0cc1b08365d9037 /system/vice | |
parent | 77bb921ee2c6f760890b8ccc5d6dbf679b2aed9e (diff) | |
download | slackbuilds-425bb961ebe00c6e9c241f465f326edac8342231.tar.gz |
system/vice: Make .desktop validate.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/vice')
-rw-r--r-- | system/vice/config/x128.desktop | 3 | ||||
-rw-r--r-- | system/vice/config/x64.desktop | 3 | ||||
-rw-r--r-- | system/vice/config/x64dtv.desktop | 3 | ||||
-rw-r--r-- | system/vice/config/xcbm2.desktop | 3 | ||||
-rw-r--r-- | system/vice/config/xpet.desktop | 3 | ||||
-rw-r--r-- | system/vice/config/xplus4.desktop | 3 | ||||
-rw-r--r-- | system/vice/config/xvic.desktop | 3 |
7 files changed, 7 insertions, 14 deletions
diff --git a/system/vice/config/x128.desktop b/system/vice/config/x128.desktop index c72fd07a2a..d4e5d4fad8 100644 --- a/system/vice/config/x128.desktop +++ b/system/vice/config/x128.desktop @@ -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 diff --git a/system/vice/config/x64.desktop b/system/vice/config/x64.desktop index 99f4c4941b..41e8485963 100644 --- a/system/vice/config/x64.desktop +++ b/system/vice/config/x64.desktop @@ -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 diff --git a/system/vice/config/x64dtv.desktop b/system/vice/config/x64dtv.desktop index 3a64e94124..b6e1bc1112 100644 --- a/system/vice/config/x64dtv.desktop +++ b/system/vice/config/x64dtv.desktop @@ -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 diff --git a/system/vice/config/xcbm2.desktop b/system/vice/config/xcbm2.desktop index c0ec685c3b..017254e8ac 100644 --- a/system/vice/config/xcbm2.desktop +++ b/system/vice/config/xcbm2.desktop @@ -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 diff --git a/system/vice/config/xpet.desktop b/system/vice/config/xpet.desktop index c36301e023..53f125405d 100644 --- a/system/vice/config/xpet.desktop +++ b/system/vice/config/xpet.desktop @@ -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 diff --git a/system/vice/config/xplus4.desktop b/system/vice/config/xplus4.desktop index 5eba55e710..a10f256ef1 100644 --- a/system/vice/config/xplus4.desktop +++ b/system/vice/config/xplus4.desktop @@ -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 diff --git a/system/vice/config/xvic.desktop b/system/vice/config/xvic.desktop index 7e96c4c5e5..fe29db9bed 100644 --- a/system/vice/config/xvic.desktop +++ b/system/vice/config/xvic.desktop @@ -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 |