Search Criteria
Package Details: insync 3.9.4.60020-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: | 321 |
Popularity: | 1.57 |
First Submitted: | 2012-09-07 17:45 (UTC) |
Last Updated: | 2024-08-11 22:53 (UTC) |
Dependencies (10)
- adobe-source-code-pro-fonts (ttf-adobe-source-code-pro-fontsAUR)
- alsa-lib
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- 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, xdg-utils-mimeoAUR, mimejs-gitAUR)
- 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 .. 65 Next › Last »
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.
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.cache
on 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.
tinywrkb commented on 2020-02-06 14:56 (UTC)
Great! thanks for the update.
thenaterhood commented on 2020-02-06 03:25 (UTC)
tinywrkb: Awesomesauce! Looks good to me, I've integrated your changes. Always happy when I can remove dependencies.
« First ‹ Previous 1 .. 11 12 13 14 15 16 17 18 19 20 21 .. 65 Next › Last »