From 975b25f51460e32c83ffe301fda6b2cd720e46fc Mon Sep 17 00:00:00 2001 From: Sven Semmler Date: Mon, 1 Feb 2021 15:03:10 -0600 Subject: [PATCH 1/2] Add note regarding pre-existing shortcuts Based on this discussion in the forum: https://qubes-os.discourse.group/t/reluctant-templates-for-dispvm/2639/3 --- user/advanced-configuration/disposablevm-customization.md | 1 + 1 file changed, 1 insertion(+) diff --git a/user/advanced-configuration/disposablevm-customization.md b/user/advanced-configuration/disposablevm-customization.md index 35680337..9d52cf6d 100644 --- a/user/advanced-configuration/disposablevm-customization.md +++ b/user/advanced-configuration/disposablevm-customization.md @@ -25,6 +25,7 @@ Additionally, if you want to have menu entries for starting applications in Disp [user@dom0 ~]$ qvm-features fedora-26-dvm appmenus-dispvm 1 +Note: application shortcuts that existed before setting this feature will not be updated automatically. Please go the the "Applications" tab in the qube's "Settings" dialog and unselect all existing shortcuts by clicking "<<", then click "Apply" and finally re-select all the shortcuts you want to see in the menu. ## Security From b1d37d6deb84656794b8a418794ecfcfa0cb5ccd Mon Sep 17 00:00:00 2001 From: Sven Semmler Date: Mon, 1 Feb 2021 15:12:56 -0600 Subject: [PATCH 2/2] replace "apply" with close, wait, reopen ... and add link to https://www.qubes-os.org/doc/managing-appvm-shortcuts/ --- user/advanced-configuration/disposablevm-customization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/advanced-configuration/disposablevm-customization.md b/user/advanced-configuration/disposablevm-customization.md index 9d52cf6d..6d3fd1c9 100644 --- a/user/advanced-configuration/disposablevm-customization.md +++ b/user/advanced-configuration/disposablevm-customization.md @@ -25,7 +25,7 @@ Additionally, if you want to have menu entries for starting applications in Disp [user@dom0 ~]$ qvm-features fedora-26-dvm appmenus-dispvm 1 -Note: application shortcuts that existed before setting this feature will not be updated automatically. Please go the the "Applications" tab in the qube's "Settings" dialog and unselect all existing shortcuts by clicking "<<", then click "Apply" and finally re-select all the shortcuts you want to see in the menu. +Note: application shortcuts that existed before setting this feature will not be updated automatically. Please go the the "Applications" tab in the qube's "Settings" dialog and unselect all existing shortcuts by clicking "<<", then click "OK" and close the dialog. Give it a few seconds time and then reopen and re-select all the shortcuts you want to see in the menu. See [this page](/doc/managing-appvm-shortcuts) for background information. ## Security