From: <bms...@us...> - 2007-04-06 21:51:37
|
Revision: 2479 http://svn.sourceforge.net/morphix/?rev=2479&view=rev Author: bmsleight Date: 2007-04-06 14:50:59 -0700 (Fri, 06 Apr 2007) Log Message: ----------- Updating MorphixLiveKiosk templates - should be cleaner Modified Paths: -------------- trunk/mmaker/templates/morphix-livekiosk.xml Modified: trunk/mmaker/templates/morphix-livekiosk.xml =================================================================== --- trunk/mmaker/templates/morphix-livekiosk.xml 2007-04-06 21:49:28 UTC (rev 2478) +++ trunk/mmaker/templates/morphix-livekiosk.xml 2007-04-06 21:50:59 UTC (rev 2479) @@ -58,6 +58,7 @@ <!-- This requires MorphixMini-PersistentApp.xml to add to ~/.persistent-app to launch application --> <packagereq>iceweasel</packagereq> <packagereq>iceweasel-l10n-*</packagereq> +<packagereq>iceweasel-webconverger-morphixlivekiosk</packagereq> <!-- These alternatives do not work well yet - hence comment out --> <!-- <packagereq>gcjwebplugin</packagereq> --> <!-- <packagereq>kaffe</packagereq> --> @@ -65,14 +66,21 @@ <!-- Used for testing/debuging version --> <!-- <packagereq>xterm</packagereq> --> <!-- <packagereq>openssh-server</packagereq> --> +</packagelist> +<!-- Stop bookmarks toolbar from appearing --> +<retrieve> + <from>http://morphix.svn.sourceforge.net/viewvc/*checkout*/morphix/trunk/morphixlivekiosk/misc/localstore.rdf</from> + <to>/etc/iceweasel/profile/</to> + </retrieve> -</packagelist> <!-- The single application does not neet documentation or manuals --> <commandlist> <command>rm -rf /usr/share/doc</command> <command>rm -rf /usr/share/man</command> <command>rm -rf /usr/share/man-db</command> + <command>rm -f /morphix/rc.m/S03console</command> + <command>rm -f /morphix/init.d/console</command> </commandlist> </group> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |