This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository nx-libs. from 71511a7 nx-libs.spec: fix SHLIBSGLOBALSFLAGS => SHLIBGLOBALSFLAGS typo spotted by Orion Poplawski. new 6d70b9e debian/x2goagent.options: reenable XFIXES extension. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 3 +++ debian/x2goagent.options | 5 ----- 2 files changed, 3 insertions(+), 5 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository nx-libs. commit 6d70b9e3c47f27a166f4aacb522c5c1e49092dd9 Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Dec 13 03:31:06 2017 +0100 debian/x2goagent.options: reenable XFIXES extension. The initial problem that required this workaround has been fixed a long time ago. --- debian/changelog | 3 +++ debian/x2goagent.options | 5 ----- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index ce09b9f..c604738 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,9 @@ nx-libs (2:3.5.0.34-0x2go1) UNRELEASED; urgency=medium * nx-libs.spec: - Fix SHLIBSGLOBALSFLAGS => SHLIBGLOBALSFLAGS typo spotted by Orion Poplawski. + * debian/: + - x2goagent.options: reenable XFIXES extension. The initial problem that + required this workaround has been fixed a long time ago. -- X2Go Release Manager <git-admin@x2go.org> Wed, 08 Nov 2017 11:18:57 +0100 diff --git a/debian/x2goagent.options b/debian/x2goagent.options index de4735d..bd19c41 100644 --- a/debian/x2goagent.options +++ b/debian/x2goagent.options @@ -11,11 +11,6 @@ X2GO_NXAGENT_DEFAULT_OPTIONS="" -# Disable XFIXES. -# Workaround for https://bugs.launchpad.net/ubuntu/+source/libxfixes/+bug/985202 -# -X2GO_NXAGENT_DEFAULT_OPTIONS+=" -extension XFIXES" - # Uncomment to disable GLX, the old mesa version is hopelessly outdated anyways. # Unbreaks the gnome3 control center # -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git