You are not logged in.

#1 2006-08-03 21:39:34

synthead
Member
Registered: 2006-05-09
Posts: 1,337

Starting XFCE on boot

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

#2 2006-08-03 21:56:39

stonecrest
Member
From: Boulder
Registered: 2005-01-22
Posts: 1,190

Re: Starting XFCE on boot

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

#3 2006-08-04 01:51:05

synthead
Member
Registered: 2006-05-09
Posts: 1,337

Re: Starting XFCE on boot

Exactly what I was looking for!  Thanks a lot, that's a big help big_smile

Offline

#4 2006-08-04 01:52:51

ozar
Member
From: USA
Registered: 2005-02-18
Posts: 1,686

Re: Starting XFCE on boot

I generally just use a .xinitrc file with this in it:

exec startxfce4

Seems to work pretty well.


oz

Offline

#5 2006-08-04 03:15:18

stonecrest
Member
From: Boulder
Registered: 2005-01-22
Posts: 1,190

Re: Starting XFCE on boot

ozar wrote:

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

#6 2006-08-04 09:53:55

whompus
Member
From: Durham. UK
Registered: 2005-08-09
Posts: 256

Re: Starting XFCE on boot

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

#7 2006-08-04 16:07:19

ozar
Member
From: USA
Registered: 2005-02-18
Posts: 1,686

Re: Starting XFCE on boot

oops, sorry synthead - I misread your post before answering.   yikes


oz

Offline

#8 2006-08-04 20:29:44

synthead
Member
Registered: 2006-05-09
Posts: 1,337

Re: Starting XFCE on boot

haha ... no problem at all mate, I really appreciate the help!

Offline

Board footer

Powered by FluxBB