From 30c88817767b8a9d85d54a2e5171298bd0261f39 Mon Sep 17 00:00:00 2001 From: v0x23 <40716069+v0x23@users.noreply.github.com> Date: Sat, 30 Jun 2018 13:46:04 +0200 Subject: [PATCH] "default_disp" change to "default_dispvm" The property used for determining the default dispvm is "default_dispvm", not "default_disp", and the documentation should reflect that :) --- customization/dispvm-customization.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/customization/dispvm-customization.md b/customization/dispvm-customization.md index 37d3ac33..4c9421a5 100644 --- a/customization/dispvm-customization.md +++ b/customization/dispvm-customization.md @@ -123,12 +123,12 @@ Note that currently only applications whose main process keeps running until you Deleting disposable VM is slightly peculiar. While working in a VM or disposable VM, you may want to open a document in another disposable VM. For this reason, the property `default_dispvm` may be set to the name of your disposable VM in a number of VMs: - [user@dom0 ~]$ qvm-prefs workvm | grep default_disp + [user@dom0 ~]$ qvm-prefs workvm | grep default_dispvm default_dispvm - custom-dvm -This will prevent the deletion of the DVM. In order to fix this you need to unset the `default_disp` property: +This will prevent the deletion of the DVM. In order to fix this you need to unset the `default_dispvm` property: - [user@dom0 ~]$ qvm-prefs workvm default_disp "" + [user@dom0 ~]$ qvm-prefs workvm default_dispvm "" You can then delete the DVM: