You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 repoThe text was updated successfully, but these errors were encountered: