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.047698
First Submitted: 2012-09-07 17:45 (UTC)
Last Updated: 2026-05-03 16:19 (UTC)

Latest Comments

« First ‹ Previous 1 .. 26 27 28 29 30 31 32 33 34 35 36 .. 66 Next › Last »

Nefelim4ag commented on 2017-09-23 07:02 (UTC) (edited on 2017-09-26 09:43 (UTC) by Nefelim4ag)

I change something: # Maintainer: Nate Levesque <public@thenaterhood.com> # Contributor: Vlad M. <vlad@archlinux.net> # Contributor: Zhengyu Xu <xzy3186@gmail.com> pkgname=insync pkgver=1.3.17 _pkgver=36167 _ubuntu_dist=trusty pkgrel=1 pkgdesc="An unofficial Google Drive client that runs on Linux, with support for various desktops" url="https://www.insynchq.com/downloads" license=('custom:insync') options=(!strip !upx) depends=('xdg-utils' 'glibc' 'python2') arch=('i686' 'x86_64') source=('insync@.service' 'insync.service') source_i686=("http://s.insynchq.com/builds/${pkgname}_${pkgver}.${_pkgver}-${_ubuntu_dist}_i386.deb") source_x86_64=("http://s.insynchq.com/builds/${pkgname}_${pkgver}.${_pkgver}-${_ubuntu_dist}_amd64.deb") sha256sums=('cf276c1dbf1592ea63a21c2d61c75f7ad6ec3b13e87b3aaa331e9c14799f4598' '1432141539a6b3c5333631a2ee6696fab9bd2fe8770643bc670d95e4e96203e0') sha256sums_i686=('SKIP') sha256sums_x86_64=('SKIP') package() { tar xf data.tar.gz mv -v usr ${pkgdir}/usr # Patch files for Arch echo "==> Patching files..." cd ${pkgdir} grep -R -e "/usr/bin/python$" ./usr | cut -d':' -f1 | cut -d' ' -f1 | sort -u | \ while read -r file; do [ ! -f "$file" ] && continue echo "Patch: $file" sed -i "s|usr/bin/python$|usr/bin/python2|g" "$file" || : done # End of patching install -Dm644 ${srcdir}/insync@.service ${pkgdir}/usr/lib/systemd/system/insync@.service install -Dm644 ${srcdir}/insync.service ${pkgdir}/usr/lib/systemd/user/insync.service ln -sf "/usr/lib/libfontconfig.so.1" "${pkgdir}/usr/lib/insync/libfontconfig.so.1" } May be you will found that useful

thenaterhood commented on 2017-09-07 01:59 (UTC)

I could see insync.service using insync-headless, but I'm not sure I want to change that behaviour for insync@.service if people are now expecting it to provide a tray icon.

blackhole commented on 2017-09-04 09:52 (UTC)

I think that systemd service should use insync-headless, since insync is working fine only in this case and is more logical. If you want the tray icon, you can start it at boot with autostart options in your Desktop.

thenaterhood commented on 2017-06-27 21:37 (UTC)

Apologies for the delay; package is now updated to 1.3.17.36167.

dtraenapp commented on 2017-05-03 11:10 (UTC)

Hi, thank you for the solution! It works now as expected. Dirk

thenaterhood commented on 2017-04-28 00:28 (UTC)

I'm not seeing the same problem. There was a Qt issue before that resulted in a core dump that was solved by running qtconfig-qt4 and choosing a different GUI style than GTK+. Try giving that a shot.

dtraenapp commented on 2017-04-27 10:41 (UTC)

Hi, another issue: insync does not work (strace output: +++ killed by SIGSEGV (core dumped) +++) insync-headless works!

codextremist commented on 2017-04-10 17:12 (UTC)

Anyone having the same issue. I just completely remove the ~/.config/Insync folder and than it started working again. This started happening after I updated insync version

codextremist commented on 2017-04-10 17:09 (UTC)

Strange thing is that > sudo insync start --no-daemon works fine. So it should be an issue related to local configuration or file permission

codextremist commented on 2017-04-10 15:27 (UTC)

Insync is not starting since my update. It seems ZLIB version 1.2.9 is not found. My current zlib version is 1.2.11 > insync start --no-daemon ** (process:10596): WARNING **: Failed to load shared library 'libnotify.so.4' referenced by the typelib: /usr/lib/insync/libz.so.1: version `ZLIB_1.2.9' not found (required by /usr/lib/libpng16.so.16) which: no kreadconfig in (/usr/lib/insync:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/home/felipe/.rvm/bin:/usr/local/texlive/2015/bin/x86_64-linux:/home/felipe/bin:/home/felipe/.git-radar:/home/felipe/.rvm/bin:/usr/local/texlive/2015/bin/x86_64-linux:/home/felipe/bin:/home/felipe/.git-radar) "sni-qt/10596" WARN 12:19:42.932 void StatusNotifierItemFactory::connectToSnw() Invalid interface to SNW_SERVICE ERROR:root:Cannot initialize notifications.