1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 15:33:50 +02:00

xdg-desktop-menu: add page (#8102)

This commit is contained in:
Seth Falco 2022-05-22 17:02:24 +02:00 committed by GitHub
parent 2b0026d4fe
commit 17886acec8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,20 @@
# xdg-desktop-menu
> Command-line tool for installing or uninstalling desktop menu items.
> 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:
`xdg-desktop-menu --forceupdate {{user|system}}`