Minder has no document icon in kde

I’ve just discovered Minder (mind maps) and really like it but on Manjaro KDE there are no document icons - only the document name appears.

I have GTK2 and GTK3 themes set to Breath-Dark under application style.

Is there anything I am missing?

Thx in advance.

True… there are no icons for the documents. But you can do these manually…

Here are the icons for the app:

/usr/share/icons/hicolor/128x128/apps/com.github.phase1geo.minder.svg
/usr/share/icons/hicolor/16x16/apps/com.github.phase1geo.minder.svg
/usr/share/icons/hicolor/24x24/apps/com.github.phase1geo.minder.svg
/usr/share/icons/hicolor/32x32/apps/com.github.phase1geo.minder.svg
/usr/share/icons/hicolor/48x48/apps/com.github.phase1geo.minder.svg
/usr/share/icons/hicolor/64x64/apps/com.github.phase1geo.minder.svg

you need to put these svgs also into a folder called mimetypes at /usr/share/icons/hicolor/*/mimetypes.

cp /usr/share/icons/hicolor/*/apps/com.github.phase1geo.minder.svg /usr/share/icons/hicolor/*/mimetypes/com.github.phase1geo.minder.svg

then add

<generic-icon name="com.github.phase1geo.minder.svg"/>

to these files:

/usr/share/mime/application/com.github.phase1geo.minder.xml
/usr/share/mime/packages/com.github.phase1geo.minder.xml

between <mime-type> and </mime-type>.

Then recreate the icon cache:

sudo gtk-update-icon-cache -f -t /usr/share/icons/hicolor/

Hope that helps. Maybe someone fix it in the package.

I’m sorry megavolt but my terminal skills aren’t up to this…

/usr/share/icons/hicolor/128x128/apps/com.github.phase1geo.minder.svg
/usr/share/icons/hicolor/16x16/apps/com.github.phase1geo.minder.svg
/usr/share/icons/hicolor/24x24/apps/com.github.phase1geo.minder.svg
/usr/share/icons/hicolor/32x32/apps/com.github.phase1geo.minder.svg
/usr/share/icons/hicolor/48x48/apps/com.github.phase1geo.minder.svg
/usr/share/icons/hicolor/64x64/apps/com.github.phase1geo.minder.svg

seems to refer to a directory on my computer but I could only find:
/home/root/.local/share/icons/hicolor/
which has two folders inside: 48*48 and scalable.
Do I have to go to github and download them first?