commit | c7c02544a32acf88bfa209b007c29ed63f84e0ee | [log] [tgz] |
---|---|---|
author | Tom Anderson <thomasanderson@chromium.org> | Fri May 02 17:49:43 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri May 02 17:49:43 2025 |
tree | 93638abfb9db5cd25311c8f06213b13f42abef95 | |
parent | 5dc11c6d8018d539d8d7ab0abe1b4c41c8ecd7e3 [diff] |
[GTK] Prevent loading both GTK3 and GTK4 libraries Attempting to do so results in the following fatal error: Gtk-ERROR **: 19:44:30.851: GTK 2/3 symbols detected. Using GTK 2/3 and GTK 4 in the same process is not supported This may happen, for example, if a QT theme loads GTK3 because it derives some colors from GTK. R=thestig Change-Id: I0ca62bd6f65a25d208a3ff4dd702b6b3492a0bd2 Fixed: 406228267 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6505767 Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/main@{#1455070}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.