post_install_sid.sh: write Graphic Environment doc.
This commit is contained in:
parent
ee3830cc8f
commit
9c170f41b4
@ -12,6 +12,7 @@
|
||||
* Add a ".pref" extension to the preferences files.
|
||||
* Use the script_path var instead of INSTALL_DIR (=`pwd`).
|
||||
* Define apt periodic tasks (autoclean, dowload packages, …).
|
||||
* Update README.md
|
||||
|
||||
### 0.3.0
|
||||
|
||||
|
28
README.md
28
README.md
@ -2,7 +2,9 @@
|
||||
|
||||
1. [Post installation script for Debian Sid](#post_install_sid.sh)
|
||||
* [How-to](#how-to)
|
||||
* [Description](#description)
|
||||
* [X11 Server](#x11-server)
|
||||
* [Graphic Environment](#graphic-environment)
|
||||
* [System tools for shell](#system-tools-for-shell)
|
||||
* [Network share](#network-share)
|
||||
* [Internet tools for shell](#internet-tools-for-shell)
|
||||
@ -14,16 +16,18 @@
|
||||
Script to complete the installation of Debian Sid on my laptop.
|
||||
|
||||
### How-to
|
||||
* You just have to use the template file to specify your own informations:
|
||||
* You just have to use the template file to specify your own informations:
|
||||
```sh
|
||||
cp informations.template informations
|
||||
vi informations
|
||||
```
|
||||
* Then run the script:
|
||||
* Then run the script:
|
||||
```sh
|
||||
post_install_sid.sh
|
||||
sudo post_install_sid.sh
|
||||
```
|
||||
|
||||
### Description
|
||||
|
||||
#### Apt configuration
|
||||
|
||||
##### apt.conf files
|
||||
@ -52,6 +56,24 @@ post_install_sid.sh
|
||||
* mesa-utils: Provides several utilities built by Mesa (glxinfo, glxgears, …).
|
||||
* xorg: Provides the X librairies, an X server, … for a standalone workstation running the X Window System.
|
||||
|
||||
#### Graphic Environment
|
||||
|
||||
##### Add
|
||||
* fbpanel: Lightweight X11 desktop panel.
|
||||
* gtk2-engines-cleanice: Contains theme engine and 3 themes for GTK.
|
||||
* herbstluftwm: Manual tiling window manager for X11.
|
||||
* i3lock: Simple screen locker.
|
||||
* lxappearance: LXDE GTK+ theme switcher.
|
||||
* nitrogen: Wallpaper browser and changing utility. Easy to manage multi-screen.
|
||||
* redshift: Adjusts the color temperature of your screen.
|
||||
* wmctrl: Command line tool to interact with an EWMH/NetWM compatible X Window Manager.
|
||||
* xbacklight: Simple utility to set the backlight level.
|
||||
|
||||
##### Remove
|
||||
* Sometimes automatically installed with GUI packages:
|
||||
* xscreensaver
|
||||
* xscreensaver-data
|
||||
|
||||
#### System tools for shell
|
||||
|
||||
##### Remove
|
||||
|
@ -620,75 +620,13 @@ preconfig x11-common
|
||||
aptins "X11 Server" mesa-utils xorg
|
||||
|
||||
###########################################################
|
||||
## Environnement graphique
|
||||
## Liste: alsa-utils - fbpanel - gsimplecal - herbstluftwm - i3lock - lxappearance - nitrogen - obconf - obmenu - openbox - redshift - gtk-redshift - tint2 - wmctrl - xbacklight
|
||||
## Hors dépôt: neap
|
||||
## Désactivé: openbox
|
||||
## Remove: xscreensaver xscreensaver-data
|
||||
###########################################################
|
||||
## Graphic Environment
|
||||
###### Installation
|
||||
#aptins "Environnement herbstluftwm" alsa-utils fbpanel gsimplecal gtk2-engines-cleanice herbstluftwm i3lock lxappearance nitrogen obconf obmenu redshift gtk-redshift tint2 wmctrl xbacklight
|
||||
|
||||
## Téléchargement et installation de neap
|
||||
#wget http://neap.googlecode.com/files/neap_0.7.1_all.deb -O neap.deb
|
||||
#dpkg -i neap.deb
|
||||
aptins "Graphic Environment" alsa-utils fbpanel gtk2-engines-cleanice herbstluftwm i3lock lxappearance nitrogen redshift wmctrl xbacklight
|
||||
|
||||
##### Remove
|
||||
arem "Purge: Graphic Environment" xscreensaver xscreensaver-data
|
||||
|
||||
###### Informations pour l'utilisateur final
|
||||
cat >> "${INFORMATION}" << EOF
|
||||
|
||||
======Instructions Environnement graphique Openbox======
|
||||
Voici la liste des paquets installés :
|
||||
|
||||
+alsa-utils : Utilitaire pour utiliser et configurer ALSA (son)
|
||||
|
||||
+fbpanel : Permet d'obtenir: panel/barre des taches/lançeur d'applications/...
|
||||
|
||||
+gsimplecal : Un calendrier graphique très léger
|
||||
|
||||
+gtk2-engines-cleanice : plusieurs thème gtk, dont celui que j'utilise aux couleurs de Debian
|
||||
|
||||
+herbstluftwm: tilling window manager
|
||||
|
||||
+i3lock : Screensaver léger.
|
||||
-- Exemple de commande:
|
||||
i3lock -c 000000 --pointer win -d
|
||||
|
||||
+lxappearance : Application pour changer facilement de thème gtk
|
||||
|
||||
+neap : Petit utilitaire très léger et discret qui permet de voir simple
|
||||
le bureau sur lequel on se trouve actuellement. Se lance dans le systray
|
||||
|
||||
+nitrogen : Application légère pour mettre un fond d'écran et le mémoriser
|
||||
|
||||
+obconf : Gestionnaire des préférences du gestionnaire de fenêtre Openbox
|
||||
|
||||
+obmenu : Permet d'obtenir un menu graphique sur le bureau d'Openbox
|
||||
|
||||
+openbox : Gestionnaire de bureaux très léger
|
||||
--Pour la configuration des fenêtres d'openbox, on peut utiliser:
|
||||
# obxprop | grep "^_OB_APP"
|
||||
--Pour la configuration des touches et de la souris, utiliser l'outils:
|
||||
# xev
|
||||
|
||||
+redshift : Petit soft qui permet de régler la "chaleur" de l'écran en fonction de la période de la journée.
|
||||
--Fichier de configuration dans ~/.config/redshift.conf
|
||||
--Il également une petite application graphique (gtk-redshift) qui se lance en zone de notification
|
||||
|
||||
+tint2 : Permet d'obtenir: panel/barre des taches/...
|
||||
|
||||
+wmctrl : Outils en ligne de commande qui peut communiquer avec les fenêtres de X
|
||||
|
||||
+xbacklight : Utilitaire qui permet de régler le rétro-éclairage de l'écran (fonctionne également avec les touches fonctions des constructeurs).
|
||||
|
||||
++Applications nécessitant encore gnome:
|
||||
+gestionnaire de son (gnome-sound-applet)
|
||||
+gestionnaire de démarrage (gdm3)
|
||||
+gestionnaire de fichiers (nautilus)
|
||||
EOF
|
||||
|
||||
###########################################################
|
||||
|
||||
###########################################################
|
||||
## Gnome
|
||||
|
Loading…
Reference in New Issue
Block a user