Package Details: insync 3.9.6.60027-2

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.59
First Submitted: 2012-09-07 17:45 (UTC)
Last Updated: 2025-05-19 12:22 (UTC)

Latest Comments

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

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

dhux commented on 2018-03-19 01:00 (UTC)

Builds but won't start, even with yan12125's line added to the PKGBUILD.

thenaterhood commented on 2018-03-19 00:54 (UTC)

yan12125: Thanks for the info! Very interesting; I have that file (and it's not a symlink) so I wonder how it got lost for you. I want to look into this more before I add that symlink to the package since I'm worried that could have side effects later.

yan12125 commented on 2018-03-18 08:43 (UTC) (edited on 2018-03-18 08:51 (UTC) by yan12125)

I got an issue after upgrading to 1.4.3

$ insync start --no-daemon
Traceback (most recent call last):
  File "<string>", line 6, in <module>
  File "__main__.py", line 128, in <module>
  File "__main__insync__.py", line 116, in <module>
  File "isyncd/linux/headless/cli.py", line 49, in run
  File "__main__insync__.py", line 25, in main
  File "PySide/QtGui.py", line 26, in <module>
  File "PySide/QtGui.py", line 17, in _bbfreeze_import_dynamic_module
ImportError: /usr/lib/insync/libfontconfig.so.1: undefined symbol: FT_Done_MM_Var

I "fixed" this by adding the following line after the libfontconfig line in PKGBUILD

ln -sf "/usr/lib/libfreetype.so.6" "${pkgdir}/usr/lib/insync/libfreetype.so.6"