Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Distribution: Gentoo (since 2004.3) (and Windows XP)
Posts: 362
Rep:
How to specify environment variables in KDE
Hi all!
I want to setup an environment variable when I am working in Linux. I have added this to my .bashrc and thus it works in Konsole. But I want to set this environment variable globally. Is there a way to do so?
well the common way is to put junk like that in ~/.bash_profile
it should work also in ~/.bashrc because often .bashrc is sourced from .bash_profile
if you mean global like for all users then /etc/profile
the point you are missing is that all applications lauched as a particular user
no matter how from a menu or whatever
are launched as children to the original user login shell and inherit (get a copy of) all environmental variables.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.