SF.net SVN: morphix: [2480] trunk/scripts-mini/MorphixMini-KioskSetting.xml

[email protected] Fri, 06 Apr 2007 14:52:38 -0700
Newsgroups gmane.linux.morphix.cvs
Message-ID <[email protected]>
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);'  &gt;&gt; /etc/iceweasel/pref/iceweasel.js </command>
      <!-- Get ip adress via dhcp -->
      <command>dhclient &gt;/dev/null 2&gt;&amp;1 &amp;</command> <!-- &gt; is xml for > and &amp; 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               "  &gt;&gt; ~/.persistent-app </command>    
-     <command>echo "cd ~                            "  &gt;&gt; ~/.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 "  &gt;&gt; ~/.persistent-app </command> 
-     <!-- <command>echo "tar xvzf $1/morphix/files/morphix-kiosk-locked.tar.gz "  &gt;&gt; ~/.persistent-app </command> -->
      <command>echo "firefox  http://www.morphix.org "  &gt;&gt; ~/.persistent-app </command>    
      <command>echo "killall firefox-bin "  &gt;&gt; ~/.inactivity </command>
     </X>


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV