slitaz-configs rev 129 4.8

openbox menu: Add Run application entry
author Christophe Lincoln <pankso@slitaz.org>
date Sat Feb 25 12:45:00 2012 +0100 (2012-02-25)
parents e43f88e64577
children b9f922a8fcbf
files rootfs/etc/xdg/openbox/menu.en.xml rootfs/etc/xdg/openbox/menu.fr.xml rootfs/etc/xdg/openbox/menu.hu.xml rootfs/etc/xdg/openbox/menu.pt.xml
line diff
     1.1 --- a/rootfs/etc/xdg/openbox/menu.en.xml	Sat Feb 25 12:27:05 2012 +0100
     1.2 +++ b/rootfs/etc/xdg/openbox/menu.en.xml	Sat Feb 25 12:45:00 2012 +0100
     1.3 @@ -105,6 +105,10 @@
     1.4    <item label="Create a new file or folder">
     1.5      <action name="Execute"><command>tazbox new-file</command></action>
     1.6    </item>
     1.7 +  <item label="Run application">
     1.8 +    <action name="Execute"><command>lxpanelctl run</command></action>
     1.9 +  </item>
    1.10 +  <separator />
    1.11    <menu id="favorites-menu" />
    1.12    <!-- Pipe menu to open folder using GTK bookmarks -->
    1.13    <menu id="open-folder-menu" label="Open Folder"
     2.1 --- a/rootfs/etc/xdg/openbox/menu.fr.xml	Sat Feb 25 12:27:05 2012 +0100
     2.2 +++ b/rootfs/etc/xdg/openbox/menu.fr.xml	Sat Feb 25 12:45:00 2012 +0100
     2.3 @@ -105,6 +105,10 @@
     2.4    <item label="Créer un nouveau fichier">
     2.5      <action name="Execute"><command>tazbox new-file</command></action>
     2.6    </item>
     2.7 +  <item label="Exécuter une application">
     2.8 +    <action name="Execute"><command>lxpanelctl run</command></action>
     2.9 +  </item>
    2.10 +  <separator />
    2.11    <menu id="favorites-menu" />
    2.12    <!-- Pipe menu to open folder using GTK bookmarks -->
    2.13    <menu id="open-folder-menu" label="Dossiers favoris"
    2.14 @@ -114,9 +118,6 @@
    2.15    <menu id="openbox-menu" />
    2.16    <menu id="client-list-menu" />
    2.17    <separator />
    2.18 -  <!-- <item label="Exécuter">
    2.19 -    <action name="Execute"><command>gmrun</command></action>
    2.20 -  </item> -->
    2.21    <item label="Déconnexion">
    2.22      <action name="Execute"><command>tazbox logout</command></action>
    2.23    </item>
     3.1 --- a/rootfs/etc/xdg/openbox/menu.hu.xml	Sat Feb 25 12:27:05 2012 +0100
     3.2 +++ b/rootfs/etc/xdg/openbox/menu.hu.xml	Sat Feb 25 12:45:00 2012 +0100
     3.3 @@ -80,35 +80,6 @@
     3.4    </item>
     3.5  </menu>
     3.6  
     3.7 -<!-- SliTaz documentation -->
     3.8 -<menu id="documentation-menu" label="Dokumentáció">
     3.9 -  <item label="Tazlito kézikönyv">
    3.10 -    <action name="Execute">
    3.11 -      <command>firefox /usr/share/doc/tazlito/tazlito.html</command>
    3.12 -    </action>
    3.13 -  </item>
    3.14 -  <item label="Tazpkg kézikönyv">
    3.15 -    <action name="Execute">
    3.16 -      <command>firefox /usr/share/doc/tazpkg/tazpkg.html</command>
    3.17 -    </action>
    3.18 -  </item>
    3.19 -  <item label="TazUSB Kézikönyv (angol)">
    3.20 -    <action name="Execute">
    3.21 -      <command>firefox /usr/share/doc/tazusb/tazusb.en.html</command>
    3.22 -    </action>
    3.23 -  </item>
    3.24 -  <item label="Tazwok Kézikönyv">
    3.25 -    <action name="Execute">
    3.26 -      <command>firefox /usr/share/doc/tazwok/tazwok.html</command>
    3.27 -    </action>
    3.28 -  </item>
    3.29 -  <item label="GNU General Public License">
    3.30 -    <action name="Execute">
    3.31 -      <command>xterm -T "General Public License" -e less -M /usr/share/licenses/gpl.txt</command>
    3.32 -    </action>
    3.33 -  </item>
    3.34 -</menu>
    3.35 -
    3.36  <!-- Openbox configuration -->
    3.37  <menu id="openbox-menu" label="Openbox">
    3.38    <item label="ObConf-Openbox beállítása">
    3.39 @@ -138,13 +109,16 @@
    3.40    <item label="Új fájl létrehozása">
    3.41      <action name="Execute"><command>tazbox new-file</command></action>
    3.42    </item>
    3.43 +  <item label="Futtatni az alkalmazást">
    3.44 +    <action name="Execute"><command>lxpanelctl run</command></action>
    3.45 +  </item>
    3.46 +  <separator />
    3.47    <menu id="favorites-menu" />
    3.48    <!-- Pipe menu to open folder using GTK bookmarks -->
    3.49    <menu id="open-folder-menu" label="Mappa megnyitása"
    3.50          execute="/usr/lib/openbox/open-folder-menu.sh" />
    3.51    <menu id="desktop-effects" />
    3.52    <menu id="slitaz-live-menu" />
    3.53 -  <menu id="documentation-menu" />
    3.54    <separator />
    3.55    <menu id="client-list-menu" />
    3.56    <menu id="openbox-menu" />
     4.1 --- a/rootfs/etc/xdg/openbox/menu.pt.xml	Sat Feb 25 12:27:05 2012 +0100
     4.2 +++ b/rootfs/etc/xdg/openbox/menu.pt.xml	Sat Feb 25 12:45:00 2012 +0100
     4.3 @@ -105,6 +105,10 @@
     4.4    <item label="Criar novo arquivo">
     4.5      <action name="Execute"><command>tazbox new-file</command></action>
     4.6    </item>
     4.7 +  <item label="Execute o aplicativo">
     4.8 +    <action name="Execute"><command>lxpanelctl run</command></action>
     4.9 +  </item>
    4.10 +  <separator />
    4.11    <menu id="favorites-menu" />
    4.12    <!-- Pipe menu to open folder using GTK bookmarks -->
    4.13    <menu id="open-folder-menu" label="Locais Favoritos"