From unknown Mon Apr 13 00:15:49 2026
X-Loop: git-admin@x2go.org
Subject: Bug#142: x2goclient output on stdout
Reply-To: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>, 142@bugs.x2go.org
Resent-From: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Resent-To: x2go-dev@lists.berlios.de
Resent-CC: X2Go Developers <x2go-dev@lists.berlios.de>
X-Loop: git-admin@x2go.org
Resent-Date: Thu, 07 Mar 2013 15:18:01 +0000
Resent-Message-ID: <handler.142.B142.136266893016031@bugs.x2go.org>
Resent-Sender: git-admin@x2go.org
X-X2Go-PR-Message: followup 142
X-X2Go-PR-Package: x2goclient
X-X2Go-PR-Keywords: 
Received: via spool by 142-submit@bugs.x2go.org id=B142.136266893016031
          (code B ref 142); Thu, 07 Mar 2013 15:18:01 +0000
Received: (at 142) by bugs.x2go.org; 7 Mar 2013 15:08:50 +0000
Received: from freya.das-netzwerkteam.de (freya.das-netzwerkteam.de [88.198.48.199])
	by ymir (Postfix) with ESMTPS id 76B785DB0D;
	Thu,  7 Mar 2013 16:08:50 +0100 (CET)
Received: from grimnir.das-netzwerkteam.de (grimnir.das-netzwerkteam.de [78.46.204.98])
	by freya.das-netzwerkteam.de (Postfix) with ESMTPS id 529C5AA7;
	Thu,  7 Mar 2013 16:08:50 +0100 (CET)
Received: from localhost (localhost [127.0.0.1])
	by grimnir.das-netzwerkteam.de (Postfix) with ESMTP id 3D34B3B933;
	Thu,  7 Mar 2013 16:08:50 +0100 (CET)
X-Virus-Scanned: Debian amavisd-new at grimnir.das-netzwerkteam.de
Received: from grimnir.das-netzwerkteam.de ([127.0.0.1])
	by localhost (grimnir.das-netzwerkteam.de [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id A7RKC+iHv234; Thu,  7 Mar 2013 16:08:50 +0100 (CET)
Received: from localhost (localhost [127.0.0.1])
	by grimnir.das-netzwerkteam.de (Postfix) with ESMTP id 118563BAE1;
	Thu,  7 Mar 2013 16:08:50 +0100 (CET)
Received: from localhost (localhost [127.0.0.1])
	by grimnir.das-netzwerkteam.de (Postfix) with ESMTP id DE0F73B933;
	Thu,  7 Mar 2013 16:08:49 +0100 (CET)
X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on
	grimnir.das-netzwerkteam.de
X-Spam-Flag: NO
X-Spam-Status: No, hits=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00,
	MIME_QP_LONG_LINE,URIBL_BLOCKED autolearn=ham version=3.3.1 running as userid=
X-Spam-Level: 
X-Spam-Bayes-Score: 0.0043
Received: by grimnir.das-netzwerkteam.de (Postfix, from userid 33)
	id 7F67A3BAAC; Thu,  7 Mar 2013 16:08:49 +0100 (CET)
Received: from 25-20-142-46.pool.kielnet.net (25-20-142-46.pool.kielnet.net
 [46.142.20.25]) by mail.das-netzwerkteam.de (Horde Framework) with HTTP;
 Thu, 07 Mar 2013 16:08:49 +0100
Message-ID: <20130307160849.9282370a79p2omf5@mail.das-netzwerkteam.de>
X-Priority: 3 (Normal)
Date: Thu, 07 Mar 2013 16:08:49 +0100
From: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
To: Kjell Otto <otto.kjell@gmail.com>, 142@bugs.x2go.org
Cc: control@bugs.x2go.org
References:  <CAHeJaPKG2ndmoMFEn3kH91uMzTg3gQAhi-A26Le=Y5cfsHBq-g@mail.gmail.com>
In-Reply-To:  <CAHeJaPKG2ndmoMFEn3kH91uMzTg3gQAhi-A26Le=Y5cfsHBq-g@mail.gmail.com>
MIME-Version: 1.0
Content-Type: multipart/signed;
 boundary="=_31lc1intpqwx";
 protocol="application/pgp-signature";
 micalg="pgp-sha1"
Content-Transfer-Encoding: 7bit
User-Agent: Internet Messaging Program (IMP) H3 (4.3.4)

This message is in MIME format and has been PGP signed.

--=_31lc1intpqwx
Content-Type: text/plain;
 charset=UTF-8;
 DelSp="Yes";
 format="flowed"
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Hi Otto,

On Do 07 M=C3=A4r 2013 13:51:25 CET Kjell Otto wrote:

> Package: x2goclient
>
> The x2goclient has extreme output on stdout while running. It's more
> noise then signal and therefor, I've wrapped all the printouts with
> #ifdef DEBUG and a #undef DEBUG on the onmainwindow.cpp file.
>
> Then I've added in printout statements that are parsable with numbered
> output and category so that a normal run of the x2goclient would
> output like this:
>
> $ ./client_build/x2goclient --session=3Dx2goserver_RZ =20
> --add-to-known-hosts --hide
> x2go-INFO-001> Starting x2goclient...
> x2go-WARN-001> Can't load translator: :/x2goclient_en_us
> x2go-WARN-002> Can't load translator: :/qt_en_US
> x2go-INFO-004> Started  x2goclient.
> x2go-INFO-005> $HOME=3D/home/kjellski
> x2go-INFO-029> Starting connection to server: 10.3.0.20:22
> x2go-INFO-031> SSH connection established.
> x2go-INFO-011> Closing x2goclient...
> x2go-INFO-018> Waiting for the SSH connection to finish...
> x2go-INFO-019> Waited  for the SSH connection to finish.
> x2go-INFO-028> Closed  x2goclient.
> $
>
> No GUI will be shown and no try Icons appear. This reflects a bit more
> the --hide param and can be used to make a shortcut to the client that
> will just open the window.
>
> Also I've added a log method and provided a script that lets you show
> all outputs on the file.
>
> All changes can be found on this repository in the branch stdout-cleanup:
>
> https://github.com/kjellski/x2goclient/tree/stdout-cleanup
>
> If any additional help from my side is required, please contact me and
> I try to support the process.

yes, help is required.

1. Create fresh (tmp) branch
2. pull over your patches you wish applied in x2goclient.git
3. rebase, boil all single commits down to one commit
4. send the URL to the exact patch/diff for review

Mike



--=20

DAS-NETZWERKTEAM
mike gabriel, rothenstein 5, 24214 neudorf-bornstein
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xf=
b
--=_31lc1intpqwx
Content-Type: application/pgp-signature
Content-Description: Digitale PGP-Unterschrift
Content-Disposition: inline
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iQIcBAABAgAGBQJROK2BAAoJEJr0azAldxsxNvMP/A/b4Gu3G0Yd+Ldj4uVEJFht
UBvil27Vo/rvCqhyBYRW9g7kBTi02TPPns3GDid1v4/vyDHeTI0uSRGzWWecI8ZW
cuWLwC6Ktfx4Dkt8WJHAvx1xjM1A7W/N5juaBUXrw88/qp5Mmqfb1Cvh5Q2R1T6C
tyDE6fANxd7qVkDPVXWTZ4dW9KDzPnrWsQ7kxeECvJNrhZHm71wOzd8oVyaR/Zyg
lf088UHd0ByBat3ts4w0B/Pmj1WIgAhx1cf538KTATjYuFrm73RpEuO+DSv/pMCf
SSqz5rZAl1q2qrvteoIzhSnuKuq4oV+Vp9DbpTVx2yj1T3cgQ/o6DNeOaP4pinJm
uJZ67oP0EwNfuZrMURusB4upV4OvMOQY2Ou2G4XP1RR3hvamV3qSrxS1QJ53a5Zc
csBCsCERRWtfaFgIQRuzDUhwpnHf3OcDsv1IBk2k9uD8l9uduG4ObXKYp2z3TiN4
uROSBA7BeFHOllGizNUFggk1qIrNL34rNaPll1zdMZg3tiT2nfHEC7tglg/Roa8o
ipU2wlp+i4rcHqptOFvQY9RhxhNI8m52JUjG8Or5KC7dDDOeeige2oIFq4LNZogc
ME97wWCiWHLvQWasflgv2uB8lbfOQSBGBQwidBAP/H/+Ua+ol1YnJMj64k9UtLFc
iHxx9JFxFlQjpnm7uChC
=YsU1
-----END PGP SIGNATURE-----

--=_31lc1intpqwx--
