From x2go@ymir.das-netzwerkteam.de  Fri Aug 11 09:47:26 2017
Received: (at 1198) by bugs.x2go.org; 11 Aug 2017 07:47:29 +0000
X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on
	ymir.das-netzwerkteam.de
X-Spam-Level: 
X-Spam-Status: No, score=-2.9 required=3.0 tests=ALL_TRUSTED,BAYES_00,
	URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.1
Received: from localhost (localhost [127.0.0.1])
	by ymir.das-netzwerkteam.de (Postfix) with ESMTP id 67A525DAD0;
	Fri, 11 Aug 2017 09:47:26 +0200 (CEST)
X-Virus-Scanned: Debian amavisd-new at ymir.das-netzwerkteam.de
Received: from ymir.das-netzwerkteam.de ([127.0.0.1])
	by localhost (ymir.das-netzwerkteam.de [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id Vp6c4LO5n-R1; Fri, 11 Aug 2017 09:47:20 +0200 (CEST)
Received: by ymir.das-netzwerkteam.de (Postfix, from userid 1005)
	id DD1965DACC; Fri, 11 Aug 2017 09:47:20 +0200 (CEST)
From: =?utf-8?q?Mihai_Moldovan?= <ionic@ionic.de>
To: 1198-submitter@bugs.x2go.org
Cc: control@bugs.x2go.org, 1198@bugs.x2go.org
Subject: X2Go issue (in src:x2goserver) has been marked as pending for release
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
X-Mailer: http://snipr.com/post-receive-tag-pending
Message-Id: <20170811074720.DD1965DACC@ymir.das-netzwerkteam.de>
Date: Fri, 11 Aug 2017 09:47:20 +0200 (CEST)

tag #1198 pending
fixed #1198 4.0.1.21
thanks

Hello,

X2Go issue #1198 (src:x2goserver) reported by you has been
fixed in X2Go Git. You can see the changelog below, and you can
check the diff of the fix at:

    http://code.x2go.org/gitweb?p=x2goserver.git;a=commitdiff;h=d0d592b

The issue will most likely be fixed in src:x2goserver (4.0.1.21).

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

---
commit d0d592b577a410ac8827dc4a620916348a0ab348
Author: Mihai Moldovan <ionic@ionic.de>
Date:   Fri Aug 11 09:45:51 2017 +0200

    x2goserver/bin/x2gostartagent: try to enable lingering via systemd's loginctl utility before calling x2goagent. Fixes: #1198.

diff --git a/debian/changelog b/debian/changelog
index dc3ed6b..eddaaec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,6 +25,8 @@ x2goserver (4.0.1.21-0x2go1) UNRELEASED; urgency=medium
     - x2goserver/bin/x2gosetkeyboard: only match up the first ending quote
       character in a non-greedy way. This will not support nested quotes
       within values, but we probably don't need this feature anyway.
+    - x2goserver/bin/x2gostartagent: try to enable lingering via systemd's
+      loginctl utility before calling x2goagent. Fixes: #1198.
   * x2goserver.spec:
     - Add mandatory perl-generators Build-Requires as per
       https://fedoraproject.org/wiki/Changes/Build_Root_Without_Perl

