This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goserver. commit a8b6e149c34d7de43aa5d50299851d7749548b3b Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Nov 22 09:43:47 2018 +0100 x2goserver-x2goagent/etc/x2goagent.options: re-enable BIG-REQUESTS; newer nx-libs versions (3.5.99.17+) should handle this much better. Fixes: #1325. Fixes: #1321. --- debian/changelog | 3 +++ x2goserver-x2goagent/etc/x2goagent.options | 10 +++++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index bc9e1d6..c1c3fa4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -72,6 +72,9 @@ x2goserver (4.1.0.3-0x2go1) UNRELEASED; urgency=medium - x2goserver/bin/x2goversion: more curly braces, quotes etc. - x2goserver/bin/x2gostartagent: use single quotes instead of double quotes for literal strings. + - x2goserver-x2goagent/etc/x2goagent.options: re-enable BIG-REQUESTS; + newer nx-libs versions (3.5.99.17+) should handle this much better. + Fixes: #1325. Fixes: #1321. * x2goserver.spec: + Pull in openSUSE-release manually on OpenSuSE Tumbleweed to work around a bug. diff --git a/x2goserver-x2goagent/etc/x2goagent.options b/x2goserver-x2goagent/etc/x2goagent.options index b7828b1..d2b4b01 100644 --- a/x2goserver-x2goagent/etc/x2goagent.options +++ b/x2goserver-x2goagent/etc/x2goagent.options @@ -30,9 +30,13 @@ X2GO_NXAGENT_DEFAULT_OPTIONS+=" -nolisten tcp" # If this option stays commented out, clients can choose the sessions' clipboard behaviour... #X2GO_NXAGENT_DEFAULT_OPTIONS+=" -clipboard both" -# Disable BIG-REQUESTS, nx-libs does not implement this extension correctly. -# Leads to all sorts of weird crashes if left enabled. -X2GO_NXAGENT_DEFAULT_OPTIONS+=" -extension BIG-REQUESTS" +# BIG-REQUESTS can be problematic. Older versions of nx-libs did not implement +# this extension correctly, leading to all sorts of weird crashes if left +# enabled. +# Newer versions should handle this extension much better, but if you see +# crashes related to BIG-REQUESTS, uncomment this line to disable the +# extension. +#X2GO_NXAGENT_DEFAULT_OPTIONS+=" -extension BIG-REQUESTS" # Extra nxagent nx/nx options, separated by commas. For example: sleep=0 X2GO_NXOPTIONS="" -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git