On 8/24/22 2:31 PM, Franz wrote: > Hello, > the following command is intended to run an application in a new DVM: > > qvm-run --dispvm=debian-11-dvm --service qubes.StartApp+<app name> > > If in place of <app name> I put firefox-esr or brave-browser it works, the > new DVM is opened and the application works as expected. > > But if in place of <app name> I put firefox, nautilus, thunar, > gnome-terminal, xterm the DVM starts, but immediately after closes with > error: > command failed with code:1 > > Any idea to solve it or is it just a bug? > > > > firefox-esr and brave-browser work, but firefox, nautilus, thunar, > gnome-terminal, xterm do not >
You might be missing .desktop files or something for the ones that aren't working. That seems to be a common problem. I prefer the simplicity and reliability of this type of command: qvm-run --dispvm=debian-11-dvm <app_command> E.g.: qvm-run --dispvm=debian-11-dvm nautilus -- 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/1d7b3b68-bf08-c9fb-ecc2-6cb9ba9034af%40qubes-os.org.
