close #1445
thanks
Hello,
we are very hopeful that X2Go issue #1445 reported by you
has been resolved in the new release (0.6.1.3) of the
X2Go source project »src:pyhoca-cli«.
You can view the complete changelog entry of src:pyhoca-cli (0.6.1.3)
below, and you can use the following link to view all the code changes
between this and the last release of src:pyhoca-cli.
https://code.x2go.org/gitweb?p=pyhoca-cli.git;a=commitdiff;h=c6245eb5861acd4fa5ecedc9994b3549831b6b70;hp=071bd72d80d20a325613e38ed6296d2788dd65e5
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.1.3-0x2go1
Status: RELEASE
Timestamp: 1692686744
Date: Tue, 22 Aug 2023 08:45:44 +0200
Fixes: 1445
Changes:
pyhoca-cli (0.6.1.3-0x2go1) RELEASED; urgency=medium
.
[ Mike Gabriel ]
- New upstream release (0.6.1.3):
- pyhoca/cli/frontend.py: Fix reference before assignment error in
resume_session() method. Thanks to Randy Goldenberg for spotting
this. (Fixes: #1445).
- pyhoca-cli: Add cmdline parameter --dpi.
- pyhoca-cli: Do input check on value passed in via the --link option.
- pyhoca-cli: Add cmdline parameter --clipboard-mode.
- pyhoca-cli: Follow-up fix for --dpi switch. Fix input value verification.
Only demand an integer, if args.dpi is set to something else than None.
- pyhoca-cli: Add --kdrive cmdline option.
- pyhoca-cli.1 man page: Drop -d from --quiet documentation line.
- Move --dpi cmdline option from X2Go options to NX options.
- pyhoca-cli: Add cmdline option --list-cmdline-features. Required for
Remmina X2Go Plugin.
- pyhoca-cli: Write program version to STDOUT (not STDERR).
- man/man1/pyhoca-cli.1: Add documentation for --list-cmdline-features.
- pyhoca-cli: Don't try to immitate look_for_keys behaviour as implemented
in the x2go Python module.
.
[ Daniel Teichmann ]
- New upstream release (0.6.1.3):
- pyhoca-cli: Print debug message before exiting pyhoca-cli.
- Fix typo in man page.
- Add --non-interactive cmdline option for forcefully preventing password
queries on the TTY.
- {pyhoca-cli, pyhoca/cli/frontend.py}: Only look for private ssh keys if
appropriate.
- pyhoca{-cli,/cli/frontend.py}: Add --ssh-passphrase feature.
.
[ Mihai Moldovan ]
- New upstream version (0.6.1.3):
- misc: pre-release copyright update.
- man/man1/pyhoca-cli.1: pre-release date update.
- misc: change http:// to https:// links where appropriate.
- debian/control:
- Change http:// to https:// links where appropriate.
- debian/copyright:
- Change http:// to https:// links where appropriate.
- debian/watch:
- Change http:// to https:// links where appropriate.
- pyhoca-cli.spec:
- Change http:// to https:// links where appropriate.
- Drop Python 2 support for OpenSuSE Leap 15.4+ and Tumbleweed (and ALP).
- Remove pycache handling from the files list. Python-2-variants don't
have the concept of __pycache__ directories at all, so using
%pycache_only there is redundant. Python-3-variants sprinkle __pycache__
directories wherever there are .py files, which means that they are
conveniently contained in the "pyhoca" subdirectory of sitelib. Older
*SuSE versions, including Leap, just ignored files or directories in the
%files list that do not exist, but Tumbleweed is throwing an error if
you try to include a file or directory that does not exist. The fix is
easy: don't try to include the non-existent __pycache__ top-level
directory.