SF.net SVN: morphix: [2294] trunk/scripts-mini

[email protected] Wed, 07 Jun 2006 10:23:48 -0700
Newsgroups gmane.linux.morphix.cvs
Message-ID <[email protected]>
Revision: 2294
Author:   bmsleight
Date:     2006-06-07 10:23:42 -0700 (Wed, 07 Jun 2006)
ViewCVS:  http://svn.sourceforge.net/morphix/?rev=2294&view=rev

Log Message:
-----------
Added inactivity script from Livecd.net, user-configurable using ~/.inactivity - updating minimodule templates

Modified Paths:
--------------
    trunk/scripts-mini/MorphixMini-KioskSetting.xml
    trunk/scripts-mini/MorphixMini-PersistentApp.xml
Modified: trunk/scripts-mini/MorphixMini-KioskSetting.xml
===================================================================
--- trunk/scripts-mini/MorphixMini-KioskSetting.xml	2006-06-07 17:21:58 UTC (rev 2293)
+++ trunk/scripts-mini/MorphixMini-KioskSetting.xml	2006-06-07 17:23:42 UTC (rev 2294)
@@ -21,6 +21,7 @@
      <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><!-- &gt; is xml format for > -->    
+     <command>echo "killall firefox "  &gt;&gt; ~/.inactivity </command><!-- &gt; is xml format for > -->
     </X>
    </commandlist>
   </minimod>

Modified: trunk/scripts-mini/MorphixMini-PersistentApp.xml
===================================================================
--- trunk/scripts-mini/MorphixMini-PersistentApp.xml	2006-06-07 17:21:58 UTC (rev 2293)
+++ trunk/scripts-mini/MorphixMini-PersistentApp.xml	2006-06-07 17:23:42 UTC (rev 2294)
@@ -2,14 +2,15 @@
  <group>
   <minimod>
    <version>0.0.1</version>
-   <description>MorphMini to add set the persistent application within match window manager</description>
+   <description>MorphMini to add set the persistent application within match window manager and set the inactivity commands</description>
    <minitag>MorphixMini-PersistentApp</minitag>
    <maintag>matchbox</maintag>	
    <bootoption>ALL</bootoption>
    <commandlist>  
     <X>         
      <command>echo "firefox http://www.morphix.org "  &gt;&gt; ~/.persistent-app </command><!-- &gt; is xml format for > -->
-    </X>
+     <command>echo "killall firefox "  &gt;&gt; ~/.inactivity </command><!-- &gt; is xml format for > -->
+     </X>
    </commandlist>
   </minimod>
  </group>


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