mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-06-17 19:29:39 -04:00
Merge branch 'fixing-shortcuts'
This commit is contained in:
commit
a3af8fc337
1 changed files with 19 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue