From unknown Tue May 26 12:55:54 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#414 closed by Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
 (X2Go issue (in src:x2goserver) has been marked as closed)
Message-ID: <handler.414.c.1396442053363.notifdone@bugs.x2go.org>
References: <20140402123331.E6A625DB22@ymir>
X-X2go-PR-Keywords: pending patch
X-X2go-PR-Message: they-closed 414
X-X2go-PR-Package: x2goserver
X-X2go-PR-Source: x2goserver
Date: Wed, 02 Apr 2014 12:35:06 +0000
Content-Type: multipart/mixed; boundary="----------=_1396442106-5129-0"

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

------------=_1396442106-5129-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:

#414: xinitrd.d path wrong in Xsession

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

------------=_1396442106-5129-0
Content-Type: message/rfc822
Content-Disposition: inline
Content-Transfer-Encoding: 7bit

Received: (at control) by bugs.x2go.org; 2 Apr 2014 12:34:13 +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=ham version=3.3.2
Received: by ymir (Postfix, from userid 1005)
	id E6A625DB22; Wed,  2 Apr 2014 14:33:31 +0200 (CEST)
From: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
To: 414-submitter@bugs.x2go.org
Cc: control@bugs.x2go.org, 414@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.E6A625DB22@ymir>
Date: Wed,  2 Apr 2014 14:33:31 +0200 (CEST)

close #414
thanks

Hello,

we are very hopeful that X2Go issue #414 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).


------------=_1396442106-5129-0
Content-Type: message/rfc822
Content-Disposition: inline
Content-Transfer-Encoding: 7bit

Received: (at submit) by bugs.x2go.org; 27 Jan 2014 18:17:53 +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 EE6985DB13
	for <submit@bugs.x2go.org>; Mon, 27 Jan 2014 19:17:51 +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 s0RIHnuj031613
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO)
	for <submit@bugs.x2go.org>; Mon, 27 Jan 2014 11:17:49 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cora.nwra.com;
	s=default; t=1390846669;
	bh=Ao84pbNxf4gXnxNMZujHy0LI9+/hp+2oB7aHobaYRoc=;
	h=Message-ID:Date:From:MIME-Version:To:Subject:Content-Type;
	b=mJ9RFjlriusx7sWSrjLNCK+tu2GtzQBbx/Cu/jGmWDDHq3I5vvbDUD7yLtFTjVP0I
	 aQaR52jbI6SIRazsCBXkXHJ2HJkoKrjBhG6m4zpJ39DsZ4YAhM3rsvs4DmF7xjD1AK
	 tDrHcay2TMfH7WQglrVz1+cSM8082Gke25u68StY=
Message-ID: <52E6A2CD.6050701@cora.nwra.com>
Date: Mon, 27 Jan 2014 11:17:49 -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: xinitrd.d path wrong in Xsession
X-Enigmail-Version: 1.6
Content-Type: multipart/mixed;
 boundary="------------060108030609000703010100"

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

Package: x2goserver
Version: 4.0.1.13
Tags: patch

The path to xinitrd.d is wrong in Xsession.  Also, add some
existence/readability checking.

-- 
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

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

diff -up x2goserver-4.0.1.13/x2goserver-xsession/etc/Xsession.xinit x2goserver-4.0.1.13/x2goserver-xsession/etc/Xsession
--- x2goserver-4.0.1.13/x2goserver-xsession/etc/Xsession.xinit	2014-01-27 10:41:21.249243220 -0700
+++ x2goserver-4.0.1.13/x2goserver-xsession/etc/Xsession	2014-01-27 10:45:49.541668747 -0700
@@ -174,8 +174,8 @@ elif [ -f /etc/redhat-release ]; then
 	unset XKB_IN_USE
 
 	# run all system xinitrc shell scripts.
-	for file in /etc/x2go/xinit/xinitrc.d/* ; do
-		. $file
+	for file in /etc/x2go/xinitrc.d/* ; do
+		[ -r "$file" ] && . $file
 	done
 
 	# Prefix launch of session with ssh-agent if available and not already running.

--------------060108030609000703010100--

------------=_1396442106-5129-0--
