On Tue, March 20, 2018 7:01 pm, Bill Wether wrote: > Hi, all, > > > In 3.2's dom0, typing > > > qvm-run -a work konsole > > returns as soon as the VM has started up and the command has been issued. > > > In R4, though, the Dom0 terminal just gets stuck--I can get it back with > ctl-C, but that's pretty inelegant. I can use setsid, but that just > disguises the problem since all those bash sessions are still there. > > Was this a design choice, is it a bug, or (as so often) pilot error?
Design choice. Try appending a " &" after the command string. -- 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 post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qubes-users/38c7fc39be028afde17b951f73c60838.squirrel%40tt3j2x4k5ycaa5zt.onion. For more options, visit https://groups.google.com/d/optout.
