From 73d09f2caa4a8bc2f2259096560b60536f79e57b Mon Sep 17 00:00:00 2001 From: Joanna Rutkowska Date: Mon, 11 Mar 2013 13:05:57 +0000 Subject: [PATCH] DisposableVms changed Minor cosmetic corrections --- DisposableVms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DisposableVms.md b/DisposableVms.md index 840aad2c..b6392326 100644 --- a/DisposableVms.md +++ b/DisposableVms.md @@ -43,7 +43,7 @@ Starting an arbitrary application in a disposable VM via command line (from Dom0 **Note:** Normally there should be no need for doing this -- this is just for Qubes hackers ;) ``` {.wiki} -[joanna@dom0 applications]$ echo gnome-terminal | /usr/lib/qubes/qfile-daemon-dvm qubes.VMShell dom0 DEFAULT red +[joanna@dom0 ~]$ echo gnome-terminal | /usr/lib/qubes/qfile-daemon-dvm qubes.VMShell dom0 DEFAULT red ``` In fact the Disposable VM appmenu used for starting Firefox contains a very similar command to the above. Please note, however, that it generally makes little sense to start any other application other than a Web Browser this way...