After libxkbcommon update in fedora 34, insync no longer starts
Error:
insync[16536]: segfault at cb32038 ip 00007f5c134c201d sp 00007ffc11a6a260 error 4 in libxkbcommon-x11.so.0.0.0[7f5c134c1000+4000]
This is the update that caused the issue:
https://bodhi.fedoraproject.org/updates/FEDORA-2021-83c8732861
It is currently in updates-testing repos, should be in stable soon.
I use Fedora 34 KDE.
WORKAROUND:
cd /usr/lib/insync
sudo mv libxkbcommon.so.0 libxkbcommon.so.0.bak
sudo ln -s /usr/lib64/libxkbcommon.so.0.0.0 ./libxkbcommon.so.0
then insync starts normally.