You are not logged in.
I don't know why, but I've been looking and looking and looking, and I can't find out how to do this. I was able to search->do->done before, but I have a new box and I can't even find the info! haha ... how would one accomplish this? Thanks all!
Offline
You can either use something like gdm or you can use a combination of auto login and starting X at boot.
I am a gated community.
Offline
Exactly what I was looking for! Thanks a lot, that's a big help
Offline
I generally just use a .xinitrc file with this in it:
exec startxfce4
Seems to work pretty well.
oz
Offline
I generally just use a .xinitrc file with this in it:
exec startxfce4
Seems to work pretty well.
....except for the small, insignificant fact that it doesn't start xfce on boot.
And no problem, synthead.
I am a gated community.
Offline
I had to add this to .xsession file to get xfce4 to work but cannot remember who posted it originally.
#!/bin/sh
[ -f /etc/profile ] && . /etc/profile
if [ -f $HOME/.bash_profile ]; then
. $HOME/.bash_profile
elif [ -f $HOME/.bash_login ]; then
. $HOME/.bash_login
elif [ -f $HOME/.profile ]; then
. $HOME/.profile
fi
exec /opt/xfce4/bin/startxfce4
Offline
oops, sorry synthead - I misread your post before answering.
oz
Offline
haha ... no problem at all mate, I really appreciate the help!
Offline