Skip to content
This repository has been archived by the owner on Mar 8, 2018. It is now read-only.

PATH Problem Revisited #7

Open
hi117 opened this issue Feb 14, 2013 · 1 comment
Open

PATH Problem Revisited #7

hi117 opened this issue Feb 14, 2013 · 1 comment

Comments

@hi117
Copy link

hi117 commented Feb 14, 2013

I am also experiencing the PATH problem.
I did some research and found that gmrun is ignoring path.
$ cat /proc/$pid/environ
...SNIP...
PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/android-sdk/tools:/opt/nessus/bin:/opt/nessus/sbin:/usr/bin/vendor_perl:/usr/bin/core_perl:/opt/qt/bin:/home/hi117/.lcoal/bin_=/usr/bin/gmrunHG=/usr/bin/hg
...SNIP...

Its somewhat hard to read because it appears to be null terminated, but it should show that gmrun's PATH is properly set, yet it still does not show things in its appended PATH.

@hi117
Copy link
Author

hi117 commented Apr 8, 2013

An update on this issue, /proc/$pid/environ is null terminated. The full $PATH is:
PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/android-sdk/tools:/opt/nessus/bin:/opt/nessus/sbin:/usr/bin/vendor_perl:/usr/bin/core_perl:/opt/qt/bin:/home/hi117/.lcoal/bin

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant