On Tue, Oct 08, 2024 at 03:47:58PM +0200, Rafael Laboissière wrote: > * Rafael Laboissière <raf...@debian.org> [2024-10-07 09:05]: > > > Control: tags -1 + confirmed upstream > > > > * Bill Allombert <ballo...@debian.org> [2024-10-06 22:52]: > > > > > fim does not seem to be able to display SVG even with inkscape > > > installed, even while it works when doing inkscape logo.svg > > > --export-filename=- --export-type=png | fim -i > > > > This happens because fim is still using (in file src/FbiStuff.cpp) the > > old export-related cli option "--export-png". This option does not work > > with inkscape >= 1.0, which is the case in Debian since bullseye. > > > > I might put in place a patch for the package in order to fix the > > problem, but it would be better if Michele takes care of that, upstream. > > In particular, he might be interested in keeping compatibility with > > older versions of Inkscape, in which case the changes in the code would > > be more consequential. > > Attached to this message is the patch that makes the fim package works with > the latest version of Inkscape. I will integrate it and upload the package, > as soon as I fix other new building issues.
For what is worth, I tried your patch, rebuild the package and it did not seem to work on my system. Is there some debug option I could set to see what really happen ? Indeed, I tried a similar patch before and it did not world either. Is --without-gui still relevant ? Cheers, Bill.