slitaz-configs rev 48
Default menu to English
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri May 15 22:58:54 2009 +0200 (2009-05-15) |
parents | bdc100ccb150 |
children | b557331612d6 |
files | rootfs/etc/xdg/openbox/menu.en.xml rootfs/etc/xdg/openbox/menu.xml |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/rootfs/etc/xdg/openbox/menu.en.xml Fri May 15 22:58:54 2009 +0200 1.3 @@ -0,0 +1,169 @@ 1.4 +<?xml version="1.0" encoding="UTF-8"?> 1.5 + 1.6 +<openbox_menu xmlns="http://openbox.org/3.4/menu"> 1.7 + 1.8 +<!-- Favorite applications --> 1.9 +<menu id="favorites-menu" label="Favorite Applications"> 1.10 + <item label="File Manager"> 1.11 + <action name="Execute"><command>pcmanfm</command></action> 1.12 + </item> 1.13 + <item label="Terminal"> 1.14 + <action name="Execute"><command>xterm</command></action> 1.15 + </item> 1.16 + <item label="Mount Devices"> 1.17 + <action name="Execute"><command>subox mountbox</command></action> 1.18 + </item> 1.19 + <item label="Web Browser"> 1.20 + <action name="Execute"><command>firefox</command></action> 1.21 + </item> 1.22 + <item label="Text Editor"> 1.23 + <action name="Execute"><command>leafpad</command></action> 1.24 + </item> 1.25 + <item label="Image Viewer"> 1.26 + <action name="Execute"><command>gpicview</command></action> 1.27 + </item> 1.28 +</menu> 1.29 + 1.30 +<!-- Desktop files --> 1.31 +<menu id="desktop-menu" label="Desktop Files & Icons"> 1.32 + <item label="Create new directory"> 1.33 + <action name="Execute"><command>desktopbox new-folder</command></action> 1.34 + </item> 1.35 + <item label="Create new file"> 1.36 + <action name="Execute"><command>desktopbox new-file</command></action> 1.37 + </item> 1.38 + <separator /> 1.39 + <item label="Add new icon"> 1.40 + <action name="Execute"><command>desktopbox add-icons</command></action> 1.41 + </item> 1.42 +</menu> 1.43 + 1.44 +<!-- Desktop effects --> 1.45 +<menu id="desktop-effects" label="Desktop Effects"> 1.46 + <item label="Activate composite"> 1.47 + <action name="Execute"><command>xcompmgr</command></action> 1.48 + </item> 1.49 + <item label="Activate shadows"> 1.50 + <action name="Execute"><command>xcompmgr -c -r 10</command></action> 1.51 + </item> 1.52 + <item label="Activate shadows/fade"> 1.53 + <action name="Execute"><command>xcompmgr -c -f -r 10</command></action> 1.54 + </item> 1.55 + <separator /> 1.56 + <item label="Set opacity (actual)"> 1.57 + <action name="Execute"> 1.58 + <command>transset-df --actual --max 60</command> 1.59 + </action> 1.60 + </item> 1.61 + <item label="Set opacity (click)"> 1.62 + <action name="Execute"> 1.63 + <command>transset-df --click --max 60</command> 1.64 + </action> 1.65 + </item> 1.66 + <separator /> 1.67 + <item label="Stop effects"> 1.68 + <action name="Execute"><command>killall xcompmgr</command></action> 1.69 + </item> 1.70 +</menu> 1.71 + 1.72 +<!-- SliTaz Live (Tazlito and Tazusb) --> 1.73 +<menu id="slitaz-live-menu" label="SliTaz Live"> 1.74 + <item label="Tazlito LiveCD Tool"> 1.75 + <action name="Execute"><command>subox tazlitobox</command></action> 1.76 + </item> 1.77 + <separator /> 1.78 + <item label="TazUSB LiveUSB Tool"> 1.79 + <action name="Execute"> 1.80 + <command>subox tazusbbox</command> 1.81 + </action> 1.82 + </item> 1.83 + <item label="TazUSB Writefs (gzip)"> 1.84 + <action name="Execute"> 1.85 + <command>subox "xterm -e tazusb writefs gzip"</command> 1.86 + </action> 1.87 + </item> 1.88 + <item label="TazUSB Writefs (lzma)"> 1.89 + <action name="Execute"> 1.90 + <command>subox "xterm -e tazusb writefs lzma"</command> 1.91 + </action> 1.92 + </item> 1.93 + <item label="TazUSB Writefs (none)"> 1.94 + <action name="Execute"> 1.95 + <command>subox "xterm -e tazusb writefs none"</command> 1.96 + </action> 1.97 + </item> 1.98 +</menu> 1.99 + 1.100 +<!-- SliTaz documentation --> 1.101 +<menu id="documentation-menu" label="Documentation"> 1.102 + <item label="Tazlito Manual"> 1.103 + <action name="Execute"> 1.104 + <command>firefox /usr/share/doc/tazlito/tazlito.html</command> 1.105 + </action> 1.106 + </item> 1.107 + <item label="Tazpkg Manual"> 1.108 + <action name="Execute"> 1.109 + <command>firefox /usr/share/doc/tazpkg/tazpkg.html</command> 1.110 + </action> 1.111 + </item> 1.112 + <item label="TazUSB Manual (en)"> 1.113 + <action name="Execute"> 1.114 + <command>firefox /usr/share/doc/tazusb/tazusb.en.html</command> 1.115 + </action> 1.116 + </item> 1.117 + <item label="Tazwok Manual"> 1.118 + <action name="Execute"> 1.119 + <command>firefox /usr/share/doc/tazwok/tazwok.html</command> 1.120 + </action> 1.121 + </item> 1.122 + <item label="GNU General Public License"> 1.123 + <action name="Execute"> 1.124 + <command>xterm -T "General Public License" -e less -M /usr/share/licenses/gpl.txt</command> 1.125 + </action> 1.126 + </item> 1.127 +</menu> 1.128 + 1.129 +<!-- Openbox configuration --> 1.130 +<menu id="openbox-menu" label="Openbox"> 1.131 + <item label="ObConf"> 1.132 + <action name="Execute"><command>obconf</command></action> 1.133 + </item> 1.134 + <item label="Autostart Script"> 1.135 + <action name="Execute"> 1.136 + <command>geany ~/.config/openbox/autostart.sh</command> 1.137 + </action> 1.138 + </item> 1.139 + <item label="Openbox Menu"> 1.140 + <action name="Execute"> 1.141 + <command>geany ~/.config/openbox/menu.xml</command> 1.142 + </action> 1.143 + </item> 1.144 + <separator /> 1.145 + <item label="Reconfigure"> 1.146 + <action name="Reconfigure" /> 1.147 + </item> 1.148 + <item label="Restart"> 1.149 + <action name="Restart" /> 1.150 + </item> 1.151 +</menu> 1.152 + 1.153 +<menu id="root-menu" label="Openbox 3"> 1.154 + <!-- <separator label="SliTaz Openbox" /> --> 1.155 + <menu id="favorites-menu" /> 1.156 + <menu id="desktop-menu" /> 1.157 + <!-- Pipe menu to open folder using GTK bookmarks --> 1.158 + <menu id="open-folder-menu" label="Open Folder" 1.159 + execute="/usr/lib/openbox/open-folder-menu.sh" /> 1.160 + <menu id="desktop-effects" /> 1.161 + <menu id="slitaz-live-menu" /> 1.162 + <menu id="documentation-menu" /> 1.163 + <separator /> 1.164 + <menu id="client-list-menu" /> 1.165 + <menu id="openbox-menu" /> 1.166 + <separator /> 1.167 + <item label="Logout"> 1.168 + <action name="Execute"><command>desktopbox logout</command></action> 1.169 + </item> 1.170 +</menu> 1.171 + 1.172 +</openbox_menu>
2.1 --- a/rootfs/etc/xdg/openbox/menu.xml Fri May 15 22:57:31 2009 +0200 2.2 +++ b/rootfs/etc/xdg/openbox/menu.xml Fri May 15 22:58:54 2009 +0200 2.3 @@ -1,169 +1,1 @@ 2.4 -<?xml version="1.0" encoding="UTF-8"?> 2.5 - 2.6 -<openbox_menu xmlns="http://openbox.org/3.4/menu"> 2.7 - 2.8 -<!-- Favorite applications --> 2.9 -<menu id="favorites-menu" label="Favorite Applications"> 2.10 - <item label="File Manager"> 2.11 - <action name="Execute"><command>pcmanfm</command></action> 2.12 - </item> 2.13 - <item label="Terminal"> 2.14 - <action name="Execute"><command>xterm</command></action> 2.15 - </item> 2.16 - <item label="Mount Devices"> 2.17 - <action name="Execute"><command>subox mountbox</command></action> 2.18 - </item> 2.19 - <item label="Web Browser"> 2.20 - <action name="Execute"><command>firefox</command></action> 2.21 - </item> 2.22 - <item label="Text Editor"> 2.23 - <action name="Execute"><command>leafpad</command></action> 2.24 - </item> 2.25 - <item label="Image Viewer"> 2.26 - <action name="Execute"><command>gpicview</command></action> 2.27 - </item> 2.28 -</menu> 2.29 - 2.30 -<!-- Desktop files --> 2.31 -<menu id="desktop-menu" label="Desktop Files & Icons"> 2.32 - <item label="Create new directory"> 2.33 - <action name="Execute"><command>desktopbox new-folder</command></action> 2.34 - </item> 2.35 - <item label="Create new file"> 2.36 - <action name="Execute"><command>desktopbox new-file</command></action> 2.37 - </item> 2.38 - <separator /> 2.39 - <item label="Add new icon"> 2.40 - <action name="Execute"><command>desktopbox add-icons</command></action> 2.41 - </item> 2.42 -</menu> 2.43 - 2.44 -<!-- Desktop effects --> 2.45 -<menu id="desktop-effects" label="Desktop Effects"> 2.46 - <item label="Activate composite"> 2.47 - <action name="Execute"><command>xcompmgr</command></action> 2.48 - </item> 2.49 - <item label="Activate shadows"> 2.50 - <action name="Execute"><command>xcompmgr -c -r 10</command></action> 2.51 - </item> 2.52 - <item label="Activate shadows/fade"> 2.53 - <action name="Execute"><command>xcompmgr -c -f -r 10</command></action> 2.54 - </item> 2.55 - <separator /> 2.56 - <item label="Set opacity (actual)"> 2.57 - <action name="Execute"> 2.58 - <command>transset-df --actual --max 60</command> 2.59 - </action> 2.60 - </item> 2.61 - <item label="Set opacity (click)"> 2.62 - <action name="Execute"> 2.63 - <command>transset-df --click --max 60</command> 2.64 - </action> 2.65 - </item> 2.66 - <separator /> 2.67 - <item label="Stop effects"> 2.68 - <action name="Execute"><command>killall xcompmgr</command></action> 2.69 - </item> 2.70 -</menu> 2.71 - 2.72 -<!-- SliTaz Live (Tazlito and Tazusb) --> 2.73 -<menu id="slitaz-live-menu" label="SliTaz Live"> 2.74 - <item label="Tazlito LiveCD Tool"> 2.75 - <action name="Execute"><command>subox tazlitobox</command></action> 2.76 - </item> 2.77 - <separator /> 2.78 - <item label="TazUSB LiveUSB Tool"> 2.79 - <action name="Execute"> 2.80 - <command>subox tazusbbox</command> 2.81 - </action> 2.82 - </item> 2.83 - <item label="TazUSB Writefs (gzip)"> 2.84 - <action name="Execute"> 2.85 - <command>subox "xterm -e tazusb writefs gzip"</command> 2.86 - </action> 2.87 - </item> 2.88 - <item label="TazUSB Writefs (lzma)"> 2.89 - <action name="Execute"> 2.90 - <command>subox "xterm -e tazusb writefs lzma"</command> 2.91 - </action> 2.92 - </item> 2.93 - <item label="TazUSB Writefs (none)"> 2.94 - <action name="Execute"> 2.95 - <command>subox "xterm -e tazusb writefs none"</command> 2.96 - </action> 2.97 - </item> 2.98 -</menu> 2.99 - 2.100 -<!-- SliTaz documentation --> 2.101 -<menu id="documentation-menu" label="Documentation"> 2.102 - <item label="Tazlito Manual"> 2.103 - <action name="Execute"> 2.104 - <command>firefox /usr/share/doc/tazlito/tazlito.html</command> 2.105 - </action> 2.106 - </item> 2.107 - <item label="Tazpkg Manual"> 2.108 - <action name="Execute"> 2.109 - <command>firefox /usr/share/doc/tazpkg/tazpkg.html</command> 2.110 - </action> 2.111 - </item> 2.112 - <item label="TazUSB Manual (en)"> 2.113 - <action name="Execute"> 2.114 - <command>firefox /usr/share/doc/tazusb/tazusb.en.html</command> 2.115 - </action> 2.116 - </item> 2.117 - <item label="Tazwok Manual"> 2.118 - <action name="Execute"> 2.119 - <command>firefox /usr/share/doc/tazwok/tazwok.html</command> 2.120 - </action> 2.121 - </item> 2.122 - <item label="GNU General Public License"> 2.123 - <action name="Execute"> 2.124 - <command>xterm -T "General Public License" -e less -M /usr/share/licenses/gpl.txt</command> 2.125 - </action> 2.126 - </item> 2.127 -</menu> 2.128 - 2.129 -<!-- Openbox configuration --> 2.130 -<menu id="openbox-menu" label="Openbox"> 2.131 - <item label="ObConf"> 2.132 - <action name="Execute"><command>obconf</command></action> 2.133 - </item> 2.134 - <item label="Autostart Script"> 2.135 - <action name="Execute"> 2.136 - <command>geany ~/.config/openbox/autostart.sh</command> 2.137 - </action> 2.138 - </item> 2.139 - <item label="Openbox Menu"> 2.140 - <action name="Execute"> 2.141 - <command>geany ~/.config/openbox/menu.xml</command> 2.142 - </action> 2.143 - </item> 2.144 - <separator /> 2.145 - <item label="Reconfigure"> 2.146 - <action name="Reconfigure" /> 2.147 - </item> 2.148 - <item label="Restart"> 2.149 - <action name="Restart" /> 2.150 - </item> 2.151 -</menu> 2.152 - 2.153 -<menu id="root-menu" label="Openbox 3"> 2.154 - <!-- <separator label="SliTaz Openbox" /> --> 2.155 - <menu id="favorites-menu" /> 2.156 - <menu id="desktop-menu" /> 2.157 - <!-- Pipe menu to open folder using GTK bookmarks --> 2.158 - <menu id="open-folder-menu" label="Open Folder" 2.159 - execute="/usr/lib/openbox/open-folder-menu.sh" /> 2.160 - <menu id="desktop-effects" /> 2.161 - <menu id="slitaz-live-menu" /> 2.162 - <menu id="documentation-menu" /> 2.163 - <separator /> 2.164 - <menu id="client-list-menu" /> 2.165 - <menu id="openbox-menu" /> 2.166 - <separator /> 2.167 - <item label="Logout"> 2.168 - <action name="Execute"><command>desktopbox logout</command></action> 2.169 - </item> 2.170 -</menu> 2.171 - 2.172 -</openbox_menu> 2.173 +menu.en.xml 2.174 \ No newline at end of file