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

The SVG files used for rendering assets make Inkskape hang indefinitely #14

Open
ozls opened this issue Jul 14, 2021 · 2 comments
Open

Comments

@ozls
Copy link

ozls commented Jul 14, 2021

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

@jaxwilko
Copy link
Owner

Hi @ozls, could you try v0.2.3?

Let me know how it goes :)

@vredesbyyrd
Copy link

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

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

3 participants