Fluxbox is a very small Linux window manager, that is little resource greedy. If the newest Gnome or KDE work very slowly, then we can successfully replace them with the Fluxbox.
We have to install following packages:
sudo apt-get install fluxbox
To know what files was installed we can issue following command in the shell:
dpkg -L fluxbox
Now we have to logout and from option menu of login screen we choose Fluxbox session. Since this moment after successfull login we will be drop to the Fluxbox environment.
Alternatively you can edit following configuration files, to set fluxbox as default window manager:
~/.xsession - type in following line:
exec /usr/bin/startfluxbox
/etc/X11/default-display-manager - change existing line:
/usr/sbin/lightdm
to: /usr/bin/xdm
If we set default display manager to xdm and the screen will be bloated with some
unwanted artifacts, then we have to restore previous display manager:
/usr/sbin/lightdm
in file: /etc/X11/default-display-manager.
The file that hold right-click menu is: ~/.fluxbox/menu It have following statement:
[begin] (fluxbox)
[exec] (gnome-terminal) {/usr/bin/gnome-terminal}
[exec] (geany) {/usr/bin/geany}
[exec] (firefox) {/usr/bin/firefox}
[exec] (thunderbird) {/usr/bin/thunderbird}
[exec] (reboot) {/usr/bin/gksudo "/sbin/shutdown -r now"}
[exec] (shut down) {/usr/bin/gksudo "/sbin/shutdown -h now"}
[submenu] (Original menu)
[include] (/etc/X11/fluxbox/fluxbox-menu)
[end]
[end]
Short description:
{/usr/bin/gksudo "/sbin/shutdown -r now"}
Background of the desktop we set with the command fbsetbg, for example:
fbsetbg -f /usr/share/backgrounds/Small_flowers_by_Dariusz_Duma.jpg
Styles and window behavior we can change with following menu options:
Root -> Original menu -> Styles
Root -> Original menu -> Configuration