slitaz-configs rev 63

openbox menu (pt): update and remove doc entry
author Christophe Lincoln <pankso@slitaz.org>
date Tue Mar 23 20:14:49 2010 +0100 (2010-03-23)
parents ad6ab4f22887
children ba302a0f3720
files rootfs/etc/xdg/openbox/menu.en.xml rootfs/etc/xdg/openbox/menu.pt.xml
line diff
     1.1 --- a/rootfs/etc/xdg/openbox/menu.en.xml	Tue Mar 23 20:11:33 2010 +0100
     1.2 +++ b/rootfs/etc/xdg/openbox/menu.en.xml	Tue Mar 23 20:14:49 2010 +0100
     1.3 @@ -69,7 +69,6 @@
     1.4    <item label="Tazlito LiveCD Tool">
     1.5      <action name="Execute"><command>subox tazlitobox</command></action>
     1.6    </item>
     1.7 -  <separator />
     1.8    <item label="TazUSB LiveUSB Tool">
     1.9      <action name="Execute"><command>subox tazusbbox</command></action>
    1.10    </item>
     2.1 --- a/rootfs/etc/xdg/openbox/menu.pt.xml	Tue Mar 23 20:11:33 2010 +0100
     2.2 +++ b/rootfs/etc/xdg/openbox/menu.pt.xml	Tue Mar 23 20:14:49 2010 +0100
     2.3 @@ -16,6 +16,10 @@
     2.4    <item label="Editor de Texto">
     2.5      <action name="Execute"><command>editor</command></action>
     2.6    </item>
     2.7 +  <separator />
     2.8 +  <item label="Configure favorite">
     2.9 +    <action name="Execute"><command>desktopbox tazapps</command></action>
    2.10 +  </item>
    2.11  </menu>
    2.12  
    2.13  <!-- Desktop files -->
    2.14 @@ -62,9 +66,12 @@
    2.15  
    2.16  <!-- SliTaz Live (Tazlito e Tazusb) -->
    2.17  <menu id="slitaz-live-menu" label="SliTaz Live CD/USB">
    2.18 -  <item label="Tazlito - Ferramenta LiveCD">
    2.19 +  <item label="Tazlito Ferramenta LiveCD">
    2.20      <action name="Execute"><command>subox tazlitobox</command></action>
    2.21    </item>
    2.22 +  <item label="TazUSB LiveUSB Tool">
    2.23 +    <action name="Execute"><command>subox tazusbbox</command></action>
    2.24 +  </item>
    2.25    <separator />
    2.26    <item label="TazUSB Writefs (gzip)">
    2.27      <action name="Execute">
    2.28 @@ -83,35 +90,6 @@
    2.29    </item>
    2.30  </menu>
    2.31  
    2.32 -<!-- Documentação do SliTaz -->
    2.33 -<menu id="documentation-menu" label="Documentação">
    2.34 -  <item label="Manual do Tazlito">
    2.35 -    <action name="Execute">
    2.36 -      <command>browser /usr/share/doc/tazlito/tazlito.html</command>
    2.37 -    </action>
    2.38 -  </item>
    2.39 -  <item label="Manual do Tazpkg">
    2.40 -    <action name="Execute">
    2.41 -      <command>browser /usr/share/doc/tazpkg/tazpkg.html</command>
    2.42 -    </action>
    2.43 -  </item>
    2.44 -  <item label="Manual do TazUSB">
    2.45 -    <action name="Execute">
    2.46 -      <command>browser /usr/share/doc/tazusb/tazusb.en.html</command>
    2.47 -    </action>
    2.48 -  </item>
    2.49 -  <item label="Manual do Tazwok">
    2.50 -    <action name="Execute">
    2.51 -      <command>browser /usr/share/doc/tazwok/tazwok.html</command>
    2.52 -    </action>
    2.53 -  </item>
    2.54 -  <item label="Licença Pública Geral GNU">
    2.55 -    <action name="Execute">
    2.56 -      <command>browser /usr/share/licenses/gpl.txt</command>
    2.57 -    </action>
    2.58 -  </item>
    2.59 -</menu>
    2.60 -
    2.61  <!-- Configuração do Openbox -->
    2.62  <menu id="openbox-menu" label="Openbox">
    2.63    <item label="Configuração do Openbox (GUI)">
    2.64 @@ -119,7 +97,7 @@
    2.65    </item>
    2.66    <item label="Aplicações autoiniciadas">
    2.67      <action name="Execute">
    2.68 -      <command>editor ~/.config/openbox/autostart.sh</command>
    2.69 +      <command>desktopbox autostart</command>
    2.70      </action>
    2.71    </item>
    2.72    <item label="Menu do Openbox">
    2.73 @@ -145,10 +123,8 @@
    2.74          execute="/usr/lib/openbox/open-folder-menu.sh" />
    2.75    <menu id="desktop-effects" />
    2.76    <menu id="slitaz-live-menu" />
    2.77 -  <menu id="documentation-menu" />
    2.78 -  <separator />
    2.79 +  <menu id="openbox-menu" />
    2.80    <menu id="client-list-menu" />
    2.81 -  <menu id="openbox-menu" />
    2.82    <separator />
    2.83    <item label="Sair">
    2.84      <action name="Execute"><command>desktopbox logout</command></action>