[X2Go-Commits] python-x2go.git - brokerclient (branch) updated: 0.1.1.4-226-ge03f3f4

X2Go dev team git-admin at x2go.org
Tue Jan 7 16:21:11 CET 2014


The branch, brokerclient has been updated
       via  e03f3f438f36ef87dfd5d793ccd8461b610b0459 (commit)
      from  7397c54e66e848a9a5803068ca024e989982bb92 (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:
 debian/changelog       |    1 +
 x2go/mimeboxactions.py |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 2daca74..f927ece 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -118,6 +118,7 @@ python-x2go (0.1.2.0-0~x2go1) UNRELEASED; urgency=low
     - Fix SSHException usage.
     - Make sure path names in X2goPrintActions and X2goMIMEboxActions get
       transformed to OS-specific path names.
+    - Not using gevent to spawn MIME box default applications.
   * Depend on python-xlib.
 
  -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Sat, 28 Sep 2012 01:44:21 +0100
diff --git a/x2go/mimeboxactions.py b/x2go/mimeboxactions.py
index 676b321..48a3b4f 100644
--- a/x2go/mimeboxactions.py
+++ b/x2go/mimeboxactions.py
@@ -121,7 +121,7 @@ class X2goMIMEboxAction(object):
         mimebox_file = os.path.normpath(mimebox_file)
         mimebox_dir = os.path.normpath(mimebox_dir)
 
-        gevent.spawn(self._do_process, mimebox_file, mimebox_dir, )
+        self._do_process(mimebox_file, mimebox_dir)
 
 
 class X2goMIMEboxActionOPEN(X2goMIMEboxAction):


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