From unknown Thu Mar 28 18:31:34 2024 X-Loop: owner@bugs.x2go.org Subject: Bug#1287: X2Go issue (in src:pyhoca-cli) has been marked as closed Reply-To: Mike Gabriel Mike Gabriel , 1287-quiet@bugs.x2go.org Resent-To: Orion Poplawski X-Loop: owner@bugs.x2go.org Resent-Date: Wed, 19 Sep 2018 03:55:13 +0000 Resent-Message-ID: Resent-Sender: owner@bugs.x2go.org X-X2Go-PR-Message: report 1287 X-X2Go-PR-Package: pyhoca-cli X-X2Go-PR-Keywords: pending Received: via spool by 1287-submitter@bugs.x2go.org id=U1287.153732908619969 (code U ref 1287); Wed, 19 Sep 2018 03:55:13 +0000 Received: (at 1287-submitter) by bugs.x2go.org; 19 Sep 2018 03:51:26 +0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on ymir.das-netzwerkteam.de X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00,NO_RELAYS, URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.1 Received: by ymir.das-netzwerkteam.de (Postfix, from userid 1005) id C5C135DACE; Wed, 19 Sep 2018 05:50:59 +0200 (CEST) From: Mike Gabriel Mike Gabriel To: 1287-submitter@bugs.x2go.org Cc: control@bugs.x2go.org, 1287@bugs.x2go.org Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit Message-Id: <20180919035059.C5C135DACE@ymir.das-netzwerkteam.de> Date: Wed, 19 Sep 2018 05:50:59 +0200 (CEST) close #1287 thanks Hello, we are very hopeful that X2Go issue #1287 reported by you has been resolved in the new release (0.6.0.0) of the X2Go source project »src:pyhoca-cli«. You can view the complete changelog entry of src:pyhoca-cli (0.6.0.0) below, and you can use the following link to view all the code changes between this and the last release of src:pyhoca-cli. http://code.x2go.org/gitweb?p=pyhoca-cli.git;a=commitdiff;h=1546795abc2ce7ff86851bdbc8658c8e38adcec9;hp=87b6c71c4966ca9abf7139e39c3d122143dded80 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:pyhoca-cli. Thanks a lot for contributing to X2Go!!! light+love X2Go Git Admin (on behalf of the sender of this mail) --- X2Go Component: src:pyhoca-cli Version: 0.6.0.0-0x2go1 Status: RELEASE Date: Tue, 18 Sep 2018 19:14:37 +0000 Fixes: 984 1287 1308 Changes: pyhoca-cli (0.6.0.0-0x2go1) RELEASED; urgency=medium . * New upstream version (0.5.99.1). - Port to Python3. (Fixes: #1287). - Add --force-password command line switch to override SSH key detection code. - Add --try-resume cmd line option and feature. - setup.py: Fix version string detection. (Copy+paste flaw...). - Fix duplicate password prompt. Regression fix. - keyboard handling: Switch to kbd-type auto and kbd-layout null. Should auto-detect the client-side keyboard in the X2Go session just fine. - pyhoca-cli main programme: Check for DISPLAY env var being set and having a usable / expectable value. - Add --forward-sshagent / -A cmdline option for enabling SSH agent forwarding. - Entirely rewrite PyHocaCLI.authenticate() function. (Fixes: #1308). - Fix --share-local-folders (aka -F) option and really mount shared folders. (Fixes: #984). - Make important options work like with OpenSSH's command-line client. E.g. pyhoca-cli -l -i -A . This can still be improved but helps for now a big deal. * debian/rules: + Build for Python3, not Python2. + Switch to pybuild DH build system. + Enforce Python3 build, fix FTBFS. + Ignore failures during dh_auto_clean. Helps with build envs that don't have python3-setuptools installed when building source packages. * debian/control: + Fix src:pkg header part. + Switch to python3-* dependencies. + White-space fix. + Bump versioned D (pyhoca-cli): python-x2go (>= 0.5.99.0~). + Drop D (pyhoca-cli): python3-argparse. Part of stdlib in Python3 these days. * debian/{control,compat}: Bump to DH version level 9.