[X2Go-Commits] x2goserver.git - build-main (branch) updated: 4.0.0.1-10-g219e465
X2Go dev team
git-admin at x2go.org
Wed Dec 4 06:18:30 CET 2013
The branch, build-main has been updated
via 219e46526ad576e5d2866ef93d67a7aba8dd0c3a (commit)
from 44e6743519e92ca1c1520032f2c0b13d81780956 (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 | 5 +++++
x2goserver/etc/x2goagent.options | 4 +++-
2 files changed, 8 insertions(+), 1 deletion(-)
The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 654403a..ff7e280 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,11 @@ x2goserver (4.0.0.2-0~x2go1) UNRELEASED; urgency=low
* New upstream version (4.0.0.2):
- Use x2gopath in Perl scripts to set the lib path. (Fixes: #103).
+ [ Mike Gabriel ]
+ * New upstream version (4.0.0.2):
+ - As LP issue #985202 has been fixed, we revert back to keeping the XFIXES
+ extension enabled by default.
+
-- Mike Gabriel <mike.gabriel at das-netzwerkteam.de> Mon, 25 Mar 2013 22:34:11 +0100
x2goserver (4.0.0.1-0~x2go1) unstable; urgency=low
diff --git a/x2goserver/etc/x2goagent.options b/x2goserver/etc/x2goagent.options
index afe12f9..bc6c510 100644
--- a/x2goserver/etc/x2goagent.options
+++ b/x2goserver/etc/x2goagent.options
@@ -7,7 +7,9 @@ X2GO_NXAGENT_DEFAULT_OPTIONS=""
# Disable XFIXES.
# Workaround for https://bugs.launchpad.net/ubuntu/+source/libxfixes/+bug/985202
#
-X2GO_NXAGENT_DEFAULT_OPTIONS+=" -extension XFIXES"
+# As LP issue #985202 has been fixed, we revert back to keeping the XFIXES extension
+# enabled by default.
+#X2GO_NXAGENT_DEFAULT_OPTIONS+=" -extension XFIXES"
# Disable GLX, the old mesa version is hopelessly outdated anyways.
# Unbreaks the gnome3 control center
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