diff --git a/user/common-tasks/managing-appvm-shortcuts.md b/user/common-tasks/managing-appvm-shortcuts.md index 5f71eb54..b30cfe27 100644 --- a/user/common-tasks/managing-appvm-shortcuts.md +++ b/user/common-tasks/managing-appvm-shortcuts.md @@ -78,6 +78,25 @@ What about applications in DispVMs? [See here](/doc/disposablevm-customization/). + +Fixing shortcuts +---------------- + +First, try this in dom0: + +``` +$ qvm-appmenus --update --force +``` + +If that doesn't work, you can manually modify the files in `~/.local/share/applications/`. + +For example, suppose you've deleted `my-old-vm`, but it has a leftover Application Menu shortcut. In dom0: + +``` +$ rm -i ~/.local/share/applications/my-old-vm-* +``` + + Behind the scenes -----------------