I've found that images don't show up for me as their content type is returned incorrectly. The images coming from GTK on my machine are svg, but the content type coded into the plugin is image/png.
Here's a question - mostly because I don't do much coding with GTK - were these images previously pngs but are now svgs? Or is there a way to ask GTK for the png equivalents rather than svg so that we can be more deterministic about what data comes back when we ask for images?
I've found that images don't show up for me as their content type is returned incorrectly. The images coming from GTK on my machine are svg, but the content type coded into the plugin is image/png.
Here's a question - mostly because I don't do much coding with GTK - were these images previously pngs but are now svgs? Or is there a way to ask GTK for the png equivalents rather than svg so that we can be more deterministic about what data comes back when we ask for images?