Page 1 of 1

[SOLVED] [14.1 MATE] Icon for Qt4 Config?

Posted: 19. Jan 2015, 16:22
by john256
Another cosmetic bug that affects the MATE Control Centre when QT is installed:

Image

How could this be fixed?

Re: [14.1 MATE] Icon for Qt4 Config?

Posted: 19. Jan 2015, 18:22
by gapan
The /usr/share/applications/qtconfig.desktop file specifies:

Code: Select all

Icon=qt-logo
and no icon with that name exists. So you either change this line to point to an existing icon, or create an icon with that name and put it in /usr/share/icons/$THEME/$SIZE/ or in /usr/share/pixmaps/.

Re: [14.1 MATE] Icon for Qt4 Config?

Posted: 20. Jan 2015, 08:44
by john256
Thanks for the tip! I got the icon from here, and placed it in /usr/share/pixmaps/ as you suggested.

Things fixed now!

Image
Edit: added screenshot