From unknown Sun Apr 26 10:33:32 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#409 closed by Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
 (X2Go issue (in src:x2goserver) has been marked as closed)
Message-ID: <handler.409.c.139644202032755.notifdone@bugs.x2go.org>
References: <20140402123331.8C6915DB21@ymir>
X-X2go-PR-Keywords: pending patch
X-X2go-PR-Message: they-closed 409
X-X2go-PR-Package: x2goserver
X-X2go-PR-Source: x2goserver
Date: Wed, 02 Apr 2014 12:35:04 +0000
Content-Type: multipart/mixed; boundary="----------=_1396442104-5064-0"

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

------------=_1396442104-5064-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 x2goserver package:

#409: x2goruncommand quoting errors sometimes create file "=3D" in users ho=
me directory.

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

------------=_1396442104-5064-0
Content-Type: message/rfc822
Content-Disposition: inline
Content-Transfer-Encoding: 7bit

Received: (at control) by bugs.x2go.org; 2 Apr 2014 12:33:40 +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,
	URIBL_BLOCKED autolearn=unavailable version=3.3.2
Received: by ymir (Postfix, from userid 1005)
	id 8C6915DB21; Wed,  2 Apr 2014 14:33:31 +0200 (CEST)
From: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
To: 409-submitter@bugs.x2go.org
Cc: control@bugs.x2go.org, 409@bugs.x2go.org
Subject: X2Go issue (in src:x2goserver) has been marked as closed
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
Message-Id: <20140402123331.8C6915DB21@ymir>
Date: Wed,  2 Apr 2014 14:33:31 +0200 (CEST)

close #409
thanks

Hello,

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

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

    http://code.x2go.org/gitweb?p=x2goserver.git;a=commitdiff;h=4659cbf3ae4069b94c443fe7c2872eae9051f45b;hp=66eb1b0f5e124a282ebad236068ee7f2deda0f49

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:x2goserver.

Thanks a lot for contributing to X2Go!!!

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

---
X2Go Component: src:x2goserver
Version: 4.0.1.14-0x2go1
Status: RELEASE
Date: Wed, 02 Apr 2014 14:32:39 +0200
Fixes: 409 414 415 424 428 441 445
Changes: 
 x2goserver (4.0.1.14-0x2go1) RELEASED; urgency=low
 .
   [ Mike Gabriel ]
   * New upstream release (4.0.1.14):
     - Log SSHFS output and errors to ~/.x2go/C-<session>/sshfs-mounts.log.
       (Fixes: #415).
     - If x2golistmounts is used without cmd option <session_id>, then
       the env var $X2GO_SESSION (current session) will be attempted to use.
     - If x2goumount-session is used without cmd option <session_id>, then
       the env var $X2GO_SESSION (current session) will be attempted to use.
     - Fix x2gostartagent. Make sure the -nolisten tcp option is configurable
       via x2goagent.options. (Fixes: #424).
     - Safely remove desktop files for client-side shared folders. Remove
       the correct desktop file, even if the shared folder has already
       been (forcefully) umounted. Such situations occur in cases where
       the connection gets interrupted. SSHFS will then get removed by the
       Linux kernel and we have to "guess" what desktop icons is actually
       to be removed.
     - Fix broken file descriptor closures in x2gocleansessions. (Fixes:
       #441).
     - Provide proper Gentoo support in x2goserver-xsession portion of
       X2Go Server. (Fixes: #445).
     - x2gofm.desktop: Drop obsolete Encoding key from .desktop file.
     - Fix typos / hyphen-as-minus signs issues in x2goversion.8 and
       x2gomountdirs.8.
   * x2goserver.spec:
     - Let builds for EPEL-7 behave like recent Fedora builds.
     - Spcial handling of x2gofm.desktop. In EPEL-5 the Encoding key
       is still required for .desktop files.
   * debian/*.doc-base:
     + Provide *.doc-base files for bin:packages containing HTML man pages
       or other documentation.
   * debian/x2goserver.init:
     + Add status option for init script (test if x2gocleansessions is
       running or not).
     + Add Description key to LSB header.
   * debian/config:
     + Explicitly call set -e. Makes lintian happier.
   * debian/rules:
     + Detect Git-created ChangeLog file if present (created by X2Go
       upstream's build scripts during package build).
 .
   [ Harald Nordgard-Hansen ]
   * New upstream release (4.0.1.14):
     - Correctly quote the tests against $DISTRIB_RELEASE in x2goruncommand that
       were badly quoted (which caused them to report the wrong result and to
       create a file called "=" in the user home directory). Aligning all tests
       to use the same style of quoting fixes this. (Fixes: #409).
 .
   [ Orion Poplawski ]
   * New upstream release (4.0.1.14):
     - Fix wrong path to xinitrd.d in Xsession (section for RPM based distros).
       Also, add some existence/readability checking. (Fixes: #414).
     - Fix the x2goserver.service unit file. Allow systemd to track the service
       after startup. (Fixes: #428).


------------=_1396442104-5064-0
Content-Type: message/rfc822
Content-Disposition: inline
Content-Transfer-Encoding: 7bit

Received: (at submit) by bugs.x2go.org; 23 Jan 2014 14:24:41 +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 autolearn=ham
	version=3.3.2
X-Greylist: delayed 478 seconds by postgrey-1.34 at ymir; Thu, 23 Jan 2014 15:24:40 CET
Received: from asav21.altibox.net (asav21.altibox.net [109.247.116.8])
	by ymir (Postfix) with ESMTPS id 4CCF45DA79
	for <submit@bugs.x2go.org>; Thu, 23 Jan 2014 15:24:40 +0100 (CET)
Received: from localhost (localhost [127.0.0.1])
	by asav21.altibox.net (Postfix) with ESMTP id D293580402
	for <submit@bugs.x2go.org>; Thu, 23 Jan 2014 15:16:41 +0100 (CET)
X-Amavis-Alert: BAD HEADER SECTION, Improper folded header field made up
	entirely of whitespace (char 20 hex): X-Spam_report: ...that system
	for details.\n \n Content previ[...]
Received: from asav21.altibox.net ([127.0.0.1])
	by localhost (asav21.lysetele.net [127.0.0.1]) (amavisd-new, port 10024)
	with LMTP id OLbRpsl5O3yO for <submit@bugs.x2go.org>;
	Thu, 23 Jan 2014 15:16:41 +0100 (CET)
Received: from srv.nordgard-hansen.net (82.79-160-147.customer.lyse.net [79.160.147.82])
	(using TLSv1 with cipher AES256-SHA (256/256 bits))
	(No client certificate requested)
	by asav21.altibox.net (Postfix) with ESMTPS id 768C480357
	for <submit@bugs.x2go.org>; Thu, 23 Jan 2014 15:16:41 +0100 (CET)
Received: from srv.nordgard-hansen.net ([192.168.42.5])
	by srv.nordgard-hansen.net with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32)
	(Exim 4.76)
	(envelope-from <hhansen@pvv.org>)
	id 1W6L5F-0004Fy-G5
	for submit@bugs.x2go.org; Thu, 23 Jan 2014 15:16:42 +0100
Message-ID: <52E12448.3080309@pvv.org>
Date: Thu, 23 Jan 2014 15:16:40 +0100
From: Harald Nordgard-Hansen <hhansen@pvv.org>
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.14) Gecko/20080502 Thunderbird/2.0.0.14 Mnenhy/0.7.5.666
MIME-Version: 1.0
To: submit@bugs.x2go.org
Subject: x2goruncommand quoting errors sometimes create file "=" in users
 home directory.
Content-Type: multipart/mixed;
 boundary="------------050201050508010407060501"
X-Spam_score: -2.9
X-Spam_score_int: -28
X-Spam_bar: --
X-Spam_report: Spam detection software, running on the system "srv.nordgard-hansen.net", has
 identified this incoming email as possible spam.  The original message
 has been attached to this so you can view it (if it isn't spam) or label
 similar future email.  If you have any questions, see
 the administrator of that system for details.
 Content preview:  Package: x2goserver Version: 4.0.1.13 Tag: patch Some of the
    tests against $DISTRIB_RELEASE in x2goruncommand are badly quoted, causing
    them to report the wrong result and to create a file called "=" in the user
    home directory. Aligning all tests to use the same style of quoting fixes
    this. [...] 
 Content analysis details:   (-2.9 points, 5.0 required)
  pts rule name              description
 ---- ---------------------- --------------------------------------------------
 -1.0 ALL_TRUSTED            Passed through trusted hosts only via SMTP
 -1.9 BAYES_00               BODY: Bayes spam probability is 0 to 1%
                             [score: 0.0000]

This is a multi-part message in MIME format.
--------------050201050508010407060501
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit

Package: x2goserver
Version: 4.0.1.13
Tag: patch

Some of the tests against $DISTRIB_RELEASE in x2goruncommand are badly
quoted, causing them to report the wrong result and to create a file
called "=" in the user home directory.  Aligning all tests to use the
same style of quoting fixes this.

Regards,
Harald Nordgård-Hansen

--------------050201050508010407060501
Content-Type: text/x-patch;
 name="x2goruncommand.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename="x2goruncommand.diff"

--- /usr/bin/x2goruncommand	2014-01-20 18:34:03.000000000 +0100
+++ x2goruncommand	2014-01-23 14:57:50.792160698 +0100
@@ -108,13 +108,13 @@
 
 elif ([ "$cmd" == "UNITY" ] || [ "$cmd" == "unity" ]); then
 	cmd="/usr/bin/gnome-session"
-	if [ "$DISTRIB_ID" == "Ubuntu" ] && [ "$(echo "$DISTRIB_RELEASE" >= 12.10 | bc)" == "1" ]; then
+	if [ "$DISTRIB_ID" == "Ubuntu" ] && [ "$(echo "$DISTRIB_RELEASE >= 12.10" | bc)" == "1" ]; then
 		export DESKTOP_SESSION="ubuntu"
 		args=" --session=$DESKTOP_SESSION"
-	elif [ "$DISTRIB_ID" == "Ubuntu" ] && [ "$(echo "$DISTRIB_RELEASE" == 11.10 | bc)" == "1" -o "$(echo $DISTRIB_RELEASE == 12.04 | bc)" == "1" ]; then
+	elif [ "$DISTRIB_ID" == "Ubuntu" ] && [ "$(echo "$DISTRIB_RELEASE == 11.10" | bc)" == "1" -o "$(echo "$DISTRIB_RELEASE == 12.04" | bc)" == "1" ]; then
 		export DESKTOP_SESSION="ubuntu-2d"
 		args=" --session=$DESKTOP_SESSION"
-	elif [ "$DISTRIB_ID" == "Ubuntu" ] && [ "$(echo "$DISTRIB_RELEASE" == 11.04 | bc)" == "1" ]; then
+	elif [ "$DISTRIB_ID" == "Ubuntu" ] && [ "$(echo "$DISTRIB_RELEASE == 11.04" | bc)" == "1" ]; then
 		export DESKTOP_SESSION="2d-ubuntu"
 		args=" --session=$DESKTOP_SESSION"
 	fi

--------------050201050508010407060501--

------------=_1396442104-5064-0--
