Package Details: insync 3.9.10.60041-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: 323
Popularity: 0.049665
First Submitted: 2012-09-07 17:45 (UTC)
Last Updated: 2026-05-03 16:19 (UTC)

Latest Comments

« First ‹ Previous 1 .. 52 53 54 55 56 57 58 59 60 61 62 .. 66 Next › Last »

xzy3186 commented on 2013-01-09 11:21 (UTC)

If I were correct, the configuration file to autostart a program locates inside your home directory. And according to the rules of arch packaging [1], it is not allowed for pacman to modify any file (folder) under /home directory. On the other hand, there is no much work to add a program to your autostart array if you are using DE like KDE and gnome :) [1] https://wiki.archlinux.org/index.php/Arch_Packaging_Standards

<deleted-account> commented on 2013-01-09 09:08 (UTC)

@xzy3186 Thanks! Sorry all for the newbie question...! I use KDE as DE so I've put "insync" and "insync-kde" on autostart window of the configuration panel. I don't know how and if but I think that it could be an interesting thing if autostart will be put in the installation package routine.

xzy3186 commented on 2013-01-07 02:05 (UTC)

@mrbit: I am sorry but I have no more idea. Your problem seems to be really unique :(

mrbit commented on 2013-01-06 22:55 (UTC)

Now ldd -r /usr/lib/libQtNetwork.so.4 linux-vdso.so.1 (0x00007fff55b96000) libQtCore.so.4 => /usr/lib/libQtCore.so.4 (0x00007fe70b572000) libpthread.so.0 => /usr/lib/libpthread.so.0 (0x00007fe70b356000) libz.so.1 => /usr/lib/libz.so.1 (0x00007fe70b140000) libssl.so.1.0.0 => /usr/lib/libssl.so.1.0.0 (0x00007fe70aed5000) libcrypto.so.1.0.0 => /usr/lib/libcrypto.so.1.0.0 (0x00007fe70aacc000) libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00007fe70a7c9000) libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x00007fe70a5b3000) libc.so.6 => /usr/lib/libc.so.6 (0x00007fe70a206000) libdl.so.2 => /usr/lib/libdl.so.2 (0x00007fe70a002000) librt.so.1 => /usr/lib/librt.so.1 (0x00007fe709df9000) libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0x00007fe709b03000) libm.so.6 => /usr/lib/libm.so.6 (0x00007fe709805000) /usr/lib/ld-linux-x86-64.so.2 (0x00007fe70bde3000) libpcre.so.1 => /usr/lib/libpcre.so.1 (0x00007fe7095a1000) insync-kde Traceback (most recent call last): File "kde-applet.py", line 13, in <module> from PyKDE4.kdeui import KStatusNotifierItem ImportError: /usr/lib/libQtNetwork.so.4: undefined symbol: SSLv2_server_method

xzy3186 commented on 2013-01-06 22:49 (UTC)

@mrbit I am not sure. If all your packages come from official repo, this should not be the case.

mrbit commented on 2013-01-06 21:30 (UTC)

the problem its openssl 1.0.1c / qt 4.8.4 ?? currently build without SSlv2 ???

mrbit commented on 2013-01-06 14:42 (UTC)

xzy3186 go http://lists.opensuse.org/opensuse-bugs/2011-04/msg03223.html ...

mrbit commented on 2013-01-06 14:36 (UTC)

also..: ldd -r /usr/lib/libcurl.so.4 linux-vdso.so.1 (0x00007fffde96e000) libssh2.so.1 => /usr/lib/libssh2.so.1 (0x00007f88d2db6000) librt.so.1 => /usr/lib/librt.so.1 (0x00007f88d2bae000) libssl.so.1.0.0 (0x00007f88d2950000) libcrypto.so.1.0.0 (0x00007f88d256b000) libz.so.1 (0x00007f88d2354000) libpthread.so.0 => /usr/lib/libpthread.so.0 (0x00007f88d2138000) libc.so.6 => /usr/lib/libc.so.6 (0x00007f88d1d8a000) libdl.so.2 => /usr/lib/libdl.so.2 (0x00007f88d1b86000) /usr/lib/ld-linux-x86-64.so.2 (0x00007f88d32a0000) undefined symbol: SSLv2_client_method (/usr/lib/libcurl.so.4)

xzy3186 commented on 2013-01-06 13:32 (UTC)

@mrbit: I got the idea from here: https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/830435 Seems that you have a lot of versions of QT installed. So my guess is that the problem arises from your QT configuration and the first thing to do is getting rid of those "undefined symbol" messages from ldd command.

mrbit commented on 2013-01-06 13:19 (UTC)

yes reinstalled qt 4.8.4