From a810dfdfc0c5a5564cdd35483805e672c15f1c81 Mon Sep 17 00:00:00 2001 From: Galland Date: Sun, 20 Mar 2016 21:31:57 +0100 Subject: [PATCH] Removing dangling Dom0 menu with its TemplateVM --- managing-os/templates.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/managing-os/templates.md b/managing-os/templates.md index 77f4cdb6..6837e739 100644 --- a/managing-os/templates.md +++ b/managing-os/templates.md @@ -85,3 +85,13 @@ Important Notes existing template), you must first uninstall the existing template from dom0: $ sudo yum remove qubes-template-fedora-23 + + * On XFCE based Dom0, a manual action may be required to remove the "Start Menu" + sub-menu of the removed TemplateVM. For example, to remove a dangling sub-menu + for a removed "fedora-21" template, open a Dom0 Terminal and type: + + $ sudo rm ~/.local/share/applications/fedora-21-* + + Just make sure there are no other TemplateVMs whose names start with "fedora-21" + or else their menu items will be removed too. +