Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to install startx

sudo aptitude install xinit

then once it is installed you have to create or edit your
$HOME/.xinitrc file, and write in there

something like this:

#!/bin/sh
exec startfluxbox #if you want to run fluxbox desktop
exec gnome-session #if you want to run gnome desktop
exec startkde #if you want to run kde desktop
Source by www.garron.me #
 
PREVIOUS NEXT
Tagged: #install #startx
ADD COMMENT
Topic
Name
5+9 =