Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
nestoris opened this issue May 16, 2021 · 2 comments
Open

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

nestoris opened this issue May 16, 2021 · 2 comments

Comments

@nestoris
Copy link

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
Copy link
Member

I guess the spaces in the filenames cause this?

I'll see what can be done about it

@nestoris
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants