Changes between Initial Version and Version 1 of Ticket #12534, comment 39
- Timestamp:
- Sep 17, 2021, 5:07:28 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12534, comment 39
initial v1 1 1 > if input_server is going to support user add-ons, then by definition it must run on a per-user basis. 2 2 3 Separate processes should be preferred over input_server add-ons. input_server add-ons are primary supposed to deal with system-global things like input drivers and input methods. 3 Separate processes should be preferred over input_server add-ons. input_server add-ons are primary supposed to deal with system-global things like input drivers and input methods. Bad behaving add-ons can also cause input_server instability, server crash and loss of user input.