[X2go-Commits] x2goserver.git - master (branch) updated: 3.0.99.9-12-ga591dd3

X2go dev team git-admin at x2go.org
Sun Jan 29 00:31:56 CET 2012


The branch, master has been updated
       via  a591dd31b532c0fdc98cd051931ac4132ad7b40c (commit)
      from  531e572fb2092a8a22078876bea91bfa68ba2a5f (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 -----------------------------------------------------------------
commit a591dd31b532c0fdc98cd051931ac4132ad7b40c
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sun Jan 29 00:31:50 2012 +0100

    Disable rastering in >= KDE4.8 and Qt4.8.

-----------------------------------------------------------------------

Summary of changes:
 debian/changelog              |    1 +
 x2goserver/bin/x2goruncommand |    3 +++
 2 files changed, 4 insertions(+), 0 deletions(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index e98c271..a218c6f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ x2goserver (3.0.99.10-0~x2go1) UNRELEASED; urgency=low
   * New upstream version (3.0.99.10):
     - Replace all string ,,X2Go.' with ,,X2Go''.
     - Use $(MAKE) -C <subdir> calls to run Makefiles in subfolders.
+    - Disable rastering in >= KDE4.8 and Qt4.8.
   * x2goserver.postinst script leaves the DB file alone if
     a DB backend different from SQLite is configured. Thanks
     to Jochen Schulz for bringing this into awareness.
diff --git a/x2goserver/bin/x2goruncommand b/x2goserver/bin/x2goruncommand
index a16b553..451ee59 100755
--- a/x2goserver/bin/x2goruncommand
+++ b/x2goserver/bin/x2goruncommand
@@ -46,6 +46,9 @@ export NX_XINERAMA_CONF
 # make Kerberos's ticket cache known inside the X2Go session
 test -n $KRB5CCNAME && export KRB5CCNAME
 
+# disable rastering in >= KDE4.8 and Qt4.8
+export QT_GRAPHICSSYSTEM=native
+
 IMEXIT="false"
 
 NX_XINERAMA_LIBS=/usr/lib/nx/X11/Xinerama


hooks/post-receive
-- 
x2goserver.git (X2Go Server)

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 "x2goserver.git" (X2Go Server).




More information about the x2go-commits mailing list