From e88cfbf009bbd9f7a273931aca8c4b5baf8a940e Mon Sep 17 00:00:00 2001 From: Lunar Date: Tue, 7 Aug 2018 22:21:56 -0500 Subject: [PATCH] Change "true" to "True" Without it being "True" it throws an error. I had to look at this page to figure out why it wasn't working https://www.qubes-os.org/doc/dispvm-customization/ --- common-tasks/dispvm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common-tasks/dispvm.md b/common-tasks/dispvm.md index 31e477a6..30c759aa 100644 --- a/common-tasks/dispvm.md +++ b/common-tasks/dispvm.md @@ -34,7 +34,7 @@ If you have included the Whonix option in your install, there will also be a `wh You can set any AppVM to have the ability to act as a DVM Template with: - qvm-prefs template_for_dispvms true + qvm-prefs template_for_dispvms True The default system wide DVM Template can be changed with `qubes-prefs default_dispvm`. By combining the two, choosing `Open in Disposable VM` from inside an AppVM will open the document in a DispVM based on the default DVM Template you specified.