GNOME Bugzilla – Bug 690363
port to python3
Last modified: 2013-02-25 14:04:51 UTC
Created attachment 231749 [details] [review] patch There's a render-icon-theme.py python script that needs some minimal porting. See the attached patch
Basically the same patch should apply to gnome-icon-theme-extras
There was a small issue because the strings read back from inkscape were byte strings. I added an explicit .encode('UTF-8') and changed the read bytes to be compared to a binary data type. The working script is pushed to both gnome-icon-theme and gnome-icon-theme-extras.