Saturday, May 4, 2024
 Popular · Latest · Hot · Upcoming
20
rated 0 times [  20] [ 0]  / answers: 1 / hits: 43951  / 2 Years ago, fri, february 25, 2022, 6:24:34

Alacarte crashes every time I attempt to edit a submenu or move an item from one submenu to another and then I'd have to wipe the application.menu files or my gnomeshell desktop would be useless. Is there a way to organize my main menu and unity dash applications subcategories without using Alacarte? I've got so many items installed in the wrong category and I'd also like to remove a ton of zombie icons.


More From » unity

 Answers
5

GUI way



You might want to try Menulibre, a new alternative to Alacarte. You can install it via:



sudo apt-get install menulibre


Manual way



Application launchers are located in these three folders:



~/.local/share/applications


(your user only)



/usr/local/share/applications
/usr/share/applications


(all users)



By modifying the .desktop files found in these folders you can edit menu entries directly. Modifications in user-wide folders will require root access:



gksudo nautilus /usr/local/share/applications


Drag and drop .desktop files into a text editor like gedit to edit their contents. If root access is required, use:



gksudo gedit


Delete the files to remove their corresponding menu/dash entries.



Important Caveat: Changes introduced to default – i.e. user-wide – .desktop files might get reverted on the next system update.


[#34526] Saturday, February 26, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
hreadsoplet

Total Points: 220
Total Questions: 108
Total Answers: 105

Location: Serbia
Member since Fri, Jun 3, 2022
2 Years ago
;