Package Details: insync 3.9.6.60027-2

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.60
First Submitted: 2012-09-07 17:45 (UTC)
Last Updated: 2025-05-19 12:22 (UTC)

Latest Comments

« First ‹ Previous 1 .. 34 35 36 37 38 39 40 41 42 43 44 .. 66 Next › Last »

travnick commented on 2014-07-27 15:49 (UTC)

I'm getting an error: []$ insync --set-files-path=GoogleDrive Traceback (most recent call last): File "<string>", line 5, in <module> zipimport.ZipImportError: not a Zip file: '/usr/lib/insync/library.zip'

xzy3186 commented on 2014-06-13 14:53 (UTC)

@sender Thanks for the notification. The upstream file was changed after my last update. Now it was fixed.

sender commented on 2014-06-13 11:34 (UTC)

Here's a new PKGBUILD without sha256 errors: https://gist.github.com/sanderboom/6b141dc90978f7b2ddf4

xzy3186 commented on 2014-02-18 03:52 (UTC)

@SimFox3 Yes, it is more reliable to rely on DE to handle the autostart. The systemd.service is designed for those who are not using any DE or using the DE without autostart function. PS: Thanks for the suggestions on insync.install. It will be updated when the next release come out.

SimFox3 commented on 2014-02-18 03:21 (UTC)

Is it possible to run `update-mime-database /usr/share/mime/` and `update-desktop-database` as part of the install? Doing so will correctly configure file managers to open Google docs.

SimFox3 commented on 2014-02-18 02:09 (UTC)

Insync installs an autostart desktop file at ~/.config/autostart/insync.desktop: [Desktop Entry] Version=1.0 Type=Application Name=Insync GenericName=Insync Comment=Launch Insync Icon=insync Categories=Network; Exec=insync start TryExec=insync Terminal=false X-GNOME-Autostart-Delay=3 For users who use a DE, isn't this more reliable than using the systemd user unit?

xzy3186 commented on 2014-02-05 07:31 (UTC)

Thanks so much, orschiro. The PKGBUILD has been updated.

orschiro commented on 2014-02-05 06:20 (UTC)

@xzy3186 One minor improvement for the service file: - ExecStart=/usr/bin/insync start + ExecStart=/usr/bin/insync start --synchronous-full This makes sqlite transactions safer and can prevent database corruption. I just faced this issue myself because I was running out of space whilst Insync was syncing. This would have not occurred with the synchronous flag.

orschiro commented on 2014-01-18 08:13 (UTC)

@xzy3186 Unfortunately I cannot comment on any DE issues since I am using plain Openbox and with the new service file everything is working fine. Has anyone else tested the new service file?

xzy3186 commented on 2014-01-18 07:55 (UTC)

@orschiro Another point, insync will be terminated if I re-login my DE. I am not surprised by the result since restarting DE is independent to the systemd. Just let you know in case you have not noticed it.