easy82 wrote:
I wanted to try the player out on Chromium 25.0.1364.160 built on Ubuntu 12.04, but while it installed all right, it does not play .love files. Instead it downloads them. I've even turned on native flag on, but no avail. Maybe it's something related to the fact Chromium is not Chrome?
I don't think so, I test with a version of Chromium that I've built myself. And Chromium is basically the same as Chrome, just missing a few plugins + branding.
My guess is that something I use in the extension isn't supported in older versions of Chrome. Anyway, Chrome 26 is the stable version so you should be using that if you can. Anything older than that is no longer supported by the Chrome team, so could have security issues, etc.
BTW, if it's not too much to ask, could you file bugs on
github? That will keep bugs from slipping through the cracks.
Also -- don't forget to try random web links, those should work too! For example, I often tested against links on
ludumdare or the
love2d forums... if they don't, I'd like to know about it. A lot of websites do weird redirects to download files which tricks my extension...
Thanks!