<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Linux version in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/linux-version/m-p/262906#M216036</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It is an entirely different project. We have been working with the maintainers of that project (the very nice team at Worksy) and will be merging the efforts.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Sep 2012 15:37:08 GMT</pubDate>
    <dc:creator>resplin</dc:creator>
    <dc:date>2012-09-25T15:37:08Z</dc:date>
    <item>
      <title>Linux version</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/linux-version/m-p/262897#M216027</link>
      <description>HelloPourquoi n'y a-t-il pas de version sous linux ?Why there he not linux version?a+JeanJot</description>
      <pubDate>Thu, 20 Sep 2012 17:10:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/linux-version/m-p/262897#M216027</guid>
      <dc:creator>jeanjot</dc:creator>
      <dc:date>2012-09-20T17:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: Linux version</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/linux-version/m-p/262898#M216028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It hasn't been a priority yet, but there is no reason in principle.&amp;nbsp; It's written in Java, so is cross-platform.&amp;nbsp; We will be making the source available soon, so people will be able to adapt it to different platforms and capabilities.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Paul.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2012 20:18:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/linux-version/m-p/262898#M216028</guid>
      <dc:creator>paulhh</dc:creator>
      <dc:date>2012-09-20T20:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: Linux version</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/linux-version/m-p/262899#M216029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can get it working on Linux in a not aprticularly pretty way….&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Start with the .dmg file:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Unzip it:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt; 7z x AlfrescoSync-0.8.0.4.dmg&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- mount the .hfs file :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt; sudo mount -t hfsplus -o loop 2.hfs /mnt/dmg&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Copy the mounted files somewhere permanent:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt; sudo cp -r /mnt/dmg extracted/&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt; sudo chown -R andy:andy extracted/* &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt; cd extracted/dmg/&lt;/SPAN&gt;&lt;A href="http://AlfrescoSync.app/Contents/Resources/Java/" rel="nofollow noopener noreferrer"&gt;AlfrescoSync.app/Contents/Resources/Java/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- run it:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt; java -jar alfresco-sync-0.8.0.4-jar-with-dependencies.jar&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It pops up a couple of warnings, it may need the classpath configuring a little, but the basics of it work….&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2012 08:45:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/linux-version/m-p/262899#M216029</guid>
      <dc:creator>ahunt</dc:creator>
      <dc:date>2012-09-21T08:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: Linux version</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/linux-version/m-p/262900#M216030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Also take in consideration use the option &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;-Djava.library.path="."&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Point to the jnotify folder library (used to hook the files on any os) by default on the same path as the jar file.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2012 08:57:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/linux-version/m-p/262900#M216030</guid>
      <dc:creator>juanitolol</dc:creator>
      <dc:date>2012-09-21T08:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: Linux version</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/linux-version/m-p/262901#M216031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Good point Juan - although if you're running it on Linux, the Jnotify library in the .dmg file won't work and you'll need to download from &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://sourceforge.net/projects/jnotify/files/" rel="nofollow noopener noreferrer"&gt;http://sourceforge.net/projects/jnotify/files/&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;and change the -Djava.library.path appropriately. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I.e:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;java -Djava.library.path=/Dump/apps/jNotify/jnotify-lib-0.94/64-bit\ Linux/ -jar alfresco-sync-0.8.0.4-jar-with-dependencies.jar&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2012 10:17:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/linux-version/m-p/262901#M216031</guid>
      <dc:creator>ahunt</dc:creator>
      <dc:date>2012-09-21T10:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: Linux version</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/linux-version/m-p/262902#M216032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ohh, that's true, the linux dependencies are not inside the mac package.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2012 10:38:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/linux-version/m-p/262902#M216032</guid>
      <dc:creator>juanitolol</dc:creator>
      <dc:date>2012-09-21T10:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: Linux version</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/linux-version/m-p/262903#M216033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi there,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;is the source code this &lt;/SPAN&gt;&lt;A href="http://sourceforge.net/projects/alfrescodesktop/" rel="nofollow noopener noreferrer"&gt;http://sourceforge.net/projects/alfrescodesktop/&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;or other changes have been made?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2012 20:52:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/linux-version/m-p/262903#M216033</guid>
      <dc:creator>iwkse</dc:creator>
      <dc:date>2012-09-21T20:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: Linux version</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/linux-version/m-p/262904#M216034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That's a different project, unfortunately with the same name.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The source for this new one should be released soon.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Sep 2012 09:23:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/linux-version/m-p/262904#M216034</guid>
      <dc:creator>ahunt</dc:creator>
      <dc:date>2012-09-22T09:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: Linux version</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/linux-version/m-p/262905#M216035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think it's more a fork&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://addons.alfresco.com/addons/desktop-sync-alfresco" rel="nofollow noopener noreferrer"&gt;http://addons.alfresco.com/addons/desktop-sync-alfresco&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Sep 2012 11:24:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/linux-version/m-p/262905#M216035</guid>
      <dc:creator>iwkse</dc:creator>
      <dc:date>2012-09-22T11:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: Linux version</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/linux-version/m-p/262906#M216036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It is an entirely different project. We have been working with the maintainers of that project (the very nice team at Worksy) and will be merging the efforts.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2012 15:37:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/linux-version/m-p/262906#M216036</guid>
      <dc:creator>resplin</dc:creator>
      <dc:date>2012-09-25T15:37:08Z</dc:date>
    </item>
  </channel>
</rss>

