GNOME 40: GTK3 apps crash with: Settings schema 'org.gnome.settings-daemon.plugins.xsettings' does not contain a key named 'antialiasing'
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
gtk+3.0 (Ubuntu) |
Fix Released
|
Low
|
Unassigned | ||
Focal |
Triaged
|
High
|
Unassigned |
Bug Description
Applications running with GTK < 3.24.26 crash when running under GNOME 40. This was fixed in GTK 3.24.26 by MR https:/
Please package either current GTK 3 (3.24.28) or include the given MR in the current build.
Thanks!
Example crash:
```
Starting program: /home/mjog/
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_
[New Thread 0x7fffeb8a7640 (LWP 58239)]
[New Thread 0x7fffeb086640 (LWP 58240)]
[New Thread 0x7fffea839640 (LWP 58241)]
(test-client:
Thread 1 "test-client" received signal SIGTRAP, Trace/breakpoint trap.
0x00007ffff74a5ea7 in g_log_structure
(gdb) bt
#0 0x00007ffff74a5ea7 in g_log_structure
at /lib/x86_
#1 0x00007ffff74a62b9 in g_log_default_
#2 0x00007ffff74a64fe in g_logv () at /lib/x86_
#3 0x00007ffff74a67b3 in g_log () at /lib/x86_
#4 0x00007ffff735d9d1 in () at /lib/x86_
#5 0x00007ffff735e030 in () at /lib/x86_
#6 0x00007ffff73625d1 in g_settings_get_enum () at /lib/x86_
#7 0x00007ffff10d90ea in update_xft_settings (screen=
at wayland/
#8 0x00007ffff10d3c7d in init_settings (screen=
at wayland/
#9 _gdk_wayland_
at wayland/
#10 _gdk_wayland_
at wayland/
#11 0x00007ffff1072635 in gdk_display_
(manager=
#12 0x00007ffff6d011fb in gtk_init_check (argc=<optimised out>, argv=<optimised out>)
at ../../.
#13 gtk_init_check (argc=<optimised out>, argv=<optimised out>)
at ../../.
#14 0x00007ffff6d0122d in gtk_init (argc=<optimised out>, argv=<optimised out>)
at ../../.
#15 0x00005555555b4854 in _vala_main (args=0x7ffffff
at ../test/
#16 0x00005555555b5213 in main (argc=1, argv=0x7fffffff
```
ProblemType: Bug
DistroRelease: Ubuntu 21.04
Package: libgtk-3-0 3.24.25-1ubuntu3
ProcVersionSign
Uname: Linux 5.11.0-13-generic x86_64
ApportVersion: 2.20.11-0ubuntu61
Architecture: amd64
CasperMD5CheckR
CurrentDesktop: GNOME
Date: Sun Apr 4 11:11:05 2021
InstallationDate: Installed on 2018-08-13 (964 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
SourcePackage: gtk+3.0
UpgradeStatus: Upgraded to hirsute on 2021-04-03 (0 days ago)
Changed in gtk+3.0 (Ubuntu): | |
status: | Incomplete → Fix Committed |
no longer affects: | gtk+3.0 (Ubuntu Hirsute) |
Changed in gtk+3.0 (Ubuntu Focal): | |
status: | New → Confirmed |
I just rebuilt the current packaged version of GTK 3 with the patch from the MR and can confirm it fixes the crash.