slitaz-tools rev 348 3.1

mountbox + desktopbox: Use favorite apps
author Christophe Lincoln <pankso@slitaz.org>
date Tue May 05 01:38:22 2009 +0200 (2009-05-05)
parents fb79376f7590
children a9c43af336be
files tinyutils/desktopbox tinyutils/mountbox
line diff
     1.1 --- a/tinyutils/desktopbox	Tue May 05 01:32:45 2009 +0200
     1.2 +++ b/tinyutils/desktopbox	Tue May 05 01:38:22 2009 +0200
     1.3 @@ -365,7 +365,7 @@
     1.4  		<button>
     1.5  			<label>Configuration</label>
     1.6  			<input file icon="accessories-text-editor"></input>
     1.7 -			<action>leafpad $AUTOSTART_SCRIPT</action>
     1.8 +			<action>editor $AUTOSTART_SCRIPT</action>
     1.9  			<action>refresh:APPLICATION</action>
    1.10  		</button>
    1.11  		<button>
     2.1 --- a/tinyutils/mountbox	Tue May 05 01:32:45 2009 +0200
     2.2 +++ b/tinyutils/mountbox	Tue May 05 01:38:22 2009 +0200
     2.3 @@ -117,10 +117,9 @@
     2.4  		<button>
     2.5  			<label>Browse</label>
     2.6  			<input file icon="folder-open"></input>
     2.7 -			<action>pcmanfm $MOUNT_POINT &</action>
     2.8 +			<action>file-manager $MOUNT_POINT &</action>
     2.9  		</button>
    2.10  	</hbox>
    2.11 -
    2.12  	<hbox>
    2.13  		<button>
    2.14  			<label>Mount</label>