tag #612 pending fixed #612 4.0.3.0 thanks Hello, X2Go issue #612 (src:x2goclient) 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=x2goclient.git;a=commitdiff;h=76ae967 The issue will most likely be fixed in src:x2goclient (4.0.3.0). light+love X2Go Git Admin (on behalf of the sender of this mail) --- commit 76ae96781f1d2d5754ee4751539d5de47f1d0297 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Oct 13 13:57:19 2014 +0200 Honor exports (client-side shared folders) from broker session profiles. Thanks to Ming Song for providing a patch for this (Fixes: 612). diff --git a/debian/changelog b/debian/changelog index ccd72cc..aa9543c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,8 @@ x2goclient (4.0.3.0-0x2go1) UNRELEASED; urgency=low qt_<lang>.qm files from Debian unstable as of today. - Update German translation file (after session folder feature got added). - Makefile.man2html: Test if man2html exists. If not, don't fail. + - Honor exports (client-side shared folders) from broker session profiles. + Thanks to Ming Song for providing a patch for this (Fixes: 612). * debian/control: + Add B-D: apache2-dev. On squeeze / lucid builds, this is a superfluous B-D, but for later Debian/Ubuntu versions, this smoothes the installation @@ -17,6 +19,7 @@ x2goclient (4.0.3.0-0x2go1) UNRELEASED; urgency=low * x2goclient.spec: + Adapt to building for openSUSE/SLES. + [ Oleksandr Shneyder ] * New upstream release (4.0.3.0): - Fix running x2goclient without arguments on Windows. (Fixes: #522).