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: | 1.00 |
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, xdg-utils-mimeoAUR, mimejs-gitAUR)
- lib32-libappindicator-gtk2 (optional) – Required for tray icon in some configurations
Latest Comments
1 2 3 4 5 6 .. 66 Next › Last »
wmzm commented on 2025-05-19 18:20 (UTC)
@thenaterhood & @BryanLiang - thanks both for your help and looking into this!
thenaterhood commented on 2025-05-19 12:27 (UTC)
Insync works fine without the fonts package. I would actually venture there might be more removeable dependencies because the PKGBUILD contains more dependencies than the .deb still.
BryanLiang commented on 2025-05-19 05:04 (UTC)
@wmzm I tested by removing adobe-source-code-pro-fonts and reinstalling the package myself. Insync continues to work without any issues.
wmzm commented on 2025-05-19 02:41 (UTC)
@thenaterhood - thanks for looking into this. Any idea when/if this dependency, adobe-source-code-pro-fonts, will be removed?
thenaterhood commented on 2025-05-14 11:52 (UTC)
@BryanLiang it's probably a holdover from an older version that never got removed. I'll take a look and if it can go I'll drop that dependency.
BryanLiang commented on 2025-05-12 11:56 (UTC)
Hello, why this package needs
adobe-source-code-pro-fonts
? I extract the deb to lookupcontrol
file inside and find out that it is not required there.aradar commented on 2024-10-06 09:51 (UTC)
I also finally found a bit of time to dig deeper into why insync failed to start for me with newer versions and the result might be helpful for others.
As the latest comments indicate that insync has problems with the
*.desktop
file parsing, I checked those, but all of them were fine.After that, I started insync via
strace
and looked through the output and noticed that it continuously went over some mount directories. I then checked the mount directories it was interested in and discovered that one of them is from a failed systemd automount unit that points to a currently disabled samba share. As soon as the service got disabled and I unmounted the broken mount, insync just started normally.So if anyone still has problems with this, I think it is worth a shot to check all your mount locations, as for some reason insync must be able to access all of them during the startup.
FirstAirBender commented on 2024-07-17 04:09 (UTC) (edited on 2024-07-17 04:10 (UTC) by FirstAirBender)
The suggestion of using strace to discover the file containing the offending mimetype didn't 100% work for me, but it led me to the correct solution. The
strace
output kept stopping atvlc.desktop
, and after running the mime checker on all the mimetypes in that file, I didn't find any of them that gave an error.The code for checking:
Anyways, the strace output showed that insync was reading many of those files multiple times. This led me to look to see if there was a place where all the mimetypes are listed. Turns out there is one and it's in the
~/.config/mimeapps.list
file.I opened the file and discovered a mimetype listed as
vscode=//*=vscodium.desktop;
The syntax immediately stood out to me. As soon as I deleted this entry, I was able to start insync.Here is a simple script to find those pesky mimetypes:
NSDragon commented on 2024-07-14 10:56 (UTC)
Exact same value for me, and my mpv.desktop file is unmodified.
I've checked all my .desktop files with desktop-file-validate but it doesn't report any errors with any of them about any invalid MimeTypes.
At least for the time being, version 3.8.7 seems to work.
hades commented on 2024-07-13 15:12 (UTC) (edited on 2024-07-13 15:14 (UTC) by hades)
The latest build of insync works on my machine with mpv installed. Maybe this is not related to mpv in your case? Or maybe your mpv.desktop file has been modified?
My mpv.desktop contains the following:
In the cases I've seen with other desktop files that insync didn't like, the problem was that a type had no subtype (e.g. "audio" instead of "audio/opus").
1 2 3 4 5 6 .. 66 Next › Last »