You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 8, 2018. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: