On 04.12.2012 23:23, Doug Goldstein wrote:
> 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;
> 

ACKed & pushed. I've added you to AUTHORS as well:

diff --git a/AUTHORS b/AUTHORS
index 1b39be9..9f24c26 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -14,6 +14,7 @@ With additional patches from:
     Atsushi SAKAI <sak...@jp.fujitsu.com>
     Chris Lalancette <clala...@redhat.com>
     Dave Allan <dal...@redhat.com>
+    Doug Goldstein <car...@cardoe.com>
     Guannan Ren <g...@redhat.com>
     Guido G\374nther <a...@sigxcpu.org>
     Hans de Goede <hdego...@redhat.com>

Thanks!

Michal

_______________________________________________
virt-tools-list mailing list
virt-tools-list@redhat.com
https://www.redhat.com/mailman/listinfo/virt-tools-list

Reply via email to