gtk-theme-framework icon indicating copy to clipboard operation
gtk-theme-framework copied to clipboard

The SVG files used for rendering assets make Inkskape hang indefinitely

Open ozls opened this issue 3 years ago • 2 comments

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

ozls avatar Jul 14 '21 11:07 ozls

Hi @ozls, could you try v0.2.3?

Let me know how it goes :)

jaxwilko avatar Sep 23 '21 21:09 jaxwilko

I have ran into the same issue. Also on arch linux. Unfortunately v0.2.3 does not solve the issue on my system.

vredesbyyrd avatar Nov 17 '21 02:11 vredesbyyrd