[virt-tools-list] [PATCH] [virt-viewer] Make .desktop file comply with spec
Doug Goldstein
cardoe at cardoe.com
Tue Dec 4 22:23:03 UTC 2012
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 ;
---
src/remote-viewer.desktop | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/remote-viewer.desktop b/src/remote-viewer.desktop
index f930592..7de7f6e 100644
--- a/src/remote-viewer.desktop
+++ b/src/remote-viewer.desktop
@@ -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;
--
1.7.8.6
More information about the virt-tools-list
mailing list