SF.net SVN: morphix: [2539] trunk/scripts-mini/MorphixMini-KioskSetting.xml
[email protected] Sun, 15 Jul 2007 07:37:38 -0700
| Newsgroups | gmane.linux.morphix.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 2539
http://svn.sourceforge.net/morphix/?rev=2539&view=rev
Author: bmsleight
Date: 2007-07-15 07:37:37 -0700 (Sun, 15 Jul 2007)
Log Message:
-----------
Allow MiniModule to set homepage
Modified Paths:
--------------
trunk/scripts-mini/MorphixMini-KioskSetting.xml
Modified: trunk/scripts-mini/MorphixMini-KioskSetting.xml
===================================================================
--- trunk/scripts-mini/MorphixMini-KioskSetting.xml 2007-07-15 14:36:37 UTC (rev 2538)
+++ trunk/scripts-mini/MorphixMini-KioskSetting.xml 2007-07-15 14:37:37 UTC (rev 2539)
@@ -1,7 +1,7 @@
<comps>
<group>
<minimod>
- <version>0.1.0</version>
+ <version>0.04</version>
<description>MorphMini to set the persistent application and set/restore kiosk extension</description>
<minitag>MorphixMiniKioskSetting</minitag>
<maintag>matchbox</maintag>
@@ -10,12 +10,11 @@
<preX>
<!-- Comment out if you do not want the simple Navigation Bar -->
<command>echo 'pref("rkiosk.navbar", true);' >> /etc/iceweasel/pref/iceweasel.js </command>
- <!-- Get ip adress via dhcp -->
- <command>dhclient >/dev/null 2>&1 &</command> <!-- > is xml for > and & is xml for & -->
+ <command>echo 'pref("browser.startup.homepage", "http://www.morphix.org");' >> /etc/iceweasel/pref/iceweasel.js </command>
</preX>
<X> <!-- Before each time firefox is launched, delete the old user setting and restore saved setting -->
- <command>echo "rm ~/.mozilla/ -R " >> ~/.persistent-app </command>
- <command>echo "firefox http://www.morphix.org " >> ~/.persistent-app </command>
+ <command>echo "rm ~/.mozilla/ -R " >> ~/.persistent-app </command>
+ <command>echo "firefox " >> ~/.persistent-app </command>
<command>echo "killall firefox-bin " >> ~/.inactivity </command>
</X>
</commandlist>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/