Received: (at submit) by bugs.x2go.org; 3 Jan 2014 20:47:42 +0000
X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on
	ymir.das-netzwerkteam.de
X-Spam-Level: 
X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_DKIM_INVALID
	autolearn=ham version=3.3.2
Received: from mail.cora.nwra.com (mercury.cora.nwra.com [4.28.99.165])
	by ymir (Postfix) with ESMTPS id 0C5E95DB05
	for <submit@bugs.x2go.org>; Fri,  3 Jan 2014 21:47:40 +0100 (CET)
Received: from [10.10.20.7] (barry.cora.nwra.com [10.10.20.7])
	(authenticated bits=0)
	by mail.cora.nwra.com (8.14.4/8.14.4) with ESMTP id s03Klc9v031697
	(version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO)
	for <submit@bugs.x2go.org>; Fri, 3 Jan 2014 13:47:38 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cora.nwra.com;
	s=default; t=1388782059;
	bh=FsOxxfBXOT6I84qTAhi9o5rdxiADJD6mNVdkB90bbhM=;
	h=Message-ID:Date:From:MIME-Version:To:Subject:Content-Type;
	b=D2qbQPiUmEsnS6hXIY5OUk+alClNJw3G3CotSELNajXB6QHIIKAkuVV9EtoGBhVgv
	 J7q6+hK40LiG4OvmS3JG7NILgq0H5rUhmmVx+1HehQKtHbv3svz9ehG+FDw8K9P3NK
	 hhRbOzga4SQNZ0zzrhzzvi490KGrOyvhMBfZxt0o=
Message-ID: <52C721EA.7060501@cora.nwra.com>
Date: Fri, 03 Jan 2014 13:47:38 -0700
From: Orion Poplawski <orion@cora.nwra.com>
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0
MIME-Version: 1.0
To: submit@bugs.x2go.org
Subject: Need trailing ; in MimeType in desktop file
X-Enigmail-Version: 1.6
Content-Type: multipart/mixed;
 boundary="------------060700050504020302030805"

This is a multi-part message in MIME format.
--------------060700050504020302030805
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

Package: x2goserver
Version: 4.0.1.10
Tags: patch

This fixes.

You also want:

in %package fmbindings:

BuildRequires:  desktop-file-utils

Requires(post): desktop-file-utils
Requires(postun): desktop-file-utils

in %install:

desktop-file-validate %{buildroot}%{_datadir}/applications/x2gofm.desktop


-- 
Orion Poplawski
Technical Manager                     303-415-9701 x222
NWRA, Boulder/CoRA Office             FAX: 303-415-9702
3380 Mitchell Lane                       orion@nwra.com
Boulder, CO 80301                   http://www.nwra.com

--------------060700050504020302030805
Content-Type: text/x-patch;
 name="x2goserver-mimetype.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename="x2goserver-mimetype.patch"

diff -up x2goserver-4.0.1.10/x2goserver-fmbindings/share/applications/x2gofm.desktop.mimetype x2goserver-4.0.1.10/x2goserver-fmbindings/share/applications/x2gofm.desktop
--- x2goserver-4.0.1.10/x2goserver-fmbindings/share/applications/x2gofm.desktop.mimetype	2014-01-03 10:27:31.167601207 -0700
+++ x2goserver-4.0.1.10/x2goserver-fmbindings/share/applications/x2gofm.desktop	2014-01-03 10:28:15.184321072 -0700
@@ -1,7 +1,7 @@
 [Desktop Entry]
 Encoding=UTF-8
 Name=x2gofm
-MimeType=application/sshfsdisk-x2go;application/sshfscdrom-x2go;application/sshfsremovable-x2go
+MimeType=application/sshfsdisk-x2go;application/sshfscdrom-x2go;application/sshfsremovable-x2go;
 Exec=x2gofm %f
 Type=Application
 Terminal=false

--------------060700050504020302030805--
