juanitogan / slick

SLiCk : the Slick Layer Combinator for Inkscape
GNU General Public License v3.0
8 stars 1 forks source link

Attempting to translate an empty string in extension 'juanitogan.inkscape.slick_layer_combinator', which is not supported. #2

Open nms-scribe opened 9 months ago

nms-scribe commented 9 months ago

I was seeing the above error twice in the terminal whenever I opened Inkscape from the command line (Linux, Inkscape 1.3.2, but I've been seeing it since soon after 1.0), even when not using the extension. It was always annoying, but didn't cause problems so I never got around to reporting it.

Anyway, I forked this #repository to fix it, at nms-scribe/slick-fork, it's only two lines to fix it. The solution was to change the gui_text = "" attributes in the .inx file to gui_text = " ". If you'd prefer a pull request, I can make one.

juanitogan commented 7 months ago

Thank you for this. I have some fuzzy memory about this but don't remember why I may or may not have chosen to ignore it. For example, it may have been a choice between clean layout or warning message. Anyhow, I'll look at it again when I find some time.