fossfreedom / rhythmweb

rhythmbox v2.9x/v3.x GTK3 port of the original rhythmweb GTK2 plugin created previously for rhythmbox v0.1x
GNU General Public License v3.0
23 stars 8 forks source link

Images do not show up #5

Closed dinoboy197 closed 12 years ago

dinoboy197 commented 12 years ago

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?