B00merang-Project / Windows-XP

Windows XP themes
http://b00merang.weebly.com/windows-xp-themes.html
GNU General Public License v3.0
332 stars 27 forks source link

gtk-update-icon-cache: The generated cache was invalid. #38

Open nestoris opened 3 years ago

nestoris commented 3 years ago

Running gtk-update-icon-cache /usr/share/icons/WinXP/ discovers this issue. The problem is in names with spaces such as: scalable/apps/Windows Journal.svg, 22x22/devices/scanners and cameras.png, 128x128/apps/shared folder.png etc. Please fix it. By the way, i use: # find /usr/share/icons/WinXP/ -name "* *"|while read line; do mv "$line" "$(sed 's/ /_/g' <<< $line)"; done to fix this bug myself. But the bash coders are in the minority even among linuxoids...

Elbullazul commented 3 years ago

I guess the spaces in the filenames cause this?

I'll see what can be done about it

nestoris commented 3 years ago

I guess the spaces in the filenames cause this? exactly :)