Add section on fixing shortcuts

From discussion with @marmarek on: https://github.com/QubesOS/qubes-issues/issues/4711
This commit is contained in:
Andrew David Wong 2019-05-31 20:29:04 -05:00
parent 0fe4da7973
commit a8041b7cd9
No known key found for this signature in database
GPG Key ID: 8CE137352A019A17

View File

@ -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 <vm_name>
```
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
-----------------