-
Notifications
You must be signed in to change notification settings - Fork 96
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
Window Menu glitch under x2go #640
Comments
I initially noticed this error printed on start:
Adding |
This has been reported already here: Reponse:
|
Ok. my quick search didn't find this. |
Ah. The menus look ok with Sigh... I was so hoping that I could stop caring about GTK2 vs. 3. |
Never mind. It still happens sometimes with gtk2. @shroffk Do you know if there is an issue on openjfx for this? The closest I can find is https://bugs.openjdk.java.net/browse/JDK-8176844 which claims to be fixed. |
@hhslepicka provides some insight. Some of the mouse issues go away if the phoebus window loses, then regains, focus. The remainder seem to exist with both GTK2 and 3. Hugo saw similar problems with Qt on Mac, which were apparently fixed with a Qt upgrade (no GTK involved). |
I recently updated to Debian 11, and thought I would re-test this issue. I'm connecting via ssh to a VM running on my laptop. Both host and VM have Debian 11. tldr. x2go still doesn't work for me. However, plain remote X and xpra do. Encouragingly, straight remote X seems to work correctly, the
Unfortunately, x2go (
I also tried xpra, which I haven't looked at in ~8 years. It also works! So maybe time to move away from x2go and other NX derivatives (which xpra isn't).
I happened upon javafxports/openjdk-jfx#546, which is exactly the same behavior I see, although in a different situation (local X with a weird window manager). The linked trivial example application behaves the same way as phoebus for me wrt. menus. |
Running phoebus remotely using x2go mostly works. However, I see an oddity wrt. window menus only (not context menus).
When I click on eg. 'File', the menu appears, but below the row of toolbar buttons. I am then unable to select items by mouse. Keyboard up/down/enter still works, so it is usable for me.
Details:
client is Debian 9. X2Go Client v. 4.0.5.2 (Qt - 4.8.7)
server is CentOS 7. server 4.1.0.3, agent 3.5.99.17, java-11-openjdk-11.0.2.7-0.el7_6.x86_64
The text was updated successfully, but these errors were encountered: