Search found 3 matches

by Paddy Landau
Mon Nov 07, 2011 9:54 pm
Forum: General Help
Topic: How to set path on login
Replies: 9
Views: 10939

Re: How to set path on login

After trying some new search terms, I have stumbled upon the answer!

The login script file is

Code: Select all

~/.xsessionrc
Do you think that this could be added to both of the LXDE and Lubuntu wikis?
by Paddy Landau
Mon Nov 07, 2011 3:26 pm
Forum: General Help
Topic: How to set path on login
Replies: 9
Views: 10939

Re: How to set path on login

Sorry for taking so long to answer. Even though I am subscribed to this thread, I have not received any emails, so I did not realise you had answered. I shall have to check this thread daily. ... [Desktop Entry] ... I had seen that. The problem is that the desktop entries are for applications. Setti...
by Paddy Landau
Wed Nov 02, 2011 5:29 pm
Forum: General Help
Topic: How to set path on login
Replies: 9
Views: 10939

How to set path on login

I have Lubuntu 11.04. I need to add to the path on login. For example: PATH="${PATH}:/mynew/bin" I have tried: ~/.bashrc -- but that works only for the current terminal session, not for the entire login session. /etc/profile -- LXDE doesn't run it ~/.profile -- LXDE doesn't run it I have o...