This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch release/4.0.1.x in repository x2goserver. commit c737a7d59eec8bcea30dcfa8cc97a66d885fcd1e Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Nov 2 07:25:13 2017 +0100 x2goserver/etc/x2goagent.options: remove file, moved to x2goagent. --- debian/changelog | 1 + x2goserver/etc/x2goagent.options | 36 ------------------------------------ 2 files changed, 1 insertion(+), 36 deletions(-) diff --git a/debian/changelog b/debian/changelog index 16ff389..2d964af 100644 --- a/debian/changelog +++ b/debian/changelog @@ -61,6 +61,7 @@ x2goserver (4.0.1.21-0x2go1) UNRELEASED; urgency=medium - x2goserver/{bin/x2go{runcommand,suspend-session}, sbin/x2gocleansessions}: remove hopefully redundant HOSTNAME export commands. + - x2goserver/etc/x2goagent.options: remove file, moved to x2goagent. * x2goserver.spec: - Add mandatory perl-generators Build-Requires as per https://fedoraproject.org/wiki/Changes/Build_Root_Without_Perl diff --git a/x2goserver/etc/x2goagent.options b/x2goserver/etc/x2goagent.options deleted file mode 100644 index de4735d..0000000 --- a/x2goserver/etc/x2goagent.options +++ /dev/null @@ -1,36 +0,0 @@ -# -# 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="" - -# 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 -# -#X2GO_NXAGENT_DEFAULT_OPTIONS+=" -extension GLX" - -# Launch X2Go's X-server x2goagent with option "-nolisten tcp". -# -# This is the default setting and the X2Go developers really recommend not to -# touch this. However, if you play with this (i.e. if you comment it out) you -# should really know what you are doing. -# -# For everyone else: don't touch the line below!!! -X2GO_NXAGENT_DEFAULT_OPTIONS+=" -nolisten tcp" - -# Enforce clipboard behaviour in X2Go sessions globally (for all connecting clients) -# Possible values for the -clipboard option: both, server, client, none -# If this option stays commented out, clients can choose the sessions' clipboard behaviour... -#X2GO_NXAGENT_DEFAULT_OPTIONS+=" -clipboard both" -- Alioth's /srv/git/code.x2go.org/x2goserver.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git