tag #500 pending fixed #500 0.5.0.0 thanks Hello, X2Go issue #500 (src:python-x2go) reported by you has been fixed in X2Go Git. You can see the changelog below, and you can check the diff of the fix at: http://code.x2go.org/gitweb?p=python-x2go.git;a=commitdiff;h=7cb2ca7 The issue will most likely be fixed in src:python-x2go (0.5.0.0). light+love X2Go Git Admin (on behalf of the sender of this mail) --- commit 7cb2ca7325a2d46142d6a0e380ad89f164792307 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Sep 10 12:04:15 2014 +0200 Handle duplicate profile names gracefully (i.e. append a " (1)", " (2)", ... to the session profile name). (Fixes: #500). diff --git a/debian/changelog b/debian/changelog index e437449..c8be003 100644 --- a/debian/changelog +++ b/debian/changelog @@ -90,6 +90,8 @@ python-x2go (0.5.0.0-0x2go1) UNRELEASED; urgency=low - Clean up terminal sessions properly when the clean_sessions() method of the control session has got called. - Don't use compression on TeKi sshfs mounts. + - Handle duplicate profile names gracefully (i.e. append a " (1)", + " (2)", ... to the session profile name). (Fixes: #500). * debian/control: + Add dependencies: python-requests, python-simplejson. * python-x2go.spec: