This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goserver. from 80e838f Allow setting nxagent nx/nx options on the server via x2goagent.options new c89f5da debian/changelog: fixup. new cfb097a x2goserver/bin/x2gostartagent: use single quotes instead of double quotes for literal strings. new a8b6e14 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. The 3 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 | 10 ++++++++-- x2goserver-x2goagent/etc/x2goagent.options | 10 +++++++--- x2goserver/bin/x2gostartagent | 2 +- 3 files changed, 16 insertions(+), 6 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goserver. commit c89f5da03268a73f41f6a90ea9567c657624145a Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Nov 22 09:04:21 2018 +0100 debian/changelog: fixup. --- debian/changelog | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9c2ce9a..82f2793 100644 --- a/debian/changelog +++ b/debian/changelog @@ -88,8 +88,9 @@ x2goserver (4.1.0.3-0x2go1) UNRELEASED; urgency=medium [ Orion Poplawski ] * New upstream version (4.1.0.3): - - Allow setting nxagent nx/nx options on the server via x2goagent.options. - (Fixes: #1322). + - x2goserver{/bin/x2gostartagent,-x2goagent/etc/x2goagent.options}: allow + setting nxagent nx/nx options on the server via x2goagent.options. + Fixes: #1322. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 14 Aug 2018 16:41:40 +0200 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goserver. commit cfb097a32f3fd6b3d54012056fecf3746fe6fca5 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Nov 22 09:06:36 2018 +0100 x2goserver/bin/x2gostartagent: use single quotes instead of double quotes for literal strings. --- debian/changelog | 2 ++ x2goserver/bin/x2gostartagent | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 82f2793..bc9e1d6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -70,6 +70,8 @@ x2goserver (4.1.0.3-0x2go1) UNRELEASED; urgency=medium -E". - x2goserver/bin/x2goversion: replace historical "egrep" with "grep -E". - x2goserver/bin/x2goversion: more curly braces, quotes etc. + - x2goserver/bin/x2gostartagent: use single quotes instead of double + quotes for literal strings. * x2goserver.spec: + Pull in openSUSE-release manually on OpenSuSE Tumbleweed to work around a bug. diff --git a/x2goserver/bin/x2gostartagent b/x2goserver/bin/x2gostartagent index af1e2c4..306bf44 100755 --- a/x2goserver/bin/x2gostartagent +++ b/x2goserver/bin/x2gostartagent @@ -404,7 +404,7 @@ typeset xinerama_option='1' typeset kbtype_option="${X2GO_KBD_TYPE}" if [[ "${X2GO_SET_KBD}" = '0' ]] || [[ "${X2GO_KBD_TYPE}" = 'auto' ]]; then - kbtype_option="null/null" + kbtype_option='null/null' fi # Ensure X2GO_NXOPTIONS ends with a , if needed -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
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