Block a user
ITD not trying to reconnect after PineTime re-enters range
In your output, I can see these lines:
11:32PM DBG Device not connected, connecting
11:32PM DBG InfiniTime device found in list mac=D7:F3:C3:74:52:44
11:32PM DBG Device not connected,…
Unable to launch itd.service on ubuntu touch
What happens if you run export XDG_RUNTIME_DIR=/run/user/$(id -u)
and then try to run the commands above?
Unable to launch itd.service on ubuntu touch
Thisis definitely not an ITD bug, it seems to be a DBus issues, but regardless, I looked around and found some things that you can try.
If you run echo $XDG_RUNTIME_DIR
in your terminal, do…
0e6e3848d7
Add archlinux package to goreleaser config
ceff536e92
Add itgui.desktop to goreleaser and fix itgui permissions
sometimes authentication fails and passcode gets treated as shell input
What happens is BlueZ returns an error before ITD even reads the code from stdin, so it gets left on there and zsh reads that after ITD exists.
sometimes authentication fails and passcode gets treated as shell input
ITD's errors all follow Go's convention and start with lowercase letters. If you se capitalized error messages, they came from BlueZ, not ITD.