Re: Debianly Correct place to add ~/bin to $PATH ? - .xsession vs .xinitrc

2013-12-11 Thread Bob Proulx
Brian wrote: > Zenaan Harkness wrote: > > Bob Proulx wrote: > > > I prefer: > > > ,[ ~/.xsession ] > > > | #!/bin/bash --login > > > | exec x-session-manager > > > ` > > > > > > And VERY IMPORTANT FOR THE ABOVE then be sure to: > > > > > > chmod a+x ~/.xsession > > > > This looks like an

Re: Debianly Correct place to add ~/bin to $PATH ? - .xsession vs .xinitrc

2013-12-10 Thread Brian
On Wed 11 Dec 2013 at 11:15:11 +1100, Zenaan Harkness wrote: > On 12/11/13, Bob Proulx wrote: > > > I prefer: > > > > ,[ ~/.xsession ] > > | #!/bin/bash --login > > | exec x-session-manager > > ` > > > > And VERY IMPORTANT FOR THE ABOVE then be sure to: > > > > chmod a+x ~/.xsession >

Re: Debianly Correct place to add ~/bin to $PATH ? - .xsession vs .xinitrc

2013-12-10 Thread Zenaan Harkness
On 12/11/13, Bob Proulx wrote: > Paul E Condon wrote: >> Andrei POPESCU wrote: >> > Most display managers don't source ~/.profile (or /etc/profile). I tried > I prefer: > > ,[ ~/.xsession ] > | #!/bin/bash --login > | exec x-session-manager > ` > > And VERY IMPORTANT FOR THE ABOVE then be

Re: xsession vs xinitrc

1998-08-11 Thread Robert J. Alexander
BG Lim wrote: > > Which is the better one to use with starting X, either with startx or xdm? > > BG > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null FWIW, I used to start X with XDM which is much more powerful but one day I moved my hard disk on a different system and XD

Re: xsession vs xinitrc

1998-08-11 Thread Will Lowe
> Which is the better one to use with starting X, either with startx or xdm? you don't really have a choice ... startx (and xinit) use .xinitrc, and xdm uses .xsession. One simple trick is to make one of those files and make the other a symlink to it.

Re: xsession vs xinitrc

1998-08-11 Thread David Z. Maze
BG Lim <[EMAIL PROTECTED]> writes: BL> Which is the better one to use with starting X, either with startx BL> or xdm? startx uses .xinitrc; xdm uses .xsession. -- _ / \ "Dad was reading a book called | David Maze |

Re: xsession vs xinitrc

1998-08-11 Thread Ed Cogburn
BG Lim wrote: > > Which is the better one to use with starting X, either with startx or xdm? > > BG > Its not so much that one is better than another, rather they do things differently. xdm is run during system boot so that users never see a command line, they get a graphical (X) logi

xsession vs xinitrc

1998-08-11 Thread BG Lim
Which is the better one to use with starting X, either with startx or xdm? BG