Elara Elara6331
Elara6331 commented on issue Elara6331/itd#44 2022-11-28 21:21:30 +00:00
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,…
Elara6331 commented on issue Elara6331/itd#43 2022-11-27 21:40:44 +00:00
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?

Elara6331 commented on issue Elara6331/itd#43 2022-11-27 21:09:15 +00:00
Unable to launch itd.service on ubuntu touch

Do you have the dbus-user-session package installed?

Elara6331 pushed to master at lure/lure 2022-11-27 20:46:10 +00:00
edf5b67825 Mention install script in README
Elara6331 pushed to master at Elara6331/site 2022-11-27 20:41:10 +00:00
e997a563c8 Add lure install script to site
Elara6331 pushed to master at lure/lure 2022-11-27 20:30:29 +00:00
84336e4a30 Add install script
Elara6331 pushed to master at lure/lure 2022-11-27 19:59:24 +00:00
b3479bdf91 Add archlinux packager
Elara6331 commented on issue Elara6331/itd#43 2022-11-27 18:33:31 +00:00
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…

Elara6331 pushed to master at Elara6331/itd 2022-11-25 01:36:28 +00:00
73a679d10b Move mpris out of pkg directory and run gofumpt
Elara6331 pushed to master at Elara6331/fyne-xgo-docker 2022-11-25 00:36:22 +00:00
e20671b446 Fix docker hub link
Elara6331 pushed to master at Elara6331/fyne-xgo-docker 2022-11-25 00:35:56 +00:00
51a38abeb4 Mention docker hub image in README
Elara6331 created branch master in Elara6331/fyne-xgo-docker 2022-11-25 00:34:26 +00:00
Elara6331 pushed to master at Elara6331/fyne-xgo-docker 2022-11-25 00:34:26 +00:00
71d1912213 Initial Commit
Elara6331 created repository Elara6331/fyne-xgo-docker 2022-11-25 00:34:02 +00:00
Elara6331 pushed to master at Elara6331/itd 2022-11-25 00:24:47 +00:00
d475c6905e Fix goreleaser aur config
Elara6331 pushed to master at Elara6331/itd 2022-11-25 00:23:06 +00:00
0e6e3848d7 Add archlinux package to goreleaser config
ceff536e92 Add itgui.desktop to goreleaser and fix itgui permissions
Compare 2 commits »
Elara6331 pushed to master at Elara6331/itd 2022-11-25 00:18:30 +00:00
5e24e8aafa Add itgui.desktop
Elara6331 pushed to master at Elara6331/itd 2022-11-25 00:16:28 +00:00
f4da64a8dd Prepare for itgui cross-compilation
Elara6331 commented on issue Elara6331/itd#42 2022-11-23 22:49:58 +00:00
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.

Elara6331 commented on issue Elara6331/itd#42 2022-11-23 22:47:19 +00:00
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.