flavors rev 34

core: remove all file now rovided by slitaz-configs (again)
author Christophe Lincoln <pankso@slitaz.org>
date Tue Mar 23 20:48:04 2010 +0100 (2010-03-23)
parents ad1c57cc5519
children 091ae7c9e9c0
files core/rootfs/etc/skel/.Xdefaults core/rootfs/etc/skel/.gtkrc-2.0 core/rootfs/etc/skel/Desktop/slitaz-doc.desktop core/rootfs/etc/xdg/openbox/menu.en.xml core/rootfs/etc/xdg/openbox/menu.fr.xml core/rootfs/etc/xdg/openbox/menu.pt.xml core/rootfs/etc/xdg/openbox/rc.xml core/rootfs/root/.Xdefaults core/rootfs/root/.gtkrc-2.0 core/rootfs/usr/share/applications/gpl-license.desktop core/rootfs/usr/share/images/slitaz-background.jpg core/rootfs/usr/share/pixmaps/slitaz-menu.png core/rootfs/usr/share/slim/themes/slitaz/background.png core/rootfs/usr/share/slim/themes/slitaz/panel.png core/rootfs/usr/share/slim/themes/slitaz/slim.theme core/rootfs/usr/share/webhome/index.html core/rootfs/usr/share/webhome/style.css
line diff
     1.1 --- a/core/rootfs/etc/skel/.Xdefaults	Tue Mar 23 20:47:20 2010 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,20 +0,0 @@
     1.4 -!~/.Xdefault: Control the behavior of x-clients.
     1.5 -!
     1.6 -
     1.7 -! Xcursor theme (~/.icons).
     1.8 -!
     1.9 -Xcursor.theme:		slitaz-polar
    1.10 -
    1.11 -! XTerm settings.
    1.12 -!
    1.13 -xterm*background:	black
    1.14 -xterm*foreground:	white
    1.15 -xterm*cursorColor:	#6AA2D8
    1.16 -xterm*scrollBar:	off
    1.17 -xterm*faceName:		DejaVu Sans Mono
    1.18 -xterm*faceSize:		9
    1.19 -
    1.20 -! Xload settings.
    1.21 -!
    1.22 -!xload*background:	black
    1.23 -!xload*foreground:	lightblue
     2.1 --- a/core/rootfs/etc/skel/.gtkrc-2.0	Tue Mar 23 20:47:20 2010 +0100
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,13 +0,0 @@
     2.4 -# ~/.gtkrc-2.0 - GTK+ theme, icon and font configuration.
     2.5 -#
     2.6 -# System files   : /usr/share/{themes,icons,fonts}
     2.7 -# Personal files : ~/.icons and ~/.fonts
     2.8 -#
     2.9 -
    2.10 -gtk-theme-name = "SliTaz"
    2.11 -#gtk-theme-name = "Clearlooks-DeepSky"
    2.12 -#gtk-theme-name = "Clearlooks-Olive"
    2.13 -
    2.14 -gtk-icon-theme-name = "SliTaz"
    2.15 -
    2.16 -gtk-font-name = "DejaVu Sans 9"
     3.1 --- a/core/rootfs/etc/skel/Desktop/slitaz-doc.desktop	Tue Mar 23 20:47:20 2010 +0100
     3.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.3 @@ -1,5 +0,0 @@
     3.4 -[Desktop Entry]
     3.5 -Name=Documentation
     3.6 -Exec=GtkLauncher file:///usr/share/doc/slitaz/index.html
     3.7 -Icon=slitaz-doc.png
     3.8 -Type=Application
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/core/rootfs/etc/xdg/openbox/menu.en.xml	Tue Mar 23 20:48:04 2010 +0100
     4.3 @@ -0,0 +1,134 @@
     4.4 +<?xml version="1.0" encoding="UTF-8"?>
     4.5 +
     4.6 +<openbox_menu xmlns="http://openbox.org/3.4/menu">
     4.7 +
     4.8 +<!-- Favorite applications -->
     4.9 +<menu id="favorites-menu" label="Favorite Applications">
    4.10 +  <item label="File Manager">
    4.11 +    <action name="Execute"><command>file-manager</command></action>
    4.12 +  </item>
    4.13 +  <item label="Terminal">
    4.14 +    <action name="Execute"><command>terminal</command></action>
    4.15 +  </item>
    4.16 +  <item label="Web Browser">
    4.17 +    <action name="Execute"><command>browser</command></action>
    4.18 +  </item>
    4.19 +  <item label="Text Editor">
    4.20 +    <action name="Execute"><command>editor</command></action>
    4.21 +  </item>
    4.22 +  <separator />
    4.23 +  <item label="Configure favorite">
    4.24 +    <action name="Execute"><command>desktopbox tazapps</command></action>
    4.25 +  </item>
    4.26 +</menu>
    4.27 +
    4.28 +<!-- Desktop files -->
    4.29 +<menu id="desktop-menu" label="Desktop Files &amp; Icons">
    4.30 +  <item label="Create new directory">
    4.31 +    <action name="Execute"><command>desktopbox new-folder</command></action>
    4.32 +  </item>
    4.33 +  <item label="Create new file">
    4.34 +    <action name="Execute"><command>desktopbox new-file</command></action>
    4.35 +  </item>
    4.36 +  <separator />
    4.37 +  <item label="Add new icon">
    4.38 +    <action name="Execute"><command>desktopbox add-icons</command></action>
    4.39 +  </item>
    4.40 +</menu>
    4.41 +
    4.42 +<!-- Desktop effects -->
    4.43 +<menu id="desktop-effects" label="Desktop Effects">
    4.44 +  <item label="Activate composite">
    4.45 +    <action name="Execute"><command>xcompmgr</command></action>
    4.46 +  </item>
    4.47 +  <item label="Activate shadows">
    4.48 +    <action name="Execute"><command>xcompmgr -c -r 10</command></action>
    4.49 +  </item>
    4.50 +  <item label="Activate shadows/fade">
    4.51 +    <action name="Execute"><command>xcompmgr -c -f -r 10</command></action>
    4.52 +  </item>
    4.53 +  <separator />
    4.54 +  <item label="Set opacity (actual)">
    4.55 +    <action name="Execute">
    4.56 +      <command>transset-df --actual --max 60</command>
    4.57 +    </action>
    4.58 +  </item>
    4.59 +  <item label="Set opacity (click)">
    4.60 +    <action name="Execute">
    4.61 +      <command>transset-df --click --max 60</command>
    4.62 +    </action>
    4.63 +  </item>
    4.64 +  <separator />
    4.65 +  <item label="Stop effects">
    4.66 +    <action name="Execute"><command>killall xcompmgr</command></action>
    4.67 +  </item>
    4.68 +</menu>
    4.69 +
    4.70 +<!-- SliTaz Live (Tazlito and Tazusb) -->
    4.71 +<menu id="slitaz-live-menu" label="SliTaz Live">
    4.72 +  <item label="Tazlito LiveCD Tool">
    4.73 +    <action name="Execute"><command>subox tazlitobox</command></action>
    4.74 +  </item>
    4.75 +  <item label="TazUSB LiveUSB Tool">
    4.76 +    <action name="Execute"><command>subox tazusbbox</command></action>
    4.77 +  </item>
    4.78 +  <separator />
    4.79 +  <item label="TazUSB Writefs (gzip)">
    4.80 +    <action name="Execute">
    4.81 +      <command>subox "xterm -e tazusb writefs gzip"</command>
    4.82 +    </action>
    4.83 +  </item>
    4.84 +  <item label="TazUSB Writefs (lzma)">
    4.85 +    <action name="Execute">
    4.86 +      <command>subox "xterm -e tazusb writefs lzma"</command>
    4.87 +    </action>
    4.88 +  </item>
    4.89 +  <item label="TazUSB Writefs (none)">
    4.90 +    <action name="Execute">
    4.91 +      <command>subox "xterm -e tazusb writefs none"</command>
    4.92 +    </action>
    4.93 +  </item>
    4.94 +</menu>
    4.95 +
    4.96 +<!-- Openbox configuration -->
    4.97 +<menu id="openbox-menu" label="Openbox">
    4.98 +  <item label="ObConf">
    4.99 +    <action name="Execute"><command>obconf</command></action>
   4.100 +  </item>
   4.101 +  <item label="Autostart Script">
   4.102 +    <action name="Execute">
   4.103 +      <command>desktopbox autostart</command>
   4.104 +    </action>
   4.105 +  </item>
   4.106 +  <item label="Openbox Menu">
   4.107 +    <action name="Execute">
   4.108 +      <command>editor ~/.config/openbox/menu.xml</command>
   4.109 +    </action>
   4.110 +  </item>
   4.111 +  <separator />
   4.112 +  <item label="Reconfigure">
   4.113 +    <action name="Reconfigure" />
   4.114 +  </item>
   4.115 +  <item label="Restart">
   4.116 +    <action name="Restart" />
   4.117 +  </item>
   4.118 +</menu>
   4.119 +
   4.120 +<menu id="root-menu" label="Openbox 3">
   4.121 +  <!-- <separator label="SliTaz Openbox" /> -->
   4.122 +  <menu id="favorites-menu" />
   4.123 +  <menu id="desktop-menu" />
   4.124 +  <!-- Pipe menu to open folder using GTK bookmarks -->
   4.125 +  <menu id="open-folder-menu" label="Open Folder"
   4.126 +        execute="/usr/lib/openbox/open-folder-menu.sh" />
   4.127 +  <menu id="desktop-effects" />
   4.128 +  <menu id="slitaz-live-menu" />
   4.129 +  <menu id="openbox-menu" />
   4.130 +  <menu id="client-list-menu" />
   4.131 +  <separator />
   4.132 +  <item label="Logout">
   4.133 +    <action name="Execute"><command>desktopbox logout</command></action>
   4.134 +  </item>
   4.135 +</menu>
   4.136 +
   4.137 +</openbox_menu>
     5.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.2 +++ b/core/rootfs/etc/xdg/openbox/menu.fr.xml	Tue Mar 23 20:48:04 2010 +0100
     5.3 @@ -0,0 +1,137 @@
     5.4 +<?xml version="1.0" encoding="UTF-8"?>
     5.5 +
     5.6 +<openbox_menu xmlns="http://openbox.org/3.4/menu">
     5.7 +
     5.8 +<!-- Favorites applications -->
     5.9 +<menu id="favorites-menu" label="Applications favorites">
    5.10 +  <item label="Gestionnaire de fichiers">
    5.11 +    <action name="Execute"><command>file-manager</command></action>
    5.12 +  </item>
    5.13 +  <item label="Emulateur de Terminal">
    5.14 +    <action name="Execute"><command>terminal</command></action>
    5.15 +  </item>
    5.16 +  <item label="Navigateur Web">
    5.17 +    <action name="Execute"><command>browser</command></action>
    5.18 +  </item>
    5.19 +  <item label="Editeur de texte">
    5.20 +    <action name="Execute"><command>editor</command></action>
    5.21 +  </item>
    5.22 +  <separator />
    5.23 +  <item label="Configuration des favoris">
    5.24 +    <action name="Execute"><command>desktopbox tazapps</command></action>
    5.25 +  </item>
    5.26 +</menu>
    5.27 +
    5.28 +<!-- Desktop files -->
    5.29 +<menu id="desktop-menu" label="Fichiers &amp; Icônes du bureau">
    5.30 +  <item label="Créer un nouveau dossier">
    5.31 +    <action name="Execute"><command>desktopbox new-folder</command></action>
    5.32 +  </item>
    5.33 +  <item label="Créer un nouveau fichier">
    5.34 +    <action name="Execute"><command>desktopbox new-file</command></action>
    5.35 +  </item>
    5.36 +  <separator />
    5.37 +  <item label="Ajouter un icône">
    5.38 +    <action name="Execute"><command>desktopbox add-icons</command></action>
    5.39 +  </item>
    5.40 +</menu>
    5.41 +
    5.42 +<!-- Desktop effects -->
    5.43 +<menu id="desktop-effects" label="Effets visuels">
    5.44 +  <item label="Activer le composite">
    5.45 +    <action name="Execute"><command>xcompmgr</command></action>
    5.46 +  </item>
    5.47 +  <item label="Active les ombres">
    5.48 +    <action name="Execute"><command>xcompmgr -c -r 10</command></action>
    5.49 +  </item>
    5.50 +  <item label="Activer les ombres fade">
    5.51 +    <action name="Execute"><command>xcompmgr -c -f -r 10</command></action>
    5.52 +  </item>
    5.53 +  <separator />
    5.54 +  <item label="Régler l'opacité (actuel)">
    5.55 +    <action name="Execute">
    5.56 +      <command>transset-df --actual --max 60</command>
    5.57 +    </action>
    5.58 +  </item>
    5.59 +  <item label="Régler l'opacité (clicque)">
    5.60 +    <action name="Execute">
    5.61 +      <command>transset-df --click --max 60</command>
    5.62 +    </action>
    5.63 +  </item>
    5.64 +  <separator />
    5.65 +  <item label="Stoper les effets">
    5.66 +    <action name="Execute"><command>killall xcompmgr</command></action>
    5.67 +  </item>
    5.68 +</menu>
    5.69 +
    5.70 +<!-- SliTaz Live (Tazlito and Tazusb) -->
    5.71 +<menu id="slitaz-live-menu" label="SliTaz Live CD/USB">
    5.72 +  <item label="Tazlito LiveCD Tool">
    5.73 +    <action name="Execute"><command>subox tazlitobox</command></action>
    5.74 +  </item>
    5.75 +  <item label="TazUSB LiveUSB Tool">
    5.76 +    <action name="Execute"><command>subox tazusbbox</command></action>
    5.77 +  </item>
    5.78 +  <separator />
    5.79 +  <item label="TazUSB Writefs (gzip)">
    5.80 +    <action name="Execute">
    5.81 +      <command>subox "xterm -e tazusb writefs gzip"</command>
    5.82 +    </action>
    5.83 +  </item>
    5.84 +  <item label="TazUSB Writefs (lzma)">
    5.85 +    <action name="Execute">
    5.86 +      <command>subox "xterm -e tazusb writefs lzma"</command>
    5.87 +    </action>
    5.88 +  </item>
    5.89 +  <item label="TazUSB Writefs (none)">
    5.90 +    <action name="Execute">
    5.91 +      <command>subox "xterm -e tazusb writefs none"</command>
    5.92 +    </action>
    5.93 +  </item>
    5.94 +</menu>
    5.95 +
    5.96 +<!-- Openbox configuration -->
    5.97 +<menu id="openbox-menu" label="Openbox">
    5.98 +  <item label="Configuration via OBconf">
    5.99 +    <action name="Execute"><command>obconf</command></action>
   5.100 +  </item>
   5.101 +  <item label="Script de démarrage">
   5.102 +    <action name="Execute">
   5.103 +      <command>desktopbox autostart</command>
   5.104 +    </action>
   5.105 +  </item>
   5.106 +  <item label="Menu d'Openbox">
   5.107 +    <action name="Execute">
   5.108 +      <command>editor ~/.config/openbox/menu.xml</command>
   5.109 +    </action>
   5.110 +  </item>
   5.111 +  <separator />
   5.112 +  <item label="Reconfigurer">
   5.113 +    <action name="Reconfigure" />
   5.114 +  </item>
   5.115 +  <item label="Redémarrer">
   5.116 +    <action name="Restart" />
   5.117 +  </item>
   5.118 +</menu>
   5.119 +
   5.120 +<menu id="root-menu" label="Openbox 3">
   5.121 +  <!-- <separator label="SliTaz Openbox" /> -->
   5.122 +  <menu id="favorites-menu" />
   5.123 +  <menu id="desktop-menu" />
   5.124 +  <!-- Pipe menu to open folder using GTK bookmarks -->
   5.125 +  <menu id="open-folder-menu" label="Dossiers favoris"
   5.126 +        execute="/usr/lib/openbox/open-folder-menu.sh" />
   5.127 +  <menu id="desktop-effects" />
   5.128 +  <menu id="slitaz-live-menu" />
   5.129 +  <menu id="openbox-menu" />
   5.130 +  <menu id="client-list-menu" />
   5.131 +  <separator />
   5.132 +  <!-- <item label="Exécuter">
   5.133 +    <action name="Execute"><command>gmrun</command></action>
   5.134 +  </item> -->
   5.135 +  <item label="Déconnexion">
   5.136 +    <action name="Execute"><command>desktopbox logout</command></action>
   5.137 +  </item>
   5.138 +</menu>
   5.139 +
   5.140 +</openbox_menu>
     6.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.2 +++ b/core/rootfs/etc/xdg/openbox/menu.pt.xml	Tue Mar 23 20:48:04 2010 +0100
     6.3 @@ -0,0 +1,134 @@
     6.4 +<?xml version="1.0" encoding="UTF-8"?>
     6.5 +
     6.6 +<openbox_menu xmlns="http://openbox.org/3.4/menu">
     6.7 +
     6.8 +<!-- Aplicações Favoritas -->
     6.9 +<menu id="favorites-menu" label="Aplicativos Favoritos">
    6.10 +  <item label="Gerenciador de Arquivos">
    6.11 +    <action name="Execute"><command>pcmanfm</command></action>
    6.12 +  </item>
    6.13 +  <item label="Terminal">
    6.14 +    <action name="Execute"><command>terminal</command></action>
    6.15 +  </item>
    6.16 +  <item label="Navegador Web">
    6.17 +    <action name="Execute"><command>browser</command></action>
    6.18 +  </item>
    6.19 +  <item label="Editor de Texto">
    6.20 +    <action name="Execute"><command>editor</command></action>
    6.21 +  </item>
    6.22 +  <separator />
    6.23 +  <item label="Configure favorite">
    6.24 +    <action name="Execute"><command>desktopbox tazapps</command></action>
    6.25 +  </item>
    6.26 +</menu>
    6.27 +
    6.28 +<!-- Desktop files -->
    6.29 +<menu id="desktop-menu" label="Arquivos &amp; Ícones do Desktop">
    6.30 +  <item label="Criar nova pasta">
    6.31 +    <action name="Execute"><command>desktopbox new-folder</command></action>
    6.32 +  </item>
    6.33 +  <item label="Criar novo arquivo">
    6.34 +    <action name="Execute"><command>desktopbox new-file</command></action>
    6.35 +  </item>
    6.36 +  <separator />
    6.37 +  <item label="Adicionar novo ícone">
    6.38 +    <action name="Execute"><command>desktopbox add-icons</command></action>
    6.39 +  </item>
    6.40 +</menu>
    6.41 +
    6.42 +<!-- Efeitos do Desktop -->
    6.43 +<menu id="desktop-effects" label="Efeitos Visuais">
    6.44 +  <item label="Ativar composite">
    6.45 +    <action name="Execute"><command>xcompmgr</command></action>
    6.46 +  </item>
    6.47 +  <item label="Ativar sombreamento">
    6.48 +    <action name="Execute"><command>xcompmgr -c -r 10</command></action>
    6.49 +  </item>
    6.50 +  <item label="Ativar sombreamento/fade">
    6.51 +    <action name="Execute"><command>xcompmgr -c -f -r 10</command></action>
    6.52 +  </item>
    6.53 +  <separator />
    6.54 +  <item label="Definir opacidade (atual)">
    6.55 +    <action name="Execute">
    6.56 +      <command>transset-df --actual --max 60</command>
    6.57 +    </action>
    6.58 +  </item>
    6.59 +  <item label="Definir opacidade (click)">
    6.60 +    <action name="Execute">
    6.61 +      <command>transset-df --click --max 60</command>
    6.62 +    </action>
    6.63 +  </item>
    6.64 +  <separator />
    6.65 +  <item label="Parar efeitos">
    6.66 +    <action name="Execute"><command>killall xcompmgr</command></action>
    6.67 +  </item>
    6.68 +</menu>
    6.69 +
    6.70 +<!-- SliTaz Live (Tazlito e Tazusb) -->
    6.71 +<menu id="slitaz-live-menu" label="SliTaz Live CD/USB">
    6.72 +  <item label="Tazlito Ferramenta LiveCD">
    6.73 +    <action name="Execute"><command>subox tazlitobox</command></action>
    6.74 +  </item>
    6.75 +  <item label="TazUSB LiveUSB Tool">
    6.76 +    <action name="Execute"><command>subox tazusbbox</command></action>
    6.77 +  </item>
    6.78 +  <separator />
    6.79 +  <item label="TazUSB Writefs (gzip)">
    6.80 +    <action name="Execute">
    6.81 +      <command>subox "xterm -e tazusb writefs gzip"</command>
    6.82 +    </action>
    6.83 +  </item>
    6.84 +  <item label="TazUSB Writefs (lzma)">
    6.85 +    <action name="Execute">
    6.86 +      <command>subox "xterm -e tazusb writefs lzma"</command>
    6.87 +    </action>
    6.88 +  </item>
    6.89 +  <item label="TazUSB Writefs (none)">
    6.90 +    <action name="Execute">
    6.91 +      <command>subox "xterm -e tazusb writefs none"</command>
    6.92 +    </action>
    6.93 +  </item>
    6.94 +</menu>
    6.95 +
    6.96 +<!-- Configuração do Openbox -->
    6.97 +<menu id="openbox-menu" label="Openbox">
    6.98 +  <item label="Configuração do Openbox (GUI)">
    6.99 +    <action name="Execute"><command>obconf</command></action>
   6.100 +  </item>
   6.101 +  <item label="Aplicações autoiniciadas">
   6.102 +    <action name="Execute">
   6.103 +      <command>desktopbox autostart</command>
   6.104 +    </action>
   6.105 +  </item>
   6.106 +  <item label="Menu do Openbox">
   6.107 +    <action name="Execute">
   6.108 +      <command>editor ~/.config/openbox/menu.xml</command>
   6.109 +    </action>
   6.110 +  </item>
   6.111 +  <separator />
   6.112 +  <item label="Reconfigurar">
   6.113 +    <action name="Reconfigure" />
   6.114 +  </item>
   6.115 +  <item label="Reiniciar">
   6.116 +    <action name="Restart" />
   6.117 +  </item>
   6.118 +</menu>
   6.119 +
   6.120 +<menu id="root-menu" label="Openbox 3">
   6.121 +  <!-- <separator label="SliTaz Openbox" /> -->
   6.122 +  <menu id="favorites-menu" />
   6.123 +  <menu id="desktop-menu" />
   6.124 +  <!-- Pipe menu to open folder using GTK bookmarks -->
   6.125 +  <menu id="open-folder-menu" label="Locais Favoritos"
   6.126 +        execute="/usr/lib/openbox/open-folder-menu.sh" />
   6.127 +  <menu id="desktop-effects" />
   6.128 +  <menu id="slitaz-live-menu" />
   6.129 +  <menu id="openbox-menu" />
   6.130 +  <menu id="client-list-menu" />
   6.131 +  <separator />
   6.132 +  <item label="Sair">
   6.133 +    <action name="Execute"><command>desktopbox logout</command></action>
   6.134 +  </item>
   6.135 +</menu>
   6.136 +
   6.137 +</openbox_menu>
     7.1 --- a/core/rootfs/etc/xdg/openbox/rc.xml	Tue Mar 23 20:47:20 2010 +0100
     7.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     7.3 @@ -1,699 +0,0 @@
     7.4 -<?xml version="1.0" encoding="UTF-8"?>
     7.5 -<!-- Do not edit this file, it will be overwritten on install.
     7.6 -        Copy the file to $HOME/.config/openbox/ instead. -->
     7.7 -<openbox_config xmlns="http://openbox.org/3.4/rc">
     7.8 -  <resistance>
     7.9 -    <strength>10</strength>
    7.10 -    <screen_edge_strength>20</screen_edge_strength>
    7.11 -  </resistance>
    7.12 -  <focus>
    7.13 -    <focusNew>yes</focusNew>
    7.14 -    <!-- always try to focus new windows when they appear. other rules do
    7.15 -       apply -->
    7.16 -    <followMouse>no</followMouse>
    7.17 -    <!-- move focus to a window when you move the mouse into it -->
    7.18 -    <focusLast>yes</focusLast>
    7.19 -    <!-- focus the last used window when changing desktops, instead of the one
    7.20 -       under the mouse pointer. when followMouse is enabled -->
    7.21 -    <underMouse>no</underMouse>
    7.22 -    <!-- move focus under the mouse, even when the mouse is not moving -->
    7.23 -    <focusDelay>200</focusDelay>
    7.24 -    <!-- when followMouse is enabled, the mouse must be inside the window for
    7.25 -       this many milliseconds (1000 = 1 sec) before moving focus to it -->
    7.26 -    <raiseOnFocus>no</raiseOnFocus>
    7.27 -    <!-- when followMouse is enabled, and a window is given focus by moving the
    7.28 -       mouse into it, also raise the window -->
    7.29 -  </focus>
    7.30 -  <placement>
    7.31 -    <policy>Smart</policy>
    7.32 -    <!-- 'Smart' or 'UnderMouse' -->
    7.33 -    <center>yes</center>
    7.34 -    <!-- whether to place windows in the center of the free area found or
    7.35 -       the top left corner -->
    7.36 -    <monitor>Any</monitor>
    7.37 -    <!-- with Smart placement on a multi-monitor system, try to place new windows
    7.38 -       on: 'Any' - any monitor, 'Mouse' - where the mouse is, 'Active' - where
    7.39 -       the active window is -->
    7.40 -  </placement>
    7.41 -  <theme>
    7.42 -    <name>SliTaz</name>
    7.43 -    <titleLayout>NLIMC</titleLayout>
    7.44 -    <!--
    7.45 -      available characters are NDSLIMC, each can occur at most once.
    7.46 -      N: window icon
    7.47 -      L: window label (AKA title).
    7.48 -      I: iconify
    7.49 -      M: maximize
    7.50 -      C: close
    7.51 -      S: shade (roll up/down)
    7.52 -      D: omnipresent (on all desktops).
    7.53 -  -->
    7.54 -    <keepBorder>yes</keepBorder>
    7.55 -    <animateIconify>yes</animateIconify>
    7.56 -    <font place="ActiveWindow">
    7.57 -      <name>Sans</name>
    7.58 -      <size>8</size>
    7.59 -      <!-- font size in points -->
    7.60 -      <weight>Bold</weight>
    7.61 -      <!-- 'bold' or 'normal' -->
    7.62 -      <slant>Normal</slant>
    7.63 -      <!-- 'italic' or 'normal' -->
    7.64 -    </font>
    7.65 -    <font place="InactiveWindow">
    7.66 -      <name>Sans</name>
    7.67 -      <size>8</size>
    7.68 -      <!-- font size in points -->
    7.69 -      <weight>Bold</weight>
    7.70 -      <!-- 'bold' or 'normal' -->
    7.71 -      <slant>Normal</slant>
    7.72 -      <!-- 'italic' or 'normal' -->
    7.73 -    </font>
    7.74 -    <font place="MenuHeader">
    7.75 -      <name>Sans</name>
    7.76 -      <size>10</size>
    7.77 -      <!-- font size in points -->
    7.78 -      <weight>Normal</weight>
    7.79 -      <!-- 'bold' or 'normal' -->
    7.80 -      <slant>Normal</slant>
    7.81 -      <!-- 'italic' or 'normal' -->
    7.82 -    </font>
    7.83 -    <font place="MenuItem">
    7.84 -      <name>Sans</name>
    7.85 -      <size>9</size>
    7.86 -      <!-- font size in points -->
    7.87 -      <weight>Normal</weight>
    7.88 -      <!-- 'bold' or 'normal' -->
    7.89 -      <slant>Normal</slant>
    7.90 -      <!-- 'italic' or 'normal' -->
    7.91 -    </font>
    7.92 -    <font place="OnScreenDisplay">
    7.93 -      <name>sans</name>
    7.94 -      <size>9</size>
    7.95 -      <!-- font size in points -->
    7.96 -      <weight>bold</weight>
    7.97 -      <!-- 'bold' or 'normal' -->
    7.98 -      <slant>normal</slant>
    7.99 -      <!-- 'italic' or 'normal' -->
   7.100 -    </font>
   7.101 -  </theme>
   7.102 -  <desktops>
   7.103 -    <!-- this stuff is only used at startup, pagers allow you to change them
   7.104 -       during a session
   7.105 -
   7.106 -       these are default values to use when other ones are not already set
   7.107 -       by other applications, or saved in your session
   7.108 -
   7.109 -       use obconf if you want to change these without having to log out
   7.110 -       and back in -->
   7.111 -    <number>2</number>
   7.112 -    <firstdesk>1</firstdesk>
   7.113 -    <names>
   7.114 -      <!-- set names up here if you want to, like this:
   7.115 -    <name>desktop 1</name>
   7.116 -    <name>desktop 2</name>
   7.117 -    -->
   7.118 -    </names>
   7.119 -    <popupTime>875</popupTime>
   7.120 -    <!-- The number of milliseconds to show the popup for when switching
   7.121 -       desktops.  Set this to 0 to disable the popup. -->
   7.122 -  </desktops>
   7.123 -  <resize>
   7.124 -    <drawContents>yes</drawContents>
   7.125 -    <popupShow>Nonpixel</popupShow>
   7.126 -    <!-- 'Always', 'Never', or 'Nonpixel' (xterms and such) -->
   7.127 -    <popupPosition>Center</popupPosition>
   7.128 -    <!-- 'Center', 'Top', or 'Fixed' -->
   7.129 -    <popupFixedPosition>
   7.130 -      <!-- these are used if popupPosition is set to 'Fixed' -->
   7.131 -      <x>10</x>
   7.132 -      <!-- positive number for distance from left edge, negative number for
   7.133 -         distance from right edge, or 'Center' -->
   7.134 -      <y>10</y>
   7.135 -      <!-- positive number for distance from top edge, negative number for
   7.136 -         distance from bottom edge, or 'Center' -->
   7.137 -    </popupFixedPosition>
   7.138 -  </resize>
   7.139 -  <!-- You can reserve a portion of your screen where windows will not cover when
   7.140 -     they are maximized, or when they are initially placed.
   7.141 -     Many programs reserve space automatically, but you can use this in other
   7.142 -     cases. -->
   7.143 -  <margins>
   7.144 -    <top>0</top>
   7.145 -    <bottom>0</bottom>
   7.146 -    <left>0</left>
   7.147 -    <right>0</right>
   7.148 -  </margins>
   7.149 -  <dock>
   7.150 -    <position>TopLeft</position>
   7.151 -    <!-- (Top|Bottom)(Left|Right|)|Top|Bottom|Left|Right|Floating -->
   7.152 -    <floatingX>0</floatingX>
   7.153 -    <floatingY>0</floatingY>
   7.154 -    <noStrut>no</noStrut>
   7.155 -    <stacking>Above</stacking>
   7.156 -    <!-- 'Above', 'Normal', or 'Below' -->
   7.157 -    <direction>Vertical</direction>
   7.158 -    <!-- 'Vertical' or 'Horizontal' -->
   7.159 -    <autoHide>no</autoHide>
   7.160 -    <hideDelay>300</hideDelay>
   7.161 -    <!-- in milliseconds (1000 = 1 second) -->
   7.162 -    <showDelay>300</showDelay>
   7.163 -    <!-- in milliseconds (1000 = 1 second) -->
   7.164 -    <moveButton>Middle</moveButton>
   7.165 -    <!-- 'Left', 'Middle', 'Right' -->
   7.166 -  </dock>
   7.167 -  <keyboard>
   7.168 -    <chainQuitKey>C-g</chainQuitKey>
   7.169 -    <!-- Keybindings for desktop switching -->
   7.170 -    <keybind key="C-A-Left">
   7.171 -      <action name="DesktopLeft">
   7.172 -        <dialog>no</dialog>
   7.173 -        <wrap>no</wrap>
   7.174 -      </action>
   7.175 -    </keybind>
   7.176 -    <keybind key="C-A-Right">
   7.177 -      <action name="DesktopRight">
   7.178 -        <dialog>no</dialog>
   7.179 -        <wrap>no</wrap>
   7.180 -      </action>
   7.181 -    </keybind>
   7.182 -    <keybind key="C-A-Up">
   7.183 -      <action name="DesktopUp">
   7.184 -        <dialog>no</dialog>
   7.185 -        <wrap>no</wrap>
   7.186 -      </action>
   7.187 -    </keybind>
   7.188 -    <keybind key="C-A-Down">
   7.189 -      <action name="DesktopDown">
   7.190 -        <dialog>no</dialog>
   7.191 -        <wrap>no</wrap>
   7.192 -      </action>
   7.193 -    </keybind>
   7.194 -    <keybind key="S-A-Left">
   7.195 -      <action name="SendToDesktopLeft">
   7.196 -        <dialog>no</dialog>
   7.197 -        <wrap>no</wrap>
   7.198 -      </action>
   7.199 -    </keybind>
   7.200 -    <keybind key="S-A-Right">
   7.201 -      <action name="SendToDesktopRight">
   7.202 -        <dialog>no</dialog>
   7.203 -        <wrap>no</wrap>
   7.204 -      </action>
   7.205 -    </keybind>
   7.206 -    <keybind key="S-A-Up">
   7.207 -      <action name="SendToDesktopUp">
   7.208 -        <dialog>no</dialog>
   7.209 -        <wrap>no</wrap>
   7.210 -      </action>
   7.211 -    </keybind>
   7.212 -    <keybind key="S-A-Down">
   7.213 -      <action name="SendToDesktopDown">
   7.214 -        <dialog>no</dialog>
   7.215 -        <wrap>no</wrap>
   7.216 -      </action>
   7.217 -    </keybind>
   7.218 -    <keybind key="W-F1">
   7.219 -      <action name="Desktop">
   7.220 -        <desktop>1</desktop>
   7.221 -      </action>
   7.222 -    </keybind>
   7.223 -    <keybind key="W-F2">
   7.224 -      <action name="Desktop">
   7.225 -        <desktop>2</desktop>
   7.226 -      </action>
   7.227 -    </keybind>
   7.228 -    <keybind key="W-F3">
   7.229 -      <action name="Desktop">
   7.230 -        <desktop>3</desktop>
   7.231 -      </action>
   7.232 -    </keybind>
   7.233 -    <keybind key="W-F4">
   7.234 -      <action name="Desktop">
   7.235 -        <desktop>4</desktop>
   7.236 -      </action>
   7.237 -    </keybind>
   7.238 -    <keybind key="W-d">
   7.239 -      <action name="ToggleShowDesktop"/>
   7.240 -    </keybind>
   7.241 -    <!-- Keybindings for windows -->
   7.242 -    <keybind key="A-F4">
   7.243 -      <action name="Close"/>
   7.244 -    </keybind>
   7.245 -    <keybind key="A-Escape">
   7.246 -      <action name="Lower"/>
   7.247 -      <action name="FocusToBottom"/>
   7.248 -      <action name="Unfocus"/>
   7.249 -    </keybind>
   7.250 -    <keybind key="A-space">
   7.251 -      <action name="ShowMenu">
   7.252 -        <menu>client-menu</menu>
   7.253 -      </action>
   7.254 -    </keybind>
   7.255 -    <!-- Keybindings for window switching -->
   7.256 -    <keybind key="A-Tab">
   7.257 -      <action name="NextWindow"/>
   7.258 -    </keybind>
   7.259 -    <keybind key="A-S-Tab">
   7.260 -      <action name="PreviousWindow"/>
   7.261 -    </keybind>
   7.262 -    <keybind key="C-A-Tab">
   7.263 -      <action name="NextWindow">
   7.264 -        <panels>yes</panels>
   7.265 -        <desktop>yes</desktop>
   7.266 -      </action>
   7.267 -    </keybind>
   7.268 -    <!-- Keybindings for running applications -->
   7.269 -    <keybind key="W-e">
   7.270 -      <action name="Execute">
   7.271 -        <startupnotify>
   7.272 -          <enabled>true</enabled>
   7.273 -          <name>App Launcher</name>
   7.274 -        </startupnotify>
   7.275 -        <command>lxpanelctl run</command>
   7.276 -      </action>
   7.277 -    </keybind>
   7.278 -  </keyboard>
   7.279 -  <mouse>
   7.280 -    <dragThreshold>8</dragThreshold>
   7.281 -    <!-- number of pixels the mouse must move before a drag begins -->
   7.282 -    <doubleClickTime>200</doubleClickTime>
   7.283 -    <!-- in milliseconds (1000 = 1 second) -->
   7.284 -    <screenEdgeWarpTime>400</screenEdgeWarpTime>
   7.285 -    <!-- Time before changing desktops when the pointer touches the edge of the
   7.286 -       screen while moving a window, in milliseconds (1000 = 1 second).
   7.287 -       Set this to 0 to disable warping -->
   7.288 -    <context name="Frame">
   7.289 -      <mousebind button="A-Left" action="Press">
   7.290 -        <action name="Focus"/>
   7.291 -        <action name="Raise"/>
   7.292 -      </mousebind>
   7.293 -      <mousebind button="A-Left" action="Click">
   7.294 -        <action name="Unshade"/>
   7.295 -      </mousebind>
   7.296 -      <mousebind button="A-Left" action="Drag">
   7.297 -        <action name="Move"/>
   7.298 -      </mousebind>
   7.299 -      <mousebind button="A-Right" action="Press">
   7.300 -        <action name="Focus"/>
   7.301 -        <action name="Raise"/>
   7.302 -        <action name="Unshade"/>
   7.303 -      </mousebind>
   7.304 -      <mousebind button="A-Right" action="Drag">
   7.305 -        <action name="Resize"/>
   7.306 -      </mousebind>
   7.307 -      <mousebind button="A-Middle" action="Press">
   7.308 -        <action name="Lower"/>
   7.309 -        <action name="FocusToBottom"/>
   7.310 -        <action name="Unfocus"/>
   7.311 -      </mousebind>
   7.312 -      <mousebind button="A-Up" action="Click">
   7.313 -        <action name="DesktopPrevious"/>
   7.314 -      </mousebind>
   7.315 -      <mousebind button="A-Down" action="Click">
   7.316 -        <action name="DesktopNext"/>
   7.317 -      </mousebind>
   7.318 -      <mousebind button="C-A-Up" action="Click">
   7.319 -        <action name="DesktopPrevious"/>
   7.320 -      </mousebind>
   7.321 -      <mousebind button="C-A-Down" action="Click">
   7.322 -        <action name="DesktopNext"/>
   7.323 -      </mousebind>
   7.324 -      <mousebind button="A-S-Up" action="Click">
   7.325 -        <action name="SendToDesktopPrevious"/>
   7.326 -      </mousebind>
   7.327 -      <mousebind button="A-S-Down" action="Click">
   7.328 -        <action name="SendToDesktopNext"/>
   7.329 -      </mousebind>
   7.330 -    </context>
   7.331 -    <context name="Titlebar">
   7.332 -      <mousebind button="Left" action="Press">
   7.333 -        <action name="Focus"/>
   7.334 -        <action name="Raise"/>
   7.335 -      </mousebind>
   7.336 -      <mousebind button="Left" action="Drag">
   7.337 -        <action name="Move"/>
   7.338 -      </mousebind>
   7.339 -      <mousebind button="Left" action="DoubleClick">
   7.340 -        <action name="ToggleMaximizeFull"/>
   7.341 -      </mousebind>
   7.342 -      <mousebind button="Middle" action="Press">
   7.343 -        <action name="Lower"/>
   7.344 -        <action name="FocusToBottom"/>
   7.345 -        <action name="Unfocus"/>
   7.346 -      </mousebind>
   7.347 -      <mousebind button="Up" action="Click">
   7.348 -        <action name="Shade"/>
   7.349 -        <action name="FocusToBottom"/>
   7.350 -        <action name="Unfocus"/>
   7.351 -        <action name="Lower"/>
   7.352 -      </mousebind>
   7.353 -      <mousebind button="Down" action="Click">
   7.354 -        <action name="Unshade"/>
   7.355 -        <action name="Raise"/>
   7.356 -      </mousebind>
   7.357 -      <mousebind button="Right" action="Press">
   7.358 -        <action name="Focus"/>
   7.359 -        <action name="Raise"/>
   7.360 -        <action name="ShowMenu">
   7.361 -          <menu>client-menu</menu>
   7.362 -        </action>
   7.363 -      </mousebind>
   7.364 -    </context>
   7.365 -    <context name="Top">
   7.366 -      <mousebind button="Left" action="Press">
   7.367 -        <action name="Focus"/>
   7.368 -        <action name="Raise"/>
   7.369 -        <action name="Unshade"/>
   7.370 -      </mousebind>
   7.371 -      <mousebind button="Left" action="Drag">
   7.372 -        <action name="Resize">
   7.373 -          <edge>top</edge>
   7.374 -        </action>
   7.375 -      </mousebind>
   7.376 -    </context>
   7.377 -    <context name="Left">
   7.378 -      <mousebind button="Left" action="Press">
   7.379 -        <action name="Focus"/>
   7.380 -        <action name="Raise"/>
   7.381 -      </mousebind>
   7.382 -      <mousebind button="Left" action="Drag">
   7.383 -        <action name="Resize">
   7.384 -          <edge>left</edge>
   7.385 -        </action>
   7.386 -      </mousebind>
   7.387 -    </context>
   7.388 -    <context name="Right">
   7.389 -      <mousebind button="Left" action="Press">
   7.390 -        <action name="Focus"/>
   7.391 -        <action name="Raise"/>
   7.392 -      </mousebind>
   7.393 -      <mousebind button="Left" action="Drag">
   7.394 -        <action name="Resize">
   7.395 -          <edge>right</edge>
   7.396 -        </action>
   7.397 -      </mousebind>
   7.398 -    </context>
   7.399 -    <context name="Bottom">
   7.400 -      <mousebind button="Left" action="Press">
   7.401 -        <action name="Focus"/>
   7.402 -        <action name="Raise"/>
   7.403 -      </mousebind>
   7.404 -      <mousebind button="Left" action="Drag">
   7.405 -        <action name="Resize">
   7.406 -          <edge>bottom</edge>
   7.407 -        </action>
   7.408 -      </mousebind>
   7.409 -      <mousebind button="Middle" action="Press">
   7.410 -        <action name="Lower"/>
   7.411 -        <action name="FocusToBottom"/>
   7.412 -        <action name="Unfocus"/>
   7.413 -      </mousebind>
   7.414 -      <mousebind button="Right" action="Press">
   7.415 -        <action name="Focus"/>
   7.416 -        <action name="Raise"/>
   7.417 -        <action name="ShowMenu">
   7.418 -          <menu>client-menu</menu>
   7.419 -        </action>
   7.420 -      </mousebind>
   7.421 -    </context>
   7.422 -    <context name="BLCorner">
   7.423 -      <mousebind button="Left" action="Press">
   7.424 -        <action name="Focus"/>
   7.425 -        <action name="Raise"/>
   7.426 -      </mousebind>
   7.427 -      <mousebind button="Left" action="Drag">
   7.428 -        <action name="Resize"/>
   7.429 -      </mousebind>
   7.430 -    </context>
   7.431 -    <context name="BRCorner">
   7.432 -      <mousebind button="Left" action="Press">
   7.433 -        <action name="Focus"/>
   7.434 -        <action name="Raise"/>
   7.435 -      </mousebind>
   7.436 -      <mousebind button="Left" action="Drag">
   7.437 -        <action name="Resize"/>
   7.438 -      </mousebind>
   7.439 -    </context>
   7.440 -    <context name="TLCorner">
   7.441 -      <mousebind button="Left" action="Press">
   7.442 -        <action name="Focus"/>
   7.443 -        <action name="Raise"/>
   7.444 -        <action name="Unshade"/>
   7.445 -      </mousebind>
   7.446 -      <mousebind button="Left" action="Drag">
   7.447 -        <action name="Resize"/>
   7.448 -      </mousebind>
   7.449 -    </context>
   7.450 -    <context name="TRCorner">
   7.451 -      <mousebind button="Left" action="Press">
   7.452 -        <action name="Focus"/>
   7.453 -        <action name="Raise"/>
   7.454 -        <action name="Unshade"/>
   7.455 -      </mousebind>
   7.456 -      <mousebind button="Left" action="Drag">
   7.457 -        <action name="Resize"/>
   7.458 -      </mousebind>
   7.459 -    </context>
   7.460 -    <context name="Client">
   7.461 -      <mousebind button="Left" action="Press">
   7.462 -        <action name="Focus"/>
   7.463 -        <action name="Raise"/>
   7.464 -      </mousebind>
   7.465 -      <mousebind button="Middle" action="Press">
   7.466 -        <action name="Focus"/>
   7.467 -        <action name="Raise"/>
   7.468 -      </mousebind>
   7.469 -      <mousebind button="Right" action="Press">
   7.470 -        <action name="Focus"/>
   7.471 -        <action name="Raise"/>
   7.472 -      </mousebind>
   7.473 -    </context>
   7.474 -    <context name="Icon">
   7.475 -      <mousebind button="Left" action="Press">
   7.476 -        <action name="Focus"/>
   7.477 -        <action name="Raise"/>
   7.478 -        <action name="Unshade"/>
   7.479 -        <action name="ShowMenu">
   7.480 -          <menu>client-menu</menu>
   7.481 -        </action>
   7.482 -      </mousebind>
   7.483 -      <mousebind button="Right" action="Press">
   7.484 -        <action name="Focus"/>
   7.485 -        <action name="Raise"/>
   7.486 -        <action name="ShowMenu">
   7.487 -          <menu>client-menu</menu>
   7.488 -        </action>
   7.489 -      </mousebind>
   7.490 -    </context>
   7.491 -    <context name="AllDesktops">
   7.492 -      <mousebind button="Left" action="Press">
   7.493 -        <action name="Focus"/>
   7.494 -        <action name="Raise"/>
   7.495 -        <action name="Unshade"/>
   7.496 -      </mousebind>
   7.497 -      <mousebind button="Left" action="Click">
   7.498 -        <action name="ToggleOmnipresent"/>
   7.499 -      </mousebind>
   7.500 -    </context>
   7.501 -    <context name="Shade">
   7.502 -      <mousebind button="Left" action="Press">
   7.503 -        <action name="Focus"/>
   7.504 -        <action name="Raise"/>
   7.505 -      </mousebind>
   7.506 -      <mousebind button="Left" action="Click">
   7.507 -        <action name="ToggleShade"/>
   7.508 -      </mousebind>
   7.509 -    </context>
   7.510 -    <context name="Iconify">
   7.511 -      <mousebind button="Left" action="Press">
   7.512 -        <action name="Focus"/>
   7.513 -        <action name="Raise"/>
   7.514 -      </mousebind>
   7.515 -      <mousebind button="Left" action="Click">
   7.516 -        <action name="Iconify"/>
   7.517 -      </mousebind>
   7.518 -    </context>
   7.519 -    <context name="Maximize">
   7.520 -      <mousebind button="Left" action="Press">
   7.521 -        <action name="Focus"/>
   7.522 -        <action name="Raise"/>
   7.523 -        <action name="Unshade"/>
   7.524 -      </mousebind>
   7.525 -      <mousebind button="Middle" action="Press">
   7.526 -        <action name="Focus"/>
   7.527 -        <action name="Raise"/>
   7.528 -        <action name="Unshade"/>
   7.529 -      </mousebind>
   7.530 -      <mousebind button="Right" action="Press">
   7.531 -        <action name="Focus"/>
   7.532 -        <action name="Raise"/>
   7.533 -        <action name="Unshade"/>
   7.534 -      </mousebind>
   7.535 -      <mousebind button="Left" action="Click">
   7.536 -        <action name="ToggleMaximizeFull"/>
   7.537 -      </mousebind>
   7.538 -      <mousebind button="Middle" action="Click">
   7.539 -        <action name="ToggleMaximizeVert"/>
   7.540 -      </mousebind>
   7.541 -      <mousebind button="Right" action="Click">
   7.542 -        <action name="ToggleMaximizeHorz"/>
   7.543 -      </mousebind>
   7.544 -    </context>
   7.545 -    <context name="Close">
   7.546 -      <mousebind button="Left" action="Press">
   7.547 -        <action name="Focus"/>
   7.548 -        <action name="Raise"/>
   7.549 -        <action name="Unshade"/>
   7.550 -      </mousebind>
   7.551 -      <mousebind button="Left" action="Click">
   7.552 -        <action name="Close"/>
   7.553 -      </mousebind>
   7.554 -    </context>
   7.555 -    <context name="Desktop">
   7.556 -      <mousebind button="Up" action="Click">
   7.557 -        <action name="DesktopPrevious"/>
   7.558 -      </mousebind>
   7.559 -      <mousebind button="Down" action="Click">
   7.560 -        <action name="DesktopNext"/>
   7.561 -      </mousebind>
   7.562 -      <mousebind button="A-Up" action="Click">
   7.563 -        <action name="DesktopPrevious"/>
   7.564 -      </mousebind>
   7.565 -      <mousebind button="A-Down" action="Click">
   7.566 -        <action name="DesktopNext"/>
   7.567 -      </mousebind>
   7.568 -      <mousebind button="C-A-Up" action="Click">
   7.569 -        <action name="DesktopPrevious"/>
   7.570 -      </mousebind>
   7.571 -      <mousebind button="C-A-Down" action="Click">
   7.572 -        <action name="DesktopNext"/>
   7.573 -      </mousebind>
   7.574 -      <mousebind button="Left" action="Press">
   7.575 -        <action name="Focus"/>
   7.576 -        <action name="Raise"/>
   7.577 -      </mousebind>
   7.578 -      <mousebind button="Right" action="Press">
   7.579 -        <action name="Focus"/>
   7.580 -        <action name="Raise"/>
   7.581 -      </mousebind>
   7.582 -    </context>
   7.583 -    <context name="Root">
   7.584 -      <!-- Menus -->
   7.585 -      <mousebind button="Middle" action="Press">
   7.586 -        <action name="ShowMenu">
   7.587 -          <menu>client-list-combined-menu</menu>
   7.588 -        </action>
   7.589 -      </mousebind>
   7.590 -      <mousebind button="Right" action="Press">
   7.591 -        <action name="ShowMenu">
   7.592 -          <menu>root-menu</menu>
   7.593 -        </action>
   7.594 -      </mousebind>
   7.595 -    </context>
   7.596 -    <context name="MoveResize">
   7.597 -      <mousebind button="Up" action="Click">
   7.598 -        <action name="DesktopPrevious"/>
   7.599 -      </mousebind>
   7.600 -      <mousebind button="Down" action="Click">
   7.601 -        <action name="DesktopNext"/>
   7.602 -      </mousebind>
   7.603 -      <mousebind button="A-Up" action="Click">
   7.604 -        <action name="DesktopPrevious"/>
   7.605 -      </mousebind>
   7.606 -      <mousebind button="A-Down" action="Click">
   7.607 -        <action name="DesktopNext"/>
   7.608 -      </mousebind>
   7.609 -    </context>
   7.610 -  </mouse>
   7.611 -  <menu>
   7.612 -    <!-- You can specify more than one menu file in here and they are all loaded,
   7.613 -       just don't make menu ids clash or, well, it'll be kind of pointless -->
   7.614 -    <!-- default menu file (or custom one in $HOME/.config/openbox/) -->
   7.615 -    <file>menu.xml</file>
   7.616 -    <hideDelay>200</hideDelay>
   7.617 -    <!-- if a press-release lasts longer than this setting (in milliseconds), the
   7.618 -       menu is hidden again -->
   7.619 -    <middle>no</middle>
   7.620 -    <!-- center submenus vertically about the parent entry -->
   7.621 -    <submenuShowDelay>100</submenuShowDelay>
   7.622 -    <!-- this one is easy, time to delay before showing a submenu after hovering
   7.623 -       over the parent entry -->
   7.624 -    <applicationIcons>yes</applicationIcons>
   7.625 -    <!-- controls if icons appear in the client-list-(combined-)menu -->
   7.626 -    <manageDesktops>yes</manageDesktops>
   7.627 -    <!-- show the manage desktops section in the client-list-(combined-)menu -->
   7.628 -  </menu>
   7.629 -  <applications>
   7.630 -    <!--
   7.631 -  # this is an example with comments through out. use these to make your
   7.632 -  # own rules, but without the comments of course.
   7.633 -
   7.634 -  <application name="first element of window's WM_CLASS property (see xprop)"
   7.635 -              class="second element of window's WM_CLASS property (see xprop)"
   7.636 -               role="the window's WM_WINDOW_ROLE property (see xprop)">
   7.637 -  # the name or the class can be set, or both. this is used to match
   7.638 -  # windows when they appear. role can optionally be set as well, to
   7.639 -  # further restrict your matches.
   7.640 -
   7.641 -  # the name, class, and role use simple wildcard matching such as those
   7.642 -  # used by a shell. you can use * to match any characters and ? to match
   7.643 -  # any single character.
   7.644 -
   7.645 -  # when multiple rules match a window, they will all be applied, in the
   7.646 -  # order that they appear in this list
   7.647 -
   7.648 -
   7.649 -    # each element can be left out or set to 'default' to specify to not 
   7.650 -    # change that attribute of the window
   7.651 -
   7.652 -    <decor>yes</decor>
   7.653 -    # enable or disable window decorations
   7.654 -
   7.655 -    <shade>no</shade>
   7.656 -    # make the window shaded when it appears, or not
   7.657 -
   7.658 -    <position>
   7.659 -      # the position is only used if both an x and y coordinate are provided
   7.660 -      # (and not set to 'default')
   7.661 -      <x>center</x>
   7.662 -      # a number like 50, or 'center' to center on screen. use a negative number
   7.663 -      # to start from the right (or bottom for <y>), ie -50 is 50 pixels from the
   7.664 -      # right edge (or bottom).
   7.665 -      <y>200</y>
   7.666 -      <monitor>1</monitor>
   7.667 -      # specifies the monitor in a xinerama setup.
   7.668 -      # 1 is the first head, or 'mouse' for wherever the mouse is
   7.669 -    </position>
   7.670 -
   7.671 -    <focus>yes</focus>
   7.672 -    # if the window should try be given focus when it appears. if this is set
   7.673 -    # to yes it doesn't guarantee the window will be given focus. some
   7.674 -    # restrictions may apply, but Openbox will try to
   7.675 -
   7.676 -    <desktop>1</desktop>
   7.677 -    # 1 is the first desktop, 'all' for all desktops
   7.678 -
   7.679 -    <layer>normal</layer>
   7.680 -    # 'above', 'normal', or 'below'
   7.681 -
   7.682 -    <iconic>no</iconic>
   7.683 -    # make the window iconified when it appears, or not
   7.684 -
   7.685 -    <skip_pager>no</skip_pager>
   7.686 -    # asks to not be shown in pagers
   7.687 -
   7.688 -    <skip_taskbar>no</skip_taskbar>
   7.689 -    # asks to not be shown in taskbars. window cycling actions will also
   7.690 -    # skip past such windows
   7.691 -
   7.692 -    <fullscreen>yes</fullscreen>
   7.693 -    # make the window in fullscreen mode when it appears
   7.694 -
   7.695 -    <maximized>true</maximized>
   7.696 -    # 'Horizontal', 'Vertical' or boolean (yes/no)
   7.697 -  </application>
   7.698 -
   7.699 -  # end of the example
   7.700 --->
   7.701 -  </applications>
   7.702 -</openbox_config>
     8.1 --- a/core/rootfs/root/.Xdefaults	Tue Mar 23 20:47:20 2010 +0100
     8.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     8.3 @@ -1,20 +0,0 @@
     8.4 -!~/.Xdefault: Control the behavior of x-clients.
     8.5 -!
     8.6 -
     8.7 -! Xcursor theme (~/.icons).
     8.8 -!
     8.9 -Xcursor.theme:		slitaz-polar
    8.10 -
    8.11 -! XTerm settings.
    8.12 -!
    8.13 -xterm*background:	black
    8.14 -xterm*foreground:	white
    8.15 -xterm*cursorColor:	#6AA2D8
    8.16 -xterm*scrollBar:	off
    8.17 -xterm*faceName:		DejaVu Sans Mono
    8.18 -xterm*faceSize:		9
    8.19 -
    8.20 -! Xload settings.
    8.21 -!
    8.22 -!xload*background:	black
    8.23 -!xload*foreground:	lightblue
     9.1 --- a/core/rootfs/root/.gtkrc-2.0	Tue Mar 23 20:47:20 2010 +0100
     9.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     9.3 @@ -1,13 +0,0 @@
     9.4 -# ~/.gtkrc-2.0 - GTK+ theme, icon and font configuration.
     9.5 -#
     9.6 -# System files   : /usr/share/{themes,icons,fonts}
     9.7 -# Personal files : ~/.icons and ~/.fonts
     9.8 -#
     9.9 -
    9.10 -gtk-theme-name = "SliTaz"
    9.11 -#gtk-theme-name = "Clearlooks-DeepSky"
    9.12 -#gtk-theme-name = "Clearlooks-Olive"
    9.13 -
    9.14 -gtk-icon-theme-name = "SliTaz"
    9.15 -
    9.16 -gtk-font-name = "DejaVu Sans 9"
    10.1 --- a/core/rootfs/usr/share/applications/gpl-license.desktop	Tue Mar 23 20:47:20 2010 +0100
    10.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    10.3 @@ -1,8 +0,0 @@
    10.4 -[Desktop Entry]
    10.5 -Encoding=UTF-8
    10.6 -Name=GNU General Public License
    10.7 -Name[pt]=Licença Pública Geral GNU
    10.8 -Exec=browser file:///usr/share/licenses/gpl.txt
    10.9 -Icon=text-x-generic
   10.10 -Type=Application
   10.11 -Categories=Documentation;
    11.1 Binary file core/rootfs/usr/share/images/slitaz-background.jpg has changed
    12.1 Binary file core/rootfs/usr/share/pixmaps/slitaz-menu.png has changed
    13.1 Binary file core/rootfs/usr/share/slim/themes/slitaz/background.png has changed
    14.1 Binary file core/rootfs/usr/share/slim/themes/slitaz/panel.png has changed
    15.1 --- a/core/rootfs/usr/share/slim/themes/slitaz/slim.theme	Tue Mar 23 20:47:20 2010 +0100
    15.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    15.3 @@ -1,37 +0,0 @@
    15.4 -# SliTaz theme for SLiM
    15.5 -# 
    15.6 -
    15.7 -# Messages
    15.8 -msg_color               #000000
    15.9 -msg_font                Vera:size=18:bold:dpi=75
   15.10 -msg_x                   50%
   15.11 -msg_y                   35%
   15.12 -msg_shadow_color #FFFFFF
   15.13 -msg_shadow_xoffset 1
   15.14 -msg_shadow_yoffset 1
   15.15 -
   15.16 -# valid values: stretch, tile
   15.17 -background_style        tile
   15.18 -background_color        #1e0a0c
   15.19 -
   15.20 -# Input controls
   15.21 -input_panel_x           50%
   15.22 -input_panel_y           50%
   15.23 -input_name_x            64
   15.24 -input_name_y            179
   15.25 -input_font          	Vera:size=11:dpi=75
   15.26 -input_fgcolor           #000000
   15.27 -
   15.28 -# Username / password request
   15.29 -username_font          	Vera:size=18:bold:dpi=75
   15.30 -username_color        	#eeede9
   15.31 -username_x              50%
   15.32 -username_y              140
   15.33 -password_x              50%
   15.34 -password_y              140
   15.35 -username_shadow_color   #000000
   15.36 -username_shadow_xoffset 1
   15.37 -username_shadow_yoffset 1
   15.38 -
   15.39 -username_msg            Username:
   15.40 -password_msg            Password:
    16.1 --- a/core/rootfs/usr/share/webhome/index.html	Tue Mar 23 20:47:20 2010 +0100
    16.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    16.3 @@ -1,68 +0,0 @@
    16.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    16.5 -    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    16.6 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    16.7 -<head>
    16.8 -    <title>SliTaz - Web Homepage</title>
    16.9 -    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
   16.10 -    <meta name="author" content="Christophe Lincoln"/>
   16.11 -    <link rel="shortcut icon" href="favicon.ico" />
   16.12 -    <link rel="stylesheet" type="text/css" href="style.css" />
   16.13 -</head>
   16.14 -<body>
   16.15 -
   16.16 -<!-- Header -->
   16.17 -<div id="header">
   16.18 -	<h1>Browse the Web</h1>
   16.19 -</div>
   16.20 -
   16.21 -<!-- Content -->
   16.22 -<div id="content">
   16.23 -
   16.24 -<div style="text-align: center; margin: 20px;">
   16.25 -<table>
   16.26 -	<!-- Search Wikipedia -->
   16.27 -	<tr>
   16.28 -		<th><strong>Wikipedia :</strong></th>
   16.29 -		<td>
   16.30 -			<form action="http://www.wikipedia.org/search-redirect.php" method="get">
   16.31 -				<input type="hidden" name="language" value="en" />
   16.32 -				<input type="text" name="search" size="30" />
   16.33 -				<input type="submit" name="go" value="Search" />
   16.34 -			</form>
   16.35 -		</td>
   16.36 -	</tr>
   16.37 -	<!-- Search Google -->
   16.38 -	<tr>
   16.39 -		<th><strong>Google :</strong></th>
   16.40 -		<td>
   16.41 -			<form method="get" action="http://www.google.com/search">
   16.42 -				<input type="text" name="q" size="30" maxlength="255" value="" />
   16.43 -				<input type="submit" value="Search" />
   16.44 -			</form>
   16.45 -		</td>
   16.46 -	</tr>
   16.47 -</table>
   16.48 -</div>
   16.49 -
   16.50 -<!-- Shortcuts -->
   16.51 -<div style="text-align: center; margin: 10px;">
   16.52 -	<strong>SliTaz :</strong>
   16.53 -	<a href="http://www.slitaz.org/">Website</a> | 
   16.54 -	<a href="http://doc.slitaz.org/">Documentation</a> |
   16.55 -	<a href="http://forum.slitaz.org/">Forum</a> |
   16.56 -	<a href="http://labs.slitaz.org/">Labs</a> |
   16.57 -	<a href="http://pkgs.slitaz.org/">Packages</a>
   16.58 -</div>
   16.59 -
   16.60 -<div style="text-align: center;">
   16.61 -<img
   16.62 -	src="pics/slitaz-tux.png" 
   16.63 -	title="SliTaz and Tux" alt="slitaz-tux"
   16.64 -	style="width: 90px; height: 98px;" />
   16.65 -</div>
   16.66 -
   16.67 -<!-- End of content -->
   16.68 -</div>
   16.69 -
   16.70 -</body>
   16.71 -</html>
    17.1 --- a/core/rootfs/usr/share/webhome/style.css	Tue Mar 23 20:47:20 2010 +0100
    17.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    17.3 @@ -1,113 +0,0 @@
    17.4 -/*
    17.5 -	CSS style for SliTaz GNU/Linux local home page
    17.6 -	www.slitaz.org - (c) 2008 SliTaz Community
    17.7 -*/
    17.8 -
    17.9 -body {
   17.10 -	background: white;
   17.11 -	color: black;
   17.12 -	font: 13px sans-serif, vernada, arial;
   17.13 -	margin: 0 0 0 0;
   17.14 -	padding-bottom: 100%;
   17.15 -}
   17.16 -
   17.17 -#header {
   17.18 -	background: #f0ba08 url(pics/header.png) repeat-x top;
   17.19 -	color: black;
   17.20 -	width: 100%;
   17.21 -	height: 50px ;
   17.22 -	border-top: 1px solid black;
   17.23 -	border-bottom: 1px solid black;
   17.24 -	/* margin-bottom: 30px; */
   17.25 -}
   17.26 -
   17.27 -#header h1 {
   17.28 -	padding: 10px;
   17.29 -	text-align: center;
   17.30 -}
   17.31 -
   17.32 -/* Page content */
   17.33 -
   17.34 -
   17.35 -#content {
   17.36 -	height: auto;
   17.37 -	margin: 10px 100px 0px 100px;
   17.38 -	padding: 0px 72px 0px 72px;
   17.39 -}
   17.40 -
   17.41 -#content li {
   17.42 -	line-height: 1.5em;
   17.43 -	text-align: left;
   17.44 -}
   17.45 -
   17.46 -/* Footer */
   17.47 -
   17.48 -#bottom {
   17.49 -	float: none;
   17.50 -	background: inherit;
   17.51 -	color: black;
   17.52 -	width: auto;
   17.53 -	clear: both;
   17.54 -	padding: 0;
   17.55 -	margin: 0;
   17.56 -	text-align: center;
   17.57 -	vertical-align: middle;
   17.58 -}
   17.59 -
   17.60 -/* CSS class. */
   17.61 -
   17.62 -
   17.63 -/* HTML styles */
   17.64 -
   17.65 -h1 {
   17.66 -	margin: 0px 0px 0px 16px;
   17.67 -}
   17.68 -
   17.69 -h2 {
   17.70 -    color: #DF8F06;
   17.71 -    border-left: 10px solid #F3F3F3;
   17.72 -    padding: 4px 0px 4px 4px;
   17.73 -    margin: 0;
   17.74 -}
   17.75 -
   17.76 -h3 {
   17.77 -	font-weight: bold;
   17.78 -	color: #6c0023;
   17.79 -	background: inherit;
   17.80 -}
   17.81 -
   17.82 -a {
   17.83 -	text-decoration: underline;
   17.84 -	color: #0F314E;
   17.85 -	background: inherit;
   17.86 -}
   17.87 -
   17.88 -a:hover {
   17.89 -	text-decoration: none;
   17.90 -	color: blue;
   17.91 -	background: inherit;
   17.92 -}
   17.93 -
   17.94 -img {
   17.95 -	border: 0pt none;
   17.96 -}
   17.97 -
   17.98 -/* Table */
   17.99 -
  17.100 -table {
  17.101 -	width: variable;
  17.102 -	margin-left: auto;
  17.103 -	margin-right: auto;
  17.104 -}
  17.105 -
  17.106 -td {
  17.107 -	width: variable;
  17.108 -	padding: 6px;
  17.109 -}
  17.110 -
  17.111 -th {
  17.112 -	width: variable;
  17.113 -
  17.114 -
  17.115 -	text-align: right;
  17.116 -}