summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJean-Philippe Fleury <contact@jpfleury.net>2012-06-05 19:43:19 -0400
committerJean-Philippe Fleury <contact@jpfleury.net>2012-06-05 19:43:19 -0400
commite5b5a7f71cb956d20dfa7aa317b7d67c00a1dfe3 (patch)
tree7626b08e6b935a0e68a587d7917fa7fa08f549c0 /doc
parentdd35d7b24a3c15ce861dc694e8cada6900d4112c (diff)
Section dans la documentation pour déplacer les boutons de fenêtres à droite
Diffstat (limited to 'doc')
-rw-r--r--doc/LISEZ-MOI.mkd8
-rw-r--r--doc/README.mkd8
2 files changed, 16 insertions, 0 deletions
diff --git a/doc/LISEZ-MOI.mkd b/doc/LISEZ-MOI.mkd
index 3605d60..5f2a984 100644
--- a/doc/LISEZ-MOI.mkd
+++ b/doc/LISEZ-MOI.mkd
@@ -40,6 +40,8 @@ S'assurer que le paquet `gnome-themes-standard` est installé. Ça devrait être
## Configuration
+### Bureau géré par Nautilus
+
Par défaut, le texte des icônes sur un bureau géré par Nautilus est noir. Pour afficher le texte en blanc, ouvrir le fichier `gtk-3.0/gtk.css` dans un éditeur de texte, trouver la ligne suivante (à la fin du fichier):
/*@import url("apps/nautilus.css");*/
@@ -50,6 +52,12 @@ et la décommenter, ce qui donne:
Pour avoir une couleur personnalisée, modifier la couleur directement dans le fichier `gtk-3.0/apps/nautilus.css`.
+### Emplacement des boutons de fenêtres
+
+Si après une installation ou une mise à jour d'Ubuntu, les boutons de fenêtres se trouvent à gauche, mais que vous les voulez à droite, lancez la commande suivante dans une console:
+
+ gconftool-2 --set /apps/metacity/general/button_layout --type string ":minimize,maximize,close"
+
## Icônes et arrière-plan
Sur les captures d'écran, le thème d'icônes utilisé est Mist, installé avec le paquet [`gnome-themes`](http://packages.ubuntu.com/oneiric/gnome-themes).
diff --git a/doc/README.mkd b/doc/README.mkd
index 031a8b8..1dedee3 100644
--- a/doc/README.mkd
+++ b/doc/README.mkd
@@ -40,6 +40,8 @@ The package `gnome-themes-standard` must be installed. It should be the case on
## Configuration
+### Desktop managed by Nautilus
+
By default, the font color on a desktop managed by Nautilus is black. To set it to white, open the file `gtk-3.0/gtk.css` with a text editor, find the following line (at the end of the file):
/*@import url("apps/nautilus.css");*/
@@ -50,6 +52,12 @@ and uncomment it, as follows:
To get a custom color, change the color directly in the file `gtk-3.0/apps/nautilus.css`.
+### Window buttons layout
+
+If after installing or updating Ubuntu, the window buttons are on the left side, but you want them to the right, run the following command in a terminal:
+
+ gconftool-2 --set /apps/metacity/general/button_layout --type string ":minimize,maximize,close"
+
## Icons and wallpaper
On screenshots, the icon theme used is Mist, installed with the package [`gnome-themes`](http://packages.ubuntu.com/oneiric/gnome-themes).