You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can reproduce this with Fedora 41. Run the Xvnc server with a gnome session in it, connect with tigervnc client,
and the mouse cursor is often "Cropped" vertically. It depends on the cursor, but for example the "I" cursor used when hovering above text tends to only show the top half.
I did a bunch of printf'ing around the server. It appears that the bitmap (RGBA mode) is fine all the way. Here's an example
Update: it works fine if I use vncviewer unmodified on Fedora 41, in the above failing case, the client was running Ubuntu 24.04. It's starting to look like an fltk problem
You can reproduce this with Fedora 41. Run the Xvnc server with a gnome session in it, connect with tigervnc client,
and the mouse cursor is often "Cropped" vertically. It depends on the cursor, but for example the "I" cursor used when hovering above text tends to only show the top half.
I did a bunch of printf'ing around the server. It appears that the bitmap (RGBA mode) is fine all the way. Here's an example
This displays the alpha channel.
However, what's ... surprising, is that if I disable cropping by commenting out this line:
then the cursor on the client is complete.
I haven't yet had a chance to try to debug the situation client-side. I'm open to advice, otherwise I'll spend time later and update this issue.
The text was updated successfully, but these errors were encountered: