X2Go Bug report logs - #142
x2goclient output on stdout

version graph

Package: x2goclient; Maintainer for x2goclient is X2Go Developers <x2go-dev@lists.x2go.org>; Source for x2goclient is src:x2goclient.

Reported by: Kjell Otto <otto.kjell@gmail.com>

Date: Thu, 7 Mar 2013 13:03:02 UTC

Severity: normal

Tags: patch, pending

Found in version 4.0.0.4

Fixed in version 4.0.1.1

Done: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>

Bug is archived. No further changes may be made.

Full log


🔗 View this message in rfc822 format

X-Loop: git-admin@x2go.org
Subject: Bug#142: x2goclient output on stdout
Reply-To: Kjell Otto <otto.kjell@gmail.com>, 142@bugs.x2go.org
Resent-From: Kjell Otto <otto.kjell@gmail.com>
Resent-To: x2go-dev@lists.berlios.de
Resent-CC: X2Go Developers <x2go-dev@lists.berlios.de>
X-Loop: git-admin@x2go.org
Resent-Date: Mon, 11 Mar 2013 13:03:01 +0000
Resent-Message-ID: <handler.142.B142.13630062905242@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.13630062905242
          (code B ref 142); Mon, 11 Mar 2013 13:03:01 +0000
Received: (at 142) by bugs.x2go.org; 11 Mar 2013 12:51:30 +0000
Received: from mail-ve0-f182.google.com (mail-ve0-f182.google.com [209.85.128.182])
	by ymir (Postfix) with ESMTPS id 15E6D5DB17;
	Mon, 11 Mar 2013 13:51:29 +0100 (CET)
Received: by mail-ve0-f182.google.com with SMTP id ox1so2645971veb.27
        for <multiple recipients>; Mon, 11 Mar 2013 05:51:28 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=mime-version:x-received:in-reply-to:references:date:message-id
         :subject:from:to:cc:content-type;
        bh=5mHsPS9fCJ36mDJMI1YTzOOxASWj8ZPek53HrPGc/64=;
        b=GGAjteUB10dFFgwh7CEcfLH8Pex6nGWVFBHkr0OXrUR90YhlSfvdjt+QNViN0gulsG
         NfTKs5Scm7pv6HpvXDMiWHCsVF+6v01tzUwemJhDgpvL5j/jArmE/14hNbl03q9DO6XF
         0HEytO/gYMMPYIrY8b0CDmL/e8SmnPIZiA85zReALavx1KVgYTTVXnxjSIBuuBsK2bsD
         nWVjRPPinwVKrKCdcYPkk8Uv6LcD+Tk2wSgBD2KsBg1X5A752WBpF/dpyQ+Tu9da2y7y
         BQYzcpgyVlnewfEarkv4XVRdjAdn4UP7IhuIRTQTE6piKXNugTQbEeUaAT2xkP28dPb0
         KXlw==
MIME-Version: 1.0
X-Received: by 10.52.74.34 with SMTP id q2mr4122466vdv.76.1363006288695; Mon,
 11 Mar 2013 05:51:28 -0700 (PDT)
Received: by 10.58.24.37 with HTTP; Mon, 11 Mar 2013 05:51:28 -0700 (PDT)
In-Reply-To: <20130307160849.9282370a79p2omf5@mail.das-netzwerkteam.de>
References: <CAHeJaPKG2ndmoMFEn3kH91uMzTg3gQAhi-A26Le=Y5cfsHBq-g@mail.gmail.com>
	<20130307160849.9282370a79p2omf5@mail.das-netzwerkteam.de>
Date: Mon, 11 Mar 2013 13:51:28 +0100
Message-ID: <CAHeJaPLjydPxyR4qpjYMNq-pxfeX=ezhDFY4UWgRend-yWeniQ@mail.gmail.com>
From: Kjell Otto <otto.kjell@gmail.com>
To: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Cc: 142@bugs.x2go.org, control@bugs.x2go.org
Content-Type: multipart/mixed; boundary=20cf3071c7fcaa194c04d7a5a1de
[Message part 1 (text/plain, inline)]
Hi Mike,

here is my patch boiled down to one commit. You can look at it before
you apply it here:
https://github.com/kjellski/x2goclient/compare/master...debug-cleanup

Greetings,
Kjellski

2013/3/7 Mike Gabriel <mike.gabriel@das-netzwerkteam.de>:
> Hi Otto,
>
> On Do 07 Mär 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=x2goserver_RZ --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=/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
>
>
>
> --
>
> 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.xfb
[0001-Added-the-debug-parameter-to-x2goclient.patch (application/octet-stream, attachment)]

Send a report that this bug log contains spam.


X2Go Developers <owner@bugs.x2go.org>. Last modified: Wed Apr 24 22:42:25 2024; Machine Name: ymir.das-netzwerkteam.de

X2Go Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.