-
-
Notifications
You must be signed in to change notification settings - Fork 169
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
shadow specific applications or windows #3476
Comments
use get_id() as an alias for get_property('xid')
then we can always use it to lookup the model given a gdk window and use the same code for both 'group-leader' and 'transient-for' metadata
Still a lot of work to be done on this, and the interface will certainly change. xpra shadow :10,windows=class=xterm And attach from anywhere as usual. |
Fix shadow server test following changes in #3476
For MS Windows, we can also use the window-handle attribute of |
Any chance anyone is still working on this? I'm looking desperately for a way to allow FVWM on linux to manage MS windows applications. This would be a game changer if it allowed that! If no one has the time to make the changes, but could tell me what needs doing, I'd be happy to do it. |
Just saw this discussion: https://github.com/orgs/Xpra-org/discussions/3949 I saw that there was an option to "donate $100 to request a feature". I would be willing to pay for the ability to have seamless mode (or some close equivalent) from an MS Windows machine to a display on a linux machine, maybe we could discuss how much you think it would cost? Because... seeing how all of the RDP solutions that tried to do it dropped it... I suspect it would not be easy and the $100 probably wouldn't be sufficient. I'm just a guy, so I couldn't pay tons... but it might be worth a conversation if you are interested. Of course, like I said, I'd be happy to code it myself if someone could help me get acquainted with the project / setting up a dev environment for it (though this might also take too much of your time to be worth it for you idk). |
Thank you, much appreciated.
Correct. I fear that the architecture of the MS Windows desktop doesn't really allow for such a feature to be implemented properly. The approach in this ticket relies on locating the windows that you want to have forwarded. |
Thanks for your consideration. Too bad Windows probably can't get "full" seamless mode... though it does make me wonder how RDP does it with remote apps... even though basically no one actually supports it... |
One big difference with RDP, at least with most editions of Windows, is that you can't use the system locally while connected with a remote client. That probably has a big influence over how it works internally. I did wonder whether it would be possible to make this work by automatically arranging the windows off-screen in such a way that they don't overlap, but I have no idea whether that is actually feasible. |
Yes.
The problem would be a applications that place their windows in specific locations... override that at your own risk. |
Extending #3320, there is no reason why we can't look for specific windows (ie: by name or window id) and shadow only that part of the screen.
It may not work very well with sub-windows and menus, windows may be occluded by other windows, but it could still be useful.
The text was updated successfully, but these errors were encountered: