tag #355 pending fixed #355 4.0.1.10 thanks Hello, X2Go issue #355 (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=14900d5 The issue will most likely be fixed in src:x2goserver (4.0.1.10). light+love X2Go Git Admin (on behalf of the sender of this mail) --- commit 14900d5b5532b878d37a7dad071bf3c3d0779707 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Dec 7 22:45:20 2013 +0100 Fix x2goresume-session. The several parameters placed into the NX options file are expected by x2goresume-session at very specific positions. This we broke by trying to fix the fullscreen/geometry issue in x2gostartagent. Thanks to Harvey Eneman for tracking this down!!! (Fixes: #355). diff --git a/debian/changelog b/debian/changelog index d8a3a01..b1cfef0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,10 @@ x2goserver (4.0.1.10-0x2go1) UNRELEASED; urgency=low + * New upstream version (4.0.1.10): + - Fix x2goresume-session. The several parameters placed into the NX options + file are expected by x2goresume-session at very specific positions. This + we broke by trying to fix the fullscreen/geometry issue in x2gostartagent. + Thanks to Harvey Eneman for tracking this down!!! (Fixes: #355). * Grab systemd service file from Fedora and ship it upstream. * Add init script for RPM based distro. Taken from the Fedora package.