You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
The text was updated successfully, but these errors were encountered:
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...The text was updated successfully, but these errors were encountered: