Question

I want to embed mozilla inside my clutter application. One way is to use gtkmozembed and clutter-gtk; As mozilla has stopped supporting gtkmozembed, I am not able to use it. I couldn't use webkit because the page I'm going to render is written specifically for firefox(I tried using webkit but failed). Someone suggest me a way to proceed!!!

Was it helpful?

Solution

Without meaning to sound flippant, the only way is to write a Clutter backend for gecko. It has been done before in the past for Moblin (not sure where the code for it is anymore though) but it's a lot of work.

Basically, Mozilla don't seem to want you embedding Gecko into things, which is why they no longer support gtkmozembed. Porting the page to work with webkit would be a lot simpler.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top