sony / flutter-embedded-linux

Embedded Linux embedding for Flutter
BSD 3-Clause "New" or "Revised" License
1.16k stars 122 forks source link

Multiple seats #417

Closed omarhogni closed 1 month ago

omarhogni commented 1 month ago

Added the ability to have multiple seats, this allows f.e. weston screenshare and a local touch input to work at the same time.

omarhogni commented 1 month ago

Currently there are issues with displaying the cursor correctly when vnc connections are added and removed.

HidenoriMatsubayashi commented 1 month ago

Thank you for sending this PR.

Could you please update AUTHORS too?

Also, it's unclear whether we can contribute this software to flutter/engine, but do you agree to delegate all rights related to this PR to Sony?

HidenoriMatsubayashi commented 1 month ago

Also, could you please add a signoff (DCO) to the last commit you made?

omarhogni commented 1 month ago

I have modified the AUTHORS file and added the sign-off. I am fine with delegating all rights related to this PR.

HidenoriMatsubayashi commented 1 month ago

This PR should fix #409 and #341