[X2Go-Commits] python-x2go.git - twofactorauth (branch) updated: 3f31de122ce70499ee4e3cce1b2945a6b2e8cebf

X2Go dev team git-admin at x2go.org
Sat Sep 14 15:55:52 CEST 2013


The branch, twofactorauth has been updated
       via  3f31de122ce70499ee4e3cce1b2945a6b2e8cebf (commit)
      from  290a45ae301a86fcb0345ff0300dee7a82e8c64f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 x2go/xserver.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

The diff of changes is:
diff --git a/x2go/xserver.py b/x2go/xserver.py
index bd31aa3..6b59c5c 100644
--- a/x2go/xserver.py
+++ b/x2go/xserver.py
@@ -177,7 +177,7 @@ class X2goXServer(threading.Thread):
         self.xserver_config = xserver_config
         if self.xserver_config.has_key('display'):
             self.logger('settings DISPLAY environment variable to %s' % self.xserver_config['display'], loglevel=log.loglevel_NOTICE)
-            os.environ.update({'DISPLAY': self.xserver_config['display']})
+            os.environ.update({'DISPLAY': str(self.xserver_config['display'])})
         threading.Thread.__init__(self)
         self.daemon = True
         self.start()


hooks/post-receive
-- 
python-x2go.git (Python X2Go Client API)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "python-x2go.git" (Python X2Go Client API).




More information about the x2go-commits mailing list