This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository python-x2go.

commit 5166f5770504e277935b4c5bf7b2008ecc95c73f
Author: Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
Date:   Tue May 15 14:52:31 2018 +0200

    x2go/backends/terminal/plain.py: Initialize cmd_line list before prepending 
env vars.
---
 x2go/backends/terminal/plain.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x2go/backends/terminal/plain.py b/x2go/backends/terminal/plain.py
index b710cc5..4f7b29a 100644
--- a/x2go/backends/terminal/plain.py
+++ b/x2go/backends/terminal/plain.py
@@ -1640,6 +1640,7 @@ class X2GoTerminalSession(object):
                 self.logger('failed to detect best maxmimized geometry of your 
client-side desktop, using 1024x768 instead', loglevel=log.loglevel_WARN)
                 self.params.geometry = "1024x768"
 
+        cmd_line = []
         if self.params.xinerama:
             cmd_line = ['X2GO_XINERAMA=true'] + cmd_line
         else:

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on 
/srv/git/code.x2go.org/python-x2go.git
_______________________________________________
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

Reply via email to