From 12a8dc25dd6df49335eb643c55e18abdb084b4d5 Mon Sep 17 00:00:00 2001 From: Bojan Smojver Date: Thu, 18 May 2017 15:37:54 +1000 Subject: [PATCH] Document problems/workaround with clipboard support in TigerVNC 1.8.0. --- README.Fedora | 14 ++++++++++++++ xrdp.spec | 5 ++++- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/README.Fedora b/README.Fedora index f7d2610..8da3687 100644 --- a/README.Fedora +++ b/README.Fedora @@ -39,3 +39,17 @@ WARNING: The policy module contains a rule that permits unconfined_service_t processes to transition into unconfined_t. If xrdp is not the only service that runs as unconfined_service_t on your system, this policy will allow any other such service to transition as well. + +TigerVNC >= 1.8.0 +================= + +TigerVNC 1.8.0 enables clipboard support by default (i.e. no need to run +vncconfig), which may cause disconnections in xrdp. To avoid the issue, these +can be added to [Xvnc] stanza in /etc/xrdp/sesman.ini: + +param=-AcceptCutText=0 +param=-SendCutText=0 +param=-SendPrimary=0 +param=-SetPrimary=0 + +Of course, cut and paste support will not work with these set. diff --git a/xrdp.spec b/xrdp.spec index 3b8f45d..a839f08 100644 --- a/xrdp.spec +++ b/xrdp.spec @@ -7,7 +7,7 @@ Summary: Open source remote desktop protocol (RDP) server Name: xrdp Epoch: 1 Version: 0.9.2 -Release: 11%{?dist} +Release: 12%{?dist} License: ASL 2.0 Group: Applications/Internet URL: http://www.xrdp.org/ @@ -257,6 +257,9 @@ fi %{_datadir}/selinux/*/%{name}.pp %changelog +* Thu May 18 2017 Bojan Smojver - 1:0.9.2-12 +- Document problems/workaround with clipboard support in TigerVNC 1.8.0 + * Thu May 18 2017 Bojan Smojver - 1:0.9.2-11 - Add a patch that allows equal signs in ini file values