Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions user/common-tasks/managing-appvm-shortcuts.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----------------

Expand Down