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.050692 |
| 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 .. 9 10 11 12 13 14 15 16 17 18 19 .. 66 Next › Last »
inforogue commented on 2021-04-25 20:06 (UTC)
Running into a problem with Insync. I can get it to install fine and if I let it go with all the defaults it will run fine. But if during the install I click on the "Change" link to change the location to save Onedrive data to it will crash. The system tray icon will load up on relaunch but any time I try to go into settings to change locations it will immediately crash. Works fine on Manjaro but under regular Arch it exhibits this behavior.
tinywrkb commented on 2021-04-19 11:58 (UTC)
If someone still can't start the app, and assuming this was introduced due to the xsettings schemas changes, I brought back the gsettings-xsettings-schemas package to the AUR for compatibility with outdated app-packaged GTK3 libs.
Read the pinned comments before installing the package.
Preferably, you should try before installing that package to set
QT_QPA_PLATFORMTHEME=kdeandQT_QPA_PLATFORMTHEME=qt5ct, or remove the packagedlibgtk-3.so*so the system one will be used and/orlibqgtk3.so.And as said before, Insync devs are aware of the issue and it's expected to be fixed in 3.3.9.
tinywrkb commented on 2021-04-14 13:06 (UTC)
@diogobaeder so it does seem to be a GSettings schema issue due to the outdated packaged GTK3 lib. Apparently
libqgtk3.sois only used for matching the Qt5 theme with the GTK3 one so maybe just settingQT_QPA_PLATFORMTHEME=kdeorQT_QPA_PLATFORMTHEME=qt5ctcan avoid loading this lib.You can also try removing
libqgtk3.so.The other possible solutions I mention before are to remove the packaged GTK3 lib meaning
libgtk-3.so*or to add those missing schema but the latter might break the XDG Portal and I'm not sure how this will affect the system.I have the older schema installed and it works fine for me but my system is bare minimal and all the widget toolkit dependent apps I run through Flatpak.
diogobaeder commented on 2021-04-14 12:20 (UTC)
Thanks a bunch, @tinywrkb ! So this is what I get: https://pastebin.com/XUgDw4yH - some missing antialiasing key, it seems... I'll try to tinker with that.
tinywrkb commented on 2021-04-14 11:37 (UTC)
@diogobaeder, there's
out.txtin.config/Insyncand you can get a bit more verbose output by setting the environment variableQT_DEBUG_PLUGINS=1. Also, try starting with--no-daemon.While the comment is now deleted, @rubusarbaro posted that the app is complaining about missing GSetting schema. Even though this is PySide2/Qt5 app, and not GTK3, I guess maybe it still makes some call to the GTK3 lib, so my suggestion about trying to add those schemas or removing the packaged GTK3 lib still applies, though I find it unusual that this would crash the app.
diogobaeder commented on 2021-04-14 10:44 (UTC)
Not working on Gnome 40.0 for me either. If I run "insync start", I get nothing as output, and there's no verbose option. I tried using strace on it, but couldn't find a clue, it just seems to run /usr/lib/insync/insync but exit immediately afterwards. I don't know how to properly debug it.
thenaterhood commented on 2021-04-14 02:25 (UTC)
Sounds like insync is aware of the issue and it will be fixed in the next release: https://forums.insynchq.com/t/insync-not-working-on-gnome-40/17149/3
I'm not opposed to removing more of the packaged libs since this is a huge package, but I'd rather defer to their fix.
tinywrkb commented on 2021-04-12 14:41 (UTC)
@renatocrrs this shouldn't break the app, it should run even without that schema but with degraded font rendering.
This was introduced because those schemas were moved out from gnome-settings-daemon into gsettings-desktop-schemas.
If I understand correctly this change requires an updated GTK3 but Insync ships its own version.
I had a workaround for a relevant gsettings schema issue that I uploaded as an AUR package,
gsettings-xsettings-schemas, but I'm not sure that it's safe to use after the Gnome 40 release so the AUR package is installing nothing now.If you're brave enough, can work without a GUI if it breaks, I mean directly with the Linux console, then try building the package from here and report back. You can also just copy the schemas.
If it works, doesn't break XDG Portal, and you don't see errors about the schemas in the log then I can bring it back to the AUR for compatibility with older GTK3 releases.
@thenaterhood
You can probably remove the packaged GTK3 lib and let the app pick up from the system as the ABI is stable, but I'm not sure how safe it is.
In my Flatpak packaging for Insync I'm purging a bunch of libs that are already included in the runtime, see here.
thenaterhood commented on 2021-04-12 11:43 (UTC)
@rubusarbaro can you be more specific about what you're seeing?
« First ‹ Previous 1 .. 9 10 11 12 13 14 15 16 17 18 19 .. 66 Next › Last »