Unfortunately we got a regression in ThinLinc 4.11.0 where it is no longer possible to disable the clipboard by specifying "-SendCutText=0". Upstream report: https://github.com/TigerVNC/tigervnc/issues/1072
Tested build containing the fix on RHEL8 server. Tested disabling text into the server with the xserver args "-AcceptCutText=0" and out with "-SendCutText=0". +------------+---+ |Disable in | | |Ok out | ✔ | +------------+---+ |Ok in | | |Disable out | ✔ | +------------+---+ |Disable in | | |Disable out | ✔ | +------------+---+
Tested the fix on Ubuntu 20.04 with server nightly build 6721 and client build 6682. Everything works as expected, and the release notes look good. +------------+---+ |Ok in | | |Ok out | ✔ | +------------+---+ |Disable in | | |Ok out | ✔ | +------------+---+ |Ok in | | |Disable out | ✔ | +------------+---+ |Disable in | | |Disable out | ✔ | +------------+---+