From: <bms...@us...> - 2007-07-16 20:32:30
|
Revision: 2541 http://svn.sourceforge.net/morphix/?rev=2541&view=rev Author: bmsleight Date: 2007-07-16 13:31:56 -0700 (Mon, 16 Jul 2007) Log Message: ----------- Work in progress Added Paths: ----------- trunk/scripts-mini/MorphixMini-KioskSetting.xml.pre Added: trunk/scripts-mini/MorphixMini-KioskSetting.xml.pre =================================================================== --- trunk/scripts-mini/MorphixMini-KioskSetting.xml.pre (rev 0) +++ trunk/scripts-mini/MorphixMini-KioskSetting.xml.pre 2007-07-16 20:31:56 UTC (rev 2541) @@ -0,0 +1,23 @@ +<comps> + <group> + <minimod> + <version>0.04</version> + <description>MorphMini to set the persistent application and set/restore kiosk extension</description> + <minitag>MorphixMiniKioskSetting</minitag> + <maintag>matchbox</maintag> + <bootoption>ALL</bootoption> + <commandlist> + <preX> + <!-- Comment out if you do not want the simple Navigation Bar --> + COMMENTOUTNAVBAR<command>echo 'pref("rkiosk.navbar", true);' >> /etc/iceweasel/pref/iceweasel.js </command> ECOMMENTOUTNAVBAR + <command>echo 'pref("browser.startup.homepage", "http://HOMEPAGE");' >> /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 " >> ~/.persistent-app </command> + <command>echo "killall firefox-bin " >> ~/.inactivity </command> + </X> + </commandlist> + </minimod> + </group> +</comps> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |