Browsercomponent bug

Hey,

I created a Juce application on windows and recently i was making linux port and found browsercomponent is not working in linux (ubuntu 12.04 LTS currently in use). Same behaviour in the demo app as well.

saagn 

Well yes, other OSes provide embeddable browser components, but linux doesn't AFAIK. I've no idea how you'd go about embedding a browser in a linux app - probably would involve some kind of complicated firefox mash-up (?)

ok, thatz nasty. Well in that case i will give it a try to chromium embedded :

https://code.google.com/p/chromiumembedded/. Maybe it would be useful to have it or something similar embedded in juce as well and assigned a flag or a fallback to native browser. Thanks!

http://www.juce.com/forum/topic/webbrowsercomponent

Ok, Its like known issue :) Will use chromium then