[X2Go-Commits] [python-x2go] 01/01: x2go/backends/terminal/plain.py: Initialize cmd_line list before prepending env vars.

git-admin at x2go.org git-admin at x2go.org
Tue May 15 14:52:36 CEST 2018


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.gabriel at 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


More information about the x2go-commits mailing list