This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from 2b70cfc sshmasterconnection.cpp: don't fetch invalid proxy socket. Fixes: #1000. new 7756309 Fix VCXSRV parameter to disable PRIMARY clipboard in X2Go Client for Windows. 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: debian/changelog | 1 + src/onmainwindow.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) -- Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit 7756309cb321ede5eda95867bfbc160c5e95d9a6 Author: Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> Date: Wed Feb 24 15:25:48 2016 +0100 Fix VCXSRV parameter to disable PRIMARY clipboard in X2Go Client for Windows. --- debian/changelog | 1 + src/onmainwindow.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b680248..77c67db 100644 --- a/debian/changelog +++ b/debian/changelog @@ -74,6 +74,7 @@ x2goclient (4.0.5.1-0x2go1) UNRELEASED; urgency=low - Disable settings editing if a directory with central settings is exists. - Format long names on session buttons. - Central settings for Linux, Mac and Windows. + - Fix VCXSRV parameter to disable PRIMARY clipboard in X2Go Client for Windows. [ Mike Gabriel ] * New upstream release (4.0.5.1): diff --git a/src/onmainwindow.cpp b/src/onmainwindow.cpp index 3c90ba5..0f3d181 100644 --- a/src/onmainwindow.cpp +++ b/src/onmainwindow.cpp @@ -10163,7 +10163,7 @@ void ONMainWindow::xorgSettings() QString primClip; if(st.setting()->value("noprimaryclip",false).toBool() && internalX==VCXSRV) - primClip=" -noclipboardprimary"; + primClip=" -noprimary"; if (useInternalX) { -- Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git