Seafile-applet crashing

Eversince I upgraded to Fedora 35 my seafile-applet program crashes. Every time I click on the settings Icon in the applet it just crashes. It happens on two different computers, both running Fedora 35 with seafile-client-8.0.4-1.fc35.x86_64
This is command line output:
username@computername ~> export LANG=C
username@computername ~ [127]> seafile-applet
lang = C, translation = (null), locale.name() = C
failed to load in the first way

(seafile-applet:7037): GLib-WARNING **: 14:38:59.955: (../glib/gerror.c:761):g_error_new_valist: runtime check failed: (domain != 0)

(seafile-applet:7037): GLib-WARNING **: 14:38:59.955: (../glib/gerror.c:761):g_error_new_valist: runtime check failed: (domain != 0)
fish: Job 1, 'seafile-applet' terminated by signal SIGSEGV (Address boundary error)

This is what journalctl tells me:
https://paste.debian.net/1218786/

For me, too.

A known bug in Qt, QTBUG-91735. It was introduced after the Qt 5.15.2 release, but we took it into Fedora with one of the KDE Qt5 maintenance branch updates.

There’s an update of the qt5-qtbase package which addresses the issue, but it’s not yet available from the stable Fedora repositories. You can install it with the following command:

sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-5c12a32e6e
2 Likes