-
-
Notifications
You must be signed in to change notification settings - Fork 177
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
Seamless: Rendering a right-click menu "beyond the boundaries" fails to render #3989
Comments
It doesn't look beyond the boundaries. |
I have been noticing the same problem since I discovered XPRA, in my case it happens 100% reproducible with Mozilla-based applications, Firefox, Thunderbird and anything that uses their engine such as Komodo IDE, my system (Client) is peculiar in the sense that I have two monitors with different geometries, a monitor is 16:9 and the other is 4:3 (1920x1080 and 1280x1024) |
It just occurred to me that this is running on Ubuntu, and therefore without proper Xdummy support. |
For the sake of posterity, what OS currently has proper Xdummy? |
Pretty much every other distro. Debian does some really strange stuff with Xorg that messes it up completely. (not just Xdummy) |
I can produce this issue on a Qt-based program. |
I'm closing this issue until it can be reproduced using Xdummy. |
After I switched to a Fedora in Docker and a Fedora in VM, this phenomenon disappeared. I can share my Dockerfile if some guys need it. |
Nice idea! However, my usecase is a little nuanced: I want to sit at my Windows desktop, and work on my (Ubuntu) laptop. Then, if I decide to leave, I take the laptop with me - and everything is "just as I left it". I cannot see how I could seamlessly work on both cases, and access "the same things" - unless I re-flash my laptop ofc |
@stdedos then your only option is to figure out how to make Xdummy work on Ubuntu. |
Yea, I am aware. If you haven't figured it out - good luck to the rest of us 😅 |
It seems like you want to run some programs on the Ubuntu one, but also want to mirror the programs to Windows.
(Maybe SSH from inside Fedora docker back to Host Ubuntu?)
Actually, this is my config, :), my host OS must be Ubuntu but I have a Fedora docker on it. If you have any question, feel free to reply to me. |
@Simba98 that's not very efficient at all.
Also, don't do that. |
If you map/tmp/.X11-unix, then there is no efficiency lost as xpra does not have many IO and just a program. And could you clarify why do not do |
Because the environment will not be correct and therefore many things will not work correctly. |
I see, thank you for your patience. Maybe my case is too simple, I just need X11 forwarding. And I have updated the previous comment based on that. |
I had figured it out, then they broke it again. And then again in a different way. |
Describe the bug
Window is maximized on the main monitor, and the right-click menu is "just enough" so that it would render past the window, past the borders of the monitor.
To Reproduce
Steps to reproduce the behavior:
System Information (please complete the following information):
Additional context
Add any other context about the problem here.
Please see "reporting bugs" in the wiki section.
The text was updated successfully, but these errors were encountered: