JoseExposito / touchegg

Linux multi-touch gesture recognizer
GNU General Public License v3.0
3.66k stars 169 forks source link

Logged-in users' client will respond to touch events from a different user's activity #367

Open m-roberts opened 4 years ago

m-roberts commented 4 years ago

A non-active logged-in user's client will respond to touch events from a different user's activity. Some method of preventing this would also be great.

JoseExposito commented 4 years ago

I'm splitting this issue in 2.

The first one ( https://github.com/JoseExposito/touchegg/issues/369 ) is to avoid running multiple clients by the same user. On this one, I'll test the behaviour of multiuser scenearios.

m-roberts commented 4 years ago

I have renamed the issue to better reflect the scope of this issue