-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
Can't make the gtk3 version work with latest CEF #16
Comments
Only branch 3202 was tested as specified in README. You have to build CEF from sources with "use_gtk3=true" GN define to use GTK 3. Update: FYI, latest version of CEF works with any version of GTK, so that define is not required. |
Why don't you write the steps or command to make that happen ? |
@vipertecpro See https://bitbucket.org/chromiumembedded/cef/wiki/AutomatedBuildSetup.md#markdown-header-linux-configuration . Modify GN_DEFINES to add "use_gtk3=true". |
Okay, go it thanks that really helped. |
Hi.
I'm trying to run the linux gtk3 example, but I get a blank window.
When I'm trying with latest cef (with the update to the version file), here's the output:
When I try with the version specified in the readme, I get this error:
(The gtk2 version works fine with the older cef version.)
I'm on ArchLinux and use gtk+ 3.24.
Thanks for your help.
The text was updated successfully, but these errors were encountered: