Feb 27, 2021, 14:16 by [email protected]: > I'm trying to figure out how to open applications in VMs from dom0 using > qvm-run, and how to do so without blocking the terminal in dom0. > > For example: > ``` > $ qvm-run anon "torbrowser qubes-os.org" > Running 'torbrowser qubes-os.org' on anon > > ``` > > The above command sucessfully launches Tor Browser in the `anon` VM, but I > can't run another command in the same dom0 terminal window until Tor Browser > (in the VM) finishes (exits). > > Alternately I can do something like > ``` > $ qvm-run anon "gnome-terminal -- torbrowser qubes-os.org" > ``` > but that leaves a terminal window running in the `anon` VM. > > Try:
$ qvm-run --service anon qubes.StartApp+janondisttorbrowser $ qvm-run --service untrusted qubes.StartApp+firefox $ qvm-run --service personal qubes.StartApp+thunderbird -- You received this message because you are subscribed to the Google Groups "qubes-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qubes-users/MUe0b60--3-2%40tutanota.com.
