Re: X startup

2003-11-27 Thread Charles Howse
On Thursday 27 November 2003 12:05 pm, Ed Stewart wrote:
> Hi, I have just finished installing FreeBSD 4.7, everything is working
> fine even X. When I use startx as root Gnome and enlightment loads,but
> when I load on with my username and startx it loads Xterm. My question
> is how do I get Gnome to load instead of xterm? I am new to freebsd and
> am not sure where to look. I tried to find an answer on google,but no
> luck. Thanks for any replies, Ed

Someone correct me if I'm wrong...
From what I understand .xsession is only read when logging in with xdm, the 
graphical login manager, so .xinitrc is the correct file to edit, as others 
have mentioned.
Sorry for any confusion. 

-- 
Thanks,
Charles
http://howse.homeunix.net:8080

Random Murphy's Law:
A conclusion is the place where you got tired of thinking.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: X startup

2003-11-27 Thread Edwin Concepcion
Hello,

Did you edit your ~/.xinitrc with your user?
Try this:

exec gnome-session

and put it in this file: /home/youruser/.xinitrc

where "youruser" is your username.

Edwin

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Ed Stewart
Sent: Thursday, November 27, 2003 2:05 PM
To: freebsd list
Subject: X startup


Hi, I have just finished installing FreeBSD 4.7, everything is working 
fine even X. When I use startx as root Gnome and enlightment loads,but 
when I load on with my username and startx it loads Xterm. My question 
is how do I get Gnome to load instead of xterm? I am new to freebsd and 
am not sure where to look. I tried to find an answer on google,but no 
luck. Thanks for any replies, Ed

-- 
This email composed using RedHat Linux 9.0
Linux: Limited only by your imagination and your ability to learn.
In God we trust!
Check out our linux group's website http://www.bedog1.net/~catawbapath/


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: X startup

2003-11-27 Thread Charles Howse
On Thursday 27 November 2003 12:05 pm, Ed Stewart wrote:
> Hi, I have just finished installing FreeBSD 4.7, everything is working
> fine even X. When I use startx as root Gnome and enlightment loads,but
> when I load on with my username and startx it loads Xterm. My question
> is how do I get Gnome to load instead of xterm? I am new to freebsd and
> am not sure where to look. I tried to find an answer on google,but no
> luck. Thanks for any replies, Ed

Look at /root/.xsession, then look at /home/your_username/.xsession.
You'll probably want to copy something from root's to yours.

-- 
Thanks,
Charles
http://howse.homeunix.net:8080

Random Murphy's Law:
In case of doubt, make it sound convincing.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: X startup

2003-11-27 Thread Chris
On Thursday 27 November 2003 12:09 pm, Chris wrote:
> On Thursday 27 November 2003 12:05 pm, Ed Stewart wrote:
> > Hi, I have just finished installing FreeBSD 4.7, everything is working
> > fine even X. When I use startx as root Gnome and enlightment loads,but
> > when I load on with my username and startx it loads Xterm. My question
> > is how do I get Gnome to load instead of xterm? I am new to freebsd and
> > am not sure where to look. I tried to find an answer on google,but no
> > luck. Thanks for any replies, Ed
>
> Create the file,  .xinitrc in the users directory.
> In that file add -  exec gnomesession
> That ought to do it

Sorry,  gnome-session
My bad


-- 

Best regards,
 Chris
__

PGP Fingerprint = D976 2575 D0B4 E4B0 45CC AA09 0F93 FF80 C01B C363

PGP Mail encouraged / preferred - keys available on common key servers
__
   01010010011101100011011001010111001001011000


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: X startup

2003-11-27 Thread Chris
On Thursday 27 November 2003 12:05 pm, Ed Stewart wrote:
> Hi, I have just finished installing FreeBSD 4.7, everything is working
> fine even X. When I use startx as root Gnome and enlightment loads,but
> when I load on with my username and startx it loads Xterm. My question
> is how do I get Gnome to load instead of xterm? I am new to freebsd and
> am not sure where to look. I tried to find an answer on google,but no
> luck. Thanks for any replies, Ed

Create the file,  .xinitrc in the users directory.
In that file add -  exec gnomesession
That ought to do it


-- 

Best regards,
 Chris
__

PGP Fingerprint = D976 2575 D0B4 E4B0 45CC AA09 0F93 FF80 C01B C363

PGP Mail encouraged / preferred - keys available on common key servers
__
   01010010011101100011011001010111001001011000


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"