gtk-theme-framework
gtk-theme-framework copied to clipboard
The SVG files used for rendering assets make Inkskape hang indefinitely
Hello, I notice a weird bug when trying to compile a custom theme. I love the default theme, but the process never ended when I got to compiling my own theme. After a little debugging I found out that Inkscape was the culprit, complaining about the svg file with this warning : "More than 32 iteration while updating document". The weird thing is, it hangs after displaying this but interrupting the process with Ctrl+C allows to correctly export the asset and go on. My ugly ugly way to solve this was to add sleep 5 && killall inkscape &
before ever calling Inkscape, and it works. I know this is an issue with Inkscape itself and not with your amazing framework, but it could be useful to take a look at changing the SVG files so that Inkscape doesn't complain anymore (I kinda gathered from quick looking up that the file formatting was part of the issue). I will check more in depth if I get the time. My version of Inkscape is 1.1 (c4e8f9ed74, 2021-05-24) on Arch and I used the last version of this repo
I have ran into the same issue. Also on arch linux. Unfortunately v0.2.3
does not solve the issue on my system.