Package Details: insync 3.9.10.60041-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: 323
Popularity: 0.050692
First Submitted: 2012-09-07 17:45 (UTC)
Last Updated: 2026-05-03 16:19 (UTC)

Latest Comments

« First ‹ Previous 1 .. 16 17 18 19 20 21 22 23 24 25 26 .. 66 Next › Last »

<deleted-account> commented on 2019-09-28 08:49 (UTC)

Created a new PKGBUILD today. This time NOT based on Ubuntu but on buster. See if this improves things. If you figure out how to improve things, we started a post on the forum of insync to get rid of the messages in the terminal - https://forums.insynchq.com/t/arch-linux-aur-latest-version/14730

<deleted-account> commented on 2019-09-28 07:50 (UTC)

3.0.20 doesnt work either without symlinks - either it has to go to PKGBUILD or be resolved :) or add those symlinks manually after update

cd /usr/lib/insync

sudo ln -s -f /usr/lib/libfontconfig.so.1.12.0 libfontconfig.so.1

sudo ln -s -f /usr/lib/libfreetype.so.6.17.1 libfreetype.so.6

apart from that it looks promising - sync in progress

wizonesolutions commented on 2019-09-27 17:33 (UTC)

I'm unfamiliar with PKGBUILDs but would like to contribute an update and fix if it would help. Can this symlinking be done as part of the package() step? I'm not sure what access the build system has to the wider system. Also, should libfontconfig and libfreetype be added to the dependencies?

<deleted-account> commented on 2019-09-27 06:12 (UTC)

according

https://forums.insynchq.com/t/arch-linux-segmentation-fault-on-insync-v3-start/14686/11

this should help

cd /usr/lib/insync

sudo ln -s -f /usr/lib/libfontconfig.so.1.12.0 libfontconfig.so.1

sudo ln -s -f /usr/lib/libfreetype.so.6.17.1 libfreetype.so.6

BTW 3.0.20 is out - maybe worth update the package with the fix for fontconfig error

bred commented on 2019-09-27 06:01 (UTC)

I'm experiencing the same bug of JuniorTonny.

JuniorTonny commented on 2019-09-27 05:04 (UTC)

Consegui corrigir o problema, baixe esse pacote de correção https://drive.google.com/file/d/1Z8b8Wd9IcnThnu5Rt9bsICn5VXzPw72_/view?usp=sharing

e no terminal use o seguinte comando sudo tar -vzxf Downloads/insync.tar.gz -C /lib/insync

JuniorTonny commented on 2019-09-27 01:53 (UTC)

bug log file https://pastebin.com/raw/RwhekjS9

blackhole commented on 2019-09-23 10:15 (UTC) (edited on 2019-09-23 10:15 (UTC) by blackhole)

Tired of insync probems, I have switched to overgrive: https://aur.archlinux.org/packages/overgrive/

Small, using python3, less expensive and... working

papa33 commented on 2019-09-23 05:32 (UTC)

After "fixing" the crash bug, I could test the program a little bit. I can say that it is extremely unstable. For example, I synced a local folder and it synced some files on my google drive but also deleted a lot of files from the local directory without any apparent reason. Absolutely unusable…

blackhole commented on 2019-09-22 07:21 (UTC)

Please correct the systemd user service. No more insync-headless in version 3.


[Unit]
Description=Insync
After=local-fs.target network.target

[Service] Environment=DISPLAY=:0 Type=oneshot RemainAfterExit=yes ExecStart=/usr/bin/insync start ExecStop=/usr/bin/insync quit

[Install] WantedBy=default.target