This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository python-x2go. commit 022fc5d80f86c1d8c1710c6ebf021fc2a21ee68d Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Sep 18 21:09:54 2018 +0200 Support resuming of rootless or published applications sessions. --- x2go/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x2go/client.py b/x2go/client.py index 7d87c5d..6c3c76a 100644 --- a/x2go/client.py +++ b/x2go/client.py @@ -2662,7 +2662,7 @@ class X2GoClient(object): if with_command: _filtered_session_list = copy.deepcopy(_session_list) for _session in list(_session_list.keys()): - if not re.match('.*_stD{cmd}_dp.*'.format(cmd=with_command), _session): + if not re.match('.*_st(D|R|P){cmd}_dp.*'.format(cmd=with_command), _session): del _filtered_session_list[_session] _session_list = _filtered_session_list -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git