Processing commands for control(a)bugs.x2go.org:
> retitle #92 Install icons, images, man page and desktop files through setup.py
Bug #92 [pyhoca-gui] ZeroDivisionError: float division by zero error on startup
Changed Bug title to 'Install icons, images, man page and desktop files through setup.py' from 'ZeroDivisionError: float division by zero error on startup'
> tag #92 pending
Bug #92 [pyhoca-gui] Install icons, images, man page and desktop files through setup.py
Added tag(s) pending.
> thanks
Stopping processing here.
Please contact me if you need assistance.
--
92: http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=92
X2Go Bug Tracking System
Contact git-admin(a)x2go.org with problems
Processing commands for control(a)bugs.x2go.org:
> reassign #92 pyhoca-gui
Bug #92 [phoca-gui] ZeroDivisionError: float division by zero error on startup
Warning: Unknown package 'phoca-gui'
Bug reassigned from package 'phoca-gui' to 'pyhoca-gui'.
No longer marked as found in versions 0.2.1.1.
Ignoring request to alter fixed versions of bug #92 to the same values previously set
> thanks
Stopping processing here.
Please contact me if you need assistance.
--
92: http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=92
X2Go Bug Tracking System
Contact git-admin(a)x2go.org with problems
Dear all,
The X2Go Project is proud to announce a couple of new X2Go component releases:
- pyhoca-gui (0.2.0.0)
- pyhoca-cli (0.2.0.1)
- python-x2go (0.2.0.3)
All new packages are already available in our stable repositories
(Debian, Ubuntu) within the next 24h. The Windows version of
PyHoca-GUI also already has been built and provided on
http://code.x2go.org/releases/.
I personally am very proud to be able to present a long-waited-for
major release of Python X2Go and PyHoca-GUI. Thanks again to Dick
Kniep (http://www.lindix.nl) for sponsoring this piece of software.
The latest API documentation of Python X2Go can be read here:
http://code.x2go.org/doc/python-x2go
Note for distro packagers: Python X2Go based applications have the
full range of functionality when used with Paramiko 1.8.0 and above.
For people you rely on flawless IPv6 functionality, I recommend
installing python-gevent 1.0b1 (or above).
light+love,
Mike
Python X2Go
===========
python-x2go (0.2.1.1-0~x2go1) RELEASE; urgency=low
* New upstream version (0.2.1.1):
- Make sure that internal calls to _X2goClient__list_sessions are not
overridden by other method definitions in classes that inherit from
X2goClient class. (Fixes: #89).
- Rewrite colour depth of 17bits to 16bits when invoking rdesktop.
Relevant for X2Go-proxied RDP sessions started with PyHoca-GUI under
Windows.
- Handle control sessions being None in session list cache.
- In cases where several session profiles connect to the same machine
under the same user ID, we have to strictly differentiate between
running/suspend sessions associated to the several connected session
profiles.
- Make connection disruptures more robust.
-- Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de>
Tue, 18 Dec 2012 12:36:34 +0100
python-x2go (0.2.1.0-0~x2go1) RELEASE; urgency=low
* New upstream version (0.2.1.0):
- Prepare for staying compatible with new SSH proxy feature
in X2Go Client.
- Add sshproxy_port option to session (SSH proxy) options.
- Allow smooth session profile migration, prefer <host>:<port> (set
via sshproxy_host) for SSH proxy port detection.
- Implementation of session profile parameters ,,sshproxysameuser''
and ,,sshproxysameauth''.
- Fixing typos in __doc__ strings.
- Add support for starting maximized session windows. (Fixes: #12).
- Fix category ,,Utility'' when parsing .desktop files.
- For ,,maxdim'' session property fallback to _NET_DESKTOP_GEOMETRY if
_NET_WORKAREA is not available from the window manager.
- Mention ,,maximize'' as possible value for session option geometry
in __doc__string of class X2goTerminalSessionSTDOUT.
- Implement SSH agent authentication forwarding.
- Implement X2Go session profile features ,,autologin'' and
,,sshproxyautologin'' (meaning: look_for_keys and allow_agent in Python
Paramiko terms).
- Make X2goClient instance available in initial X2goSession instances.
- Allow post-initialization updating of forward_sshagent class property.
- Enable autologin and sshproxyautologin for new session profiles.
- Only monkey patch Python Paramiko based on the currently used Paramiko
version (our monkey patches have been sent upstream, so we might not
need the monkey patching for paramiko >= 1.8.0 anymore).
- Rename session type XFCE4 to XFCE (using an unversioned name).
- Avoid false positive notifications about started-by-other sessions.
- Introduce locks for session registrations.
- Wait for mounting of print and mimebox spooling share.
- Allow mixing key file, key object, key discovery and agent
authentication.
- Add progress bar support for session startup / resuming. (Fixes: #14).
- Set the session name in case a session start failed due to lack of
forwarding tunneling support in the server's SSH daemon.
- Fall back to password auth if agent auth and key discovery fail.
- Give the session window more time to appear.
- Catch rare condition in utils.find_session_window in case where
the list of window IDs is not available.
- Disable SSH agent forwarding on MS Windows platform for current
versions of Python Paramiko.
- Allow usernames containing space characters in user names (common
on MS Windows).
- Use threading.Lock to prohibit simultaneous calls of
get_published_applications() of control sessions.
- Implement some internal locking for X2goSession objects.
- Add option to disable auto-registration of pubapp sessions.
- Implement functionality for restoring mounted shares on session
resumption / re-start. Sponsored by Dick Kniep, LinDix NL.
- Catch exceptions where a user tries to resume a session that has
just been removed from the session list on the server (race
condition).
- Consolidating management of shared and unshared client-side
folders.
- Before suspending/terminating a session, make sure that the list of
shared folders is up-to-date.
- Fix password authentication in case no private RSA/DSA key for a
client user exists.
* /debian/rules:
+ Allow package build on systems with missing dh_python2.
* /debian/control:
+ Versioned depend on python-paramiko (>= 1.8.0-0~).
* /debian/pyversions:
+ Drop file as it is deprecated.
-- Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de>
Mon, 10 Dec 2012 13:01:51 +0100
PyHoca-GUI
==========
pyhoca-gui (0.2.1.1-0~x2go1) RELEASE; urgency=low
* New upstream version (0.2.1.1):
- Do not disable the session profile template when creating a session
profile from an already existing session profile. (Fixes: #90).
- Use new feature in Python X2Go 0.2.1.1 that allows the differentiation
of sessions associated to different session profiles.
-- Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de>
Tue, 18 Dec 2012 12:52:57 +0100
pyhoca-gui (0.2.1.0-0~x2go1) RELEASE; urgency=low
[ Mike Gabriel ]
* New upstream version (0.2.1.0):
- Session profile file option ,,export'': stay empty if no exports are
definded.
- Make sure RDP (X2Go-proxy) sessions stored by PyHoca-GUI get recognized
as such by X2goClient.
- Make session icon handling more robust, be more compatible with X2Go
Client about the session icon name. Rewrite mistakes pyhoca-gui
(<= 0.2.0.4) did on the icon attribute in the session profile config.
- Make DirectRDP sessions configurable through PyHoca-GUI profile manager.
- Slight change in internal message box API, rename custom_message class
option to msg.
- Add a warning message box that DirectRDP is not yet supported by
PyHoca-GUI.
- Widen session type widget to make sure all widget (also when translated)
fit in.
- Do not offer DirectRDP sessions in profile manager while connected to a
real X2Go server via SSH.
- Configure SSH proxy port in a separate session profile option
(sshproxyport).
- Make sure that SSH proxy port migration works flawlessly.
- Rework session profile manager around SSH proxy settings. Implement
session
profile options ,,sshproxysameuser'' and ,,sshproxysamepass''.
- Rebuild of i18n files, update of en.po and de.po.
- Disable ,,usesshproxy'' for DirectRDP sessions.
- Make ,,maxdim'' option configurable through session profile manager.
- Fix naming mismatch ,,autologin'' vs. ,,autoconnect''.
- Introduce profile manager tab ,,Link Quality''. Move printing into
renamed
tab ,,Resource Sharing''. Shrink profile manager window. (Fixes: #13).
- Implement SSH agent, automatic key discovery, and SSH agent
authentication
request forwarding in session profile manager.
- Add SSH agent README.
- Rename session type XFCE4 to XFCE (using an unversioned session type
name).
- Make pub app session startup more robust.
- Allow autologin and SSH key file at the same time.
- Scale profile manager differently on Windows and Linux (Windows needs
a slightly larger window).
- Profile manager: apply text field height to keyboard configuration radio
buttons.
- Disable SSH agent forwarding for Windows. Code in Python Paramiko is no
executable on MS Windows, currently.
- Use threading.Lock() to prevent from simultaneous calls of the
_init_pubapp_sessions() method.
- Implement functionality for restoring mounted shares on session
resumption / re-start. Sponsored by Dick Kniep, LinDix NL.
- Hide the file sharing submenu if the master session's submenu is
currently
disabled due to some current action and an expected session status
change.
- If the profile manager is open for a certain session profile, disable
all menu items that relate to this session profile. Re-enable the menu
items again, once the corresponding profile manager window has been
closed.
* /debian/control:
+ Maintainer change in package: X2Go Developers
<x2go-dev(a)lists.berlios.de>.
+ Add Oleksandr Shneyder to Uploaders.
+ Depend on python-x2go (>=0.2.0.11-0~).
+ Reduce python version in Build-Depends to allow build against Ubuntu
10.04.
* /debian/rules:
+ Allow package build on systems with missing dh_python2.
* /debian/pyhoca-gui.docs:
+ Install README.i18n into package.
[ Christoffer Krakou ]
* New upstream version (0.2.1.0):
- Add Danish translation.
- Add Danish translation (restoreexports feature).
[ Daniel Lindgren ]
* New upstream version (0.2.1.0):
- Update Swedish translation file.
- Add Swedish translation for NSIS installer.
- Update Swedish translation file (restoreexports).
[ Dick Kniep ]
* New upstream version (0.2.1.0):
- Update Dutch translation file.
[ Ricardo Díaz Martín ]
* New upstream version (0.2.1.0):
- Update Spanish translation file.
- Update Spanish translation file (restoreexports).
[ Nable ]
* New upstream version (0.2.1.0):
- Add Russian translation for NSIS installer.
- Fine-tune Russion translation.
[ Terje Andersen ]
* New upstream version (0.2.1.0):
- Update Bokmal (Norway) translation file.
- Update Bokmal (Norway) translation file (restoreexports).
[ Oleksandr Shneyder ]
* New upstream version (0.2.1.0):
- Add Russian translation.
- Update Russian translation.
-- Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de>
Mon, 10 Dec 2012 13:06:10 +0100
PyHoca-CLI
==========
pyhoca-cli (0.2.1.0-0~x2go1) RELEASE; urgency=low
* New upstream version (0.2.1.0):
- Add cmdline option --from-stdin that facilitates lightdm remote login
session startup.
- The option ,,password'' is not allowed for session registration.
- When finishing the application, update session status before reporting
back to the user what happened to the session.
- Remove cmdline option --time-to-wait, Python X2Go now offers a progress
status for session startup/resumption. So we query this status instead.
* /debian/control:
+ Maintainer change in package: X2Go Developers
<x2go-dev(a)lists.berlios.de>.
+ Reduce python version in Build-Depends to allow build on Ubuntu 10.04.
+ Depend on python-x2go (>= 0.2.1.0).
* /debian/rules:
+ Allow package build on systems with missing dh_python2.
* /man/man1/pyhoca-cli.1:
+ Mention keyboard auto detection switch.
+ Mention possible geometry value: maximize.
-- Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de>
Mon, 10 Dec 2012 14:51:11 +0100
--
DAS-NETZWERKTEAM
mike gabriel, dorfstr. 27, 24245 barmissen
fon: +49 (4302) 281418, fax: +49 (4302) 281419
GnuPG Key ID 0xB588399B
mail: mike.gabriel(a)das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.x…
Hi,
Sorry for cross-posting this to both i18n and Dev, but IIRC any changes
made to the wiki are to be announced on x2go-Dev too? (please correct me
if I'm wrong here)
Den 06. des. 2012 08:46, skrev Mike Gabriel:
> Hi Terje,
>
> On Do 06 Dez 2012 00:17:04 CET Terje Andersen wrote:
>
>>
>> Den 26. nov. 2012 15:12, skrev Mike Gabriel:
>>> Hi All,
>>>
>>> here you find another call for translation. This time for the
>>> server-side applet ,,x2godesktopsharing''.
>>>
>>> The project is a Qt4 project, so you have to use Qt4 linguist.
>>> Similar to translating x2goclient.
>>>
<snip>
>> Some comments:
>> * The use of different versions of "X2Go" should be fixed in the
>> original (English) to only "X2Go"
>
> and not X2GO, x2go, X2go (I did that for the Python X2Go class names,
> arggghhh...)...
>
>> * The application is called "X2Go DesktopSharing" one place, other
>> places it's different (e.g. "Desktop sharing") - it should be the
>> same everywhere (if it refers to the application).
>
> Please differentiate between the application name (X2Go
> DesktopSharing) and what it does (desktop sharing or in headlines:
> Desktop Sharing).
>
>> * Maybe the Devs could come up with a list of names/words/phrases
>> that should *not* be translated and that could be kept updated on the
>> wiki?
>
> Normally, devs are to busy for such stuff :-( (my guess). But we will
> be happy to look at proposals of such a list! To me, making the
> expressions in X2Go applications more congruent with each other will
> be a great benefit for the applications. This is fine tuning, of
> course!!! But for some people, it will make a big difference.
I have done some changes (a note tip) to the
http://wiki.x2go.org/doku.php/wiki:development:i18n page, and also
created a sub-page from that wikipage with a table list of the words or
phrases that are not to be translated to other languages. Please see if
this is satisfactory, and (everybody) please help keeping the list
updated (if it's to be kept).
Thanks,
Terje
Package: pyhoca-gui
Version: 0.2.1.1
Tags: patch
Importing all of pyhoca.wxgui in setup.py causes rpmbuild problems due to
DISPLAY not being set. It is overkill as well, causing extra dependencies to
be installed at build time. The attached patch fixes.
Something similar can be done for the other python packages as well.
--
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA, Boulder Office FAX: 303-415-9702
3380 Mitchell Lane orion(a)nwra.com
Boulder, CO 80301 http://www.nwra.com