MagneFire
MagneFire
Gotten `sturgeon` to boot now. `systemd` has officially disabled cgroup v1 in systemd version 257 (scarthgap shipped with version 256). To get `sturgeon` boot one must add the `SYSTEMD_CGROUP_ENABLE_LEGACY_FORCE=1` to...
Yocto Walnascar seems to be released. This issue will now keep track of upgrading to walnascar instead of styhead.
Alright, it seems to work now on at least `sturgeon`. Here's what I've tested/fixed: - Display - Launcher - AOD - Sensors - Heart rate sensor - Tilt-to-Wake - Vibrator...
Of course any help is welcome! But don't feel forced to do it either :D
It turns out that libSDL2 has broken at least gpSP. After some testing it seems that https://github.com/libsdl-org/SDL/commit/0f695adb0392446f36e872e72a828467d5f299f0 broke it resulting in: ``` /usr/src/debug/wayland/1.23.1/src/wayland-client.c:2460: wl_proxy_set_queue: Assertion `proxy->display == queue->display' failed ```...
For reference this is the plan for testing - Try varying devices - catfish: Recommended watch, should work (Android 9 base) (uses binder interface) - sturgeon: Older watch, still good....
Alright, this has now been tested on all my watches. Everything seems to work as it did before (no more regressions). I can't test the following watches as I do...
For what it's worth this is likely to be fixed when we move to `scarthgap` (https://github.com/AsteroidOS/asteroid/issues/285). In my case moving to that and manually applying https://github.com/openembedded/openembedded-core/commit/914128f6bd988cde278e087fb9457a0c70c7e5ec solved build issues. But...
Is this still an issue or has this been resolved by the scarthgap update?
In my case it seems to happen when the `Adwaita:dark` GTK theme is used. Manually unsetting the GTK theme seems to work around it for me: ```sh GTK_THEME= zen-browser ```