-
Notifications
You must be signed in to change notification settings - Fork 195
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
Track additional Wayland seats #728
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi. Could you clarify the upstreaming status of this patch? Has this been discussed upstream somewhere?
Hi, the issue with missing inputs in VNC/RDP sessions still seem to be the case (meta-browser master branch as for 06.2024). What is the status of this patch? |
Honestly I completely forgot about this. I haven't attempted to upstream the patch and probably will never try. If there is interest I will rebase this patch onto the current master, although I strongly suspect the actual patch itself still works fine and could probably be added to existing projects with a bbappend. |
Can we at least merge it into master? |
… seats, i.e. in the case of VNC/RDP
I have yet to test my rebase of the patch, but I've pushed it to my fork for now anyway. I'll make sure to test this locally on my imx8 system at least and comment on the results when I'm done. |
I've finally managed to get VNC working on my imx8 device and verified the patch works as expected. What steps need to be taken to get this merged? Also interestingly enough, I can see the cursor. |
To be honest, I'd prefer this patch to be upstream, I think the chances of it being accepted are very high. If you upload a CL (instructions) I can send it to the right reviewer and take care of all the other organizational stuff :) |
Sure, I'll try to get to that soon when I have some time. |
I've submitted the work here: https://chromium-review.googlesource.com/c/chromium/src/+/5652465 |
Thanks! |
Interesting, I'm also using Weston. I'm using Scarthgap for my test distribution. What about you? (I'm also using a Toradex im8qm as my test platform) |
I'm also facing this issue of cursor not visible on Weston when I'm using Windows RDP tool. Can you give me more details about this fix that you've mentioned here? |
Below I'm attaching the patch that helps in my case. I'm not sure if it's a proper solution, but it works in Scarthgap with Weston. Patch was tested on version 126.0.6478.126 The patch adds mouse, keyboard and touchscreen devices from additional seats to device list,
|
This allows chromium-ozone-wayland to track more than one seat. In turn, this lets VNC/RDP pass keyboard and mouse inputs to chromium.