pydio / pydio-sync-java

[DEPRECATED] Synchronization Client of the Pydio project. Based on the Java SDK.
GNU General Public License v3.0
35 stars 15 forks source link

Please also make Linux Client available #38

Closed zinzolin closed 10 years ago

zinzolin commented 10 years ago

I love Pydio, I find it amazing, but I am stuck not able to use it. Not to have a Linux desktop client is for me a no go. :-( Please update it. Thanks a lot for the great work!

cdujeu commented 10 years ago

Hi @zinzolin, Can you try to download the following package : http://dl.ajaxplorer.info/nightly/sync/0.8.4-SNAPSHOT/pydio_sync-0.8.4-SNAPSHOT-linux_x86_64.zip Unzip it, rename the main jar to PydioSync.jar, and then run java -jar PydioSync.jar This should work! Charles

zinzolin commented 10 years ago
Hi Charles,
everything is working fine so far: the sync is being performed.
I do not see any try icon or anything that could help me manage the
configuration thought. On first run, I entered my server settings.
But since then, ona new start, that screen does not appear anymore.
NicolasLe 30/12/2013 12:17, Charles du Jeu a
  écrit :

  Hi @zinzolin,
    Can you try to download the following package : http://dl.ajaxplorer.info/nightly/sync/0.8.4-SNAPSHOT/pydio_sync-0.8.4-SNAPSHOT-linux_x86_64.zip

    Unzip it, rename the main jar to PydioSync.jar, and then run 
    java -jar PydioSync.jar
    This should work!
    Charles 
  —
    Reply to this email directly or view
      it on GitHub.
cdujeu commented 10 years ago

are you on ubuntu ? Check http://www.webupd8.org/2013/05/how-to-get-systray-whitelist-back-in.html

zinzolin commented 10 years ago
Hi,
I am on Ubuntu, but 12.04 and this method does not apply. There is
manual workaround that works though:

http://www.howtogeek.com/68119/how-to-bring-app-icons-back-into-unitys-system-tray/ Setting the systray whitelist to 'all' works. But I would like to avoid that. I tried entering 'PydioSync' in the list, but without success. My whitelist ist for the moment the following: ['JavaEmbeddedFrame', 'Wine', 'Update-notifier', 'PydioSync'] This was all for a Ubuntu 12.04 64bits machine. I tried to launch the app on a Ubuntu 12.04 32bits machine and got the fololwing error: Exception in thread "main" java.lang.UnsatisfiedLinkError: Cannot load 64-bit SWT libraries on 32-bit JVM     at org.eclipse.swt.internal.Library.loadLibrary(Unknown Source)     at org.eclipse.swt.internal.Library.loadLibrary(Unknown Source)     at org.eclipse.swt.internal.C.(Unknown Source)     at org.eclipse.swt.internal.Converter.wcsToMbcs(Unknown Source)     at org.eclipse.swt.internal.Converter.wcsToMbcs(Unknown Source)     at org.eclipse.swt.widgets.Display.(Unknown Source)     at io.pyd.synchro.Manager.main(Manager.java:114) NicolasLe 31/12/2013 18:23, Charles du Jeu a écrit :

  are you on ubuntu ? Check http://www.webupd8.org/2013/05/how-to-get-systray-whitelist-back-in.html
  —
    Reply to this email directly or view
      it on GitHub.
cdujeu commented 10 years ago

32 vs 64, check the ZIP list, make sure to use linux_x86, not linux_x86_64