5

I'm using Ubuntu MATE 18.04. Under my Graphics dropdown menu I still have old application icons to uninstalled applications. How do I remove these icons?

Graphics dropdown menu

karel
  • 122,292
  • 133
  • 301
  • 332
Bachalo
  • 801

2 Answers2

2

GUI method

Make right click on Applications menu, click Edit Menus to run "easy MATE menu editing tool" (System->Preferences->Look and Feel->Main Menu or mozo executable):

Mozo main menu

and remove checkboxes in the Graphics category in Show column.

Console method

Usually applications from Wine or other third-party source save .desktop files in ~/.local/share/applications/.

You can try to find them here with the command below:

grep -ir -E "Hiero|Nuke" ~/.local/share/applications/

Then carefully remove desktop-files of really removed applications.

N0rbert
  • 103,263
1

This software appears to only be supported for CentOS (not Ubuntu) linux, which suggests the desktop files may have been placed in a location which that distro uses. Take a peek in these folders for Nuke related desktop files:

/usr/share/desktop-directories
/etc/xdg/menus/applications-merged
/usr/share/applications