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 .. 17 18 19 20 21 22 23 24 25 26 27 .. 66 Next › Last »

papa33 commented on 2019-09-21 22:29 (UTC)

I solved the problem of program crash when cliking on "local selective sync" :

mkdir -p /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/ ln -s /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache

GuardCat commented on 2019-09-21 19:10 (UTC)

I solved the problem with that bug: install: cannot stat '../insync@.service': No such file or directory

Just edit PKGBUILD and change these rows:

install -Dm644 ../insync@.service ${pkgdir}/usr/lib/systemd/system/insync@.service
install -Dm644 ../insync.service ${pkgdir}/usr/lib/systemd/user/insync.service

to full path. It depends on your AUR helper. I use trizen, so I wrote this:

install -Dm644 /tmp/trizen-guardcat/insync/insync@.service ${pkgdir}/usr/lib/systemd/system/insync@.service
install -Dm644 /tmp/trizen-guardcat/insync/insync.service ${pkgdir}/usr/lib/systemd/user/insync.service

spsf64 commented on 2019-09-21 15:10 (UTC)

@JPB_9876 rclone-browser (rclone+gui) works pretty well: https://aur.archlinux.org/packages/rclone-browser

JPB_9876 commented on 2019-09-21 11:22 (UTC)

Alas, as others here have said, version 3.x is an absolute disaster... The comments at Insync Forum illustrate the point. While as a non-technical user I'm grateful for ericdubois' hard work on this, this version unfortunately does NOT synchronise files. I started with a clean slate, only to end up with multiple double ups and no-shows. Totally unreliable. I would dearly love to go back to version 1.5.x because I never had any issues with it, but no matter what I do, it won't run in any shape or form. Exits with the same crash teacher4711 described earlier. I guess it'll have to be rclone again...

Xavion commented on 2019-09-21 06:58 (UTC)

Just so you know, Insync depends on Python v3 these days. See here for confirmation: https://www.insynchq.com/blog/insync-3/

Kage-Yami commented on 2019-09-20 07:58 (UTC) (edited on 2019-12-23 12:35 (UTC) by Kage-Yami)

I'm seeing the same build failures with aurto (which uses a clean chroot via aurutils).

Also (and this is more of a personal conjecture), given the manual migration steps involved in going from 1.x to 3.x (as per Insync's emails), I think it would've been better to have a message explaining the manual migration steps required when the package is updated in pacman, perhaps even going so far as to make 3.x into a separate AUR package (though probably a little late for that now that this one is updated).

EDIT [23-Dec-2019] - Removed link and reference to snippet of error that is no longer available.

yan12125 commented on 2019-09-20 02:57 (UTC)

Cannot build in clean chroots (extra-x86_64-build)

install: cannot stat '../insync@.service': No such file or directory

papa33 commented on 2019-09-19 17:49 (UTC)

I use Cinnamon DE. The program crashes although I carefully cleaned my home directory from any insync related file as you wrote.

blackhole commented on 2019-09-19 15:31 (UTC)

I think insync-headless is missing n the package: set 19 17:27:09 archlinux systemd[56964]: insync.service: Failed at step EXEC spawning /usr/bin/insync-headless: No such file or direct>

lewis2e commented on 2019-09-19 15:23 (UTC)

@erikdubois Thank you for updating the package, I for one appreciate it. Might not be that helpful but, to confirm, I am having none of the reported problems on Manjaro using KDE. I don't get the crash described for "local selective sync". So far, everything seems to work as it should. Will report any problems.