Closed aquova closed 3 years ago
thanks for this report, I will add a retry count, adding a startup delay is not a good idea I think, because it also is in effect when manually starting the service
with version 0.1.13 the service will retry when opening the HID device fails.
Current default is 5 times with a delay of 5 seconds each. The number of retries can be changed in the settings files.
I hope this is a viable solution.
closing, please reopen if issue still exists
Most of the times when I log into my computer upon rebooting, keyboard-center does not immediately function. Upon running
systemctl --user status keyboard-center
, the process has crashed with the following errors, possibly due to the process attempting to initialize before the keyboard is ready:Running
systemctl --user restart keyboard-center
is a workaround which allows the program to then function as intended.