Skip to content

Remove expected error, which makes geary crash as it was fixed

Sebastian Spaeth requested to merge spaetz/geary:issues_421 into mainline

[UPDATE] FOR MYSTERIOUS REASONS THAT WILL ONLY CRASH IF YOU HAVE A NEXTCLOUD GNOME ONLINE ACCOUNT contact enabled. Not sure if that fudges with the G_DEBUG settings somehow...

On newer libhandys we don't get "g_object_weak_unref: couldn't find weak ref *" anymore, but geary code expects it hard and will bail out if not there...

This bug does not occur with libhandy 1.0.3-2 (Debian testing). It depends on libhandy#305 (closed) which was fixed in October 2020 (and thus before the release of libhandy 1.0.1). When using a newer libhandy it now issues a critical debug log and coredumps, making geary non-functional.

Fixes: #1175 (closed)

Edited by Sebastian Spaeth

Merge request reports