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

Latest Comments

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

xzy3186 commented on 2013-01-18 01:27 (UTC)

@satanselbow: "open insync folder" doesn't work becasuse pcmanfm is not supported by any version of insync [1]. insync-beta-mate requires caja as file-manager. From that sense, the easiest thing we can do for users not willing to use nautilus is removing nautilus from depends array of "other DE". @lava: It is a good idea to add a auto-detection for thunar but not for xfce4-session. As "_DESKTOP=4" just need thunar as file-manager. Xfce users with nautilus need "_DESKTOP=6" instead. libappindicator3 is really a ubuntu stuff but is needed to show the system-tray icon if you are not using gnome-shell/cinnamon/KDE. Thanks to you all for your suggestions and I will modify parts of the PKGBUILD to suit for more cases. [1]: https://forums.insynchq.com/discussion/1554/arch-linux-with-openbox-and-fbpanel-cannot-add-new-account-from-gui#Item_5

satanselbow commented on 2013-01-17 17:25 (UTC)

That is a typo on my part the comment - you are quite correct libappindicator3 is not required in LX/XFDE.

lava commented on 2013-01-17 17:10 (UTC)

1. PKGBUILD can be adapted to at least try to determine XFCE with running xfce4-session if ps -A | grep 'xfce4-session' > /dev/null then _DESKTOP=4 fi 2. Is it really necessary to have libappindicator3 for XFCE installation? Description says, it's an menu for Unity and it takes the whole Mono with it. I don't have Unity.

satanselbow commented on 2013-01-17 16:45 (UTC)

Worra about us LXDE users that don't want to install a ton of nautilus dependencies? (or cinnamon, or thunar for that matter!) You might want to add this tweak to the "Desktop Switcher" in the PKGBUILD ;) if [ $_DESKTOP -eq 7 ]; then depends=("xdotool" "libappindicator3" "pcmanfm" "xfce4-notifyd") if [ $CARCH = 'i686' ]; then source=("${pkgname}-${pkgver}-common.deb::http://s.insynchq.com/builds/${pkgname}-beta-mate_${pkgver}_i386.deb") sha256sums=("6e06e43e06bc7148f708a9add6a6c3222c953efb68a469ae227888a2580f2dc0") elif [ $CARCH = 'x86_64' ]; then source=("${pkgname}-${pkgver}-common.deb::http://s.insynchq.com/builds/${pkgname}-beta-mate_${pkgver}_amd64.deb") sha256sums=("43aa725c44272b61641bfde64a2507747e44b46bc7cc9193a7dfb5e87a8bea6b") fi noextract=("${pkgname}-${pkgver}-common.deb") fi systray applet works - although "open insync folder" does not... might have a look at that :D In fact - as long as you know what notifier/filemanager you are using (duh!) you can tweak it to do your bidding whatever the combination ;)

donniezazen commented on 2013-01-16 06:24 (UTC)

Thanks after enabling insync-extension all works fine.

xzy3186 commented on 2013-01-16 04:08 (UTC)

@ipstone: Do you mean archlinux working on ARM or others like android? As far as I know, insync for android has been released but not for free. Information can be obtained from here [1]. [1] https://forums.insynchq.com/discussion/1544/insync-for-android-is-in-play @donniezazen: Are you using gnome-shell or gnome-fallback? For gnome-shell, you have to enable insync-extension for gnome-shell by hand from gnome-tweak-tool. If gnome-fallback, please set _DESKTOP=6 in the PKGBUILD and re-install insync. Then you can launch insync from app menu or just type "insync" in the terminal.

donniezazen commented on 2013-01-16 03:01 (UTC)

I can't seem to get system tray icon to work under gnome. I have tried following. insync -gnome insync --gnome

<deleted-account> commented on 2013-01-15 18:14 (UTC)

do we have a built for ARM platform? it will be nice to run this on samsung new ARM chromebook

xzy3186 commented on 2013-01-14 13:23 (UTC)

@jrussell: That is a known bug for insync-extension. Whenever you enable/disable any other gnome-shell-extension, it will stop working. You can "alt+F2, r, enter" to reset the shell to make it work again. @Azrael85: You mean the emblems icons? It should work out of box. Once you start insync-daemon, the icon would show up.

Azrael85 commented on 2013-01-14 12:46 (UTC)

@xzy3186 Thanks! And what about the icons in Nemo? Do I have to do anything else to show them over my synced files?? Those green and blue in the picture in this link: https://forums.insynchq.com/discussion/1665/insync-for-linux-beta-14-0-9-33-updated-to-0-9-35