You are not logged in.
Pages: 1
how do you delete a menu item from the application menu ?
I have two screenshots in accesories . No big deal but I'd like to know how to cusomize the menu.
Thank you
Offline
Depends on the distro that you are using and if it ships with a menu editor (alacarte, menulibre). Try running one of those commands in a terminal window to see if it helps.
The manual way is to find the two screenshot desktop files in /usr/share/applications (or ~/.local/share/applications):
fgrep -ri "name=screenshot" /usr/share/applications
...and set:
NoDisplay=True
...for the entry that you don't want displayed.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Pages: 1
[ Generated in 0.006 seconds, 7 queries executed - Memory usage: 514.55 KiB (Peak: 519.59 KiB) ]