From bcaaa173d7edabc468f1246c4d9247bf1772c8df Mon Sep 17 00:00:00 2001 From: Rusty Bird Date: Mon, 4 Aug 2025 12:32:54 +0000 Subject: [PATCH] How to use disposables: qvm-run -> qvm-run-vm https://forum.qubes-os.org/t/how-to-make-qvm-run-available-in-debian-templates/35252/3 --- user/how-to-guides/how-to-use-disposables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/how-to-guides/how-to-use-disposables.md b/user/how-to-guides/how-to-use-disposables.md index ffd80402..66d166f8 100644 --- a/user/how-to-guides/how-to-use-disposables.md +++ b/user/how-to-guides/how-to-use-disposables.md @@ -137,7 +137,7 @@ This will _not_ override the internal handling of PDF documents in Web browsers. Sometimes it can be useful to start an arbitrary program in a disposable. The disposable will stay running so long as the process which started the disposable has not exited. Some applications, such as GNOME Terminal, do not wait for the application to close before the process exits (details [here](https://github.com/QubesOS/qubes-issues/issues/2581#issuecomment-272664009)). Starting an arbitrary program can be done from an app qube by running ~~~ -[user@vault ~]$ qvm-run '@dispvm' xterm +[user@vault ~]$ qvm-run-vm '@dispvm' xterm ~~~ The created disposable can be accessed via other tools (such as `qvm-copy-to-vm`) using its `disp####` name as shown in the Qubes Manager or `qvm-ls`.