Document problems/workaround with clipboard support in TigerVNC 1.8.0.
This commit is contained in:
parent
288dcc812b
commit
12a8dc25dd
@ -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.
|
||||
|
@ -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 <bojan@rexurive.com> - 1:0.9.2-12
|
||||
- Document problems/workaround with clipboard support in TigerVNC 1.8.0
|
||||
|
||||
* Thu May 18 2017 Bojan Smojver <bojan@rexurive.com> - 1:0.9.2-11
|
||||
- Add a patch that allows equal signs in ini file values
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user