madmaxms / iconpack-obsidian

Gnome Icon Pack based upon Faenza, optimized for dark themes
GNU General Public License v3.0
183 stars 29 forks source link

Invalid type fixed line for icon theme #49

Closed samr28 closed 4 years ago

samr28 commented 5 years ago

When I run an application like kate through the terminal, a ton of warnings pop up for the icon theme. I did some research and it seems that these are just warnings but they should be fixed eventually. I couldn't figure out what exactly is wrong (not super familiar with how these icon packs work.) Below are the errors:

Invalid Type= "fixed" line for icon theme:  "/home/user/.local/share/icons/Obsidian-Red/apps/16/"
Invalid Type= "fixed" line for icon theme:  "/home/user/.local/share/icons/Obsidian-Red/appscol/16/"
Invalid Type= "fixed" line for icon theme:  "/home/user/.local/share/icons/Obsidian-Red/devices/16/"
Invalid Type= "fixed" line for icon theme:  "/home/user/.local/share/icons/Obsidian-Red/apps/22/"
Invalid Type= "fixed" line for icon theme:  "/home/user/.local/share/icons/Obsidian-Red/appscol/22/"
Invalid Type= "fixed" line for icon theme:  "/home/user/.local/share/icons/Obsidian-Red/devices/22/"
Invalid Type= "fixed" line for icon theme:  "/home/user/.local/share/icons/Obsidian-Red/apps/24/"
Invalid Type= "fixed" line for icon theme:  "/home/user/.local/share/icons/Obsidian-Red/appscol/24/"
Invalid Type= "fixed" line for icon theme:  "/home/user/.local/share/icons/Obsidian-Red/devices/24/"
Invalid Type= "fixed" line for icon theme:  "/home/user/.local/share/icons/Obsidian-Red/apps/32/"
Invalid Type= "fixed" line for icon theme:  "/home/user/.local/share/icons/Obsidian-Red/appscol/32/"
Invalid Type= "fixed" line for icon theme:  "/home/user/.local/share/icons/Obsidian-Red/devices/32/"
Invalid Type= "fixed" line for icon theme:  "/home/user/.local/share/icons/Obsidian-Red/apps/48/"
Invalid Type= "fixed" line for icon theme:  "/home/user/.local/share/icons/Obsidian-Red/appscol/48/"
Invalid Type= "fixed" line for icon theme:  "/home/user/.local/share/icons/Obsidian-Red/devices/48/"
Invalid Type= "fixed" line for icon theme:  "/home/user/.local/share/icons/Obsidian/actions/16/"
Invalid Type= "fixed" line for icon theme:  "/home/user/.local/share/icons/Obsidian/apps/16/"
Invalid Type= "fixed" line for icon theme:  "/home/user/.local/share/icons/Obsidian/appscol/16/"
Invalid Type= "fixed" line for icon theme:  "/home/user/.local/share/icons/Obsidian/categories/16/"
Invalid Type= "fixed" line for icon theme:  "/home/user/.local/share/icons/Obsidian/devices/16/"
Invalid Type= "fixed" line for icon theme:  "/home/user/.local/share/icons/Obsidian/emblems/16/"
Invalid Type= "fixed" line for icon theme:  "/home/user/.local/share/icons/Obsidian/status/16/"
Invalid Type= "fixed" line for icon theme:  "/home/user/.local/share/icons/Obsidian/actions/22/"
Invalid Type= "fixed" line for icon theme:  "/home/user/.local/share/icons/Obsidian/apps/22/"
Invalid Type= "fixed" line for icon theme:  "/home/user/.local/share/icons/Obsidian/appscol/22/"
Invalid Type= "fixed" line for icon theme:  "/home/user/.local/share/icons/Obsidian/categories/22/"
Invalid Type= "fixed" line for icon theme:  "/home/user/.local/share/icons/Obsidian/devices/22/"
Invalid Type= "fixed" line for icon theme:  "/home/user/.local/share/icons/Obsidian/emblems/22/"
Invalid Type= "fixed" line for icon theme:  "/home/user/.local/share/icons/Obsidian/status/22/"
Invalid Type= "fixed" line for icon theme:  "/home/user/.local/share/icons/Obsidian/actions/24/"
Invalid Type= "fixed" line for icon theme:  "/home/user/.local/share/icons/Obsidian/apps/24/"
Invalid Type= "fixed" line for icon theme:  "/home/user/.local/share/icons/Obsidian/appscol/24/"
Invalid Type= "fixed" line for icon theme:  "/home/user/.local/share/icons/Obsidian/categories/24/"
Invalid Type= "fixed" line for icon theme:  "/home/user/.local/share/icons/Obsidian/devices/24/"
Invalid Type= "fixed" line for icon theme:  "/home/user/.local/share/icons/Obsidian/emblems/24/"
Invalid Type= "fixed" line for icon theme:  "/home/user/.local/share/icons/Obsidian/status/24/"
Invalid Type= "fixed" line for icon theme:  "/home/user/.local/share/icons/Obsidian/actions/32/"
Invalid Type= "fixed" line for icon theme:  "/home/user/.local/share/icons/Obsidian/apps/32/"
Invalid Type= "fixed" line for icon theme:  "/home/user/.local/share/icons/Obsidian/appscol/32/"
Invalid Type= "fixed" line for icon theme:  "/home/user/.local/share/icons/Obsidian/categories/32/"
Invalid Type= "fixed" line for icon theme:  "/home/user/.local/share/icons/Obsidian/devices/32/"
Invalid Type= "fixed" line for icon theme:  "/home/user/.local/share/icons/Obsidian/emblems/32/"
Invalid Type= "fixed" line for icon theme:  "/home/user/.local/share/icons/Obsidian/status/32/"
Invalid Type= "fixed" line for icon theme:  "/home/user/.local/share/icons/Obsidian/actions/48/"
Invalid Type= "fixed" line for icon theme:  "/home/user/.local/share/icons/Obsidian/apps/48/"
Invalid Type= "fixed" line for icon theme:  "/home/user/.local/share/icons/Obsidian/appscol/48/"
Invalid Type= "fixed" line for icon theme:  "/home/user/.local/share/icons/Obsidian/categories/48/"
Invalid Type= "fixed" line for icon theme:  "/home/user/.local/share/icons/Obsidian/devices/48/"
Invalid Type= "fixed" line for icon theme:  "/home/user/.local/share/icons/Obsidian/emblems/48/"
Invalid Type= "fixed" line for icon theme:  "/home/user/.local/share/icons/Obsidian/status/48/"
Invalid Type= "fixed" line for icon theme:  "/home/user/.local/share/icons/Obsidian/actions/64/"
Invalid Type= "fixed" line for icon theme:  "/home/user/.local/share/icons/Obsidian/status/64/"

Related: https://github.com/numixproject/numix-core/issues/3277 https://github.com/numixproject/numix-icon-theme/issues/1042

Nobyliti713 commented 4 years ago

This only needs a capitalization fix. Find & Replace "fixed" --> "Fixed". Then the warnings go away.

Similar issue here: https://github.com/bikass/korla/issues/2

madmaxms commented 4 years ago

Fixed in theme file