Package: pyhoca-gui
Severity: important
PyHoca-GUI does not allow to configure any client-side options.
We should really start on providing a settings configuration dialog
and as first thing implement configuration of X2Go Broker settings via
such a dialog.
Mike
--
DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148
GnuPG Key ID 0x25771B31
mail: mike.gabriel(a)das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.x…
Package: pyhoca-gui
Severity: important
The bug's subject says it all. It can be observed when migrating from
pyhoca-gui in Ubuntu precise to the version we have in our PPA.
What happens is that all settings around host/username/sshproxy get corrupt.
Mike
--
DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148
GnuPG Key ID 0x25771B31
mail: mike.gabriel(a)das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.x…
Package: pyhoca-gui
Version: 0.5.0.7
2to3 is not sufficient to add python3 support of pyhoca-gui. The
attached patches are needed as well.
file() is no longer present in python3. The mro patch fixes:
/usr/bin/python3.4 setup.py build '--executable=/usr/bin/python3.4 -s'
Traceback (most recent call last):
File "setup.py", line 212, in <module>
class build_installer_bbfreeze(build_installer, Freezer, Command):
TypeError: Cannot create a consistent method resolution
order (MRO) for bases object, Command
--
Orion Poplawski
Manager of NWRA Technical Systems 720-772-5637
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane orion(a)nwra.com
Boulder, CO 80301 https://www.nwra.com/
Processing control commands:
> close -1
Bug #1578 [pyhoca-gui] pyhoca-gui cannot connect to modern servers, needs recompilation (outdated ssh kex / no sha2 support)
Marked Bug as done
--
1578: https://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=1578
X2Go Bug Tracking System
Contact owner(a)bugs.x2go.org with problems
Control: close -1
> pyhoca-gui as compiled 2015-01-25 has an outdated set of kex
> options, not supporting sha2. As a consequence, connection to modern
> servers is not possible (rejected by sshd).
This issue is being continued at:
https://gitlab.x2go.org/x2go/client/libs/python-x2go/-/issues/8
--
DAS-NETZWERKTEAM
c\o Technik- und Ökologiezentrum Eckernförde
Mike Gabriel, Marienthaler Str. 17, 24340 Eckernförde
mobile: +49 (1520) 1976 148
landline: +49 (4351) 850 8940
GnuPG Fingerprint: 9BFB AEE8 6C0A A5FF BF22 0782 9AF4 6B30 2577 1B31
mail: mike.gabriel(a)das-netzwerkteam.de, http://das-netzwerkteam.de
Processing commands for control(a)bugs.x2go.org:
> close #1236
Bug #1236 [pyhoca-cli] pyhoca-cli depenency fails in Fedora
Marked Bug as done
> kthxbye
Stopping processing here.
Please contact me if you need assistance.
--
1236: https://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=1236
X2Go Bug Tracking System
Contact owner(a)bugs.x2go.org with problems
Package: pyhoca-gui
Version: 0.5.0.0-pre02
Severity: wishlist
For those familiar with PortableApps, the title says it all.
For those unfamiliar, note that PortableApps is more than just "here's
a portable edition of your app." There is a framework you have to
integrate with. It does not look very hard though, the PortableApps
framework basically wraps around your app.
http://portableapps.com/developmenthttp://portableapps.com/development/portableapps.com_format
Package: buildscripts
Severity: important
Hi Mihai,
I have played with X2Go Server a little today, trying to get the new
execution logic for nxagent/x2goagent into X2Go Server 4.1.0.0. While
doing that, I stumbled over build failures due to a flaw in the
buildscripts.
This fixes the occurring issues:
```
jenkins@japsand:~/buildscripts$ git diff
diff --git a/bin/debian-codename-to-version.sh
b/bin/debian-codename-to-version.sh
index 8bd0384..315fcbd 100755
--- a/bin/debian-codename-to-version.sh
+++ b/bin/debian-codename-to-version.sh
@@ -76,7 +76,5 @@ case "${codename}" in
("rex") echo "1.2";;
("buzz") echo "1.1";;
- (*) ret="1";;
+ (*) echo "1";;
esac
-
-return "${ret}"
diff --git a/bin/ubuntu-codename-to-version.sh
b/bin/ubuntu-codename-to-version.sh
index 943e130..f0c1418 100755
--- a/bin/ubuntu-codename-to-version.sh
+++ b/bin/ubuntu-codename-to-version.sh
@@ -66,7 +66,5 @@ case "${codename}" in
("hoary") echo "5.04";;
("warty") echo "4.10";;
- (*) ret="1";;
+ (*) echo "1";;
esac
-
-return "${ret}"
```
light+love
Mike
--
DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
mobile: +49 (1520) 1976 148
landline: +49 (4354) 8390 139
GnuPG Fingerprint: 9BFB AEE8 6C0A A5FF BF22 0782 9AF4 6B30 2577 1B31
mail: mike.gabriel(a)das-netzwerkteam.de, http://das-netzwerkteam.de
Processing control commands:
> close -1
Bug #1148 [pyhoca-cli] ValueError: CTR mode needs counter parameter, not IV
Bug #1149 [pyhoca-cli] ValueError: CTR mode needs counter parameter, not IV
Marked Bug as done
Marked Bug as done
--
1148: https://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=1148
1149: https://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=1149
X2Go Bug Tracking System
Contact owner(a)bugs.x2go.org with problems