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