Package Details: insync 3.9.4.60020-1

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)

Latest Comments

« First ‹ Previous 1 .. 22 23 24 25 26 27 28 29 30 31 32 .. 65 Next › Last »

thenaterhood commented on 2018-05-07 23:33 (UTC)

@ctingwai: thanks for the heads up! I'll take a look at that.

ctingwai commented on 2018-05-04 08:16 (UTC) (edited on 2018-05-04 08:19 (UTC) by ctingwai)

The libz error: ImportError: /usr/lib/insync/libz.so.1: version ZLIB_1.2.9 not found (required by /usr/lib/libpng16.so.16)

can be workaround by symlinking libz.so.1 to the one stored in /lib:

$ sudo mv /usr/lib/insync/libz.so.1 /usr/lib/insync/libz.so.1.old
$ sudo ln -s /lib /usr/lib/insync/libz.so.1

petsam commented on 2018-04-03 22:23 (UTC) (edited on 2018-04-03 23:51 (UTC) by petsam)

(Update: I renamed ~/.local/share/applications/mimeapps.list and it started fine. I will try to find out why.) I had 1.4 installed 2 weeks ago, fine. Today I realize (after some updates) it 's not starting with errors about fontconfig (invalid attributes) and mimeapps.list (parsing). Manjaro Testing insync 1.4.5-1 fontconfig 2.13.0+10+g58f5285-1

insync start --no-daemon

Fontconfig warning: line 5: unknown element "its:rules" Fontconfig warning: line 6: unknown element "its:translateRule" Fontconfig error: line 6: invalid attribute 'translate' Fontconfig error: line 6: invalid attribute 'selector' Fontconfig error: line 7: invalid attribute 'xmlns:its' Fontconfig error: line 7: invalid attribute 'version' more similar here

which: no kreadconfig in (/usr/lib/insync:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/var/lib/snapd/snap/bin) WARNING:root:While reading /home/USER/.local/share/applications/mimeapps.list Traceback (most recent call last): File "isyncd/linux/application_manager.py", line 50, in __index_default_apps File "ConfigParser.py", line 305, in read File "ConfigParser.py", line 546, in _read ParsingError: File contains parsing errors: /home/USER/.local/share/applications/mimeapps.list [line 2]: '=popcorntime.desktop;stremio.desktop;menulibre.desktop;planmaker-2018.desktop;audacity.desktop;evince-previewer.desktop;gtk3-widget-factory.desktop;krita_jpeg.desktop;gnome-color-panel.desktop;systemd-manager.desktop;gnome-privacy-panel.desktop;kodi.desktop;org.gnome.ChromeGnomeShell.desktop;org.kde.kdeconnect.kcm.desktop;libreoffice-calc.desktop;eog.desktop;libreoffice-writer.desktop;nautilus-classic.desktop;MSOffice.desktop;gnome-system-log.desktop;gitg.desktop;xfce-xfcalendar-settings.desktop;bvnc.desktop;wps-office-wpp.desktop;qdbusviewer.desktop; more similar here...

Traceback (most recent call last): File "<string>", line 6, in <module> File "main.py", line 128, in <module> File "maininsync.py", line 116, in <module> File "isyncd/linux/headless/cli.py", line 49, in run File "</module>maininsync.py", line 88, in main File "isyncd/linux/platform_impl.py", line 210, in use_this File "isyncd/linux/platform_impl.py", line 108, in init File "isyncd/linux/application_manager.py", line 25, in init File "isyncd/linux/application_manager.py", line 55, in index_default_apps File "isyncd/linux/application_manager.py", line 85, in record_config_entries File "ConfigParser.py", line 655, in items File "ConfigParser.py", line 691, in _interpolate File "ConfigParser.py", line 700, in _interpolate_some AttributeError: 'list' object has no attribute 'find'</module></module></string>

yan12125 commented on 2018-03-25 17:57 (UTC)

Thanks for the fix. Now insync builds and runs fine for me!

thenaterhood commented on 2018-03-25 16:04 (UTC)

!upx flag removed from options. For most, it shouldn't be anything noticeable, but seems to make the package size smaller.

I've also removed the symlinking for libfontconfig, which appears to solve the issue yan12125 reported with the newer fontconfig. insync ships its own version of the library so I don't think we should be forcing it onto the system version (likely sometime in the past there was a bug and the system version was patched would be my guess as to why it was there).

dhux: I haven't forgotten about you! I haven't been able to track down any info so I suggest posting in the insync forum for now, since I don't have an answer. I don't want to do it on your behalf because I don't want to end up relaying things back and forth, since they may want more info. I'll be happy to update the package if they provide you with a resolution.

yan12125 commented on 2018-03-25 09:20 (UTC)

Another issue - could you drop !upx from options of PKGBUILD? It does not work with aur/pacman-git.

Ref: https://bbs.archlinux.org/viewtopic.php?pid=1775925

yan12125 commented on 2018-03-25 06:30 (UTC)

Hello @thenaterhood, the new fontconfig has entered [extra]. Mind taking a look into it?

dhux commented on 2018-03-23 12:05 (UTC) (edited on 2018-03-23 12:06 (UTC) by dhux)

Running insync start --no-daemon results with:

ConfigParser.InterpolationSyntaxError: '%' must be followed by '%' or '(', found: '%java -jar-IY674V.desktop'

thenaterhood commented on 2018-03-19 22:55 (UTC)

@dhux: I need more information in order to look into that. What errors do you get?

@yan12125: That's neat. It looks like insync tries to ship with its own versions of those libraries, but maybe unsuccessfully if it's using the system ones. If it's using the system ones, then I'll need to add some dependencies.

yan12125 commented on 2018-03-19 09:41 (UTC)

@thenaterhood: I have /usr/lib/insync/libfreetype.so.6, too, and it's an ordinary file (not symlink). Maybe the cause is that I've enabled [testing], which contains fontconfig 2.13.0+10+g58f5285-1. FT_Done_MM_Var is a new function in freetype 2.9 [1], and I guess new fontconfig requires new freetype2.

[1] https://lists.nongnu.org/archive/html/freetype-announce/2018-01/msg00002.html