slitaz-configs rev 150 4.8.6

OB menu: fix SliTaz Live tools enties
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 05 14:02:01 2012 +0200 (2012-04-05)
parents e1394d22e98a
children cc88dc4b2d62
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 rootfs/etc/xdg/openbox/menu.xml
line diff
     1.1 --- a/rootfs/etc/xdg/openbox/menu.en.xml	Thu Apr 05 13:36:38 2012 +0200
     1.2 +++ b/rootfs/etc/xdg/openbox/menu.en.xml	Thu Apr 05 14:02:01 2012 +0200
     1.3 @@ -53,10 +53,10 @@
     1.4  <!-- SliTaz Live (Tazlito and Tazusb) -->
     1.5  <menu id="slitaz-live-menu" label="SliTaz Live">
     1.6    <item label="Tazlito LiveCD Tool">
     1.7 -    <action name="Execute"><command>subox tazlitobox</command></action>
     1.8 +    <action name="Execute"><command>subox tazlito-wiz</command></action>
     1.9    </item>
    1.10    <item label="TazUSB LiveUSB Tool">
    1.11 -    <action name="Execute"><command>subox tazusbbox</command></action>
    1.12 +    <action name="Execute"><command>subox tazusb-box</command></action>
    1.13    </item>
    1.14    <separator />
    1.15    <item label="TazUSB Writefs (gzip)">
     2.1 --- a/rootfs/etc/xdg/openbox/menu.fr.xml	Thu Apr 05 13:36:38 2012 +0200
     2.2 +++ b/rootfs/etc/xdg/openbox/menu.fr.xml	Thu Apr 05 14:02:01 2012 +0200
     2.3 @@ -53,10 +53,10 @@
     2.4  <!-- SliTaz Live (Tazlito and Tazusb) -->
     2.5  <menu id="slitaz-live-menu" label="SliTaz Live CD/USB">
     2.6    <item label="Tazlito LiveCD Tool">
     2.7 -    <action name="Execute"><command>subox tazlitobox</command></action>
     2.8 +    <action name="Execute"><command>subox tazlito-wiz</command></action>
     2.9    </item>
    2.10    <item label="TazUSB LiveUSB Tool">
    2.11 -    <action name="Execute"><command>subox tazusbbox</command></action>
    2.12 +    <action name="Execute"><command>subox tazusb-box</command></action>
    2.13    </item>
    2.14    <separator />
    2.15    <item label="TazUSB Writefs (gzip)">
     3.1 --- a/rootfs/etc/xdg/openbox/menu.hu.xml	Thu Apr 05 13:36:38 2012 +0200
     3.2 +++ b/rootfs/etc/xdg/openbox/menu.hu.xml	Thu Apr 05 14:02:01 2012 +0200
     3.3 @@ -55,12 +55,12 @@
     3.4  <!-- SliTaz Live (Tazlito and Tazusb) -->
     3.5  <menu id="slitaz-live-menu" label="SliTaz Live">
     3.6    <item label="Tazlito LiveCD Készítõ">
     3.7 -    <action name="Execute"><command>subox tazlitobox</command></action>
     3.8 +    <action name="Execute"><command>subox tazlito-wiz</command></action>
     3.9    </item>
    3.10    <separator />
    3.11    <item label="TazUSB LiveUSB Készítõ">
    3.12      <action name="Execute">
    3.13 -      <command>subox tazusbbox</command>
    3.14 +      <command>subox tazusb-box</command>
    3.15      </action>
    3.16    </item>
    3.17    <item label="TazUSB Writefs (gzip)">
     4.1 --- a/rootfs/etc/xdg/openbox/menu.pt.xml	Thu Apr 05 13:36:38 2012 +0200
     4.2 +++ b/rootfs/etc/xdg/openbox/menu.pt.xml	Thu Apr 05 14:02:01 2012 +0200
     4.3 @@ -53,10 +53,10 @@
     4.4  <!-- SliTaz Live (Tazlito e Tazusb) -->
     4.5  <menu id="slitaz-live-menu" label="SliTaz Live CD/USB">
     4.6    <item label="Tazlito Ferramenta LiveCD">
     4.7 -    <action name="Execute"><command>subox tazlitobox</command></action>
     4.8 +    <action name="Execute"><command>subox tazlito-wiz</command></action>
     4.9    </item>
    4.10    <item label="TazUSB LiveUSB Tool">
    4.11 -    <action name="Execute"><command>subox tazusbbox</command></action>
    4.12 +    <action name="Execute"><command>subox tazusb-box</command></action>
    4.13    </item>
    4.14    <separator />
    4.15    <item label="TazUSB Writefs (gzip)">
     5.1 --- a/rootfs/etc/xdg/openbox/menu.xml	Thu Apr 05 13:36:38 2012 +0200
     5.2 +++ b/rootfs/etc/xdg/openbox/menu.xml	Thu Apr 05 14:02:01 2012 +0200
     5.3 @@ -1,1 +1,126 @@
     5.4 -menu.en.xml
     5.5 \ No newline at end of file
     5.6 +<?xml version="1.0" encoding="UTF-8"?>
     5.7 +
     5.8 +<openbox_menu xmlns="http://openbox.org/3.4/menu">
     5.9 +
    5.10 +<!-- Favorite applications -->
    5.11 +<menu id="favorites-menu" label="Favorite Applications">
    5.12 +  <item label="File Manager">
    5.13 +    <action name="Execute"><command>file-manager</command></action>
    5.14 +  </item>
    5.15 +  <item label="Terminal">
    5.16 +    <action name="Execute"><command>terminal</command></action>
    5.17 +  </item>
    5.18 +  <item label="Web Browser">
    5.19 +    <action name="Execute"><command>browser</command></action>
    5.20 +  </item>
    5.21 +  <item label="Text Editor">
    5.22 +    <action name="Execute"><command>editor</command></action>
    5.23 +  </item>
    5.24 +  <separator />
    5.25 +  <item label="Configure favorites">
    5.26 +    <action name="Execute"><command>desktopbox tazapps</command></action>
    5.27 +  </item>
    5.28 +</menu>
    5.29 +
    5.30 +<!-- Desktop effects -->
    5.31 +<menu id="desktop-effects" label="Desktop Effects">
    5.32 +  <item label="Activate composite">
    5.33 +    <action name="Execute"><command>xcompmgr</command></action>
    5.34 +  </item>
    5.35 +  <item label="Activate shadows">
    5.36 +    <action name="Execute"><command>xcompmgr -c -r 10</command></action>
    5.37 +  </item>
    5.38 +  <item label="Activate shadows/fade">
    5.39 +    <action name="Execute"><command>xcompmgr -c -f -r 10</command></action>
    5.40 +  </item>
    5.41 +  <separator />
    5.42 +  <item label="Set opacity (actual)">
    5.43 +    <action name="Execute">
    5.44 +      <command>transset-df --actual --max 60</command>
    5.45 +    </action>
    5.46 +  </item>
    5.47 +  <item label="Set opacity (click)">
    5.48 +    <action name="Execute">
    5.49 +      <command>transset-df --click --max 60</command>
    5.50 +    </action>
    5.51 +  </item>
    5.52 +  <separator />
    5.53 +  <item label="Stop effects">
    5.54 +    <action name="Execute"><command>killall xcompmgr</command></action>
    5.55 +  </item>
    5.56 +</menu>
    5.57 +
    5.58 +<!-- SliTaz Live (Tazlito and Tazusb) -->
    5.59 +<menu id="slitaz-live-menu" label="SliTaz Live">
    5.60 +  <item label="Tazlito LiveCD Tool">
    5.61 +    <action name="Execute"><command>subox tazlito-wiz</command></action>
    5.62 +  </item>
    5.63 +  <item label="TazUSB LiveUSB Tool">
    5.64 +    <action name="Execute"><command>subox tazusb-box</command></action>
    5.65 +  </item>
    5.66 +  <separator />
    5.67 +  <item label="TazUSB Writefs (gzip)">
    5.68 +    <action name="Execute">
    5.69 +      <command>subox "xterm -e tazusb writefs gzip"</command>
    5.70 +    </action>
    5.71 +  </item>
    5.72 +  <item label="TazUSB Writefs (lzma)">
    5.73 +    <action name="Execute">
    5.74 +      <command>subox "xterm -e tazusb writefs lzma"</command>
    5.75 +    </action>
    5.76 +  </item>
    5.77 +  <item label="TazUSB Writefs (none)">
    5.78 +    <action name="Execute">
    5.79 +      <command>subox "xterm -e tazusb writefs none"</command>
    5.80 +    </action>
    5.81 +  </item>
    5.82 +</menu>
    5.83 +
    5.84 +<!-- Openbox configuration -->
    5.85 +<menu id="openbox-menu" label="Openbox">
    5.86 +  <item label="ObConf">
    5.87 +    <action name="Execute"><command>obconf</command></action>
    5.88 +  </item>
    5.89 +  <item label="Autostart Script">
    5.90 +    <action name="Execute">
    5.91 +      <command>desktopbox autostart</command>
    5.92 +    </action>
    5.93 +  </item>
    5.94 +  <item label="Openbox Menu">
    5.95 +    <action name="Execute">
    5.96 +      <command>editor ~/.config/openbox/menu.xml</command>
    5.97 +    </action>
    5.98 +  </item>
    5.99 +  <separator />
   5.100 +  <item label="Reconfigure">
   5.101 +    <action name="Reconfigure" />
   5.102 +  </item>
   5.103 +  <item label="Restart">
   5.104 +    <action name="Restart" />
   5.105 +  </item>
   5.106 +</menu>
   5.107 +
   5.108 +<menu id="root-menu" label="Openbox 3">
   5.109 +  <!-- <separator label="SliTaz Openbox" /> -->
   5.110 +  <item label="Create a new file or folder">
   5.111 +    <action name="Execute"><command>tazbox new-file</command></action>
   5.112 +  </item>
   5.113 +  <item label="Run application">
   5.114 +    <action name="Execute"><command>lxpanelctl run</command></action>
   5.115 +  </item>
   5.116 +  <separator />
   5.117 +  <menu id="favorites-menu" />
   5.118 +  <!-- Pipe menu to open folder using GTK bookmarks -->
   5.119 +  <menu id="open-folder-menu" label="Open Folder"
   5.120 +        execute="/usr/lib/openbox/open-folder-menu.sh" />
   5.121 +  <menu id="desktop-effects" />
   5.122 +  <menu id="slitaz-live-menu" />
   5.123 +  <menu id="openbox-menu" />
   5.124 +  <menu id="client-list-menu" />
   5.125 +  <separator />
   5.126 +  <item label="Logout">
   5.127 +    <action name="Execute"><command>tazbox logout</command></action>
   5.128 +  </item>
   5.129 +</menu>
   5.130 +
   5.131 +</openbox_menu>