From: <bms...@us...> - 2007-04-06 21:53:02
|
Revision: 2480 http://svn.sourceforge.net/morphix/?rev=2480&view=rev Author: bmsleight Date: 2007-04-06 14:52:05 -0700 (Fri, 06 Apr 2007) Log Message: ----------- Updating MorphixLiveKiosk templates - should be cleaner Modified Paths: -------------- trunk/scripts-mini/MorphixMini-KioskSetting.xml Modified: trunk/scripts-mini/MorphixMini-KioskSetting.xml =================================================================== --- trunk/scripts-mini/MorphixMini-KioskSetting.xml 2007-04-06 21:50:59 UTC (rev 2479) +++ trunk/scripts-mini/MorphixMini-KioskSetting.xml 2007-04-06 21:52:05 UTC (rev 2480) @@ -1,39 +1,21 @@ <comps> <group> <minimod> - <version>0.0.2</version> + <version>0.1.0</version> <description>MorphMini to set the persistent application and set/restore kiosk extension</description> <minitag>MorphixMiniKioskSetting</minitag> <maintag>matchbox</maintag> <bootoption>ALL</bootoption> <filelist> - <remote> - <!-- Use either of these files depending on how locked down the kiosk should be --> - <file>http://www.barwap.com/morphix/livekiosk/morphix-kiosk-locked_plus-nav-bar.tar.gz</file> - <!-- <file>http://www.barwap.com/morphix/livekiosk/morphix-kiosk-locked.tar.gz</file> --> - </remote> - </filelist> - <root> - <files> - <remote> - <!-- Set Minimize and Restore button as non-visable --> - <from>http://www.barwap.com/morphix/livekiosk/browser.css</from> - <to>/usr/share/iceweasel/chrome/classic/skin/classic/browser/</to> - </remote> - </files> - </root> <commandlist> <preX> - <command>rm /morphix/rc.m/S03console</command> + <!-- 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 & --> - </preX> + </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 "cd ~ " >> ~/.persistent-app </command> - <!-- Use either of these files depending on how locked down the kiosk should be --> - <command>echo "tar xvzf $1/morphix/files/morphix-kiosk-locked_plus-nav-bar.tar.gz " >> ~/.persistent-app </command> - <!-- <command>echo "tar xvzf $1/morphix/files/morphix-kiosk-locked.tar.gz " >> ~/.persistent-app </command> --> <command>echo "firefox http://www.morphix.org " >> ~/.persistent-app </command> <command>echo "killall firefox-bin " >> ~/.inactivity </command> </X> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |