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 .. 45 46 47 48 49 50 51 52 53 54 55 .. 66 Next › Last »

xzy3186 commented on 2013-03-25 12:08 (UTC)

changlog for 0.9.41-2: Add one insync@.service to make insync accessable by systemd (special thanks to orschiro). Just experimentally tested under gnome-shell.

orschiro commented on 2013-03-25 05:43 (UTC)

@xzy3186 Glad to hear that. :) Let me know once you have integrated the service so that we can add the note to the wiki.

xzy3186 commented on 2013-03-25 02:09 (UTC)

@orschiro Yeah, the last one seems to be working. I will check more carefully later. If everything is fine, I will integrate this service into the package! :-)

orschiro commented on 2013-03-24 16:55 (UTC)

@xzy3186, Last trial. What about: [Service] ExecStartPre=/usr/bin/sleep 100

xzy3186 commented on 2013-03-24 15:57 (UTC)

@orschiro Unfortunately the same error is received even if timeoutsec is applied. JS ERROR: !!! Exception was: TypeError: state is null JS ERROR: !!! message = '"state is null"' JS ERROR: !!! fileName = '"/usr/share/gnome-shell/extensions/brett@insynchq.com/extension.js"' JS ERROR: !!! lineNumber = '275' JS ERROR: !!! stack = '"make_insync_menu([object Object],null)@/usr/share/gnome-shell/extensions/brett@insynchq.com/extension.js:275 (null,[object Error])@/usr/share/gnome-shell/extensions/brett@insynchq.com/extension.js:586 wrapper(null,[object Error])@/usr/share/gjs-1.0/lang.js:204 JS LOG: Ignored exception from dbus method: Error: DBus error: org.freedesktop.DBus.Error.NameHasNoOwner: Name "insync.rpc" does not exist

orschiro commented on 2013-03-24 14:50 (UTC)

@xzy3186, So basically we just need a delay of a few seconds? [Service] # Give a reasonable amount of time to start up TimeoutSec=300

xzy3186 commented on 2013-03-24 10:24 (UTC)

@orschiro Still does not work. If I run systemctl start to run the service manually, everything is fine. However, if I use systemctl enable, the gnome-shell-extension will lost its communication to the insync daemon on boot. The ugly workaroud is killing insync once. Then the service will restart the daemon again (because you set it to restart on killing, if I understand correctly). I am afraid there is confliction between the auto-start by systemd and the native auto-start by the gnome-shell-extension (for your case, should be cinnamon-applet)

orschiro commented on 2013-03-24 08:51 (UTC)

Does desktop integration work if you change ExecStart=/usr/bin/insync to ExecStart=/usr/bin/insync --gnome If so, then you could add the service file and leave it up to the user to modify the service file according to his DE if he wants to use the service approach. We could add the information to the wiki.

xzy3186 commented on 2013-03-24 06:26 (UTC)

Hi orschiro, I didn't know how to enable service file as specific user before. Now I can enable the insync process with my own account but as I expected that gnome-shell-extension-insync losted its control over insync.