0
Files
src/ui
Tom Anderson c7c02544a3 [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}
2025-05-02 10:49:43 -07:00
..
2025-04-22 12:24:10 -07:00

This directory contains UI frameworks used to build various user interface features. This directory is not intended to contain UI features (such as a keyboard).