Elara Elara6331
Elara6331 pushed to add-database at lure/lure 2022-11-30 19:14:28 +00:00
9a06894cfa Move configuration into separate package
Elara6331 pushed to add-database at lure/lure 2022-11-30 18:00:52 +00:00
01a9f23a64 Switch to global log variable
Elara6331 pushed to add-database at lure/lure 2022-11-30 18:00:35 +00:00
Elara6331 created branch add-database in lure/lure 2022-11-30 17:59:50 +00:00
Elara6331 pushed to add-database at lure/lure 2022-11-30 17:59:50 +00:00
57e4f89970 Switch to global log variable
Elara6331 pushed to master at lure/lure 2022-11-29 21:50:37 +00:00
6013bdf8b9 Add git-version to table of contents
Elara6331 pushed to master at lure/lure 2022-11-29 21:49:31 +00:00
fbf0aa3b4f Add git-version helper command
Elara6331 pushed to master at lure/lure 2022-11-29 21:49:22 +00:00
Elara6331 pushed to master at lure/lure 2022-11-29 21:48:02 +00:00
80c9115f0b Add git-version helper command
Elara6331 pushed to master at lure/lure 2022-11-29 21:33:49 +00:00
e4b8348823 Run version function in srcdir
Elara6331 pushed to master at lure/lure 2022-11-29 21:31:04 +00:00
Elara6331 pushed to master at lure/lure 2022-11-29 21:02:56 +00:00
74051861bf Properly resolve relative paths in helper functions
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…