Skip to content

Troubleshooting

donniebreve edited this page Feb 24, 2023 · 3 revisions

1. Check the service status

systemctl --user status 'touchcursor*' -all

2. Check the journal logs

journalctl --user-unit touchcursor --since -10m
(in console 1): journalctl --user-unit touchcursor --follow
(in console 2): systemctl --user restart touchcursor

3. Try debugging

Go to the project folder

cd ~/{downloaded path}

Debug:

make debug
Clone this wiki locally