2022-05-22 17:02:24 +02:00
|
|
|
# xdg-desktop-menu
|
|
|
|
|
2025-06-29 11:47:51 +03:00
|
|
|
> Install or uninstall desktop menu items.
|
2022-05-22 17:02:24 +02:00
|
|
|
> More information: <https://manned.org/xdg-desktop-menu>.
|
|
|
|
|
|
|
|
- Install an application to the desktop menu system:
|
|
|
|
|
|
|
|
`xdg-desktop-menu install {{path/to/file.desktop}}`
|
|
|
|
|
|
|
|
- Install an application to the desktop menu system with the vendor prefix check disabled:
|
|
|
|
|
|
|
|
`xdg-desktop-menu install --novendor {{path/to/file.desktop}}`
|
|
|
|
|
|
|
|
- Uninstall an application from the desktop menu system:
|
|
|
|
|
|
|
|
`xdg-desktop-menu uninstall {{path/to/file.desktop}}`
|
|
|
|
|
|
|
|
- Force an update of the desktop menu system:
|
|
|
|
|
2022-05-30 18:57:32 +02:00
|
|
|
`xdg-desktop-menu forceupdate --mode {{user|system}}`
|