<?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: Run alfresco start/stop scripts from Ubuntu desktop in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/run-alfresco-start-stop-scripts-from-ubuntu-desktop/m-p/89883#M61143</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I copied the contents in a desktop file but when I run it it does't start alfresco as it should do (like it does when we run it in terminal mode with sudo ./alfresco.sh start)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;! My apologies if changed the script&amp;nbsp; and now it runs ok&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Thanks a lot for the info&amp;nbsp; &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; DKP.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 May 2007 11:53:55 GMT</pubDate>
    <dc:creator>dpapoutsis</dc:creator>
    <dc:date>2007-05-07T11:53:55Z</dc:date>
    <item>
      <title>Run alfresco start/stop scripts from Ubuntu desktop</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/run-alfresco-start-stop-scripts-from-ubuntu-desktop/m-p/89881#M61141</link>
      <description>Hi everyone…in our company we managed to successfully install Alfresco 2.0 on Ubuntu 7.04.&amp;nbsp; &lt;IMG id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt; We are having problems creating Desktop scripts&amp;nbsp; to start / stop Alfresco-Tomcat.We a desktop link to the following script that is located in the Alfresco directory: #!/bin/sh  sudo ./alfresco.sh startAny</description>
      <pubDate>Fri, 04 May 2007 07:52:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/run-alfresco-start-stop-scripts-from-ubuntu-desktop/m-p/89881#M61141</guid>
      <dc:creator>dpapoutsis</dc:creator>
      <dc:date>2007-05-04T07:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: Run alfresco start/stop scripts from Ubuntu desktop</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/run-alfresco-start-stop-scripts-from-ubuntu-desktop/m-p/89882#M61142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Right click your desktop and select "Create Launcher" in GNOME.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Otherwise create a file in your Desktop directory that look like this&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;[Desktop Entry]&lt;BR /&gt;Version=1.0&lt;BR /&gt;Encoding=UTF-8&lt;BR /&gt;Name=No name&lt;BR /&gt;Type=Application&lt;BR /&gt;Exec=/my_scripts/alfresco.sh start&lt;BR /&gt;TryExec=&lt;BR /&gt;Icon=/usr/share/pixmaps/myicon.png&lt;BR /&gt;X-GNOME-DocPath=&lt;BR /&gt;Terminal=false&lt;BR /&gt;Name[en_ZA]=Start Alfresco&lt;BR /&gt;GenericName[en_ZA]=Start Alfresco&lt;BR /&gt;Comment[en_ZA]=&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 May 2007 17:33:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/run-alfresco-start-stop-scripts-from-ubuntu-desktop/m-p/89882#M61142</guid>
      <dc:creator>crafter</dc:creator>
      <dc:date>2007-05-05T17:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: Run alfresco start/stop scripts from Ubuntu desktop</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/run-alfresco-start-stop-scripts-from-ubuntu-desktop/m-p/89883#M61143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I copied the contents in a desktop file but when I run it it does't start alfresco as it should do (like it does when we run it in terminal mode with sudo ./alfresco.sh start)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;! My apologies if changed the script&amp;nbsp; and now it runs ok&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Thanks a lot for the info&amp;nbsp; &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; DKP.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 11:53:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/run-alfresco-start-stop-scripts-from-ubuntu-desktop/m-p/89883#M61143</guid>
      <dc:creator>dpapoutsis</dc:creator>
      <dc:date>2007-05-07T11:53:55Z</dc:date>
    </item>
  </channel>
</rss>

