Make .desktop file comply with spec

The .desktop file did not comply with the Desktop Entry spec as checked
with desktop-file-validate. Boolean keys are defined as taking only
'true' or 'false', the entry Terminal had False. MimeType is a string
list and therefore must be terminated with a ;
This commit is contained in:
Doug Goldstein 2012-12-04 16:23:03 -06:00 committed by Michal Privoznik
parent 09b9add92f
commit 0f6b286e7a
2 changed files with 3 additions and 2 deletions

View File

@ -14,6 +14,7 @@ With additional patches from:
Atsushi SAKAI <sakaia@jp.fujitsu.com>
Chris Lalancette <clalance@redhat.com>
Dave Allan <dallan@redhat.com>
Doug Goldstein <cardoe@cardoe.com>
Guannan Ren <gren@redhat.com>
Guido G\374nther <agx@sigxcpu.org>
Hans de Goede <hdegoede@redhat.com>

View File

@ -2,5 +2,5 @@
Name=Remote Viewer
Exec=remote-viewer %u
Type=Application
Terminal=False
MimeType=x-scheme-handler/spice
Terminal=false
MimeType=x-scheme-handler/spice;