[X2Go-Commits] [x2goclient] 23/74: update version+date in man page

2023-12-15 Thread git-admin
-cli 1 "Apr 2012" "Version 0.1.4.x" "X2Go Application" +.TH pyhoca-cli 1 "Nov 2012" "Version 0.2.1.x" "X2Go Application" .SH NAME pyhoca-cli \- X2Go command line client written in Python .SH SYNOPSIS -- Alioth's /home/x2go-admin/

[X2Go-Commits] [x2goclient] 25/74: Depend on python-x2go (>= 0.2.0.1).

2023-12-15 Thread git-admin
setproctitle, python-support (>=0.90) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2goclient] 20/74: typo

2023-12-15 Thread git-admin
= ':'.join(a.server.split(':')[:-1]) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2goclient] 22/74: update man page

2023-12-15 Thread git-admin
project's X2Go command line client \fBx2goclient-cli\fR as well as the \fBx2goclient\fR GUI. This is still work in progress. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2

[X2Go-Commits] [x2goclient] 24/74: swap password and session comand around

2023-12-15 Thread git-admin
) = lightdm_remote_login_buffer.split()[0:3] +a.password = " ".join(lightdm_remote_login_buffer.split()[3:]) if ":" in a.server: a.remote_ssh_port = a.server.split(':')[-1] a.server = ':'.join(a.server.split(':')[:-1]) -- Alioth's /home/x2go-admin/maintenancesc

[X2Go-Commits] [x2goclient] 19/74: make unpacking of stdin values more robust

2023-12-15 Thread git-admin
it(':')[-1] a.server = ':'.join(a.server.split(':')[:-1]) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://list

[X2Go-Commits] [x2goclient] 17/74: fix for last commit

2023-12-15 Thread git-admin
th's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2goclient] 21/74: do not hint to STRG-C functionality with --from-stdin option set

2023-12-15 Thread git-admin
unning session...", loglevel=x2go.loglevel_NOTICE, ) try: -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2goclient] 16/74: make --from-stdin IPv6 capable

2023-12-15 Thread git-admin
a.server = a.server.split(':')[0] +a.remote_ssh_port = a.server.split(':')[-1] +a.server = a.server.split(':')[:-1] a.command = a.command.upper() a.geometry = 'fullscreen' -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on

[X2Go-Commits] [x2goclient] 18/74: When finishing the application Update session status before reporting back to the user what happened to the session.

2023-12-15 Thread git-admin
if self._X2goClient__has_session_terminated(self.x2go_session_hash): self._pyhoca_logger("X2Go session %s has terminated" % session_name, loglevel=x2go.loglevel_NOTICE, ) elif self._X2goClient__is_session_suspended(self.x2go_sess

[X2Go-Commits] [x2goclient] 15/74: The option , , password'' is not allowed for session registration.

2023-12-15 Thread git-admin
=self.args.add_to_known_hosts, profile_name = 'Pyhoca-Client_Session', -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits

[X2Go-Commits] [x2goclient] 14/74: bump version to 0.2.1.0

2023-12-15 Thread git-admin
from frontend import * -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2goclient] 12/74: Add cmdline option --from-stdin that facilitates lightdm remote login session startup.

2023-12-15 Thread git-admin
r.split(':')[0] +a.command = a.command.upper() + a.geometry = 'fullscreen' + return p, a -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2goclient] 13/74: remove debug code

2023-12-15 Thread git-admin
n a.server: a.remote_ssh_port = a.server.split(':')[1] -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.or

[X2Go-Commits] [x2goclient] 11/74: /debian/rules: Allow package build on systems with missing dh_python2.

2023-12-15 Thread git-admin
) +WITH_PYTHON2 = $(shell test -f /usr/bin/dh_python2 && echo "--with python2") %: - dh ${@} --with python2 + dh ${@} ${WITH_PYTHON2} override_dh_auto_clean: rm -Rf PyHoca_CLI.egg-info/ -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-

[X2Go-Commits] [x2goclient] 10/74: Reduce python version in Build-Depends to allow build on Ubuntu 10.04.

2023-12-15 Thread git-admin
thon-x2go Standards-Version: 3.9.3 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2goclient] 09/74: /debian/control: fix typo in longdescs

2023-12-15 Thread git-admin
computing environment with - session resuming -- low bandwith support +- low bandwidth support - LDAP support - client side mass storage mounting support - client side printing support -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv

[X2Go-Commits] [x2goclient] 08/74: Maintainer change in package: X2Go Developers .

2023-12-15 Thread git-admin
-cli Section: python Priority: optional -Maintainer: X2Go Packaging Team +Maintainer: X2Go Developers Uploaders: Mike Gabriel Build-Depends: -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git

[X2Go-Commits] [x2goclient] 07/74: Contine development...

2023-12-15 Thread git-admin
+++ b/pyhoca/cli/__init__.py @@ -25,6 +25,6 @@ For further information on X2Go, please visit the X2Go wiki: http://wiki.x2go.org """ -__VERSION__ = "0.2.0.4" +__VERSION__ = "0.2.0.5" from frontend import * -- Alioth's /home/x2go-admin/maintenancescripts/git/ho

[X2Go-Commits] [x2goclient] 06/74: release 0.2.0.4

2023-12-15 Thread git-admin
-- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2goclient] 05/74: typo in debian/changelog

2023-12-15 Thread git-admin
): -+ Declare pyhoca namespace in setup.py. +- Declare pyhoca namespace in setup.py. * Import packaging files from Debian package. -- Mike Gabriel Wed, 15 Aug 2012 15:02:19 +0200 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org

[X2Go-Commits] [x2goclient] 21/24: release 0.2.0.2

2023-12-15 Thread git-admin
-- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2goclient] 02/74: Declare pyhoca namespace in setup.py.

2023-12-15 Thread git-admin
= 'AGPLv3+', author = 'Mike Gabriel', url = 'http://www.x2go.org', +namespace_packages = [ 'pyhoca', ], packages = [ 'pyhoca.cli', ], package_dir = {'': '.'}, exclude = [ 'pyhoca.cli.x2go', ], -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email

[X2Go-Commits] [x2goclient] 04/74: version increment for pyhoca-cli python egg.

2023-12-15 Thread git-admin
the X2Go wiki: http://wiki.x2go.org """ -__VERSION__ = "0.2.0.3" +__VERSION__ = "0.2.0.4" from frontend import * -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git _

[X2Go-Commits] [x2goclient] 01/74: Import packaging files from Debian package.

2023-12-15 Thread git-admin
-Rfv debian/pyhoca-cli debian/pyhoca-cli.*.debhelper debian/pyhoca-cli.substvars - rm -Rfv debian/tmp debian/patches - dh ${@} + dh ${@} --with python2 +override_dh_auto_clean: + rm -Rf PyHoca_CLI.egg-info/ + dh_auto_clean \ No newline at end of file diff --git a/deb

[X2Go-Commits] [x2goclient] 03/74: fix for commit 6702eae0

2023-12-15 Thread git-admin
-cli.docs | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/pyhoca-cli.docs b/debian/pyhoca-cli.docs index 11f46e2d..724e0844 100644 --- a/debian/pyhoca-cli.docs +++ b/debian/pyhoca-cli.docs @@ -1,3 +1,2 @@ README TODO -debian/upstream/changelog -- Alioth's /home/x2go-admin

[X2Go-tags] [x2goclient] annotated tag 0.5.0.1 created (now 1ef6df74)

2023-12-15 Thread git-admin
ns listed as "adds" were already present in the repository and have only been added to this reference. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-tags mailing list x2go-tags@lists.x2go.org https://lists.x2go.org/listinfo/x2go-tags

[X2Go-Commits] [x2goclient] 24/24: release 0.2.0.3

2023-12-15 Thread git-admin
=low * New upstream version (0.2.0.3): - Fix license header of setup.py file. - -- Mike Gabriel Mon, 23 Jul 2012 22:23:19 +0200 + -- Mike Gabriel Tue, 24 Jul 2012 02:41:40 +0200 pyhoca-cli (0.2.0.2-0~x2go1) unstable; urgency=low -- Alioth's /home/x2go-admin/maintenancescripts

[X2Go-Commits] [x2goclient] 22/24: Continue development...

2023-12-15 Thread git-admin
+++ b/pyhoca/cli/__init__.py @@ -25,6 +25,6 @@ For further information on X2Go, please visit the X2Go wiki: http://wiki.x2go.org """ -__VERSION__ = "0.2.0.2" +__VERSION__ = "0.2.0.3" from frontend import * -- Alioth's /home/x2go-admin/maintenancescripts/gi

[X2Go-Commits] [x2goclient] 20/24: Do not fail if HOME dir is read-only, needed for building with sbuild.

2023-12-15 Thread git-admin
, x2go.X2GO_SSH_ROOTDIR, 'config') if not os.path.isfile(ssh_config_filename): -_touch_file(ssh_config_filename) +try: _touch_file(ssh_config_filename) +except OSError: pass # sometimes we have to fail... -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email

[X2Go-Commits] [x2goclient] 23/24: Fix license header of setup.py file.

2023-12-15 Thread git-admin
version. # # PyHoca is distributed in the hope that it will be useful, -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https

[X2Go-Commits] [x2goclient] 19/24: Continue development...

2023-12-15 Thread git-admin
+++ b/pyhoca/cli/__init__.py @@ -25,6 +25,6 @@ For further information on X2Go, please visit the X2Go wiki: http://wiki.x2go.org """ -__VERSION__ = "0.2.0.1" +__VERSION__ = "0.2.0.2" from frontend import * -- Alioth's /home/x2go-admin/maintenancescripts/gi

[X2Go-Commits] [x2goclient] 16/24: Fix minus sign / hyphen mismatch in man page.

2023-12-15 Thread git-admin
n the command line or in the -session profile or that the --password command line option is used. +session profile or that the \-\-password command line option is used. .SH LDAP OPTIONS LDAP support is planned to be added into \fBpyhoca-cli\fR in the near future. So stay tuned... .PP -- Alioth'

[X2Go-Commits] [x2goclient] 17/24: increment __init__.py version

2023-12-15 Thread git-admin
: http://wiki.x2go.org """ -__VERSION__ = "0.2.0.0" +__VERSION__ = "0.2.0.1" from frontend import * -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git __

[X2Go-Commits] [x2goclient] 18/24: release 0.2.0.1

2023-12-15 Thread git-admin
-- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2goclient] 14/24: changelog cleanup

2023-12-15 Thread git-admin
t name in control file. * Add proper license to copyright file. * Add __doc__ strings to __init__.py and frontend.py. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-c

[X2Go-Commits] [x2goclient] 15/24: release 0.2.0.0

2023-12-15 Thread git-admin
011 20:32:00 +0200 + -- Mike Gabriel Fri, 08 Jun 2012 23:14:20 +0200 pyhoca-cli (0.1.4.2-0~x2go1) unstable; urgency=low -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x

[X2Go-Commits] [x2goclient] 02/24: Add python-suport (>=0.90) as dependency. Fix project name in control file.

2023-12-15 Thread git-admin
by smartcard and USB stick . PyHoca-CLI provides a simple and flexible command line client - written in Python that allows you to control X2go client sessions + written in Python that allows you to control X2Go client sessions on desktops and thin clients. -- Alioth's /home/x2go-admin/maintenanc

[X2Go-Commits] [x2goclient] 87/94: fixes build sequence

2023-12-15 Thread git-admin
nstall: + make -f Makefile.man2html dh ${@} -binary-indep: - dh ${@} - clean: rm -Rfv debian/pyhoca-cli debian/pyhoca-cli.*.debhelper debian/pyhoca-cli.substvars rm -Rfv debian/tmp debian/patches dh ${@} + -- Alioth's /home/x2go-admin/maintenancescrip

[X2Go-Commits] [x2goclient] 13/24: Depend on Python X2Go (>= 0.2.0.2).

2023-12-15 Thread git-admin
ontrol +++ b/debian/control @@ -20,7 +20,7 @@ Architecture: all Depends: ${misc:Depends}, python, - python-x2go (>=0.1.1.2-0~), + python-x2go (>=0.2.0.2-0~), python-argparse, python-setproctitle, python-support (>=0.90) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/pos

[X2Go-Commits] [x2goclient] 06/24: happy new year, license change to AGPLv3+

2023-12-15 Thread git-admin
ng with this program; if not, write to the # Free Software Foundation, Inc., # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git _

[X2Go-Commits] [x2goclient] 10/24: lintian issue fixed: extra-license-file

2023-12-15 Thread git-admin
of file -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2goclient] 11/24: Add __doc__ strings to __init__.py and frontend.py.

2023-12-15 Thread git-admin
ass in Python X2Go +@type liblogger: Python X2Go C{X2goLogger} instance """ self.args = args @@ -342,7 +395,8 @@ class PyHocaCLI(x2go.X2goClient): def authenticate(self): """\ -STILL UNDOCUMENTED +Authenticate th

[X2Go-Commits] [x2goclient] 09/24: add AGPLv3+ full text license

2023-12-15 Thread git-admin
should also make sure that it provides a way for users to +get its source. For example, if your program is a web application, its +interface could display a "Source" link that leads users to an archive +of the code. There are many ways you could offer source, and different +solutions

[X2Go-Commits] [x2goclient] 12/24: bump upstream version to 0.2.0.0

2023-12-15 Thread git-admin
@@ -25,6 +25,6 @@ For further information on X2Go, please visit the X2Go wiki: http://wiki.x2go.org """ -__VERSION__ = "0.1.4.3" +__VERSION__ = "0.2.0.0" from frontend import * -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-recei

[X2Go-Commits] [x2goclient] 08/24: license change to AGPLv3+

2023-12-15 Thread git-admin
ndows, MacOS X, Linux) X2Go client for the command line.", +license = 'AGPLv3+', author = 'Mike Gabriel', url = 'http://www.x2go.org', packages = [ 'pyhoca.cli', ], -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email o

[X2Go-Commits] [x2goclient] 07/24: fix file permissions (x-bit)

2023-12-15 Thread git-admin
100755 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2goclient] 05/24: Add code to redirect stdout and stderr when frozen with py2exe.

2023-12-15 Thread git-admin
viron['PYTHONX2GO_LOCAL'] = '1' -PROG_NAME = os.path.basename(sys.argv[0]) -PROG_PID = os.getpid() PROG_OPTIONS = sys.argv[1:] try: _password_index = PROG_OPTIONS.index('--password')+1 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.

[X2Go-Commits] [x2goclient] 03/24: Add proper license to copyright file.

2023-12-15 Thread git-admin
ike Gabriel - +The code has been packaged for Debian by Mike Gabriel + light+love, Mike Gabriel -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x

[X2Go-Commits] [x2goclient] 04/24: Replace non-code strings , , X2go'' by , , X2Go''.

2023-12-15 Thread git-admin
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to annotated tag 0.2.0.3 in repository x2goclient. commit a92896977c367567119f309411cff500fea1dbaf Author: Mike Gabriel Date: Tue Jan 31 23:38:38 2012 +0100 Replace non-code strings ,,X2go'' by

[X2Go-Commits] [x2goclient] 01/24: version increment

2023-12-15 Thread git-admin
UNDOCUMENTED """ -__VERSION__ = "0.1.4.2" +__VERSION__ = "0.1.4.3" from frontend import * -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-tags] [x2goclient] annotated tag 0.2.0.3 created (now 8b1d4769)

2023-12-15 Thread git-admin
ed to this reference. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-tags mailing list x2go-tags@lists.x2go.org https://lists.x2go.org/listinfo/x2go-tags

[X2Go-Commits] [x2goclient] 06/09: Add cmd line option --terminate-on-ctrl-c.

2023-12-15 Thread git-admin
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to annotated tag 0.1.4.2 in repository x2goclient. commit 1d7da12b3de5787b7ada39333601bccbe50f4c5c Author: Mike Gabriel Date: Wed Aug 17 02:27:57 2011 +0200 Add cmd line option --terminate-on-ctrl-c.

[X2Go-Commits] [x2goclient] 08/09: Add cmd line option --auth-attempts.

2023-12-15 Thread git-admin
rror occured while establishing the connection: %s' % str(e), exitcode=-245) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https

[X2Go-Commits] [x2goclient] 02/05: Depend on Python X2go 0.1.1.2.

2023-12-15 Thread git-admin
0~0), + python-x2go (>=0.1.1.2-0~), python-argparse, python-setproctitle Description: A command line X2go client written in Python -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git __

[X2Go-Commits] [x2goclient] 09/09: Release version 0.1.4.2

2023-12-15 Thread git-admin
, 06 Jul 2011 22:18:01 +0200 + -- Mike Gabriel Wed, 07 Sep 2011 20:19:16 +0200 pyhoca-cli (0.1.4.1-0~x2go1) unstable; urgency=low -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git

[X2Go-Commits] [x2goclient] 07/09: Update+rearrange man page.

2023-12-15 Thread git-admin
-\-clean-sessions\fR\*(T> -Clean all of the user's suspended/running sessions before starting a new one on the named X2go server. .TP \*(T<\fB\-\-time-to-wait\fR\*(T> Time to wait for session startup/resume (default: 8s). There should be no need to touch this, unless on very slow network c

[X2Go-Commits] [x2goclient] 04/09: Multiple achievements with this commit...

2023-12-15 Thread git-admin
to_wait: time.sleep(1) i+=1 @@ -381,6 +443,7 @@ class PyHocaCLI(x2go.X2goClient): self._pyhoca_logger("Press CTRL+C to end desktop sharing for this session...", loglevel=x2go.loglevel_NOTICE, ) else:

[X2Go-Commits] [x2goclient] 01/09: version increment

2023-12-15 Thread git-admin
--- a/pyhoca/cli/__init__.py +++ b/pyhoca/cli/__init__.py @@ -20,6 +20,6 @@ """\ STILL UNDOCUMENTED """ -__VERSION__ = "0.1.4.1" +__VERSION__ = "0.1.4.2" from frontend import * -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-recei

[X2Go-Commits] [x2goclient] 02/09: remove html man pages as they are part of the build process

2023-12-15 Thread git-admin
ay 30, 2011 - - -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2goclient] 05/09: man page update

2023-12-15 Thread git-admin
-Terminate running X2go session . +Terminate running X2go session . A special value for is ,,ALL'' (will terminate all sessions of the connected user). .TP \*(T<\fB\-L, \-\-list-sessions\fR\*(T> List user's X2go sessions on server. -- Alioth's /home/x2go-admin/maintenancescripts/git/hoo

[X2Go-Commits] [x2goclient] 03/09: provide helper Makefile.docupload for uploading html man pages to code.x2go.org

2023-12-15 Thread git-admin
+# Makefile.docupload file - for pyhoca-cli +# Copyright 2010-2011 by Mike Gabriel , GPLv3 applies to this file + +VERSION=`head -n1 debian/changelog | sed 's,.*(\(.*\)).*,\1,' | cut -d"-" -f1` +DOC_HOST=code.x2go.org +DOC_PATH=/srv/sites/x2go.org/packages/doc/pyhoca-cli/man/ +DOC_USER=

[X2Go-Commits] [x2goclient] 01/05: README/TODO update, version increment.

2023-12-15 Thread git-admin
0" +__VERSION__ = "0.1.4.1" from frontend import * -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2goclient] 05/05: release of 0.1.4.1

2023-12-15 Thread git-admin
) unstable; urgency=low -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2goclient] 03/05: Fix for Ctrl-C comment when sharing a desktop.

2023-12-15 Thread git-admin
else: +self._pyhoca_logger("Press CTRL+C to suspend the running session...", loglevel=x2go.loglevel_NOTICE, ) try: session_duration = 0 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-recei

[X2Go-tags] [x2goclient] annotated tag 0.1.4.2 created (now 7ee5ca1d)

2023-12-15 Thread git-admin
adds" were already present in the repository and have only been added to this reference. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-tags mailing list x2go-ta

[X2Go-Commits] [x2goclient] 04/05: Add --quiet option to disable any kind of log output.

2023-12-15 Thread git-admin
+if a.quiet: +logger.set_loglevel_quiet() +liblogger.set_loglevel_quiet() + if a.libdebug_sftpxfer: liblogger.enable_debug_sftpxfer() -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.

[X2Go-tags] [x2goclient] annotated tag 0.1.4.1 created (now cd646521)

2023-12-15 Thread git-admin
ase of 0.1.4.1 The 99 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. -- Alioth's /home/x2go-admin/maint

[X2Go-Commits] [x2goclient] 91/94: Add X2go desktop sharing support.

2023-12-15 Thread git-admin
x2go_session_hash) +if self.args.share_desktop: +self.share_desktop_session(self.x2go_session_hash) + elif self.args.suspend: self.suspend_session(self.x2go_session_hash) @@ -324,7 +360,7 @@ class PyHocaCLI(x2go.X2goClient): self.new_session(self

[X2Go-Commits] [x2goclient] 89/94: type fix

2023-12-15 Thread git-admin
is free software; you can redistribute it and/or modify -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org

[X2Go-Commits] [x2goclient] 92/94: Terminate shared desktop sessions of Ctrl-C (instead of suspending them.

2023-12-15 Thread git-admin
el some time to settle +time.sleep(2) +self._pyhoca_logger("X2go session %s has been suspended" % session_name, loglevel=x2go.loglevel_NOTICE, ) except x2go.X2goSessionException, e: self._pyhoca_logger("X2goSessionExcept

[X2Go-Commits] [x2goclient] 86/94: version increment

2023-12-15 Thread git-admin
re; you can redistribute it and/or modify @@ -20,6 +20,6 @@ """\ STILL UNDOCUMENTED """ -__VERSION__ = "0.1.3.2" +__VERSION__ = "0.1.3.3" from frontend import * -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /s

[X2Go-Commits] [x2goclient] 94/94: React to bug #627990, prefer man2html-base over man2html.

2023-12-15 Thread git-admin
2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2goclient] 93/94: egg version increment

2023-12-15 Thread git-admin
ION__ = "0.1.3.3" +__VERSION__ = "0.1.4.0" from frontend import * -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@l

[X2Go-Commits] [x2goclient] 88/94: changelog update

2023-12-15 Thread git-admin
, 26 May 2011 12:05:11 +0200 pyhoca-cli (0.1.3.2-0~x2go1) unstable; urgency=low -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits

[X2Go-Commits] [x2goclient] 90/94: re-arranged man file locations and man2html build script

2023-12-15 Thread git-admin
hoca-cli.1 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2goclient] 81/94: adds man2html build (so that we have readable man pages in Git)

2023-12-15 Thread git-admin
s b/debian/pyhoca-cli.docs index 1d23e9b9..efae7f1a 100644 --- a/debian/pyhoca-cli.docs +++ b/debian/pyhoca-cli.docs @@ -1,2 +1,3 @@ README -TODO \ No newline at end of file +TODO +.build_man2html/html \ No newline at end of file -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-e

[X2Go-Commits] [x2goclient] 80/94: typo fix in control file

2023-12-15 Thread git-admin
-- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2goclient] 78/94: man page version/date update

2023-12-15 Thread git-admin
; "Version 0.0.6" "X2go Application" +.TH pyhoca-cli 1 "21 May 2011" "Version 0.1.3.x" "X2go Application" .SH NAME pyhoca-cli \- X2go command line client written in Python .SH SYNOPSIS -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/

[X2Go-Commits] [x2goclient] 85/94: depends on new Python X2go version, updates dh dependency

2023-12-15 Thread git-admin
+20,7 @@ Architecture: all Depends: ${misc:Depends}, python, - python-x2go (>=0.0.44-0~0), + python-x2go (>=0.1.0.0-0~0), python-argparse, python-setproctitle Description: A command line X2go client written in Python -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-r

[X2Go-Commits] [x2goclient] 74/94: removes --import option from man page

2023-12-15 Thread git-admin
user's X2go sessions on server. -.TP -\*(T<\fB\-I, \-\-import-session\fR\*(T> -NOT IMPLEMENTED YET: Import a session from an x2goclient config file and run it (requires \fB\-\-config\fR option). .SH X2GO OPTIONS .TP \*(T<\fB\-\-config\fR \fI\fR\*(T> -- Alioth's /home/x2go-admin/main

[X2Go-Commits] [x2goclient] 79/94: typo fix in man page

2023-12-15 Thread git-admin
setting this option. .TP \*(T<\fB\-p, \-\-pack\fR \fI\fR\*(T> -Compression methods (see below for possible values). +Compression method (see below for possible values). .TP \*(T<\fB\-\-kbd\-layout\fR \fI{us|de|fr|...}\fR\*(T> Use keyboard layout (default: 'us'). -- Alioth's /hom

[X2Go-Commits] [x2goclient] 84/94: man page update

2023-12-15 Thread git-admin
R \fI\fR\*(T> Command to run with \fB\-\-new\fR mode on server (default: xterm). -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists

[X2Go-Commits] [x2goclient] 75/94: update for --clean-sessions option in man page

2023-12-15 Thread git-admin
. .TP \*(T<\fB\-\-time-to-wait\fR\*(T> Time to wait for session startup/resume (default: 8s). There should be no need to touch this, unless on very slow network connections. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2

[X2Go-Commits] [x2goclient] 82/94: adds --session-profile option to man page

2023-12-15 Thread git-admin
ame of the session profile to be used to make the connection. You can actually pass a komma-separated list of +session profile names to this option. .TP \*(T<\fB\-c, \-\-command\fR \fI\fR\*(T> Command to run with \fB\-\-new\fR mode on server (default: xterm). -- Alioth's /home/x2go-admin/main

[X2Go-Commits] [x2goclient] 76/94: --pack-type is actually only called --pack in pyhoca-cli (man page fix)

2023-12-15 Thread git-admin
sible values). .TP \*(T<\fB\-\-kbd\-layout\fR \fI{us|de|fr|...}\fR\*(T> -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@li

[X2Go-Commits] [x2goclient] 83/94: updates html version of man page

2023-12-15 Thread git-admin
;>mike.gabriel@ This document was created by man2html, using the manual pages. -Time: 18:55:01 GMT, May 22, 2011 +Time: 19:46:55 GMT, May 22, 2011 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.

[X2Go-Commits] [x2goclient] 77/94: explanation update for compat options (man page fix)

2023-12-15 Thread git-admin
bility option, synonymous to \fB\-\-remote\-ssh\-port\fR \fI\fR. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org

[X2Go-Commits] [x2goclient] 73/94: another typo in man page

2023-12-15 Thread git-admin
usage of the --password option is forbidden. +the systems process list (Linux, MacOS). On Windows systems the usage of the --password option is forbidden. .TP \*(T<\fB\-p, \-\-remote-ssh-port\fR \fI\fR\*(T> Remote X2go server's SSH port (default: 22). -- Alioth's /home/x2go-admin/maintenanc

[X2Go-Commits] [x2goclient] 70/94: new FSF address

2023-12-15 Thread git-admin
setuptools import setup, find_packages import pyhoca.cli -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https

[X2Go-Commits] [x2goclient] 63/94: moving setproctitle stanze further up, fixed typo

2023-12-15 Thread git-admin
S == "Windows": runtime_error("The --password option is forbidden on Windows platforms", parser=p, exitcode=222) if a.version: -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___

[X2Go-Commits] [x2goclient] 65/94: removed old build script

2023-12-15 Thread git-admin
-- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2goclient] 67/94: man page update

2023-12-15 Thread git-admin
ommand line will be masqueraded in +the systems process list (Linux, MacOS). On Windows system the usage of the --password option is forbidden. +.TP \*(T<\fB\-p, \-\-remote-ssh-port\fR \fI\fR\*(T> Remote X2go server's SSH port (default: 22). .TP -- Alioth's /home/x2go-admin/maintenancescri

[X2Go-Commits] [x2goclient] 68/94: catching ValueError if --password is not given

2023-12-15 Thread git-admin
if --password option is not specified +pass from x2go import X2GOCLIENT_OS as _X2GOCLIENT_OS if _X2GOCLIENT_OS in ('Linux', 'Mac'): -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___

[X2Go-Commits] [x2goclient] 66/94: new line at end of file

2023-12-15 Thread git-admin
.1" -from frontend import * \ No newline at end of file +from frontend import * -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-com

[X2Go-Commits] [x2goclient] 62/94: reintroducing the --password option secured by setproctitle

2023-12-15 Thread git-admin
sword from the command line -a.password = None - # time-to-wait needs to be an integer try: a.time_to_wait = int(a.time_to_wait) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git

[X2Go-Commits] [x2goclient] 71/94: adds VCS information to control file

2023-12-15 Thread git-admin
/pyhoca-cli.git +Vcs-Browser: http://code.x2go.org/gitweb?p=pyhoca-cli.git;a=summary XS-Python-Version: >=2.6 Package: pyhoca-cli -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.

[X2Go-Commits] [x2goclient] 64/94: version increment, debian changelog entry

2023-12-15 Thread git-admin
__VERSION__ = "0.1.3.1" from frontend import * \ No newline at end of file -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2goclient] 72/94: typo in man page

2023-12-15 Thread git-admin
4k-rdp -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2goclient] 56/94: fail interactive authentication after 3 attempts

2023-12-15 Thread git-admin
: self._X2goClient__connect_session(self.x2go_session_hash, username=_username, password=self.args.password, force_password_auth=force_password_auth) connected = True -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git

<    4   5   6   7   8   9   10   11   12   13   >