From unknown Thu Mar 28 16:00:50 2024 X-Loop: owner@bugs.x2go.org Subject: Bug#725: client-side printing terminates X2Go Client (+ running session) in certain cases Reply-To: Mike Gabriel , 725@bugs.x2go.org Resent-From: Mike Gabriel Resent-To: x2go-dev@lists.x2go.org Resent-CC: X2Go Developers X-Loop: owner@bugs.x2go.org Resent-Date: Thu, 08 Jan 2015 15:10:01 +0000 Resent-Message-ID: Resent-Sender: owner@bugs.x2go.org X-X2Go-PR-Message: report 725 X-X2Go-PR-Package: x2goclient X-X2Go-PR-Keywords: Received: via spool by submit@bugs.x2go.org id=B.142072977516722 (code B); Thu, 08 Jan 2015 15:10:01 +0000 Received: (at submit) by bugs.x2go.org; 8 Jan 2015 15:09:35 +0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on ymir.das-netzwerkteam.de X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,URIBL_BLOCKED autolearn=ham version=3.3.2 Received: from freya.das-netzwerkteam.de (freya.das-netzwerkteam.de [88.198.48.199]) by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id AE0665DB53 for ; Thu, 8 Jan 2015 16:09:33 +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 221352F52 for ; Thu, 8 Jan 2015 16:09:33 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by grimnir.das-netzwerkteam.de (Postfix) with ESMTP id 109383C1FE for ; Thu, 8 Jan 2015 16:09:33 +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 mdHLH+oe9iUt for ; Thu, 8 Jan 2015 16:09:32 +0100 (CET) Received: from grimnir.das-netzwerkteam.de (localhost [127.0.0.1]) by grimnir.das-netzwerkteam.de (Postfix) with ESMTPS id CD6763BB45 for ; Thu, 8 Jan 2015 16:09:32 +0100 (CET) Received: from bifrost.das-netzwerkteam.de (bifrost.das-netzwerkteam.de [178.62.101.154]) by mail.das-netzwerkteam.de (Horde Framework) with HTTP; Thu, 08 Jan 2015 15:09:32 +0000 Date: Thu, 08 Jan 2015 15:09:32 +0000 Message-ID: <20150108150932.Horde.lARA1h4mZZfLgCTUwBWhXA2@mail.das-netzwerkteam.de> From: Mike Gabriel To: submit@bugs.x2go.org User-Agent: Internet Messaging Program (IMP) H5 (6.2.2) Accept-Language: en,de Organization: DAS-NETZWERKTEAM X-Originating-IP: 178.62.101.154 X-Remote-Browser: Mozilla/5.0 (X11; Linux x86_64; rv:32.0) Gecko/20100101 Firefox/32.0 Iceweasel/32.0 Content-Type: multipart/signed; boundary="=_d6nVkapiBnoCbQIIlbdX9g7"; protocol="application/pgp-signature"; micalg=pgp-sha1 MIME-Version: 1.0 This message is in MIME format and has been PGP signed. --=_d6nVkapiBnoCbQIIlbdX9g7 Content-Type: text/plain; charset=UTF-8; format=flowed; DelSp=Yes Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Package: x2goclient Severity: grave Tag: patch I have just found a patch for X2Go upstream bug #702 [1]: What I do: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D o I launch an X2Go session with X2Go Client, client-side printing=20=20 support=20is enabled o I minimize X2Go Client to the systray icon o I configure X2Go Client to show the print dialog window on=20=20 incoming=20print jobs o I print a document inside the X2Go session What happens: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D The print dialog window appears. I select "Print"... X2Go Client simply exits cleanly immediately when I click the Print=20=20 button=20of the print dialog window. The issue occurs in this combination of events: o print dialog appears on incoming print job o it doesn't matter what print action is chosen (pdfview, pdfsave, print, etc.) o X2Go Client's main window is hidden (e.g. via clicking on the tray icon) What should happen: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D The incoming print job should get shown as PDF or printed (whatever I=20=20 chose=20in the print dialog window). The print dialog window should=20=20 disappear,=20my remote X2Go session should continue... The issue is related to this: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D http://stackoverflow.com/questions/5116459/problem-with-hidden-qmainwindow-= application-crashes-after-qmessagebox-is-displa The related upstream patch is this: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D http://code.x2go.org/gitweb?p=3Dx2goclient.git;a=3Dcommitdiff;h=3D3008b2= a I am still waiting for feedback from another upstream dev, once it is=20=20 there,=20I will fix the issue in the x2goclient src:package in Debian=20=20 unstable=20and hopefully testing (jessie). Mike [1] http://bugs.x2go.org/702 --=20 DAS-NETZWERKTEAM mike=20gabriel, herweg 7, 24357 fleckeby 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.x= fb --=_d6nVkapiBnoCbQIIlbdX9g7 Content-Type: application/pgp-signature Content-Description: Digitale PGP-Signatur Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAABAgAGBQJUrp2sAAoJEJr0azAldxsxaWsP/3xL4ImhRqsq8iArzSR5mvvj e4krCZLB6ONILptNSNQKkk2Ck8DN0x17YVxcEzoNNbZX/3jqUS88hnZ8eMqIMtBF 5iMsf60cyf16HzubeWwLCRNOfEaPWOENAE+mQbwIZymz0CD2MqI18mwQWzb7zKc2 UjZSvmYO7IOOXE94RyKK9r8BFd/VVEonYSM9KWFnF89Ll5zsfe1vdu2snxTmBQOu kg+1TVq1Xm6KyFSaMBgumYfCS+hcdJnaA5XMTj/5mZlMbr5xMHgvqJSy7VPsWuZ/ 0t9dV9/aSBx2Spzv5HSGB/wSZzDKzGCf+oKEyj1Qi7SwrAN/HshI6fr6G/WpIBWW dmoNlJlFkwDZLnA98rU3yoYFbsOPSkC3r76Jv8B3b3eZQc6QDiltp3w+TZVZFGEn LTWf2y2pRJoSwABMHiTmxBlaxvcc6IaZV1q7PRC/N3mrIFFIQB5rP3mIY2FKryVD DBxT2/qke4zhPnLXecBck5iGCmZs7qhj8I984Zws6omMR+tXB0uaETXZDuGuNRtf ajzBfXOMXES6XNQovnJwekhl1Pq4xkvw3IfvCRAHf02YTnfygaRM3CazrVCtw4WW mzuK8Y+p/s8zvScAWBOPkWEYoeYrTtMzNDqdvGeN9RJsser11CBFO/LPsNDJp+MX +9Q/rc9L+MQqqkfcJ7Yb =MgG1 -----END PGP SIGNATURE----- --=_d6nVkapiBnoCbQIIlbdX9g7-- From unknown Thu Mar 28 16:00:50 2024 X-Loop: owner@bugs.x2go.org Subject: Bug#725: [X2Go-Dev] Bug#725: client-side printing terminates X2Go Client (+ running session) in certain cases Reply-To: Mike Gabriel , 725@bugs.x2go.org Resent-From: Mike Gabriel Resent-To: x2go-dev@lists.x2go.org Resent-CC: X2Go Developers X-Loop: owner@bugs.x2go.org Resent-Date: Thu, 08 Jan 2015 22:05:02 +0000 Resent-Message-ID: Resent-Sender: owner@bugs.x2go.org X-X2Go-PR-Message: followup 725 X-X2Go-PR-Package: x2goclient X-X2Go-PR-Keywords: Received: via spool by 725-submit@bugs.x2go.org id=B725.142075451916537 (code B ref 725); Thu, 08 Jan 2015 22:05:02 +0000 Received: (at 725) by bugs.x2go.org; 8 Jan 2015 22:01:59 +0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on ymir.das-netzwerkteam.de X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,URIBL_BLOCKED autolearn=ham version=3.3.2 Received: from freya.das-netzwerkteam.de (freya.das-netzwerkteam.de [88.198.48.199]) by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id 4E1D15DEA1 for <725@bugs.x2go.org>; Thu, 8 Jan 2015 23:01:57 +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 6CB85430 for <725@bugs.x2go.org>; Thu, 8 Jan 2015 23:01:56 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by grimnir.das-netzwerkteam.de (Postfix) with ESMTP id 5C4E43BA1F for <725@bugs.x2go.org>; Thu, 8 Jan 2015 23:01:56 +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 MSfSnGU85u2e for <725@bugs.x2go.org>; Thu, 8 Jan 2015 23:01:56 +0100 (CET) Received: from grimnir.das-netzwerkteam.de (localhost [127.0.0.1]) by grimnir.das-netzwerkteam.de (Postfix) with ESMTPS id 292C13BA08 for <725@bugs.x2go.org>; Thu, 8 Jan 2015 23:01:56 +0100 (CET) Received: from p5B3B8A30.dip0.t-ipconnect.de (p5B3B8A30.dip0.t-ipconnect.de [91.59.138.48]) by mail.das-netzwerkteam.de (Horde Framework) with HTTP; Thu, 08 Jan 2015 22:01:56 +0000 Date: Thu, 08 Jan 2015 22:01:56 +0000 Message-ID: <20150108220156.Horde.WU5sEW4NB1pRvn8NASCVxQ9@mail.das-netzwerkteam.de> From: Mike Gabriel To: 725@bugs.x2go.org In-Reply-To: <20150108150932.Horde.lARA1h4mZZfLgCTUwBWhXA2@mail.das-netzwerkteam.de> User-Agent: Internet Messaging Program (IMP) H5 (6.2.2) Accept-Language: en,de Organization: DAS-NETZWERKTEAM X-Originating-IP: 91.59.138.48 X-Remote-Browser: Mozilla/5.0 (X11; Linux x86_64; rv:32.0) Gecko/20100101 Firefox/32.0 Iceweasel/32.0 Content-Type: multipart/signed; boundary="=_QrHAOCyplPvlg2E2mAr9Kw5"; protocol="application/pgp-signature"; micalg=pgp-sha1 MIME-Version: 1.0 This message is in MIME format and has been PGP signed. --=_QrHAOCyplPvlg2E2mAr9Kw5 Content-Type: text/plain; charset=utf-8; format=flowed; DelSp=Yes Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Control: forcemerge #702 -1 On Do 08 Jan 2015 16:09:32 CET, Mike Gabriel wrote: > Package: x2goclient > Severity: grave > Tag: patch > > I have just found a patch for X2Go upstream bug #702 [1]: > > What I do: > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > o I launch an X2Go session with X2Go Client, client-side printing=20=20 >=20support is enabled > o I minimize X2Go Client to the systray icon > o I configure X2Go Client to show the print dialog window on=20=20 >=20incoming print jobs > o I print a document inside the X2Go session > > > What happens: > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > The print dialog window appears. I select "Print"... > > X2Go Client simply exits cleanly immediately when I click the Print=20=20 >=20button of the print dialog window. > > The issue occurs in this combination of events: > > o print dialog appears on incoming print job > o it doesn't matter what print action is chosen > (pdfview, pdfsave, print, etc.) > o X2Go Client's main window is hidden (e.g. > via clicking on the tray icon) > > What should happen: > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > The incoming print job should get shown as PDF or printed (whatever=20=20 >=20I chose in the print dialog window). The print dialog window should=20= =20 >=20disappear, my remote X2Go session should continue... > > > The issue is related to this: > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > http://stackoverflow.com/questions/5116459/problem-with-hidden-qmainwindo= w-application-crashes-after-qmessagebox-is-displa > > The related upstream patch is this: > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > http://code.x2go.org/gitweb?p=3Dx2goclient.git;a=3Dcommitdiff;h=3D3008b= 2a > > > I am still waiting for feedback from another upstream dev, once it=20=20 >=20is there, I will fix the issue in the x2goclient src:package in=20=20 >=20Debian unstable and hopefully testing (jessie). > > Mike > > [1] http://bugs.x2go.org/702 argghhh... this bug report was supposed for the x2goclient package in=20=20 Debian=20and thus should have gone to submit@debian.org... I just resent it and merge this one with #702. Mike --=20 DAS-NETZWERKTEAM mike=20gabriel, herweg 7, 24357 fleckeby 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.x= fb --=_QrHAOCyplPvlg2E2mAr9Kw5 Content-Type: application/pgp-signature Content-Description: Digitale PGP-Signatur Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAABAgAGBQJUrv5UAAoJEJr0azAldxsx6eAP/1Ncv1wLLQNmuSGKDbswzFlV QIIxxi6wWs1NMgHGGs9n91Wi7StjA70YvMXfNBRZK1YZ0I9/BuXiKHwotuUrwqK8 PEYRtWU0F3LwHtphsFPED8o3UWytbDxNUUZHF4uGkAXokpzadMAFUSfV5yD4yOmV vEGMjyO8dmoIcblw0tpwOLBu+OuegX9o87ZF+A6keWzh59hGIKQzSSkjKCab+omv wFFd7okvUC9ET0eaWvc5n3e5ioLIgciLdZGvVVcASRVD2UyrsN80cMQDera7kCyM bGSjrLn83VnJLU7L2+9XxuBIlZ0wbQ08OGc5UhIA0gvkjgG78IZ+OyAvphNM5ITn 4Fmqi0rCVEgiDIneRmLlt9j47cu41qBuCEuOv01ANL2muFkHQGI3InRxQaiwSXNn JJ/NxS30dH+bh/cfYnUUxWjxJ4XnmQ+zAXidRmFSXSVBFaObsnhYl9C3Q2c7LH76 U+5x6sfF1NLTNctKFElOcb+QE8Mw5C6C7fwzna5TV1tPOoDaQbuvpPHPvi3sjq52 HsG1oAJgnKmgFsiuzqtfTPiq/GvF3RGsJrWTJOGLuzoXPMnlwo0i3br5xqKlU6E1 +od2IyTFBW8PpPUY+uS4J+3q3F4sLrOzYEfiLNkl/g66kc+33iuqFX8hkn47CyEv ejeLKyl4cPo/EzilrPbt =MvpC -----END PGP SIGNATURE----- --=_QrHAOCyplPvlg2E2mAr9Kw5-- From x2go@ymir.das-netzwerkteam.de Thu Feb 19 12:57:58 2015 Received: (at control) by bugs.x2go.org; 19 Feb 2015 11:58:24 +0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on ymir.das-netzwerkteam.de X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,NO_RELAYS, URIBL_BLOCKED autolearn=unavailable version=3.3.2 Received: by ymir.das-netzwerkteam.de (Postfix, from userid 1005) id 6B1145DCAB; Thu, 19 Feb 2015 12:57:58 +0100 (CET) From: X2Go Release Manager To: 702-submitter@bugs.x2go.org Cc: control@bugs.x2go.org, 702@bugs.x2go.org Subject: X2Go issue (in src:x2goclient) has been marked as closed Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit Message-Id: <20150219115758.6B1145DCAB@ymir.das-netzwerkteam.de> Date: Thu, 19 Feb 2015 12:57:58 +0100 (CET) close #702 thanks Hello, we are very hopeful that X2Go issue #702 reported by you has been resolved in the new release (4.0.3.2) of the X2Go source project »src:x2goclient«. You can view the complete changelog entry of src:x2goclient (4.0.3.2) below, and you can use the following link to view all the code changes between this and the last release of src:x2goclient. http://code.x2go.org/gitweb?p=x2goclient.git;a=commitdiff;h=3b7ca68412005521d45d9751a370549ab1c80e58;hp=5290218751cc68a1fc1711ebd169e195eb3daeed If you feel that the issue has not been resolved satisfyingly, feel free to reopen this bug report or submit a follow-up report with further observations described based on the new released version of src:x2goclient. Thanks a lot for contributing to X2Go!!! light+love X2Go Git Admin (on behalf of the sender of this mail) --- X2Go Component: src:x2goclient Version: 4.0.3.2-0x2go1 Status: RELEASE Date: Thu, 19 Feb 2015 12:49:22 +0100 Fixes: 616 642 681 702 705 713 720 742 781 782 Changes: x2goclient (4.0.3.2-0x2go1) RELEASED; urgency=medium . [ Oleksandr Shneyder ] * New upstream release (4.0.3.2): - Fix placement of session folders in session card column. (Fixes: #681). - Send empty message in x2gohelper to stop AppStarting cursor. (Fixes: #616). - Fix multiple creations of modmap timer (OS_DARWIN). . [ Mike Gabriel ] * New upstream release (4.0.3.2): - Add several info/error/debug log message while hunting down #702. - Use app.setQuitOnLastWindowClosed(false) for the X2Go Client QtApplication to assure that X2Go Client does not arbitrarily exit during a running session. This fixes X2Go Client crashes that occur when printing via the CUPS-X2Go printing mechanism with activate print dialog popup on incoming print jobs and minimized main window. (Fixes: #702). - Be more exact when reporting rev forwarding tunnel request failures to the GUI user. Include the purpose of the tunnel (NX, audio, foldersharing) in the error message. - Enable debugging in sshprocess.cpp and sshmasterconnection.cpp if --debug is given. - sshmasterconnection.cpp: Fix several grammar issues in error messages. - When sharing a client-side folder, do not write the SSH pub key to client-side authorized_keys file if the folder-to-be-shared does not exist on the client. (Partially solves #405). - Fix string concatenation/layout of error message when tunnel I/O errors occur. - Improve debugging/logging the SSH connections made by X2Go Client. - Fix quotes when calling remote commands via SSH (esp. allow same quoting/ escaping style for libssh and openSSH+Krb based connections). (Fixes: #720). - FIXME: Disable PubkeyAuthentication _and_ PasswordAuthentication if GSSAPI authentication is activated. This is counter intuitive, though, and requires several other fixes in the authentication code. * x2goclient.spec: - Always set BuildRoot: parameter. . [ Sergey Savko ] * New upstream release (4.0.3.2): - Prevent passwordless re-logins into X2Go Session Broker if --broker-autologoff is used on the cmdline. (Fixes: #782). - Add new cmdline option --broker-noauth-use-session-username. When --broker-noauth is used, the broker does not know on behalf of which user to operate. This new option enables username syncing. When logging into X2Go Server, that username will be sent to the broker and be used for querying X2Go Broker Agents etc. (Fixes: #781). . [ Heinrich Schuchardt ] * New upstream release (4.0.3.2): - Base the layout dialogue "Session ID" (which shows up when starting a connection) on typographic points (instead of pixels). (Fixes: #713). . [ Jason Alavaliant ] * New upstream verson (4.0.3.2): - Use QUrl::toPercentEncoding() method to properly encode passwords sent to X2Go Session Broker. (Fixes: #705). . [ Mike DePaulo ] * New upstream release (4.0.3.2): - Windows: Win32 OpenSSL updates from 1.0.1j to 1.0.1L, which fixes the CVEs announced on 2015-01-08. - Windows: Cygwin OpenSSL updated from 1.0.1j-1 to 1.0.1k-1, which fixes the CVEs announced on 2015-01-08. - Windows: Bundle new version of VcXsrv: 1.15.2.2-xp+vc2013+x2go1. The differences from 1.15.2.1-xp+vc2013+x2go1 are that its bundled OpenSSL has been updated to 1.0.1k, and that xorg-server CVE-2014-8091..8103 have been fixed. - Windows: Update libssh from 0.6.3 to 0.6.4 (while maintaining Pageant support). This fixes CVE-2014-8132, which shouldn't affect x2goclient because x2goclient uses the SSH client functionality, not the SSH server functionality. 0.6.4 also added 4 features related to ECDSA keys. - Windows: Fix compatibility with PulseAudio 6.0 - Windows: Remove workaround for audio input with old versions of PulseAudio (calling parec once per second) (Fixes: #742) Thanks George Trakatelis (uom.edu.gr) for submitting this change. - Windows: Enable X2Go Client for Windows to build under VS2010 nmake (but not the VS2010 IDE due to a Qt4 Visual Studio Add-in limitation) Note that the official builds are still build under MinGW. (Fixes: #642) Thanks George Trakatelis (uom.edu.gr) for submitting this feature. - Windows: Make builds easier, and updating bundled dependencies easier, by adding copy-deps-win32.bat. It copies the exact version of each dependency (DLL, executable, data, folder, etc) from x2goclient-contrib.git. . [ Kaan Ozdincer ] * New upstream version (4.0.3.2): - Add Turkish translation file. From unknown Thu Mar 28 16:00:50 2024 MIME-Version: 1.0 X-Mailer: MIME-tools 5.502 (Entity 5.502) X-Loop: owner@bugs.x2go.org From: owner@bugs.x2go.org (X2Go Bug Tracking System) Subject: Bug#702 closed by X2Go Release Manager (X2Go issue (in src:x2goclient) has been marked as closed) Message-ID: References: <20150219115758.6B1145DCAB@ymir.das-netzwerkteam.de> X-X2go-PR-Keywords: pending X-X2go-PR-Message: they-closed 702 X-X2go-PR-Package: x2goclient X-X2go-PR-Source: x2goclient Date: Thu, 19 Feb 2015 12:00:20 +0000 Content-Type: multipart/mixed; boundary="----------=_1424347220-20562-0" This is a multi-part message in MIME format... ------------=_1424347220-20562-0 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 This is an automatic notification regarding your Bug report which was filed against the x2goclient package: #702: X2Go Client / NX proxy window disappear when printing/viewing a CUPS-= X2Go print job It has been closed by X2Go Release Manager . Their explanation is attached below along with your original report. If this explanation is unsatisfactory and you have not received a better one in a separate message then please contact X2Go Release Manager <= git-admin@x2go.org> by replying to this email. --=20 X2Go Bug Tracking System Contact owner@bugs.x2go.org with problems ------------=_1424347220-20562-0 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at control) by bugs.x2go.org; 19 Feb 2015 11:58:24 +0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on ymir.das-netzwerkteam.de X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,NO_RELAYS, URIBL_BLOCKED autolearn=unavailable version=3.3.2 Received: by ymir.das-netzwerkteam.de (Postfix, from userid 1005) id 6B1145DCAB; Thu, 19 Feb 2015 12:57:58 +0100 (CET) From: X2Go Release Manager To: 702-submitter@bugs.x2go.org Cc: control@bugs.x2go.org, 702@bugs.x2go.org Subject: X2Go issue (in src:x2goclient) has been marked as closed Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit Message-Id: <20150219115758.6B1145DCAB@ymir.das-netzwerkteam.de> Date: Thu, 19 Feb 2015 12:57:58 +0100 (CET) close #702 thanks Hello, we are very hopeful that X2Go issue #702 reported by you has been resolved in the new release (4.0.3.2) of the X2Go source project »src:x2goclient«. You can view the complete changelog entry of src:x2goclient (4.0.3.2) below, and you can use the following link to view all the code changes between this and the last release of src:x2goclient. http://code.x2go.org/gitweb?p=x2goclient.git;a=commitdiff;h=3b7ca68412005521d45d9751a370549ab1c80e58;hp=5290218751cc68a1fc1711ebd169e195eb3daeed If you feel that the issue has not been resolved satisfyingly, feel free to reopen this bug report or submit a follow-up report with further observations described based on the new released version of src:x2goclient. Thanks a lot for contributing to X2Go!!! light+love X2Go Git Admin (on behalf of the sender of this mail) --- X2Go Component: src:x2goclient Version: 4.0.3.2-0x2go1 Status: RELEASE Date: Thu, 19 Feb 2015 12:49:22 +0100 Fixes: 616 642 681 702 705 713 720 742 781 782 Changes: x2goclient (4.0.3.2-0x2go1) RELEASED; urgency=medium . [ Oleksandr Shneyder ] * New upstream release (4.0.3.2): - Fix placement of session folders in session card column. (Fixes: #681). - Send empty message in x2gohelper to stop AppStarting cursor. (Fixes: #616). - Fix multiple creations of modmap timer (OS_DARWIN). . [ Mike Gabriel ] * New upstream release (4.0.3.2): - Add several info/error/debug log message while hunting down #702. - Use app.setQuitOnLastWindowClosed(false) for the X2Go Client QtApplication to assure that X2Go Client does not arbitrarily exit during a running session. This fixes X2Go Client crashes that occur when printing via the CUPS-X2Go printing mechanism with activate print dialog popup on incoming print jobs and minimized main window. (Fixes: #702). - Be more exact when reporting rev forwarding tunnel request failures to the GUI user. Include the purpose of the tunnel (NX, audio, foldersharing) in the error message. - Enable debugging in sshprocess.cpp and sshmasterconnection.cpp if --debug is given. - sshmasterconnection.cpp: Fix several grammar issues in error messages. - When sharing a client-side folder, do not write the SSH pub key to client-side authorized_keys file if the folder-to-be-shared does not exist on the client. (Partially solves #405). - Fix string concatenation/layout of error message when tunnel I/O errors occur. - Improve debugging/logging the SSH connections made by X2Go Client. - Fix quotes when calling remote commands via SSH (esp. allow same quoting/ escaping style for libssh and openSSH+Krb based connections). (Fixes: #720). - FIXME: Disable PubkeyAuthentication _and_ PasswordAuthentication if GSSAPI authentication is activated. This is counter intuitive, though, and requires several other fixes in the authentication code. * x2goclient.spec: - Always set BuildRoot: parameter. . [ Sergey Savko ] * New upstream release (4.0.3.2): - Prevent passwordless re-logins into X2Go Session Broker if --broker-autologoff is used on the cmdline. (Fixes: #782). - Add new cmdline option --broker-noauth-use-session-username. When --broker-noauth is used, the broker does not know on behalf of which user to operate. This new option enables username syncing. When logging into X2Go Server, that username will be sent to the broker and be used for querying X2Go Broker Agents etc. (Fixes: #781). . [ Heinrich Schuchardt ] * New upstream release (4.0.3.2): - Base the layout dialogue "Session ID" (which shows up when starting a connection) on typographic points (instead of pixels). (Fixes: #713). . [ Jason Alavaliant ] * New upstream verson (4.0.3.2): - Use QUrl::toPercentEncoding() method to properly encode passwords sent to X2Go Session Broker. (Fixes: #705). . [ Mike DePaulo ] * New upstream release (4.0.3.2): - Windows: Win32 OpenSSL updates from 1.0.1j to 1.0.1L, which fixes the CVEs announced on 2015-01-08. - Windows: Cygwin OpenSSL updated from 1.0.1j-1 to 1.0.1k-1, which fixes the CVEs announced on 2015-01-08. - Windows: Bundle new version of VcXsrv: 1.15.2.2-xp+vc2013+x2go1. The differences from 1.15.2.1-xp+vc2013+x2go1 are that its bundled OpenSSL has been updated to 1.0.1k, and that xorg-server CVE-2014-8091..8103 have been fixed. - Windows: Update libssh from 0.6.3 to 0.6.4 (while maintaining Pageant support). This fixes CVE-2014-8132, which shouldn't affect x2goclient because x2goclient uses the SSH client functionality, not the SSH server functionality. 0.6.4 also added 4 features related to ECDSA keys. - Windows: Fix compatibility with PulseAudio 6.0 - Windows: Remove workaround for audio input with old versions of PulseAudio (calling parec once per second) (Fixes: #742) Thanks George Trakatelis (uom.edu.gr) for submitting this change. - Windows: Enable X2Go Client for Windows to build under VS2010 nmake (but not the VS2010 IDE due to a Qt4 Visual Studio Add-in limitation) Note that the official builds are still build under MinGW. (Fixes: #642) Thanks George Trakatelis (uom.edu.gr) for submitting this feature. - Windows: Make builds easier, and updating bundled dependencies easier, by adding copy-deps-win32.bat. It copies the exact version of each dependency (DLL, executable, data, folder, etc) from x2goclient-contrib.git. . [ Kaan Ozdincer ] * New upstream version (4.0.3.2): - Add Turkish translation file. ------------=_1424347220-20562-0 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by bugs.x2go.org; 15 Dec 2014 12:53:08 +0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on ymir.das-netzwerkteam.de X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,URIBL_BLOCKED autolearn=ham version=3.3.2 Received: from freya.das-netzwerkteam.de (freya.das-netzwerkteam.de [88.198.48.199]) by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id 8301F5DB1C for ; Mon, 15 Dec 2014 13:53:06 +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 01E271427 for ; Mon, 15 Dec 2014 13:53:06 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by grimnir.das-netzwerkteam.de (Postfix) with ESMTP id E284C3BF2E for ; Mon, 15 Dec 2014 13:53:05 +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 f8geHfqDLgCN for ; Mon, 15 Dec 2014 13:53:05 +0100 (CET) Received: from grimnir.das-netzwerkteam.de (localhost [127.0.0.1]) by grimnir.das-netzwerkteam.de (Postfix) with ESMTPS id 7C16A3BC10 for ; Mon, 15 Dec 2014 13:53:05 +0100 (CET) Received: from m-080.informatik.uni-kiel.de (m-080.informatik.uni-kiel.de [134.245.254.80]) by mail.das-netzwerkteam.de (Horde Framework) with HTTP; Mon, 15 Dec 2014 12:53:05 +0000 Date: Mon, 15 Dec 2014 12:53:05 +0000 Message-ID: <20141215125305.Horde.Rma_UfjCePCnO6RlUlfNXw1@mail.das-netzwerkteam.de> From: Mike Gabriel To: submit@bugs.x2go.org Subject: X2Go Client / NX proxy window disappear when printing/viewing a CUPS-X2Go print job User-Agent: Internet Messaging Program (IMP) H5 (6.2.2) Accept-Language: en,de Organization: DAS-NETZWERKTEAM X-Originating-IP: 134.245.254.80 X-Remote-Browser: Mozilla/5.0 (X11; Linux x86_64; rv:32.0) Gecko/20100101 Firefox/32.0 Iceweasel/32.0 Content-Type: multipart/signed; boundary="=_8iHK4Z5IXN66itFTXWg60A8"; protocol="application/pgp-signature"; micalg=pgp-sha1 MIME-Version: 1.0 This message is in MIME format and has been PGP signed. --=_8iHK4Z5IXN66itFTXWg60A8 Content-Type: text/plain; charset=UTF-8; format=flowed; DelSp=Yes Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Package: x2goclient Severity: grave Testing with various X2Go Servers (with PostgreSQL / SQLite3 sessions=20=20 DB,=20with CUPS+X2GoServer on the same machine / on different machines). Testing on the client-side (Linux only) with X2Go Client / PyHoca-GUI=20=20 (nightly=20builds as of today). What I observe with X2Go Client (Linux version): o I print something on the server o the X2Go Client print dialog pops up o I choose my preferred action (print to a printer, view as PDF) (a) PDF comes up in a viewer/gets printed, session stays intact (4=20=20 of=2010 attempts) (b) nothing happens with the print job, X2Go Client / NX proxy=20=20 vanish=20(no segfault) Thus, X2Go Client's client-side printing feature is currently not=20=20 reliable,=20thus not really usable. The crashes are more producible on=20= =20 large=20PDF/print jobs. It would be good to hear from others that use this feature, as well.=20=20 Does=20it work for you? Did it work for you? When did it stop working? I tested this with server-side setups that have been working in the=20=20 past=20already. Package upgrade + test + see above. Greets, Mike --=20 DAS-NETZWERKTEAM mike=20gabriel, herweg 7, 24357 fleckeby 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.x= fb --=_8iHK4Z5IXN66itFTXWg60A8 Content-Type: application/pgp-signature Content-Description: Digitale PGP-Signatur Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAABAgAGBQJUjtmxAAoJEJr0azAldxsxW2AP/jLP+cZkCg25eChd3fr5wpEO VipYLS0+KQb/WHLMqyyct6d2eO6gAgHixalyRBxBr7+oY8Umb8nzG9zdPcfQDPcR dj+qC1NQyvj9lzUFCo8gbMwgJF5S3rERhf0ABcmPBoCxau7xwYdLOlBUnVamUaWr b3n2Ui+eWn9amSyQmOI99kToPlkmxvnjqCjOWUnMa8l6mvFZpnIZLcNMSMhQ7XKN 5pYMuoM38mFJ4WfDtbutuSGOWrajsKPUF36Gfz0bWtB4G7OxWL9b4EUGbSfon6Vf bYiTk+N6Cix5BybO/tO/e/9szOvIFE+1xLm8uyrvdjddXlvOjtEiKvM4Ds4WGX2v VofOkV03axmkMerGxeF1znYMrwoW7HIOH8/9Qdi5t/4nWcNaS4pNtnLVVXJ8kKbf eTcA0NrM7egEEd9YvttZ70VNE0ttGNjueIkl9TYqH4qV000TmxIm1uqCzXcIdi3H VafN2fL0pK687oK+Fi7t/nx1cBRMER4H87YNGTIHqUIrG3tWF5Nw5Ujo4joEGQI0 1PCRnGTyM9guuMYEav5//ur7CYNWCtoYyHN4yRz8Fe9emcXwi8XeF6VoR9pkqqOM TgOxejtCfZW2xh75KCTam/is9IHUZmMtmnIYb4njjItaoEsLjN3LScUiFjs5LA/y krTfDDj8mY+jJSDbCTWK =xNVk -----END PGP SIGNATURE----- --=_8iHK4Z5IXN66itFTXWg60A8-- ------------=_1424347220-20562-0--