i'm working on some editing icon theme and when i want to update the icon cache i got this error :
gtk-update-icon-cache: The generated cache was invalid.
WARNING: icon cache generation failed for /usr/share/icons/test-ico
so i made a double check to theme.index
file and compared the files name and directories in it and tried to add -f
, -t
and -q
to my command :
sudo gtk-update-icon-cache -q -t -f /usr/share/icons/test-ico
but i still got the same error and warning message.
so how can i find the error cause to fix it ?