bit more of info:
in case you ain't got a login-manager you usually get one window-manager/environment set as default. so a simple "startx" is usually fine to open that one. Just like Bulkley has already said.
nonetheless i create a .xinitrc file in my home-directory from the very beginning (as i got different desktop-environments and window-managers).
the syntax is quite simply.
cd # to go to the home-directory
nano .xinitrc # to create a file called just like that
exec startfluxbox
exec enlightenment_start
exec gnome-session
exec e16
etc.
to figure out which command is needed to start i search with grep for the wm in /usr/bin
- Code: Select all
ls /usr/bin | grep xfce
and search for something with start or something with session
for xfce i get this:
/usr/bin/startxfce4
so an entry like:
- Code: Select all
exec startxfce4
should work.
i guess thats not what you want, but simply installing a login-manager (say gdm) and be done with it.
perhaps it will be of use someday.
if you want to go for autologin anyway you don't need a login-manager:
viewtopic.php?t=29333but, if you ask me, login-managers are quite comfortable stuff to handle such things.
if i missed your point: sorry.
"I am not fine with it, so there is nothing for me to do but stand aside." M.D.