Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nx-libs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dimbor
nx-libs
Commits
ae590fe4
Commit
ae590fe4
authored
Jun 30, 2016
by
Mihai Moldovan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
debian/: add x2goagent.options file for compatibility with x2goserver nightly.
parent
7bdc7ef2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
38 additions
and
0 deletions
+38
-0
changelog
debian/changelog
+2
-0
x2goagent.options
debian/x2goagent.options
+36
-0
No files found.
debian/changelog
View file @
ae590fe4
...
...
@@ -8,6 +8,8 @@ nx-libs (2:3.5.0.33-0x2go1) UNRELEASED; urgency=low
* nx-libs.spec:
- Add xkeyboard-config to nxagent's Requires. Should be a weak dependency,
but RPM doesn't support that too well yet.
* debian/:
- Add x2goagent.options file for compatibility with x2goserver nightly.
[ Mike Gabriel ]
* debian/libxinerama1.postinst.in:
...
...
debian/x2goagent.options
0 → 100644
View file @
ae590fe4
#
# 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"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment