Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Print... from mouse context menu doesn't work on Linux #238

Closed
cztomczak opened this issue Jul 1, 2016 · 3 comments
Closed

Print... from mouse context menu doesn't work on Linux #238

cztomczak opened this issue Jul 1, 2016 · 3 comments

Comments

@cztomczak
Copy link
Owner

cztomczak commented Jul 1, 2016

Same for calling Browser.Print(). On Linux CefPrintHandler must be implemented for printing to work. Example implementation can be found in upstream cefclient.

@cztomczak cztomczak added this to the Chrome 51 milestone Jul 1, 2016
@cztomczak cztomczak added the bug label Jul 1, 2016
cztomczak added a commit that referenced this issue Jul 2, 2016
Fix OnBeforePluginLoad and change args, see docs.

Add -std=gnu++11 flag to catch OVERRIDE errors.

Minor enhancements to makefiles.

Update build instructions - install python dependencies to make sure
that the right version of Cython is installed (must be exactly 0.19.2).
@cztomczak
Copy link
Owner Author

Fixed in commit 7d47bfe

@cztomczak
Copy link
Owner Author

Printing didn't work in OSR kivy_.py - fixed in commit 21014a8.

@cztomczak
Copy link
Owner Author

cztomczak commented Mar 25, 2017

For printing to work in off-screen-rendering mode it is enough to call gtk_init(). It is not required to provide window handle when calling SetAsOffscreen().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant