Expected result: all gtk4 applications use the same font-rendering configuration as the interface
Actual result: gtk4 applications appear to use “Standard (grayscale)” “Antialiasing” “Rendering” “Fonts” instead of “rgba”.
==> ptyxis <==
Ptyxis 49.1
GTK: 4.20.2 (Compiled against 4.20.1)
VTE: 0.82.0 (Compiled against 0.82.0)
==> gnome-text-editor <==
Text Editor 49.0 (49.0)
GTK: 4.20.2 (Compiled against 4.20.1)
GtkSourceView: 5.18.0 (Compiled against 5.18.0)
if they’re all GNOME Version 49 and Wayland Windowing System, then why are some subpixel and others are grayscale? is there a workaround to synchronize font-rendering settings between applications?
They use different font rendering, since font rgba was removed in gtk4, and dconf-editor is still on gtk3. But I don’t know why it doesn’t follow your font settings. On my Fedora system alongside flatpak dconf-editor, it does use grayscale, too.
Both of these facts are unfortunate; thank you for the information! I hope that dconf-editor will be moved to gtk4, and that subpixel antiäliasing is reïntroduced.
EDIT: Wait, why is the top bar subpixel-antiäliased? Isn’t that part of GNOME, and therefore gtk4?