mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-01-26 22:37:17 -05:00
Add section on fixing shortcuts
From discussion with @marmarek on: https://github.com/QubesOS/qubes-issues/issues/4711
This commit is contained in:
parent
0fe4da7973
commit
a8041b7cd9
@ -78,6 +78,25 @@ What about applications in DispVMs?
|
|||||||
|
|
||||||
[See here](/doc/disposablevm-customization/).
|
[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
|
Behind the scenes
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user