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 _______________________________________________ virt-tools-list mailing list virt-tools-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/virt-tools-list