Search Criteria
Package Details: insync 3.9.10.60041-1
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.046744 |
| First Submitted: | 2012-09-07 17:45 (UTC) |
| Last Updated: | 2026-05-03 16:19 (UTC) |
Dependencies (9)
- alsa-lib
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- 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, openerAUR, mimejs-gitAUR, xdg-utils-mimeoAUR)
- lib32-libappindicator-gtk2AUR (optional) – Required for tray icon in some configurations
Latest Comments
« First ‹ Previous 1 .. 12 13 14 15 16 17 18 19 20 21 22 .. 66 Next › Last »
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-gnuor/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.0is 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.0but 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.
tinywrkb commented on 2020-02-22 19:40 (UTC)
@mpei which package own
/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cacheon your system except insync? this should be solved properly with a gdk-pixbuf-compat package.mpei commented on 2020-02-21 17:16 (UTC)
I can remove the cache file. But it seems to have a conflict with that entire folder: /usr/lib/x86_64-linux-gnu.
Output: error: failed to commit transaction (conflicting files) insync: /usr/lib/x86_64-linux-gnu exists in filesystem Errors occurred, no packages were upgraded.
tinywrkb commented on 2020-02-18 21:06 (UTC) (edited on 2020-02-18 21:13 (UTC) by tinywrkb)
@mpei Check which package owns the file. If multiple packages need this then it should be moved to its own gdk-pixbuf-compat package so both insync and the other offending package can depend on it.
At worst, you can add the file path to pacman.conf NoExtract and NoUpgrade and then create the symlink manually.
edit: And you might be able to avoid adding the file by exporting the environment var
GDK_PIXBUF_MODULE_FILE=/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache.mpei commented on 2020-02-18 16:37 (UTC)
Anybody else getting that conflict?
error: failed to commit transaction (conflicting files) insync: /usr/lib/x86_64-linux-gnu exists in filesystem insync: /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache exists in filesystem Errors occurred, no packages were upgraded.
« First ‹ Previous 1 .. 12 13 14 15 16 17 18 19 20 21 22 .. 66 Next › Last »