From unknown Sat Jun 06 15:56:39 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#424 closed by Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
 (X2Go issue (in src:x2goserver) has been marked as closed)
Message-ID: <handler.424.c.13964420854550.notifdone@bugs.x2go.org>
References: <20140402123332.0CF7F5DB26@ymir>
X-X2go-PR-Keywords: pending
X-X2go-PR-Message: they-closed 424
X-X2go-PR-Package: x2goserver
X-X2go-PR-Source: x2goserver
Date: Wed, 02 Apr 2014 12:35:07 +0000
Content-Type: multipart/mixed; boundary="----------=_1396442107-5320-0"

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

------------=_1396442107-5320-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:

#424: Issue with bug fix #354

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

------------=_1396442107-5320-0
Content-Type: message/rfc822
Content-Disposition: inline
Content-Transfer-Encoding: 7bit

Received: (at control) by bugs.x2go.org; 2 Apr 2014 12:34:45 +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 0CF7F5DB26; Wed,  2 Apr 2014 14:33:32 +0200 (CEST)
From: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
To: 424-submitter@bugs.x2go.org
Cc: control@bugs.x2go.org, 424@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: <20140402123332.0CF7F5DB26@ymir>
Date: Wed,  2 Apr 2014 14:33:32 +0200 (CEST)

close #424
thanks

Hello,

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


------------=_1396442107-5320-0
Content-Type: message/rfc822
Content-Disposition: inline
Content-Transfer-Encoding: 7bit

Received: (at submit) by bugs.x2go.org; 30 Jan 2014 21:31:08 +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,FREEMAIL_FROM,
	HTML_MESSAGE,T_DKIM_INVALID autolearn=ham version=3.3.2
Received: from mail-yk0-f172.google.com (mail-yk0-f172.google.com [209.85.160.172])
	by ymir (Postfix) with ESMTPS id 836595DA6C
	for <submit@bugs.x2go.org>; Thu, 30 Jan 2014 22:31:07 +0100 (CET)
Received: by mail-yk0-f172.google.com with SMTP id 200so19312318ykr.3
        for <submit@bugs.x2go.org>; Thu, 30 Jan 2014 13:31:06 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=mime-version:from:date:message-id:subject:to:content-type;
        bh=SEESdpuQtCnsM520mcZzAtZ2MkZjRfACzuNSid1HzfE=;
        b=js2CDL8dQino0J0+Cm5Ul9HpLYBzRiO1JtuvB2YChLXpAuUSzfVY4vR5kEnWWOefP7
         vro/vG2hiQGF9oTTuz+yai3+pRYTYMuVG8e9AxpLC1I83/ueRMlSLIEWazsG4yVj4Z01
         1PlzaL8az8t8uB4sPl8nalfnTTgj3y/9yUTYhE05nYujpGXyenhaATxvupgjEufkyOxG
         flIutn9eWr7xDZkWT1OrShkwZNKWVOkbRLfl15oG+ewEwKSt5E0RzEhwbbPLU/l9HO1o
         bRhcFggizHapa82WFRVc84Iwvi/p3t4W58FGNhpMQeLHq1xzrz5zinrI41vI6/Vfsf3t
         KVSA==
X-Received: by 10.236.7.100 with SMTP id 64mr15400819yho.23.1391117466053;
 Thu, 30 Jan 2014 13:31:06 -0800 (PST)
MIME-Version: 1.0
Received: by 10.170.82.10 with HTTP; Thu, 30 Jan 2014 13:30:45 -0800 (PST)
From: Dustin Foudray <dfoudray@gmail.com>
Date: Thu, 30 Jan 2014 14:30:45 -0700
Message-ID: <CACBSctX2YNfWfRdEEbDqFii4XhOdeXibDN7d9RB8qYHLtp41kA@mail.gmail.com>
Subject: Issue with bug fix #354
To: submit@bugs.x2go.org
Content-Type: multipart/alternative; boundary=001a1133cc7867b23604f136c66b

--001a1133cc7867b23604f136c66b
Content-Type: text/plain; charset=ISO-8859-1

Package: x2goserver

Version: 4.1.0.0

Severity: grave

Hello,
       My issue is related to bug #354
(http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=354). With the support
of setting this option through x2goagent.options, the way we
previously worked around this issue no longer work's and I am not able
to make tcp X forwarding work with the new option's file setting. Am I
missing something. In the mean time is there a way we can downgrade
back to the previous server version?


-- 
-Dustin Foudray

--001a1133cc7867b23604f136c66b
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><pre style=3D"white-space:pre-wrap;line-height:19.20000076=
2939453px;padding-top:0px;margin-top:0px;border-top-width:0px"><pre class=
=3D"" style=3D"padding-top:0px;margin-top:0px;border-top-width:0px;color:rg=
b(0,0,0)">

Package: x2goserver</pre><pre class=3D"" style=3D"padding-top:0px;margin-to=
p:0px;border-top-width:0px;color:rgb(0,0,0)">Version: 4.1.0.0</pre><pre cla=
ss=3D"" style=3D"padding-top:0px;margin-top:0px;border-top-width:0px;color:=
rgb(0,0,0)">

<span style=3D"white-space:pre-wrap;font-family:arial">Severity: grave</spa=
n>
</pre></pre><pre style=3D"white-space:pre-wrap;line-height:19.2000007629394=
53px;padding-top:0px;margin-top:0px;border-top-width:0px">Hello,
       My issue is related to bug #354 (<a href=3D"http://bugs.x2go.org/cgi=
-bin/bugreport.cgi?bug=3D354" target=3D"_blank">http://bugs.x2go.org/cgi-bi=
n/bugreport.cgi?bug=3D354</a>). With the support of setting this option thr=
ough x2goagent.options, the way we previously worked around this issue no l=
onger work&#39;s and I am not able to make tcp X forwarding work with the n=
ew option&#39;s file setting. Am I missing something. In the mean time is t=
here a way we can downgrade
back to the previous server version?</pre><div><br></div>-- <br>-Dustin Fou=
dray<br>
</div>

--001a1133cc7867b23604f136c66b--

------------=_1396442107-5320-0--
