On 02/16/15 11:10,
kerste...@gmail.com wrote:
> Merci, so I must save the screenshot at first under Dom0 and than type the coding in the Dom0-console:
Yes.
> qvm-run --pass -io Dom0 'cat /path/to_in_Dom0 > /path/to/file_name_in_work
no, You need this one in case of dom0-> any VM direction:
cat /path/to/file_in_dom0 | qvm-run --pass-io <dst_domain> 'cat >
/path/to/file_name_in_appvm'
> Can I also use in some way the button in the screenshot app, send to... domain work? This would be much more handy.
For this one have to modify the screenshot saving application code to be
able to use it as a save button. - I guess nobody did it.
I usually just copy the screenshots one-by one - or tar/gzip the whole
directory and moving the archive to the appvm...
--
Zrubi