Windows-XP icon indicating copy to clipboard operation
Windows-XP copied to clipboard

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

Open nestoris opened this issue 4 years ago • 2 comments

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...

nestoris avatar May 16 '21 23:05 nestoris

I guess the spaces in the filenames cause this?

I'll see what can be done about it

Elbullazul avatar May 17 '21 00:05 Elbullazul

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

nestoris avatar May 24 '21 19:05 nestoris