From 9c9ac43e564b92058596e8ea1a0fb3263418fcf2 Mon Sep 17 00:00:00 2001 From: Andrew David Wong Date: Sat, 26 Jan 2019 17:17:55 -0600 Subject: [PATCH] Remove 4.0 example from 3.2 section; update context --- common-tasks/disposablevm.md | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/common-tasks/disposablevm.md b/common-tasks/disposablevm.md index d92ff57f..27c00ec3 100644 --- a/common-tasks/disposablevm.md +++ b/common-tasks/disposablevm.md @@ -226,20 +226,15 @@ The created DisposableVM can be accessed via other tools (such as `qvm-copy-to-v ### Starting an arbitrary application in a DisposableVM via command line (from Dom0) ### -The Start Menu has shortcuts for opening a terminal and a web browser in dedicated DisposableVMs, since these are very common tasks. -However, it is possible to start an arbitrary application in a DisposableVM directly from Dom0 by running +The Application Launcher has shortcuts for opening a terminal and a web browser in dedicated DisposableVMs, since these are very common tasks. +However, it is possible to start an arbitrary application in a DisposableVM directly from dom0 by running: -R4.0 (border colour will be inherited from that set in the `dispvm-template`) ~~~ -[joanna@dom0 ~]$ qvm-run --dispvm=dispvm-template --service qubes.StartApp+xterm +$ echo xterm | /usr/lib/qubes/qfile-daemon-dvm qubes.VMShell dom0 DEFAULT red ~~~ -R3.2 (border colour can be specified in the command) -~~~ -[joanna@dom0 ~]$ echo xterm | /usr/lib/qubes/qfile-daemon-dvm qubes.VMShell dom0 DEFAULT red -~~~ - -(The DisposableVM appmenu used for starting Firefox runs a very similar command to the one above.) +The label color will be inherited from the `dvm-template`. +(The DisposableVM Application Launcher shortcut used for starting programs runs a very similar command to the one above.) ### Customizing DisposableVMs ###