Alex, Thank you for fixing this quickly. I can confirm it is fixed in the nightly build: http://code.x2go.org/releases/binary-win32/x2goclient/heuler/mingw32-4.4/qt-4.8/x2goclient-4.0.2.1-2014.06.27-setup.exe
However, Ionic and I were taking a look at the code last night, and we did not understand why "--child-process" is being added to the args list. It looks like you are adding it when it does not exist in the list. If so, why not just hardcode the behavior that --child-process invokes? -Mike On Fri, Jun 27, 2014 at 4:33 AM, Oleksandr Shneyder <[email protected]> wrote: > tag #522 pending > fixed #522 4.0.2.1 > thanks > > Hello, > > X2Go issue #522 (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=093543e > > The issue will most likely be fixed in src:x2goclient (4.0.2.1). > > light+love > X2Go Git Admin (on behalf of the sender of this mail) > > --- > commit 093543e62d00d8b0dcfb36798fa48bd8757fb17e > Author: Oleksandr Shneyder <[email protected]> > Date: Fri Jun 27 10:33:43 2014 +0200 > > Fix running x2goclient without arguments on Windows. (Fixes: #522). > > diff --git a/debian/changelog b/debian/changelog > index 349f8ea..e756295 100644 > --- a/debian/changelog > +++ b/debian/changelog > @@ -30,6 +30,7 @@ x2goclient (4.0.2.1-0x2go1) UNRELEASED; urgency=low > - Check if sound is activated before starting pulse. > - Fix starting sshd on Win XP. (Fixes: #421). > - Fork x2goclient on windows and terminate child processes if x2go > client crashed. > + - Fix running x2goclient without arguments on Windows. (Fixes: #522). > - Save proxy output in $HOME/S-$SESSION-ID/session.log if debugging is > enabled. > [ Mike DePaulo ] > * New upstream release (4.0.2.1): _______________________________________________ x2go-dev mailing list [email protected] http://lists.x2go.org/listinfo/x2go-dev
