How to install FluxBox
Labels:
Other Desktop Environment
Fluxbox is a popular minimalist Window Manager. To Install Fluxbox Tpye below command in your terminal :-
sudo aptitude install fluxbox
Make it start when you login through GDM
echo "exec startfluxbox" > ~/.xinitrc
Make it make the pretty sound on login
sudo aptitude install sox
gedit ~/.fluxbox/startup
- Find this line:
exec /usr/local/bin/fluxbox
- Put this above it somewhere:
play /usr/share/sounds/login.wav > /dev/null 2>&1 &
- Listen happily.
Ubuntu+guide FluxBox+Desktop Fluxbox How+to+install+Fluxbox
No comments:
Post a Comment