Installing screen-recorder in Dom0

43 views
Skip to first unread message

corp...@gmail.com

unread,
Oct 30, 2017, 9:49:35 AM10/30/17
to qubes-users
Hi,

I am aware of the security risks, but I need to be able to do screen recordings of my work in Qubes OS. And as I understand it, the recorder needs to run out of Dom 0.

I have tried to use the following command to copy the installation files from an AppVM to Dom0:

qvm-run --pass-io personal '/home/user/Downloads/kazam.tar.gz' > /home/myuser/Downloads/kazam.tar.gz

I get this error:

sh: 1: /home/user/Downloads/kazam.tar.gz: Permission Denied


I have Googled for hours, but I have not found anything that can help me with this problem.

Any help would be very much appreciated :)

Thanks

Ilpo Järvinen

unread,
Oct 30, 2017, 9:55:16 AM10/30/17
to corp...@gmail.com, qubes-users
On Mon, 30 Oct 2017, corp...@gmail.com wrote:

> I am aware of the security risks, but I need to be able to do screen recordings of my work in Qubes OS. And as I understand it, the recorder needs to run out of Dom 0.
>
> I have tried to use the following command to copy the installation files from an AppVM to Dom0:
>
> qvm-run --pass-io personal '/home/user/Downloads/kazam.tar.gz' > /home/myuser/Downloads/kazam.tar.gz

cat is missing:

qvm-run --pass-io personal 'cat /home/user/Downloads/kazam.tar.gz' > ...


--
i.

corp...@gmail.com

unread,
Oct 30, 2017, 10:18:32 AM10/30/17
to qubes-users
mandag 30. oktober 2017 14.55.16 UTC+1 skrev Ilpo Järvinen følgende:
Ah, I must be going blind... Thank you!
Reply all
Reply to author
Forward
0 new messages