Closed GoogleCodeExporter closed 9 years ago
Original comment by czarek.t...@gmail.com
on 10 Jan 2014 at 6:44
On Linux it is required to use the QX11EmbedContainer widget for embedding CEF
browser. That should fix the segmentation fault.
Original comment by czarek.t...@gmail.com
on 14 Jan 2014 at 8:28
Downloaded original CEF binary (from cefbuilds.com) and replaced libcef.so, but
it didn't help. So the code that was added to PlatformCreateWindow() by
applying the cefpython patch, is not the cause of the problem.
Original comment by czarek.t...@gmail.com
on 28 Jul 2014 at 12:07
It was required to use the QX11EmbedContainer class that provides an X11
window. Additionally it was required to embed a GTK widget (GtkPlug) inside the
X11 window, as the CEF browser requires a GtkWidget pointer to be able to
embed. In latest CEF trunk it is possible to embed the CEF browser by just
providing X11 window handle, so in future the GTK dependency will be removed
from CEF Python.
Fixed in revision 017198f7dd64.
Original comment by czarek.t...@gmail.com
on 28 Jul 2014 at 2:16
Original issue reported on code.google.com by
czarek.t...@gmail.com
on 26 Sep 2013 at 2:54