This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository python-x2go. from f9ab897 x2go/backends/terminal/plain.py: x2gosession-resume handles xinerama support differently from x2gostartagent. Adding it as cmdline parameter No. 9. new e275a12 x2go/backends/terminal/plain.py: All command parameters need to be strings. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: x2go/backends/terminal/plain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository python-x2go. commit e275a1240dca3704ff839bb1a66a247647cb429f Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue May 15 14:58:14 2018 +0200 x2go/backends/terminal/plain.py: All command parameters need to be strings. --- x2go/backends/terminal/plain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x2go/backends/terminal/plain.py b/x2go/backends/terminal/plain.py index 563ead7..18217b1 100644 --- a/x2go/backends/terminal/plain.py +++ b/x2go/backends/terminal/plain.py @@ -1648,7 +1648,7 @@ class X2GoTerminalSession(object): self.params.kbtype, setkbd, self.params.clipboard, - self.params.xinerama, + str(self.params.xinerama), ] (stdin, stdout, stderr) = self.control_session._x2go_exec_command(cmd_line) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git