4

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
  • 114,770
Bachalo
  • 753

2 Answers2

1

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
  • 99,918
  • 1
    Thanks but neither method works for me. Broken icons don't show up in easy Mate editing tool and using Console method No such file or directory – Bachalo Dec 15 '18 at 14:13
  • 1
    OP For Ubuntu users it is /usr/share/applications – Bachalo Dec 15 '18 at 14:20
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
in8sworld
  • 11
  • 2