Skip to content

Print support in GTK 3 example (gtk3.py) on Linux #434

Open
@cztomczak

Description

@cztomczak

UPDATE: Patch available in Issue #446.

Currently print handler implementation on Linux uses GTK 2 API (GTK 2.0 libraries are included during build). When you execute "print" from mouse context menu it results in this error:

[0611/190031.893481:ERROR:browser_main_loop.cc(339)] Gtk: GTK+ 2.x symbols detected.
Using GTK+ 2.x and GTK+ 3 in the same process is not supported

While this is being fixed, the "Print" option should be removed from mouse context menu in gtk3.py example on Linux.

The final solution to GTK3 problems is described in Issue #446 ("Support linking to GTK 3 when building CEF from sources and when building cefpython module").

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions