After an upgrade to Gnome 3.20 (Arch Linux), Insync will not start.
I’ve tried a manual “insync start” and not errors are reported. Nothing syncs at that point. When I try other commands such as force_sync and quit, i get “Insync doesn’t seem to be running. Start it first.”
Same here. I found that In GTK3.20 version, they have changed most of previous things about UI and it occured problems within most gtk themes… I guess it might be a kind of reason of this issue.
It mentions libfontconfig, so I tried renaming the libfontconfig.so bundled with Insync and then symlinking the system one (from the fontconfig-infinality-ultimate 2.11.95-3 package from Font configuration - ArchWiki). That seemed to have fixed the issue for now.
This will overwrite the libfontconfig.so bundled with insync and replace it with a symlink to the system library; so if you want to keep the insync one, rename it first.
To proceed more cleanly, you could also modify the insync PKGBUILD to include ln -sf "/usr/lib/libfontconfig.so.1" "${pkgdir}/usr/lib/insync/libfontconfig.so.1"
in its package() function and then rebuild and reinstall the package.
The same here, on Gnome Ubuntu 16.04, after upgrading to Gnome 3.20
Anyway, the solution posted by rzei (create a symlink to system version of libfontconfig) worked for me.
It seems that anyone upgrading to Gnome 3.20 has the same problem; insync will not start. The problem has apparently been diagnosed. The fix is to downgrade from pango (1.40.0-1 to 1.39.0-1). Exactly what is the command to do that? Thanks!