We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
STR:
You get an error:
bash: line 1: phlay: command not found Process exited with code: 127
So either include that tool (whatever it does) or remove that entry from the IDE…
The text was updated successfully, but these errors were encountered:
@rugk wow, thanks, I was able to reproduce this issue.
It's strange, because we do install phlay in Firefox (git) containers:
phlay
https://github.com/JanitorTechnology/dockerfiles/blob/58e2300fd137a157b6c429a9190ea77ddd8ebfda/firefox/firefox-git.dockerfile#L38-L41
And when you manually run phlay in the regular Terminal, it works.
However, when you run it via the menu entry, it seems that ~/.bashrc is not being run. I think we'll want to use a hard-coded PATH, e.g.
~/.bashrc
Send to code review (/home/user/.phlay/phlay)
Sorry, something went wrong.
No branches or pull requests
STR:
You get an error:
So either include that tool (whatever it does) or remove that entry from the IDE…
The text was updated successfully, but these errors were encountered: