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

Latest Comments

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

notuxius commented on 2017-12-15 14:08 (UTC)

@thenaterhood Hi. Do you think about adding of current beta package? - https://forums.insynchq.com/t/insync-1-4-beta-with-sync-on-demand-team-drive-syncing-is-here/10391 Thanks for your work!

thenaterhood commented on 2017-12-02 21:20 (UTC)

@hsantanna huh, indeed it isn't! That's out of my control since that's a file provided by insync. I believe a bug report would need to be filed with them.

hsantanna commented on 2017-12-01 18:27 (UTC)

/usr/share/doc/insync/changelog.gz is not a changelog.

thenaterhood commented on 2017-09-27 02:39 (UTC)

@Nefelim4ag Thank you! I'll have a look at those changes and see about incorporating them.

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.