The branch, master has been updated via d71817b8ec2e482fa41d2bd5fb5a6e5c5c7f66f5 (commit) from cb51eaa57a9f7fa5a7e44c16de8669a66efbbf32 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d71817b8ec2e482fa41d2bd5fb5a6e5c5c7f66f5 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Sep 29 20:51:53 2012 +0200 Fix category ,,Utility'' when parsing .desktop files. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 1 + x2go/backends/control/_stdout.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 95a09a4..2f8b04c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ python-x2go (0.2.0.11-0~x2go1) UNRELEASED; urgency=low - Fixing typos in __doc__ strings. - Add support for starting maximized session windows. Closes upstream issue #12. + - Fix category ,,Utility'' when parsing .desktop files. * /debian/rules: + Allow package build on systems with missing dh_python2. diff --git a/x2go/backends/control/_stdout.py b/x2go/backends/control/_stdout.py index 18458bd..7e8259b 100644 --- a/x2go/backends/control/_stdout.py +++ b/x2go/backends/control/_stdout.py @@ -1085,7 +1085,7 @@ class X2goControlSessionSTDOUT(paramiko.SSHClient): continue elif 'System' in line: _menu_entry_cat = 'System' - elif 'Utilities' in line: + elif 'Utility' in line: _menu_entry_cat = 'Utilities' else: _menu_entry_cat = 'Other Applications' hooks/post-receive -- python-x2go.git (Python X2Go Client API) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "python-x2go.git" (Python X2Go Client API).