Hi!
Insync is not working after Fedora upgrade (33->34): insync-3.3.9.40955-fc33.x86_64
$ insync start
I get the prompt back.
(SELinux disabled)
What may it be?
Hi!
Insync is not working after Fedora upgrade (33->34): insync-3.3.9.40955-fc33.x86_64
$ insync start
I get the prompt back.
(SELinux disabled)
What may it be?
Hi @gabor,
Could you run insync start --no-daemon
and send me the output here? If you’re more comfy sending it via email just shoot me a message at support@insynchq.com
It is segmentation fault, core dump.
See After libxkbcommon update in fedora 34, insync no longer starts [with workaround]
Fix:
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.
Thanks! It works!
Hi all We are working on the Fedora 34 build so we can include this in our next release and fix this issue more permanently.
Thank you so much again, @linuser, for your help!
This happened before the 3.3.9 and after updating to the version 3.3.9 still it was happening but thanks to the post Insync not start it worked again.
This solved my issue with Insync using Tumbleweed
I have installed the insync-3.4.1.40977-fc33.x86_64 version
Thanks a lot!