Re: Debianly Correct place to add ~/bin to $PATH ? a new problem

2014-01-25 Thread Osamu Aoki
Hi, On Tue, Dec 10, 2013 at 04:05:55PM -0700, Bob Proulx wrote: > Paul E Condon wrote: > > Andrei POPESCU wrote: > > > Most display managers don't source ~/.profile (or /etc/profile). I tried > > > to discuss this with developers, but there was hardly any interest so I > > > settled for sourcing

Re: Debianly Correct place to add ~/bin to $PATH ?

2013-12-11 Thread Paul E Condon
Thankyou, but I think I have solved the problem by adding a line to ~/.bashrc , as was suggested on this list. Sorry for the confusing way I announced the problem solved and then proceeded to continue posting to the thread. Thanks to all, and I hope I can refrain from making this thread a continui

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 ?

2013-12-11 Thread Tixy
On Tue, 2013-12-10 at 16:29 -0700, Paul E Condon wrote: > On 20131210_175158, Tixy wrote: > > On Mon, 2013-12-09 at 12:15 -0700, Paul E Condon wrote: [...] > > I don't know if this is 'the correct way' but what I do is create the > > file ~/.xsessionrc to invoke ~/.profile like: > > > > . /home/ti

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

backup files, was: Re: Debianly Correct place to add ~/bin to $PATH ? a new problem

2013-12-10 Thread Gregory Nowak
On Tue, Dec 10, 2013 at 02:58:57PM -0700, Paul E Condon wrote: > But I do have some strange files that I had notice for several months, namely > > #.Xresources# #.muttrc# #test# and #x# > > The contents of #.Xresources# and #x# are X resource definitions, but > there are conflicting emacs.geomet

Re: Debianly Correct place to add ~/bin to $PATH ? [solved]

2013-12-10 Thread Paul E Condon
On 20131210_234313, Gian Uberto Lauri wrote: > My two cents: if you start your session from an X11 login (I.e. gdm, xdm...) > you do not run a login shell and .profile is not invoked. Telling the > terminal to > start the shell as a login one is a solution, another is moving the code from > .pro

Re: Debianly Correct place to add ~/bin to $PATH ?

2013-12-10 Thread Paul E Condon
On 20131210_175158, Tixy wrote: > On Mon, 2013-12-09 at 12:15 -0700, Paul E Condon wrote: > > I've just done a fresh netinst of Wheezy and want to proceed with my > > personal configuring in a way that is not fighting with the Debian > > view of how things should be done. I've used Debian since Pot

Re: Debianly Correct place to add ~/bin to $PATH ?

2013-12-10 Thread Zenaan Harkness
On 12/10/13, Paul E Condon wrote: .. > Now, I want to try to do things in the way the developers had > in mind when they built the install CD images. > > I see the file ~/.profile . It contains code that tests for the > existence of ~/bin/ and adds it to $PATH , if it exists. But it > doesn't 'wo

Re: Debianly Correct place to add ~/bin to $PATH ? a new problem

2013-12-10 Thread Bob Proulx
Paul E Condon wrote: > Andrei POPESCU wrote: > > Most display managers don't source ~/.profile (or /etc/profile). I tried > > to discuss this with developers, but there was hardly any interest so I > > settled for sourcing them in ~/.xsessionrc instead (which is sourced by > > the X startup scri

Re: Debianly Correct place to add ~/bin to $PATH ? a new problem

2013-12-10 Thread Brian
On Tue 10 Dec 2013 at 14:58:57 -0700, Paul E Condon wrote: > The bottom line is that I don't have an .xsessionrc , and therefore > its not a good place for me to put profile files sourcing. > > Suggestions? You will only have one if you write it yourself. -- To UNSUBSCRIBE, email to debian-u

Re: Debianly Correct place to add ~/bin to $PATH ? [solved]

2013-12-10 Thread Gian Uberto Lauri
My two cents: if you start your session from an X11 login (I.e. gdm, xdm...) you do not run a login shell and .profile is not invoked. Telling the terminal to start the shell as a login one is a solution, another is moving the code from .profile to .bashrc (this one is invoked each time you star

Re: Debianly Correct place to add ~/bin to $PATH ? a new problem

2013-12-10 Thread Paul E Condon
On 20131210_015742, Andrei POPESCU wrote: > On Lu, 09 dec 13, 12:15:53, Paul E Condon wrote: > > I've just done a fresh netinst of Wheezy and want to proceed with my > > personal configuring in a way that is not fighting with the Debian > > view of how things should be done. I've used Debian since

Re: Debianly Correct place to add ~/bin to $PATH ? sorry for not responding sooner

2013-12-10 Thread Paul E Condon
On 20131209_181204, Gregory Nowak wrote: > On Mon, Dec 09, 2013 at 04:14:19PM -0700, Paul E Condon wrote: > > On 20131209_134124, Gregory Nowak wrote: > > I don't know if xfce has any impact on the > > > execution of ~/.profile at login. Have you tried to run your scripts > > > or looking at the ou

Re: Debianly Correct place to add ~/bin to $PATH ? [solved]

2013-12-10 Thread Paul E Condon
There are different ways to get the job done. Conclusion there is not a single correct way to deal with this issue. But the main point is that Debian installer does not automatically take care of this. I'm happy with this new knowledge, especially with Andrei's information about the lack on intere

Re: Debianly Correct place to add ~/bin to $PATH ?

2013-12-10 Thread Tixy
On Mon, 2013-12-09 at 12:15 -0700, Paul E Condon wrote: > I've just done a fresh netinst of Wheezy and want to proceed with my > personal configuring in a way that is not fighting with the Debian > view of how things should be done. I've used Debian since Potato, I > think, but have always hacked t

Re: Debianly Correct place to add ~/bin to $PATH ?

2013-12-09 Thread David Christensen
On 12/09/2013 11:15 AM, Paul E Condon wrote: I've just done a fresh netinst of Wheezy ... I see the file ~/.profile . It contains code that tests for the existence of ~/bin/ and adds it to $PATH , if it exists. But it doesn't 'work'. ... I used the CD that installs Xfce for i386 ... You need t

Re: Debianly Correct place to add ~/bin to $PATH ?

2013-12-09 Thread Gregory Nowak
On Mon, Dec 09, 2013 at 04:14:19PM -0700, Paul E Condon wrote: > On 20131209_134124, Gregory Nowak wrote: > I don't know if xfce has any impact on the > > execution of ~/.profile at login. Have you tried to run your scripts > > or looking at the output of export from a text console like tty1? > >

Re: Debianly Correct place to add ~/bin to $PATH ?

2013-12-09 Thread Andrei POPESCU
On Lu, 09 dec 13, 12:15:53, Paul E Condon wrote: > I've just done a fresh netinst of Wheezy and want to proceed with my > personal configuring in a way that is not fighting with the Debian > view of how things should be done. I've used Debian since Potato, I > think, but have always hacked things u

Re: Debianly Correct place to add ~/bin to $PATH ?

2013-12-09 Thread Paul E Condon
On 20131209_134124, Gregory Nowak wrote: > On Mon, Dec 09, 2013 at 12:15:53PM -0700, Paul E Condon wrote: > > I've just done a fresh netinst of Wheezy and want to proceed with my > > personal configuring in a way that is not fighting with the Debian > > view of how things should be done. I've used

Re: Debianly Correct place to add ~/bin to $PATH ?

2013-12-09 Thread Paul E Condon
On 20131210_003428, Reco wrote: > Hi. > > On Mon, 9 Dec 2013 12:15:53 -0700 > Paul E Condon wrote: > > > I see the file ~/.profile . It contains code that tests for the > > existence of ~/bin/ and adds it to $PATH , if it exists. But it > > doesn't 'work'. After I have created my ~/bin/. and

Re: Debianly Correct place to add ~/bin to $PATH ?

2013-12-09 Thread Gregory Nowak
On Mon, Dec 09, 2013 at 12:15:53PM -0700, Paul E Condon wrote: > I've just done a fresh netinst of Wheezy and want to proceed with my > personal configuring in a way that is not fighting with the Debian > view of how things should be done. I've used Debian since Potato, I > think, but have always h

Re: Debianly Correct place to add ~/bin to $PATH ?

2013-12-09 Thread Reco
Hi. On Mon, 9 Dec 2013 12:15:53 -0700 Paul E Condon wrote: > I see the file ~/.profile . It contains code that tests for the > existence of ~/bin/ and adds it to $PATH , if it exists. But it > doesn't 'work'. After I have created my ~/bin/. and filled it with > some scripts, and rebooted, the

Debianly Correct place to add ~/bin to $PATH ?

2013-12-09 Thread Paul E Condon
I've just done a fresh netinst of Wheezy and want to proceed with my personal configuring in a way that is not fighting with the Debian view of how things should be done. I've used Debian since Potato, I think, but have always hacked things until they seemed to be working. Now, I want to try to do