From unknown Mon May 18 01:58:59 2026
MIME-Version: 1.0
X-Mailer: MIME-tools 5.502 (Entity 5.502)
X-Loop: owner@bugs.x2go.org
From: owner@bugs.x2go.org (X2Go Bug Tracking System)
Subject: Bug#502 closed by Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
 (X2Go issue (in src:x2goclient) has been marked as closed)
Message-ID: <handler.502.c.140514731115063.notifdone@bugs.x2go.org>
References: <20140712064144.089BD5DB85@ymir.das-netzwerkteam.de>
X-X2go-PR-Keywords: pending
X-X2go-PR-Message: they-closed 502
X-X2go-PR-Package: x2goclient
X-X2go-PR-Source: x2goclient
Date: Sat, 12 Jul 2014 06:45:10 +0000
Content-Type: multipart/mixed; boundary="----------=_1405147510-16122-0"

This is a multi-part message in MIME format...

------------=_1405147510-16122-0
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset=utf-8

This is an automatic notification regarding your Bug report
which was filed against the x2goclient package:

#502: Info.plist missing in 4.0.2.0 dmg for Mac

It has been closed by Mike Gabriel <mike.gabriel@das-netzwerkteam.de>.

Their explanation is attached below along with your original report.
If this explanation is unsatisfactory and you have not received a
better one in a separate message then please contact Mike Gabriel <mike.gab=
riel@das-netzwerkteam.de> by
replying to this email.


--=20
X2Go Bug Tracking System
Contact owner@bugs.x2go.org with problems

------------=_1405147510-16122-0
Content-Type: message/rfc822
Content-Disposition: inline
Content-Transfer-Encoding: 7bit

Received: (at control) by bugs.x2go.org; 12 Jul 2014 06:41:51 +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,NO_RELAYS
	autolearn=unavailable version=3.3.2
Received: by ymir.das-netzwerkteam.de (Postfix, from userid 1005)
	id 089BD5DB85; Sat, 12 Jul 2014 08:41:43 +0200 (CEST)
From: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
To: 502-submitter@bugs.x2go.org
Cc: control@bugs.x2go.org, 502@bugs.x2go.org
Subject: X2Go issue (in src:x2goclient) has been marked as closed
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
Message-Id: <20140712064144.089BD5DB85@ymir.das-netzwerkteam.de>
Date: Sat, 12 Jul 2014 08:41:43 +0200 (CEST)

close #502
thanks

Hello,

we are very hopeful that X2Go issue #502 reported by you
has been resolved in the new release (4.0.2.1) of the
X2Go source project »src:x2goclient«.

You can view the complete changelog entry of src:x2goclient (4.0.2.1)
below, and you can use the following link to view all the code changes
between this and the last release of src:x2goclient.

    http://code.x2go.org/gitweb?p=x2goclient.git;a=commitdiff;h=6d9114eb5f414f34962f8b14f58e5d469acd1574;hp=85bf0c6e7539910fff779689528009a897cdceb4

If you feel that the issue has not been resolved satisfyingly, feel
free to reopen this bug report or submit a follow-up report with
further observations described based on the new released version
of src:x2goclient.

Thanks a lot for contributing to X2Go!!!

light+love
X2Go Git Admin (on behalf of the sender of this mail)

---
X2Go Component: src:x2goclient
Version: 4.0.2.1-0x2go1
Status: RELEASE
Date: Fri, 11 Jul 2014 12:23:59 +0200
Fixes: 235 364 365 421 478 498 502 514 528
Changes: 
 x2goclient (4.0.2.1-0x2go1) RELEASED; urgency=low
 .
   [ Mike Gabriel ]
   * New upstream release (4.0.2.1):
     - Fix FTBFS on arm64 (and others) architecture. (Fixes: #498).
     - Only show session name in notification bubbles with debugging
       enabled. (Fixes: #364).
     - New command line option (--keep-trayicon). With that options set,
       we force X2Go client to only use the default "accelerated X" as
       system tray icon (and prohibit usage of the session's icon as
       tray icon). (Fixes: #365).
     - Provide more meaningful messages on SSH errors (host pub key not
       found, export pub key not found, authorized_keys file not found).
       For SSHd startup failures provide different messages on Windows
       and non-Windows machines. (Fixes: #235).
       FIXME: add detection code to report SSH daemon startup failures.
     - Add new cmdline option --hide-foldersharing. If used, all GUI
       elements related to exporting client-side folders to X2Go sessions
       get hidden. (Fixes: #514).
     - Update COPYING file (to update FSF address).
   * debian/control:
     + Add dbg:package x2goplugin-dbg.
 .
   [ Clemens Lang ]
   * New upstream version (4.0.2.1):
     - Re-add Info.plist file (which got removed by accident in commit 91cf6c6).
       (Fixes: #502).
 .
   [ Oleksandr Shneyder ]
   * New upstream release (4.0.2.1):
     - Hide GSSAPI options on direct RDP connections. (Fixes: #478).
     - Search X-Server in /Applications/Utilities/XQuartz.app on Mac.
     - Wrong cmd line option throw error dialog if running not from terminal.
     - Add command line option "close-disconnect", which make client close after
       session is disconnected.
     - Don't start pulse on Windows, until we really have to start a session
       that requires pulse support.
     - Check if sound is activated before starting pulse.
     - Fix starting sshd on Win XP. (Fixes: #421).
     - Fix "fullscreen" mode on Windows 7 with multiple monitors.
 .
   [ Mike DePaulo ]
   * New upstream release (4.0.2.1):
     - Windows: Prevent high PulseAudio CPU usage on Windows XP by lowering
       PulseAudio's CPU priority from "high" to "normal" on XP specifically.
       Also do so on Windows Server 2003 (R2) (Fixes #526)
     - Windows: Enable PulseAudio log when --debug is passed.
     - Windows: Fix compatibility with current PulseAudio master branch
     - Windows: Reduce size of NSIS installer by switching to lzma solid compression
     - Windows: cygwin packages (inluding patched OpenSSH 6.6.1p1-3) updated from
       latest versions as of 2014-04-08 to latest versions as of 2014-06-09. This
       includes openssl 1.0.1h-1, which fixes the 6 CVEs announced on 2014-06-05.
       (Cygwin openssl was also individually updated to 1.0.1h-1 in
       4.0.2.0+build4.) This also includes migrating from libjpeg to
       libjpeg-turbo, which reduces CPU usage of nxproxy.)
     - Windows: Download and compile nx-libs-lite from the release tarball,
       rather than from git, so that the patches are actually applied
     - Windows: nx-libs-lite updated from 3.5.0.22 to 3.5.0.27
       (linked against aforementioned cygwin package versions)
     - Windows: Win32 OpenSSL updated from 1.0.1g to 1.0.1h, which fixes the 6
       CVEs announced on 2014-06-05.
       (Win32 OpenSSL was also updated to 1.0.1h in 4.0.2.0+build3.)
     - Windows: VcXsrv (XP Compatible) updated from 1.14.3.1 to 1.14.3.2.
       Fixes CVE-2014-0209, CVE-2014-0210, and CVE-2014-0211
       (VcXsrv was also updated to 1.14.3.2 in 4.0.2.0+build2.)
     - Windows: Switch from regular NSIS 2.46 to Unicode NSIS 2.46.5
       (Fixes: #528)


------------=_1405147510-16122-0
Content-Type: message/rfc822
Content-Disposition: inline
Content-Transfer-Encoding: 7bit

Received: (at submit) by bugs.x2go.org; 26 May 2014 12:45:04 +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=0.8 required=5.0 tests=BAYES_50,URIBL_BLOCKED
	autolearn=ham version=3.3.2
X-Greylist: delayed 477 seconds by postgrey-1.34 at ymir.das-netzwertkeam.de; Mon, 26 May 2014 14:45:03 CEST
Received: from mailgate.god.de (mailgate.god.de [212.68.67.165])
	by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id D10435DA79
	for <submit@bugs.x2go.org>; Mon, 26 May 2014 14:45:03 +0200 (CEST)
Received: from spacewalker1.god.de (spacewalker1.god.de [192.168.2.2])
	by mailgate.god.de (Postfix) with ESMTP id EEA39306
	for <submit@bugs.x2go.org>; Mon, 26 May 2014 14:36:59 +0200 (CEST)
Received: from bigmag11.god.de (bigmag11.god.de [192.168.2.101])
	(using TLSv1 with cipher AES128-SHA (128/128 bits))
	(No client certificate requested)
	by spacewalker1.god.de (Postfix) with ESMTPSA id E217D81E31
	for <submit@bugs.x2go.org>; Mon, 26 May 2014 14:36:59 +0200 (CEST)
From: "Hecker, Stefan" <stefan.hecker@god.de>
Content-Type: multipart/signed; boundary="Apple-Mail=_EFC43C2B-588E-4F82-8E1E-081ED5943F72"; protocol="application/pkcs7-signature"; micalg=sha1
Subject: Info.plist missing in 4.0.2.0 dmg for Mac
Message-Id: <C6B39CFD-AEFC-4BE6-BF30-05D95B3D0942@god.de>
Date: Mon, 26 May 2014 14:36:59 +0200
To: submit@bugs.x2go.org
Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.2\))
X-Mailer: Apple Mail (2.1878.2)
X-GOD-MailScanner-ID: EEA39306.A7EB0
X-GOD-MailScanner: Found to be clean
X-GOD-MailScanner-SpamCheck: not spam, SpamAssassin (not cached,
	score=-3.551, required 6, autolearn=not spam, ALL_TRUSTED -1.00,
	BAYES_00 -1.90, RP_MATCHES_RCVD -0.65)
X-GOD-MailScanner-From: stefan.hecker@god.de
X-GOD-MailScanner-To: submit@bugs.x2go.org


--Apple-Mail=_EFC43C2B-588E-4F82-8E1E-081ED5943F72
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=iso-8859-1

Package: x2goclient
Version: 4.0.2.0

In version 4.0.2.0 the 'Info.plist' file for Mac is missing in the dmg =
(seems to have been deleted with commit =
91cf6c6e0fa92af2b2a106f627298b037b2bf781). The file was available in the =
previous version.
If it has not been removed on purpose, please re-include it in the build =
process/dmg, as some software (i. e. munkitools for package management) =
rely on the information available there.
Should there be a reason behind the removal, a short clarification would =
be appreciated.

Best regards,
Stefan

--
Stefan Hecker

------------------------------------------------------------------------
GOD
Gesellsch. f=FCr Organisation u. Datenverarbeitung mbH Mittelweg 7
38106 Braunschweig
Gesch=E4ftsf=FChrer: Dietmar F=FChrmann
Registergericht: AG Braunschweig Reg.Nr. HRB 2168
------------------------------------------------------------------------
http://www.god.de


--Apple-Mail=_EFC43C2B-588E-4F82-8E1E-081ED5943F72
Content-Disposition: attachment;
	filename=smime.p7s
Content-Type: application/pkcs7-signature;
	name=smime.p7s
Content-Transfer-Encoding: base64

MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIGXTCCBlkw
ggRBoAMCAQICAWcwDQYJKoZIhvcNAQEFBQAwbzELMAkGA1UEBhMCREUxCzAJBgNVBAgTAk5TMRUw
EwYDVQQHEwxCcmF1bnNjaHdlaWcxDDAKBgNVBAoTA0dPRDESMBAGA1UEAxMJY2EuZ29kLmRlMRow
GAYJKoZIhvcNAQkBFgtpbmZvQGdvZC5kZTAeFw0xNDAxMTYxNTQwMjhaFw0xNTAxMTYxNTQwMjha
MEoxIzAhBgkqhkiG9w0BCQEWFHN0ZWZhbi5oZWNrZXJAZ29kLmRlMRYwFAYDVQQDDA1TdGVmYW4g
SGVja2VyMQswCQYDVQQGEwJERTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALdrfVyj
xt4QYAuutrKlSRZPAFimwuDBjqnD6JL0A1YbPkCa/AkDim2XbtRxKBKb3n4BFir1JPngrpDnbFQ9
2EtFOYz2+5Y1w54wtXKRXzX5996j2tesfztYtT1ofMZbWHOc+T2pfzO3M8b/Bb4qu8YKIizf2SNb
+nrmxQOBIgKIRJa0wcRuU5Fwyaszs+o0Q+dFBJx4oF2gNP2cIqwMUuFcxkA/l7/5p9dqykLkzG8z
McvaEDNt/fw+5potb2pC8t4+XOYIgltLGGLctUOMSWkoLNScCulFBkbZ8bZQgg/lyk6cgOiEp6VC
2FjwU0Ao/Vlfzoi5MmKN9nF5hIDU18MCAwEAAaOCAiMwggIfMAkGA1UdEwQCMAAwEQYJYIZIAYb4
QgEBBAQDAgSwMCsGCWCGSAGG+EIBDQQeFhxUaW55Q0EgR2VuZXJhdGVkIENlcnRpZmljYXRlMB0G
A1UdDgQWBBTsOhJ5HyJZLno/PsXLtxzplnluZjCBoQYDVR0jBIGZMIGWgBSpoJVhMLLbXAOGmyEW
o3STADcmTKFzpHEwbzELMAkGA1UEBhMCREUxCzAJBgNVBAgTAk5TMRUwEwYDVQQHEwxCcmF1bnNj
aHdlaWcxDDAKBgNVBAoTA0dPRDESMBAGA1UEAxMJY2EuZ29kLmRlMRowGAYJKoZIhvcNAQkBFgtp
bmZvQGdvZC5kZYIJAJrKYGoxAeYOMBYGA1UdEgQPMA2BC2luZm9AZ29kLmRlMIHFBgNVHR8Egb0w
gbowL6AtoCuGKWh0dHA6Ly9pbnRyYW5ldC5nb2QuZGUvQ1JML2dvZF9jYS1jcmwucGVtMCqgKKAm
hiRodHRwOi8vd3d3LmdvZC5kZS9DUkwvZ29kX2NhLWNybC5wZW0wL6AtoCuGKWh0dHA6Ly9pbnRy
YW5ldC5nb2QuZGUvQ1JML2dvZF9jYS1jcmwuZGVyMCqgKKAmhiRodHRwOi8vd3d3LmdvZC5kZS9D
UkwvZ29kX2NhLWNybC5kZXIwHwYDVR0RBBgwFoEUc3RlZmFuLmhlY2tlckBnb2QuZGUwDgYDVR0P
AQH/BAQDAgWgMA0GCSqGSIb3DQEBBQUAA4ICAQCaoCVhwBZ8D2w+zzvSFPxNv0Wn+atRIC/lh+0F
8EllqikRghR7qNgSE1eHO3/NVO8k1Wb1T/NA8Ejx7Q7M86kX9559pe18klHYqIpW8+nn9sXtqHzi
0FTnYGCG2ItekzO2N0Onz3Fnfx0eyHLJ58B5qypkgqBlr7vylBVFwdoc3ZYoRFOv7zT3LuFbaiNG
yIX7oI09AOu7TuCaxUBn6oPx+R3W07ofqbldvLk88olYoMLO3ZsbiH+ZRTbQ0TlT0EwJsZJkcuVN
Jt0uzlk8fEtluEf97UQHxq1msErnPtdOfDQreNgTEM5T8LXMNuGDrfcmfpeSBQjwWRPyPNpImYKv
2Md+kdevBYHVyA+G55hgecuy04baN1o82FtnLOD2oR3QxtwrBPQ0yOQqcY1Wn1KP1QaMdbeUUc/v
O/kF/b3zmyZMnmP4CPlRN+JaaE7e7GXKNIip4e2cbRfHkZmFgErMiETv3e4x1hwCS7DRW5K3ShHV
lX+wRyOLSpdlD5DUuVVG8xOSyFY9/eyJts6eoth5bbp9+O+G3BVQtgY74Q0mOc+YWMcjGTHBJ9dF
gmQyiYBBKuUwlk0qzicaKQfZztQUSvJEXJSxSW4hHj1I1VcdjYFh3n50cIV7Io0Jn7CcTRhQtjOw
uTlbSl7yHxyvAUmWoqUY8AYL5pfYeaI/4HF+oTGCAwowggMGAgEBMHQwbzELMAkGA1UEBhMCREUx
CzAJBgNVBAgTAk5TMRUwEwYDVQQHEwxCcmF1bnNjaHdlaWcxDDAKBgNVBAoTA0dPRDESMBAGA1UE
AxMJY2EuZ29kLmRlMRowGAYJKoZIhvcNAQkBFgtpbmZvQGdvZC5kZQIBZzAJBgUrDgMCGgUAoIIB
azAYBgkqhkiG9w0BCQMxCwYJKoZIhvcNAQcBMBwGCSqGSIb3DQEJBTEPFw0xNDA1MjYxMjM2NTla
MCMGCSqGSIb3DQEJBDEWBBTg502PVtMSOeFYOTcUPIgWAKq1kjCBgwYJKwYBBAGCNxAEMXYwdDBv
MQswCQYDVQQGEwJERTELMAkGA1UECBMCTlMxFTATBgNVBAcTDEJyYXVuc2Nod2VpZzEMMAoGA1UE
ChMDR09EMRIwEAYDVQQDEwljYS5nb2QuZGUxGjAYBgkqhkiG9w0BCQEWC2luZm9AZ29kLmRlAgFn
MIGFBgsqhkiG9w0BCRACCzF2oHQwbzELMAkGA1UEBhMCREUxCzAJBgNVBAgTAk5TMRUwEwYDVQQH
EwxCcmF1bnNjaHdlaWcxDDAKBgNVBAoTA0dPRDESMBAGA1UEAxMJY2EuZ29kLmRlMRowGAYJKoZI
hvcNAQkBFgtpbmZvQGdvZC5kZQIBZzANBgkqhkiG9w0BAQEFAASCAQB/n5zy4ILzJ+uOhPgpP92j
EWciQM0UD7FFlgDMk2/gzGqZ/Q0pQcYE03U0/JKzJaemDF8nJT5yijQ0DIbHqQy4mFEwkPS0vKuT
w6mLoLe6YSSV1Ayxx9zujNz1YoPMSKC99Lj7Byg8mNrQOt7RUj1Ol9y++3iFEkEa5uuWhqqNNEkR
PTRNMKDxd2AVY2eFGFbNH8tWPcNOoG92NC8fj6YRhVSJ5+7fCa4+x/MHTu6D2lpybpMBzEkABE0m
zFW7zL2gGNUMLEGm5uxc93KfX/pq/nU4YhEd8E1Q4lPMvToHT0xnUmGK2nJmE1kX4pDTKCDrZxNg
EBIg+2xVyX5wjzH5AAAAAAAA

--Apple-Mail=_EFC43C2B-588E-4F82-8E1E-081ED5943F72--

------------=_1405147510-16122-0--
