-
Notifications
You must be signed in to change notification settings - Fork 77
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
Terminal behaves strange with --x11 option #152
Comments
I can't reproduce any of these issues testing Please provide the full set of commands that you're running to produce this problem. And possibly a recording of the behavior. Also any information about your keyboard setup. |
Thanks @tfoote for investigating this issue. My problem comes from the fact that
this results in
and therefore, |
Currently there's not. When injecting the argument here: rocker/src/rocker/nvidia_extension.py Line 49 in acbbff5
There's a possibilty that you could use parameter substitutions: https://unix.stackexchange.com/a/122848/83370 However looking back at it, the x11 is passing through your host TERM settings. So the trivial solution is to prepend
Example adding TERM at the beginning passing through.
Also #130 might help with this issue too, but putting the user envs later in the evaluation logic. |
When I start rocker with the
--x11
option, I observe the following unexpected behavior:ziegler@c729.......:/$ aziegler@c7s9.....:/$ a
wherea
is the key I pressed before the left arrow keyThe text was updated successfully, but these errors were encountered: