Windows-XP
Windows-XP copied to clipboard
gtk-update-icon-cache: The generated cache was invalid.
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...
I guess the spaces in the filenames cause this?
I'll see what can be done about it
I guess the spaces in the filenames cause this? exactly :)