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 .. 34 35 36 37 38 39 40 41 42 43 44 .. 65 Next › Last »

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.

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

@orschiro I have the same problem as it was that insync will not start with gnome-shell after booting my laptop. I have to do systemctl restart insync@xxx to make it. Unfortunately I am not sure how it behave with other DE. But stopping and restarting insync via systemd work well. If you have no objection, I will update the script with the next update of insync.

orschiro commented on 2014-01-17 10:03 (UTC)

@xzy3186 I think I managed to come up with an improved service file that allows you to successfully start/stop Insync. Can you please test it as well and include it if there are no further issues? [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 User=%I [Install] WantedBy=multi-user.target

orschiro commented on 2014-01-13 21:29 (UTC)

@all How can we further improve the service file so that `systemctl stop insync@<user>.service` actually stops insync?

xzy3186 commented on 2014-01-12 15:39 (UTC)

@orschiro Thanks for the investigation. I updated the script without modifying the release number.

orschiro commented on 2014-01-12 07:14 (UTC)

I found the issue. Please take out `Restart=never` as it is no longer compatible with systemd. ➜ ~ cat /usr/lib/systemd/system/insync@.service [Unit] Description=Insync After=local-fs.target network.target [Service] ExecStartPre=/usr/bin/sleep 60 Environment=DISPLAY=:0 Type=simple ExecStart=/usr/bin/insync start ExecReload=/bin/kill -HUP $MAINPID - Restart=Never KillMode=process User=%I [Install] WantedBy=multi-user.target

orschiro commented on 2014-01-11 08:10 (UTC)

Can someone help me on the following error message? What does it mean? Jan 11 07:50:55 thinkpad systemd[1]: [/usr/lib/systemd/system/insync@.service:12] Failed to parse service restart specifier, ignoring: never