Author: toad
Date: 2008-01-24 14:30:36 +0000 (Thu, 24 Jan 2008)
New Revision: 17228
Modified:
trunk/apps/new_installer/Unix_shortcutSpec.xml
Log:
Add shutdown and restart icons on Mac/*nix
Modified: trunk/apps/new_installer/Unix_shortcutSpec.xml
===================================================================
--- trunk/apps/new_installer/Unix_shortcutSpec.xml 2008-01-24 14:09:49 UTC
(rev 17227)
+++ trunk/apps/new_installer/Unix_shortcutSpec.xml 2008-01-24 14:30:36 UTC
(rev 17228)
@@ -5,7 +5,7 @@
<programGroup defaultName="The Free Network Project"
location="applications"/>
<shortcut
- name="Show Fproxy"
+ name="Show Freenet"
programGroup="yes"
desktop="yes"
applications="no"
@@ -17,7 +17,7 @@
url="http://localhost:8888"
encoding="UTF-8"
createForAll="false"
- description="This starts a browser pointing to Fproxy">
+ description="This starts a browser pointing to the Freenet web
interface">
<createForPack name="Base" />
</shortcut>
@@ -63,6 +63,50 @@
</shortcut>
<shortcut
+ name="Restart Freenet"
+ programGroup="yes"
+ desktop="no"
+ applications="no"
+ startMenu="no"
+ startup="no"
+ target="INSTALL_PATH/run.sh"
+ commandLine="restart"
+
+ initialState="noShow"
+ iconFile="$INSTALL_PATH/freenet.ico"
+ iconIndex="0"
+ workingDirectory="$INSTALL_PATH"
+ type="Application"
+ encoding="UTF-8"
+ createForAll="false"
+ description="Start or restart Freenet">
+
+ <createForPack name="Base" />
+ </shortcut>
+
+ <shortcut
+ name="Shutdown Freenet"
+ programGroup="yes"
+ desktop="no"
+ applications="no"
+ startMenu="no"
+ startup="no"
+ target="INSTALL_PATH/run.sh"
+ commandLine="stop"
+
+ initialState="noShow"
+ iconFile="$INSTALL_PATH/freenet.ico"
+ iconIndex="0"
+ workingDirectory="$INSTALL_PATH"
+ type="Application"
+ encoding="UTF-8"
+ createForAll="false"
+ description="Shut down Freenet">
+
+ <createForPack name="Base" />
+ </shortcut>
+
+ <shortcut
name="Thaw"
programGroup="yes"
desktop="no"