slitaz-tools rev 128
tazlitobox: add title to xterms
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Apr 08 08:43:44 2008 +0000 (2008-04-08) |
parents | 36695da47702 |
children | 0d7aff1e5225 |
files | tinyutils/tazlitobox |
line diff
1.1 --- a/tinyutils/tazlitobox Tue Apr 08 08:30:54 2008 +0000 1.2 +++ b/tinyutils/tazlitobox Tue Apr 08 08:43:44 2008 +0000 1.3 @@ -106,13 +106,13 @@ 1.4 <label>Gen running distro</label> 1.5 <input file icon="forward"></input> 1.6 <action>cd /home/slitaz</action> 1.7 - <action>xterm -fa MiscFixed -fs 11 -bg gray93 -fg black -geometry 80x16 -e "tazlito gen-distro && echo -e \"----\nENTER to continue...\" && read close"</action> 1.8 + <action>xterm -fa MiscFixed -fs 11 -bg gray93 -fg black -geometry 80x16 -title "gen-distro" -e "tazlito gen-distro && echo -e \"----\nENTER to continue...\" && read close"</action> 1.9 </button> 1.10 <button> 1.11 <label>Clean distro</label> 1.12 <input file icon="edit-clear"></input> 1.13 <action>cd /home/slitaz</action> 1.14 - <action>xterm -fa MiscFixed -fs 11 -bg gray93 -fg black -geometry 80x16 -e "tazlito clean-distro && sleep 1"</action> 1.15 + <action>xterm -fa MiscFixed -fs 11 -bg gray93 -fg black -geometry 80x16 -title "clean-distro" -e "tazlito clean-distro && sleep 1"</action> 1.16 </button> 1.17 </hbox> 1.18 1.19 @@ -129,7 +129,7 @@ 1.20 <button> 1.21 <label>Gen flavor</label> 1.22 <input file icon="forward"></input> 1.23 - <action>xterm -fa MiscFixed -fs 11 -bg gray93 -fg black -geometry 80x16 -e "tazlito gen-flavor $GEN_FLAVOR_NAME && echo -e \"----\nENTER to continue...\" && read close"</action> 1.24 + <action>xterm -fa MiscFixed -fs 11 -bg gray93 -fg black -geometry 80x16 -title "gen-flavor $GEN_FLAVOR_NAME" -e "tazlito gen-flavor $GEN_FLAVOR_NAME && echo -e \"----\nENTER to continue...\" && read close"</action> 1.25 </button> 1.26 </hbox> 1.27 </frame> 1.28 @@ -157,12 +157,12 @@ 1.29 <button> 1.30 <label>List flavors</label> 1.31 <input file icon="media-cdrom"></input> 1.32 - <action>xterm -fa MiscFixed -fs 11 -bg gray93 -fg black -geometry 80x16 -e "tazlito list-flavors && echo -e \"----\nENTER to continue...\" && read close"</action> 1.33 + <action>xterm -fa MiscFixed -fs 11 -bg gray93 -fg black -geometry 80x16 -title "list-flavors" -e "tazlito list-flavors && echo -e \"----\nENTER to continue...\" && read close"</action> 1.34 </button> 1.35 <button> 1.36 <label>Recharge list</label> 1.37 <input file icon="reload"></input> 1.38 - <action>xterm -fa MiscFixed -fs 11 -bg gray93 -fg black -geometry 80x16 -e "tazlito list-flavors --recharge && echo -e \"----\nENTER to continue...\" && read close"</action> 1.39 + <action>xterm -fa MiscFixed -fs 11 -bg gray93 -fg black -geometry 80x16 -title "list-flavors --recharge" -e "tazlito list-flavors --recharge && echo -e \"----\nENTER to continue...\" && read close"</action> 1.40 </button> 1.41 </hbox> 1.42 1.43 @@ -170,17 +170,17 @@ 1.44 <button> 1.45 <label>Get flavor</label> 1.46 <input file icon="forward"></input> 1.47 - <action>xterm -fa MiscFixed -fs 11 -bg gray93 -fg black -geometry 80x16 -e "tazlito get-flavor $COMMUNITY_FLAVOR && echo -e \"----\nENTER to continue...\" && read close"</action> 1.48 + <action>xterm -fa MiscFixed -fs 11 -bg gray93 -fg black -geometry 80x16 -title "get-flavor $COMMUNITY_FLAVOR" -e "tazlito get-flavor $COMMUNITY_FLAVOR && echo -e \"----\nENTER to continue...\" && read close"</action> 1.49 </button> 1.50 <button> 1.51 <label>Gen flavor distro</label> 1.52 <input file icon="forward"></input> 1.53 - <action>xterm -fa MiscFixed -fs 11 -bg gray93 -fg black -geometry 80x16 -e "tazlito gen-distro && echo -e \"----\nENTER to continue...\" && read close"</action> 1.54 + <action>xterm -fa MiscFixed -fs 11 -bg gray93 -fg black -geometry 80x16 -title "gen-distro" -e "tazlito gen-distro && echo -e \"----\nENTER to continue...\" && read close"</action> 1.55 </button> 1.56 <button> 1.57 <label>Clean distro</label> 1.58 <input file icon="edit-clear"></input> 1.59 - <action>xterm -fa MiscFixed -fs 11 -bg gray93 -fg black -geometry 80x16 -e "tazlito clean-distro && sleep 1"</action> 1.60 + <action>xterm -fa MiscFixed -fs 11 -bg gray93 -fg black -geometry 80x16 -title "clean-distro" -e "tazlito clean-distro && sleep 1"</action> 1.61 </button> 1.62 </hbox> 1.63 </frame>