-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
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
shell environment dosen't work correctly #252
Comments
Could be caused by a09ef7b - please check if it works after removing that line (requires reboot). |
Also try redirecting stderr here (without reverting the systemd service change I cited above): meta-openvario/meta-ov/recipes-apps/ovmenu-ng/files/ovmenu-ng.sh Lines 356 to 362 in 2a69ab2
Add to the bash line (and maybe to the other, fallback shell calls):
|
I removed the line: and it works again Should I check that, too? |
Yes, please. We know what caused the regression, and the second test would be a solution. |
I removed StandardError=journal and I changed at "meta-openvario/meta-ov/recipes-apps/ovmenu-ng/files/ovmenu-ng.sh" "/bin/bash --login" to "/bin/bash --login 2>&1" It still works |
when I go to the shell environment, I can issue commands, but no longer see any output. The auto-completion with the tab key no longer works either.
The text was updated successfully, but these errors were encountered: