-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
xterm/xfce4-terminal don't always display output immediately - have to hit "<enter>" twice #10181
Comments
wow I've set : export TERM=xterm and it looks like the problem hasn't reoccured yet ... let met continue the testing !! |
no it occured again : I typed "Ctrl p" to go back to my previous shell command : several times the first "Ctrl p" was not effective ... had to type a second "Ctrl p" and I saw the "n-2" shell command I have typed in my command history (the "n-1" command was not displayed) |
Problems with Windows XServers will probably be able to solve no one from the Termux team. This also applies to XServer, which are used "behind" the XClients and whose sources are not described or maintained. If I understood your problem correctly, you use an XServer on the Windows Laptop but not listed that in your problem description and it is not reproducible on your mobile device?! |
@RalfWerner I use termux vnc server (tigervnc server - https://wiki.termux.com/wiki/Graphical_Environment ) ... I am not sure if it's from the main termux repo or the termux-x11 repo ?? |
PS : |
yes it s working fine from the proot tigervnc server ... I already used it for about a day or 2 and haven't noticed the issue so the problem could well be related to the termux tigervnc server package (not the termux xterm/xfce4-terminal packages) |
@pierro78 I have discovered changes in tigervnc in the last month and in repo 2 days ago, but no bugs as you describe. You can also use the XClient aterm without
So be happy about the stable solution, if this gives you sufficient performance |
@RalfWerner Yeah as I use a laptop to connect to my phone (see https://www.reddit.com/r/termux/comments/mfpwry/termux_tripled_the_speed_of_this_12yo_laptop/ ), the vncviewer on the laptop is probably better than X11 server on the laptop because vnc is good at minimizing network latencies between 2 devices ... but if your X11 server is on the same device as your X11 client apps then this local android X11 server (I think there is a decent X11 server on android, right ?) is better than local vncviewer + headless vnc server ... (no network latencies to be minimized and this avoids a "layer" (vncserver) that is slowing down the display process flow and eats resources ... which can be avoided like you are saying by using a local android server so that X11 client apps connect directly to it if I get you right) |
PS : I am using a prooted distro (debian with vivaldi, chromium, ...) but I also am running the following termux programs : vncserver, xrdp, openbox and xfce4-terminal to avoid proot overhead ( see this comment : https://www.reddit.com/r/termux/comments/mfpwry/termux_tripled_the_speed_of_this_12yo_laptop/gsu67dh/?utm_source=reddit&utm_medium=web2x&context=3 ) |
Since you are happy with your laptop/mobile combination in a 'proot distro` you can close this issue again. |
This problem happens because there is no active composer. just activate composition and voila |
Problem description
it s similar to termux/termux-app#1695 but with the xterm/xfce4-terminal termux packages
xterm/xfce4-terminal don't always display output immediately
it occurs kind of seldomly
like when I "cd" to a directory the new shell prompt with a "$" is not displayed : I have to hit "enter" twice and then the "$" of the shell prompt is displayed (2 "$" on 2 lines actually)
also happen but more seldomly when I type some character ... I have to type a second character like a "space" for the 1st character to appear ...
Steps to reproduce
from xterm/xfce4-terminal termux packages, type :
cd a
=>
no shell prompt displayed
(occurs kind of seldomly ...)
Expected behavior
when I type
cd a
I would expect a "$" shell prompt to be always displayed like :
~ $ cd a
~/a $
System information
The text was updated successfully, but these errors were encountered: