vinceliuice/Colloid-icon-theme

Icons missing when installing on KDE Plasma 6

shahiljain opened this issue · 7 comments

Describe the bug
Many icons are missing when installing on kde plasma 6(This does not happen when using the pling.com version).

To Reproduce
Steps to reproduce the behavior:

  1. Download Icons
  2. Install using the install.sh file
  3. Missing Icons

Expected behavior
Icons for all apps and system icons should be visible.

Screenshots
If applicable, add screenshots to help explain your problem.
Screenshot_20240618_184430
The pling.com version

Screenshot_20240618_184500
Your Version

Desktop (please complete the following information):

  • OS: KDE Neon
  • Version 6.0

Try going into the index.theme file and at the end of the Inherits= line, add breeze BEFORE hicolor and reselect the icon theme :)

Reinstall it and relogin your desktop

I have the same issue in KDE 6.
Reinstalling and/or logging out/in and/or rebooting has no influence on the issue.

If helpful to someone who knows more about icon themes, I will mention that if I go into apps/scalable the majority of the .SVG files don't work. Most of them are a few BYTES in size rather than a few KILOBYTES in size.

More or less the same in the apps/symbolic directory. Same in the places/scalable directory. Really about any directory I check is that way.

The versions that are found on KDE Look work just fine for me, but they don't include the variations that the install.sh script produces. I wonder if there's a flaw in the install.sh script here, but I don't really know.

The issue for me was that I was downloading a ZIP file, which didn't support the linked files.

The solution was to download in a format that does support the linked files.

Personally, I used this command:
wget -O - https://github.com/vinceliuice/Colloid-icon-theme/archive/master.tar.gz | tar xz