From cbb6ce902f4a8daed1a855206c7e7521c10319f6 Mon Sep 17 00:00:00 2001 From: Joanna Rutkowska Date: Sun, 30 Dec 2012 12:01:33 +0000 Subject: [PATCH] CopyPaste changed Added link to discussion on why only simple plaintext is supported for inter-vm clipboard --- CopyPaste.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CopyPaste.md b/CopyPaste.md index b79d80be..a3584081 100644 --- a/CopyPaste.md +++ b/CopyPaste.md @@ -18,6 +18,8 @@ Note that the global clipboard will be cleared after step \#3, to prevent accide This 4-step process might look complex, but after some little practice it really is very easy and fast. At the same time it provides the user with full control over who has access to the clipboard. +Note that only simple plain text copy/paste is supported between AppVMs. This is discussed in a bit more detail in [​this message](https://groups.google.com/group/qubes-devel/msg/57fe6695eb8ec8cd). + On Copy/Paste Security ----------------------