hi,
how can i copy a command text from my appvm to xterm, or from xterm to an appvm
I searched I did not find, and the other way to do copy it will work ctrl+alt+c ctrl+alt+v ctlr+v, but it does not work with xterm
thank you
Many problems that people have in Qubes are actually not Qubes specific.
This is one of those.
You can find many guides online to copying text from xterm, and those
should help you.
One way to do this is to put this line in to ~/.Xdefaults (create
that file if it doesn’t exist):
Xterm*selectToClipboard:true
If you put this in to /etc/skel/.Xdefaults in the template, then any new
qubes you create will pick up that setting.
Or add this to /etc/X11/app-defaults/XTerm
in the template:
*selectToClipboard:true
These allow you to highlight text to copy it to the clipboard, and then
use Ctrl+Shift+C as usual.
To paste, you can use Ctrl+Shift+V to pass the text to the target qube,
and then middle click to paste in to the xterm window…
thank you
posted this by accident. Sorry