improve Openbox installation explanation
This commit is contained in:
parent
b48c6771ce
commit
855496fcaa
7
Desktop
7
Desktop
@ -1,9 +1,12 @@
|
||||
NOWHERE=$PWD
|
||||
|
||||
aptitude install openbox
|
||||
svn checkout http://tint2.googlecode.com/svn/trunk/ tint2-read-only
|
||||
aptitude install libcairo2-dev libpango1.0-dev libglib2.0-dev libimlib2-dev libxinerama-dev #libxrand-dev
|
||||
|
||||
if [ ! -f ./tint2-read-only ]; then
|
||||
svn checkout http://tint2.googlecode.com/svn/trunk/ tint2-read-only
|
||||
fi
|
||||
|
||||
cd tint2-read-only
|
||||
./configure
|
||||
make
|
||||
@ -25,3 +28,5 @@ cp $NOWHERE/gmrunrc $HOME/.gmrunrc
|
||||
#install GSM-openboxTheme.obt dans openbox
|
||||
cp $NOWHERE/OpenBox-rx.xml $HOME/.config/openbox/rc.xml
|
||||
cp $NOWHERE/autostart.sh $HOME/.config/openbox/autostart.sh
|
||||
|
||||
aptitude install network-manager-gnome
|
||||
|
@ -4,4 +4,5 @@ xchat &
|
||||
pidgin &
|
||||
evolution &
|
||||
conky &
|
||||
/usr/lib/gnome-volume-manager/gnome-volume-manager --sm-disable
|
||||
/usr/lib/gnome-volume-manager/gnome-volume-manager --sm-disable &
|
||||
#nm-applet --sm-disable &
|
||||
|
Loading…
Reference in New Issue
Block a user