slitaz-configs rev 61

openbox menu (fr): update, rm doc entry (in standard menu)
author Christophe Lincoln <pankso@slitaz.org>
date Tue Mar 23 14:31:50 2010 +0100 (2010-03-23)
parents d8ed7d211fee
children ad6ab4f22887
files rootfs/etc/xdg/openbox/menu.fr.xml
line diff
     1.1 --- a/rootfs/etc/xdg/openbox/menu.fr.xml	Mon Mar 22 23:08:13 2010 +0100
     1.2 +++ b/rootfs/etc/xdg/openbox/menu.fr.xml	Tue Mar 23 14:31:50 2010 +0100
     1.3 @@ -5,9 +5,9 @@
     1.4  <!-- Favorites applications -->
     1.5  <menu id="favorites-menu" label="Applications favorites">
     1.6    <item label="Gestionnaire de fichiers">
     1.7 -    <action name="Execute"><command>pcmanfm</command></action>
     1.8 +    <action name="Execute"><command>file-manager</command></action>
     1.9    </item>
    1.10 -  <item label="Terminal">
    1.11 +  <item label="Emulateur de Terminal">
    1.12      <action name="Execute"><command>terminal</command></action>
    1.13    </item>
    1.14    <item label="Navigateur Web">
    1.15 @@ -16,6 +16,10 @@
    1.16    <item label="Editeur de texte">
    1.17      <action name="Execute"><command>editor</command></action>
    1.18    </item>
    1.19 +  <separator />
    1.20 +  <item label="Configuration des favoris">
    1.21 +    <action name="Execute"><command>desktopbox tazapps</command></action>
    1.22 +  </item>
    1.23  </menu>
    1.24  
    1.25  <!-- Desktop files -->
    1.26 @@ -65,6 +69,9 @@
    1.27    <item label="Tazlito LiveCD Tool">
    1.28      <action name="Execute"><command>subox tazlitobox</command></action>
    1.29    </item>
    1.30 +  <item label="TazUSB LiveUSB Tool">
    1.31 +    <action name="Execute"><command>subox tazusbbox</command></action>
    1.32 +  </item>
    1.33    <separator />
    1.34    <item label="TazUSB Writefs (gzip)">
    1.35      <action name="Execute">
    1.36 @@ -83,43 +90,14 @@
    1.37    </item>
    1.38  </menu>
    1.39  
    1.40 -<!-- SliTaz documentation -->
    1.41 -<menu id="documentation-menu" label="Documentation">
    1.42 -  <item label="Tazlito Manual">
    1.43 -    <action name="Execute">
    1.44 -      <command>browser /usr/share/doc/tazlito/tazlito.html</command>
    1.45 -    </action>
    1.46 -  </item>
    1.47 -  <item label="Tazpkg Manual">
    1.48 -    <action name="Execute">
    1.49 -      <command>browser /usr/share/doc/tazpkg/tazpkg.html</command>
    1.50 -    </action>
    1.51 -  </item>
    1.52 -  <item label="TazUSB Manual (en)">
    1.53 -    <action name="Execute">
    1.54 -      <command>browser /usr/share/doc/tazusb/tazusb.en.html</command>
    1.55 -    </action>
    1.56 -  </item>
    1.57 -  <item label="Tazwok Manual">
    1.58 -    <action name="Execute">
    1.59 -      <command>browser /usr/share/doc/tazwok/tazwok.html</command>
    1.60 -    </action>
    1.61 -  </item>
    1.62 -  <item label="GNU General Public License">
    1.63 -    <action name="Execute">
    1.64 -      <command>browser /usr/share/licenses/gpl.txt</command>
    1.65 -    </action>
    1.66 -  </item>
    1.67 -</menu>
    1.68 -
    1.69  <!-- Openbox configuration -->
    1.70  <menu id="openbox-menu" label="Openbox">
    1.71 -  <item label="GUI Configuration">
    1.72 +  <item label="Configuration via OBconf">
    1.73      <action name="Execute"><command>obconf</command></action>
    1.74    </item>
    1.75    <item label="Script de démarrage">
    1.76      <action name="Execute">
    1.77 -      <command>editor ~/.config/openbox/autostart.sh</command>
    1.78 +      <command>desktopbox autostart</command>
    1.79      </action>
    1.80    </item>
    1.81    <item label="Menu d'Openbox">
    1.82 @@ -145,11 +123,12 @@
    1.83          execute="/usr/lib/openbox/open-folder-menu.sh" />
    1.84    <menu id="desktop-effects" />
    1.85    <menu id="slitaz-live-menu" />
    1.86 -  <menu id="documentation-menu" />
    1.87 +  <menu id="openbox-menu" />
    1.88 +  <menu id="client-list-menu" />
    1.89    <separator />
    1.90 -  <menu id="client-list-menu" />
    1.91 -  <menu id="openbox-menu" />
    1.92 -  <separator />
    1.93 +  <!-- <item label="Exécuter">
    1.94 +    <action name="Execute"><command>gmrun</command></action>
    1.95 +  </item> -->
    1.96    <item label="Déconnexion">
    1.97      <action name="Execute"><command>desktopbox logout</command></action>
    1.98    </item>