Search Criteria
Package Details: insync 3.9.6.60027-2
Package Actions
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.61 |
First Submitted: | 2012-09-07 17:45 (UTC) |
Last Updated: | 2025-05-19 12:22 (UTC) |
Dependencies (9)
- alsa-lib
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libglvnd (libglvnd-gitAUR)
- libxcrypt (libxcrypt-gitAUR)
- nss (nss-hgAUR)
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, xdg-utils-handlrAUR, openerAUR, mimejs-gitAUR, xdg-utils-mimeoAUR)
- lib32-libappindicator-gtk2 (optional) – Required for tray icon in some configurations
Latest Comments
« First ‹ Previous 1 .. 11 12 13 14 15 16 17 18 19 20 21 .. 66 Next › Last »
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
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.
mpei commented on 2020-02-28 05:16 (UTC)
➜ ~ pacman -Qqo /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache
error: No package owns /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache
➜ ~ pacman -Qqo /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0
gdk-pixbuf2 libheif librsvg libwmf
tinywrkb commented on 2020-02-26 16:44 (UTC)
@mpei
/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0
is a directory and it's not a problem if multiple packages own it.Also, I'm pretty sure that you didn't run this on
/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0
but on/usr/lib/gdk-pixbuf-2.0/2.10.0
.$ pacman -Qo /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache
?mpei commented on 2020-02-26 14:19 (UTC)
➜ ~ pacman -Qqo /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0
gdk-pixbuf2 libheif librsvg libwmf ➜ ~
It would be great to check if the symlink / directory is there before creating it.
thenaterhood commented on 2020-02-26 03:18 (UTC)
Stepping in to say I've seen your comments, I just haven't had a chance to address them.
The symlink we're creating was a stopgap for ...well, its absence. We can definitely remove it or do it differently if it's now a problem.
« First ‹ Previous 1 .. 11 12 13 14 15 16 17 18 19 20 21 .. 66 Next › Last »