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: | 322 |
Popularity: | 1.80 |
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 .. 9 10 11 12 13 14 15 16 17 18 19 .. 65 Next › Last »
brianmsm commented on 2020-10-07 21:27 (UTC)
Could you update this package, please?
thenaterhood commented on 2020-09-14 21:44 (UTC)
Hmm. That doesn't look like it was the answer. I haven't tried running it in a chroot container so that may be an option but I'm not sure how much difference it'll make since I'm on a pretty clean install as it is.
tinywrkb commented on 2020-09-13 07:50 (UTC)
@thenaterhood this looks like some mismatch libs error. Do you have qt5 installed on your system? if so then remove it and try to run without it or start insync in a chroot container with x11 forwarding.
Another solution that might help is to run with
env LD_LIBRARY_PATH=/usr/lib/insync insync start
thenaterhood commented on 2020-09-13 03:58 (UTC)
Sorry for the delay, my hard drive died yesterday so I'm getting back in working order. I'm having trouble getting insync to work at the moment, seemingly unrelated to the latest updates. Tracking that down.
thenaterhood commented on 2020-09-10 16:41 (UTC)
Sweet. Thanks for the heads up on that. And thanks for the PKGBUILD, you did all the hard work :)
tinywrkb commented on 2020-09-07 19:02 (UTC) (edited on 2020-09-08 09:45 (UTC) by tinywrkb)
@thenaterhood it might be a good idea to remove
/usr/lib/insync/libGL{X,dispatch}.so*
from the package. These are already supplied by libglvnd and might cause the app to crash if it tries to use the EGL Wayland backend. edit: also/usr/lib/insync/libdrm.so*
should be removed.edit: here the suggested changes, this works fine for Wayland software rendering but the EGL backend still doesn't work while it is working in a container environment (Flatpak), I'm not sure why.
tinywrkb commented on 2020-09-07 16:46 (UTC) (edited on 2020-09-07 17:06 (UTC) by tinywrkb)
Heads up, latest 3.2.7 release finally includes Qt5 Wayland shell integration plugins but the app still doesn't load when start as a Wayland client, so QT_QPA_PLATFORM=xcb should still be used.
edit: actually it works perfectly as a Wayland client on my Arch Linux host, it didn't work correcly in a container, strace showing some memory allocation issue.
thenaterhood commented on 2020-08-02 01:57 (UTC)
@tinywrkb: I'm subscribed to the insync discourse releases topic. I usually try not to pick up releases immediately because there have been a few that have been pulled.
Feel free to give me a nudge or mark the package out of date if you think I'm running behind - it does happen.
tinywrkb commented on 2020-08-01 15:03 (UTC) (edited on 2020-08-01 15:08 (UTC) by tinywrkb)
@thenaterhood, how are you following releases? you seem to be missing out on updates.
This is what I'm doing:
On the Insync Discourse I set
Watching first post
on the Releases topic.I have the following in urlwatcher's urls.yaml
p.s. Forgot to mention that the last one (apt repo) doesn't always work correctly due to the fact
Last-Modified
in the response HTTP header is not always updates on content change so urlwatcher just skip over it.tinywrkb commented on 2020-06-17 11:00 (UTC) (edited on 2020-06-17 11:01 (UTC) by tinywrkb)
@biwhite, try to set QT_QPA_PLATFORM as an environment variable. You can also drop your own insync.desktop file with an updated Exec into
$XDG_DATA_HOME/applications
.I'm no longer using this AUR package in favor of my own Flatpak but during a little investigation I noticed I can throw away most of the embedded shared libs in favor of system libs, and insync would still work perfectly fine.
IIRC I only had to keep the python, icu, shiboken2, curl libs, and the for rest I used systems libs, include qt5webengine. But I've done it with a Flatpak runtime not with Arch libs.
As this issue might be related to out-of-date QT libs then it probably worth trying to run insync with system libs instead of the embedded ones.
« First ‹ Previous 1 .. 9 10 11 12 13 14 15 16 17 18 19 .. 65 Next › Last »