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 .. 10 11 12 13 14 15 16 17 18 19 20 .. 65 Next › Last »

biwhite commented on 2020-06-11 15:26 (UTC)

I'm on wayland and need to start the app with insync start --qt-qpa-platform=xcb otherwise there's no GUI showing up. How's best to get this incorporated into the .desktop files?

papa33 commented on 2020-03-11 08:52 (UTC)

They released v 3.1 yesterday, but I reported a bug. They said they have just fixed it, but right now they have removed all the links to the downloads.

tinywrkb commented on 2020-02-29 14:07 (UTC)

@mpei it's nice to hear that your issue was resolved. Note that you might be able to avoid the binary printer driver altogether. If you have a recent HP printer with AirPrint support then driverless printing with CUPS should just work, and it's possible you could get driverless scanning working via eSCL protocol with SANE's eSCL builtin backend or the sane-airsane one.

mpei commented on 2020-02-28 22:16 (UTC)

Thanks for everyone pointing me in the right direction. It is solved and I think I know what happened.

I renamed the symlink: mv /usr/lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu.tmp

And installed insync with yay: yay -S insync aur/insync-nautilus aur/insync-nemo

Some time ago I had hp-lib installed and I remember that needed the symlink to be there in order to run properly and find the plugins. So I must have put that in manually and forgot about it. I'm grateful for all your help.

mpei commented on 2020-02-28 22:00 (UTC)

I'm grateful for all your comments! I really am not sure how to debug this on my own.

➜ ~ file /usr/lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0 /usr/lib/x86_64-linux-gnu: symbolic link to /usr/lib64 /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0: directory

tinywrkb commented on 2020-02-28 21:15 (UTC)

@mpei

➜ ~ pacman -Qqo /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0
gdk-pixbuf2 libheif librsvg libwmf

This only makes sense if you have a symlink somewhere there. So it's /usr/lib/x86_64-linux-gnu or /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0.

Just test this with $ file /usr/lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0, one of them should be a symlink, and then check which package own the symlink (can be none if created by an install script).

mpei commented on 2020-02-28 05:30 (UTC)

I did then remove the .cache file and tried to install again: error: failed to commit transaction (conflicting files) insync: /usr/lib/x86_64-linux-gnu exists in filesystem Errors occurred, no packages were upgraded.