I have checked all of the suggestions above and everything is all accounted for and present. I have /usr/bin in $PATH
I am executing this in Dom0 terminal as such: qvm-copy-to-personal /home/user/Pictures/Screenshot_xxx.png
and the result I am getting is bash: qvm-copy-to-personal: command not found.
I am sure I am doing something wrong here. I might just be off a letter or something.
You could always alias ‘qvm-copy-to-vm personal’ to ‘qvm-copy-to-personal’ so you can make this mistake with impunity in the future. In fact, if you copy to that particular vm often, you may find it a timesaver.
@parulin In my first post, I copied the syntax from the Qubes OS documentation, but I assumed that "vm" should be replaced with the VM’s actual name, similar to what @SteveC showed, changing
qvm-copy-to-vm personal
to qvm-copy-to-personal.
In the past, I had always included the -vm in the command but in haste, I made that mistake.
@SteveC To create the alias, should I add the following line to my ~/.bashrc file in dom0?
alias qvm-copy-to-personal='qvm-copy-to-vm personal'
I can’t be positive you got the syntax absolutely right, but yes that’s what I would do if I wanted that alias. (I have similar aliases for copying things FROM a very specific qube (that’s almost as isolated as Vault) that holds config files for my installation.)