-
Notifications
You must be signed in to change notification settings - Fork 114
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
i-beam cursor switches to black square when typing #342
Comments
I should add that I viewed the xrdp log and see some errors that could be relevant:
In the previous xrdp log none of those messages were there... Jason. |
I also wanted to add that even though my client is Apache Guacamole, I just tried with remmina as well, and had the same behaviour. I knew that Guacamole wasn't to do with the problem, but just wanted to be 100% sure. |
With commit 8dc0267, we added large mono cursors and NULL cursors. Since this happens when you start typing I think it's the NULL cursor. It would help me if you could put a add a return; about line 284 in module/rdpCursor.c to turn off NULL cursors. |
You are correct... I did as you said, and the issue goes away... |
I have been running latest xrdp and xorgxrdp 0.9 for quite some time.
I compile from source. I'm running Rocky Enterprise Linux 8.10 (RHEL8.10).
Today, I updated to xorgxrdp 0.10.2 and xrdp 0.10.1 and am having one issue.
When I login to my XRDP session, my gnome session starts. I open a terminal. If I hit backspace, I hear the beep (because I've configured sound) and immediately the mouse cursor switches from the (I think it's called) "I-beam" to just a black square! I can get it to switch back to the "I-beam" again by just moving the mouse.
If I start typing in the Terminal window, the cursor switches back to the black square, and again, if I move the mouse it switches back to the I-Beam.
Now, if I click on the terminal so that my text is going to go in there, and move the mouse cursor out of the terminal Window so that it turns to the arrow, then I can type, and my text will go into the window, and the cursor will not change...
So this seems to impact the I-beam cursor only... But why? This has never been an issue for me in the past.
I have this installed on > 150 systems, and the same experience on all of them (unfortunately).
(I believe this is an xorgxrdp issue... My apologies if this is an xrdp issue).
The text was updated successfully, but these errors were encountered: