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 .. 14 15 16 17 18 19 20 21 22 23 24 .. 66 Next › Last »

iosonofabio commented on 2019-10-24 00:51 (UTC) (edited on 2019-10-24 00:51 (UTC) by iosonofabio)

Thanks. This is still not working on my machine. When I debug using

insync start --no-daemon

I get the following error:

QXcbIntegration: Cannot create platform OpenGL context, neither GLX nor EGL are enabled
libpng warning: iCCP: known incorrect sRGB profile
INFO     2019-10-24 11:50:21,008 [mainlogs:_log_run:92] Core(app_version=3.0.22.40446, platform=Linux-x86_64-arch/) initialized
WebEngineContext used before QtWebEngine::initialize() or OpenGL context creation failed.
/usr/lib/insync/QtWebEngineProcess --type=zygote --webengine-schemes=qrc:sLV --lang=en-US: symbol lookup error: /usr/lib/insync/QtWebEngineProcess --type=zygote --webengine-schemes=qrc:sLV --lang=en-US: undefined symbol: _ZN7content20localtime_r_overrideEPKlP2tm, version Qt_5
Trace/breakpoint trap (core dumped)

firecat53 commented on 2019-10-23 22:34 (UTC)

You can change the python2 requirement to just python. Version 3 added python3 support. I changed the PKGBUILD to python and it works fine.

iosonofabio commented on 2019-10-14 06:16 (UTC)

Same problem here. Tried some rewiring via LD_LIBRARY_PATH but could not really get it to work.

This is a bummer cause insync 3 supports both GDrive and OneDrive and I would need both.

Thanks anyway for maintaining!

hsseung commented on 2019-10-14 01:45 (UTC)

I'm getting this error message. Setting QT_QPA_PLATFORM=wayland yields pretty much the same message. Any suggestions?

Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
QXcbIntegration: Cannot create platform OpenGL context, neither GLX nor EGL are enabled
libpng warning: iCCP: known incorrect sRGB profile
INFO     2019-10-13 21:40:41,098 [mainlogs:_log_run:92] Core(app_version=3.0.22.40446, platform=Linux-x86_64-arch/) initialized
WebEngineContext used before QtWebEngine::initialize() or OpenGL context creation failed.
/usr/lib/insync/QtWebEngineProcess --type=zygote --webengine-schemes=qrc:sLV --lang=en-US: relocation error: /usr/lib/insync/QtWebEngineProcess --type=zygote --webengine-schemes=qrc:sLV --lang=en-US: symbol _ZN7content20localtime_r_overrideEPKlP2tm version Qt_5 not defined in file libQt5WebEngineCore.so.5 with link time reference
Trace/breakpoint trap (core dumped)

achilleas commented on 2019-10-06 13:17 (UTC) (edited on 2019-10-06 13:18 (UTC) by achilleas)

I run Insync headless on a home server and CLI and headless support were dropped in v3. I've created a separate aur package called insync1 from the last commit of this package pre-v3. The official word on this package is that it's community supported and it wont receive any updates.

Insync say they might add CLI/headless support in the future. Until then, we can use 1.5.7 until it stops working. I've added a pinned comment on the package to explain its purpose.

salsergey commented on 2019-10-03 06:01 (UTC)

Seems to work fine on my fresh Manjaro KDE. However, it turned out that the tray icon wasn't shown, though it was responding to mouse clicks. The tray icon appeared only after the installation of lib32-libappindicator-gtk2. Maybe this package should be included in the dependencies of Insync?

giswqs commented on 2019-09-30 12:40 (UTC) (edited on 2019-09-30 12:41 (UTC) by giswqs)

The latest update broke insync on my Manjaro KDE. The insync tray icon is not responding, and files are not being synced. Please help! Thanks.

Kr1ss commented on 2019-09-29 22:36 (UTC)

Thx for the update !

NobbZ commented on 2019-09-29 09:01 (UTC) (edited on 2019-09-29 09:19 (UTC) by NobbZ)

@Kr1ss, yes, still it would be cool if that fix was included in the PKGBUILD from the AUR already…

edit 1:

I made it work after applying the following diff:

diff --git a/PKGBUILD b/PKGBUILD
index 9085d63..d9a6901 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,16 +24,19 @@ depends=('xdg-utils'
          'libxcomposite')
 optdepends=()
 arch=('x86_64')
-source=('insync@.service' 'insync.service')
-md5sum=('fbf05bead8c90d5fd18a1ba14147acf7'
-           '7d416b57ed52fe3daf71bae1af563657')
-source=("http://s.insynchq.com/builds/${pkgname}_${pkgver}-${_dist}_amd64.deb")
-sha256sums=('6112df3b92e658606632e853066fda234aba7d72c1417ea4f87978febe729349')
+source=(
+    "http://s.insynchq.com/builds/${pkgname}_${pkgver}-${_dist}_amd64.deb"
+    'insync@.service'
+    'insync.service'
+)
+sha256sums=('6112df3b92e658606632e853066fda234aba7d72c1417ea4f87978febe729349'
+            'cf276c1dbf1592ea63a21c2d61c75f7ad6ec3b13e87b3aaa331e9c14799f4598'
+            '1432141539a6b3c5333631a2ee6696fab9bd2fe8770643bc670d95e4e96203e0')
 package() {
    tar xf data.tar.gz
    cp -rp usr ${pkgdir}/
-   install -Dm644 ../insync@.service ${pkgdir}/usr/lib/systemd/system/insync@.service
-   install -Dm644 ../insync.service ${pkgdir}/usr/lib/systemd/user/insync.service
-   install -dm755  ${pkgdir}/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0
+   install -Dm644 insync@.service ${pkgdir}/usr/lib/systemd/system/insync@.service
+   install -Dm644 insync.service ${pkgdir}/usr/lib/systemd/user/insync.service
+   install -dm755 ${pkgdir}/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0
    ln -s /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache ${pkgdir}/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache
 }

Kr1ss commented on 2019-09-29 08:35 (UTC)

@BrianAllred see my comment below for a fix.