Package Details: insync 3.9.4.60020-1

Git Clone URL: https://aur.archlinux.org/insync.git (read-only, click to copy)
Package Base: insync
Description: An unofficial Dropbox, Google Drive, and OneDrive client that runs on Linux, with support for various desktops
Upstream URL: https://www.insynchq.com/downloads
Keywords: drive dropbox google onedrive
Licenses: custom:insync
Submitter: xzy3186
Maintainer: thenaterhood
Last Packager: thenaterhood
Votes: 321
Popularity: 1.45
First Submitted: 2012-09-07 17:45 (UTC)
Last Updated: 2024-08-11 22:53 (UTC)

Latest Comments

« First ‹ Previous 1 .. 27 28 29 30 31 32 33 34 35 36 37 .. 65 Next › Last »

bonbonboi commented on 2016-06-09 18:21 (UTC)

Is this really Trail for 15 days?

amonobeax commented on 2016-05-18 20:38 (UTC) (edited on 2016-05-18 20:39 (UTC) by amonobeax)

Hi, idk if i'm alone but after the latest update 1.3.8-1 insync won't launch anymore on Manjaro (Archbased). Previous 1.3.6 still working just fine.

edh commented on 2016-05-18 17:09 (UTC)

The symlink workaround suggested by @rzei is still needed AFAIK.

diogobaeder commented on 2016-04-20 15:16 (UTC)

Doing the symlink trick works for me too. Why not changing the published package itself to use the system libfontconfig then?

rzei commented on 2016-04-19 22:09 (UTC) (edited on 2016-04-19 22:10 (UTC) by rzei)

Another workaround that works for me is creating a new PKGBUILD with ln -sf "/usr/lib/libfontconfig.so.1" "${pkgdir}/usr/lib/insync/libfontconfig.so.1" added in the package() function. This will replace the libfontconfig.so.1 bundled from insync with a symlink to the system one.

rpotter28 commented on 2016-04-12 22:13 (UTC)

Thanks @Arthur. That's all I need, as I never used the gui anyways. Not sure why I didn't think of that, but I appreciate that you did! insync start --headless

ArthurBorsboom commented on 2016-04-12 20:33 (UTC)

Another workaround is to start insync headless, so you can keep the latest version. insync start --headless

jpalko commented on 2016-04-12 18:40 (UTC)

This support thread mentions a 1.3.7 version to be available: https://forums.insynchq.com/t/new-insync-version-1-3-6/4503 Although the issue reported there is regarding Qt libraries with Debian in that case but I created a new PKGBUILD using the Debian 64bit version available, packaged it, installed that 1.3.7 version and had no issues starting insync GUI again.