Re: [orca-list] Gnome 42
- From: Mike Gorse <mgorse alum wpi edu>
- To: José Vilmar Estácio de Souza <vilmar informal com br>
- Cc: Orca-list <ORCA-LIST gnome org>
- Subject: Re: [orca-list] Gnome 42
- Date: Thu, 21 Apr 2022 17:03:14 -0500 (CDT)
I just ran into this, too. It turned out to be unrelated to Orca or
accessibility and caused by evolution-ews, which is pulled in and still
linked against gtk 3. If I remove evolution-ews, then gnome-contacts will
start up for me. Here is how I debugged it, in case it is caused by
something different in your case:
- Start gnome-contacts under gdb.
- Break on main.
- Once main is hit, set a breakpoint on dlopen.
- After each call to dlopen, try to set a breakpoint on gtk_misc_get_type.
It is one of the old symbols that gtk 4 checks for to determine whether
gtk 3 has been loaded. If this succeeds, rather than gdb telling you that
the symbol is not defined, then you've found your library that pulled it
in.
Hth,
-Mike
On Mon, 11 Apr 2022, José Vilmar Estácio de Souza wrote:
Hi.
I am receiving the following error when I try to execute gnome-contacts:
(gnome-contacts:53519): Gtk-ERROR **: 16:34:26.012: GTK 2/3 symbols detected.
Using GTK 2/3 and GTK 4 in the same process is not supported
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]