Skip to content
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

disable_multitouch should also disable MTD loading on Linux #8708

Open
ikus060 opened this issue Apr 23, 2024 · 0 comments
Open

disable_multitouch should also disable MTD loading on Linux #8708

ikus060 opened this issue Apr 23, 2024 · 0 comments

Comments

@ikus060
Copy link
Contributor

ikus060 commented Apr 23, 2024

Software Versions

  • Python: 3.10
  • OS: Linux
  • Kivy: 2.3.0
  • Kivy installation method: pip install

Describe the bug

When starting kivy with Config.set('input', 'mouse', 'mouse,disable_multitouch') I'm not expecting kivy to warn agains missing permissions like the following:

2024-04-23 16:19:21,656 [281744][WARNI][MTDMotionEve] MTD: Unable to open device "/dev/input/event13". Please ensure you have the appropriate permissions.

Expected behavior
When multitouch is disabled, Kivy should not try to access MTD and should not raise a warning in the logs.
A clear and concise description of what you expected to happen.

To Reproduce
Simply start a kivy application with Config.set('input', 'mouse', 'mouse,disable_multitouch') where permissions are not properly set.

Code and Logs and screenshots
N/A

Additional context
N/A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant