Answers to: How do I specify PATH for X applications?http://linuxexchange.org/questions/628/how-do-i-specify-path-for-x-applications<p>I have some custom compilers installed on some custom path(/opt/uClinux/...) and added</p> <pre><code>export PATH=$PATH:/opt/uClinux/bfin-elf/bin:/opt/uClinux/bfin-uclinux/bin:/opt/uClinux/bfin-linux-uclibc/bin/ </code></pre> <p>to my .bashrc . While I can easily work from my command line, X applications like Eclipse or Kate do not recognize my custom path if I don't start them from a terminal. Where should I add the custom path so my X apps do not have trouble finding them?</p>enFri, 20 Jan 2017 19:48:48 -0000