This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goserver. from 92722bf Silently timeout in x2golistdesktops if calls to x2golistsessions and/or xwininfo don't produce output within one second. (Fixes: #543). new 329300b Improve the comments in x2goagent.options 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: x2goserver/etc/x2goagent.options | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) -- Alioth's /srv/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 329300b458a1542e9a7d976b3ae2d38e28a625c1 Author: Mike DePaulo <mikedep333@gmail.com> Date: Sun Jul 20 09:55:26 2014 -0400 Improve the comments in x2goagent.options --- x2goserver/etc/x2goagent.options | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/x2goserver/etc/x2goagent.options b/x2goserver/etc/x2goagent.options index 32005ff..de4735d 100644 --- a/x2goserver/etc/x2goagent.options +++ b/x2goserver/etc/x2goagent.options @@ -1,6 +1,13 @@ # -# This file can be used to specify default options that are passed to nxagent +# This file can be used to specify default options that are passed to nxagent. +# # These options can be overriden by the client! +# +# See the output of `nxagent -help` for the full list of options. +# +# Remember: +# "-extension" disables an extension. +# "+extension" enables an extension. X2GO_NXAGENT_DEFAULT_OPTIONS="" @@ -9,7 +16,7 @@ X2GO_NXAGENT_DEFAULT_OPTIONS="" # X2GO_NXAGENT_DEFAULT_OPTIONS+=" -extension XFIXES" -# Disable GLX, the old mesa version is hopelessly outdated anyways. +# Uncomment to disable GLX, the old mesa version is hopelessly outdated anyways. # Unbreaks the gnome3 control center # #X2GO_NXAGENT_DEFAULT_OPTIONS+=" -extension GLX" -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git