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: 322
Popularity: 1.80
First Submitted: 2012-09-07 17:45 (UTC)
Last Updated: 2024-08-11 22:53 (UTC)

Latest Comments

« First ‹ Previous 1 .. 12 13 14 15 16 17 18 19 20 21 22 .. 65 Next › Last »

tinywrkb commented on 2020-02-03 16:01 (UTC)

The last update to Insync added the missing libxkbcommon-x11.so so I updated the diff in my previous comment and dropped libxkbcommon-x11 from the depends array.
You should update the PKGBUILD accordingly, you can review the list of included libs in /usr/lib/insync, and this can easily be tested in a chroot with X11 forwarding.

tinywrkb commented on 2020-01-22 14:10 (UTC) (edited on 2020-02-03 15:46 (UTC) by tinywrkb)

Here are the changes for minimal dependencies. Tested in a chroot and it worked correctly.

diff --git a/PKGBUILD b/PKGBUILD
index a11adef..24e1094 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,17 +12,14 @@ pkgdesc="An unofficial Google Drive client that runs on Linux, with support for
 url="https://www.insynchq.com/downloads"
 license=('custom:insync')
 options=(!strip)
-depends=('xdg-utils'
+depends=('adobe-source-code-pro-fonts'
+         'alsa-lib'
+         'fontconfig'
          'glibc'
-         'python'
+         'hicolor-icon-theme'
          'libglvnd'
          'nss'
-         'libxcursor'
-         'libxi'
-         'libxtst'
-         'libxrandr'
-         'alsa-lib'
-         'libxcomposite')
+         'xdg-utils')
 optdepends=()
 arch=('x86_64')
 source=("http://s.insynchq.com/builds/${pkgname}_${pkgver}-${_dist}_amd64.deb"

The app seems to fallback to software rendering and this might be an issue with the original distributed deb package. Export QT_DEBUG_PLUGINS=1 and look at ~/.config/Insync/out.txt, my guess is that the app is missing xcbglintegrations.

QFactoryLoader::QFactoryLoader() checking directory path "/usr/lib/insync/PySide2/plugins/xcbglintegrations" ...
QFactoryLoader::QFactoryLoader() checking directory path "/usr/lib/insync/xcbglintegrations" ...
QXcbIntegration: Cannot create platform OpenGL context, neither GLX nor EGL are enabled

thenaterhood commented on 2019-12-24 00:41 (UTC)

Updated PKGBUILD ot use python, not python2. I'm not sure we need the Python dependency at all because I think that insync is shipping its own Python, but I haven't tested with that yet.

tholinka commented on 2019-12-22 06:10 (UTC)

I edited the pkgbuild to use python and it's working fine (no python2 installed on this system). @tinywrkb is correct, v3 only needs python, not python2.

MrWhiskers commented on 2019-12-21 21:21 (UTC)

Could you update to the latest version? It supposedly fixed some very serious bugs

atescula commented on 2019-12-13 12:43 (UTC)

V3 has big big BIG bugs. destroyed what I've organized for years. Support Team is polite but useless. Went back to v 1.5.7

alternative: OverGrive for the price of a coffee

tinywrkb commented on 2019-11-22 23:04 (UTC)

Python2 depend is wrong. Insync 3 is built with Python 3, see https://www.insynchq.com/blog/insync-3/ and just review at the files in the distributed deb package. I haven't tested yet in a chroot but I believe there's no need for the python depend, just the fact that the app didn't break with the Python 3.8 update should tell you that it's self-contained.

hsseung commented on 2019-11-13 02:09 (UTC) (edited on 2019-11-13 03:30 (UTC) by hsseung)

@Ludde @iosonofabio Thanks, that worked! Embarrassed that I didn't think of it :)

P.S. The icon wouldn't show up in the top bar until I installed this package and activated with GNOME Tweak Tool: https://aur.archlinux.org/packages/gnome-shell-extension-appindicator/

iosonofabio commented on 2019-11-11 12:22 (UTC)

Indeed, confirm that rm -rf the aur git folder for insync and recloning solved it. Thank you!