MagneFire
MagneFire
Finally figured out the issue where `systemd` services would fail on older watches (Linux kernel 3.10). Adding debug traces to `systemd` revealed that processes seem to crash upon calling `umount2()`....
Alright, I've tested the current work on all my watches. The following worked fine: `sturgeon`, `sparrow`, `swift`, `smelt`, `hoki`, `beluga`, `narwhal`, `dory`, `tetra`, `sawfish`, `pike`, `ray`, `lenok` While `minnow` still...
See https://github.com/AsteroidOS/asteroid/pull/292 for the main PR and references to the other relevant PRs.
Yes, it seems they are forcing this: https://github.com/SoftFever/OrcaSlicer/blob/v2.1.1/src/OrcaSlicer.cpp#L1049
I've done some testing. It seems that https://github.com/hyprwm/Hyprland/commit/2566d818848b58b114071f199ffe944609376270 introduced this behaviour.
> did that and the result is: > > ``` > activewindow>>OrcaSlicer, > activewindowv2>>56100cfcd260 > windowtitle>>56100e44f1d0 > openwindow>>56100e44f1d0,2,OrcaSlicer,orca-slicer > activewindow>>, > activewindowv2>> > closewindow>>56100e44f1d0 > openwindow>>56100cfcf2a0,2,OrcaSlicer,orca-slicer > ``` > >...
Thanks for this report! I've also updated the website to reflect the current state in: https://github.com/AsteroidOS/asteroidos.org/pull/456 These regressions seems to result from updating our Yocto base from Kirkstone to Mickledore....
meta-openembedded needed a patch in order to actually package. A PR is open here: https://github.com/openembedded/meta-openembedded/pull/915 (merged :tada:, but only on the `master` branch) Current state: - Audio: Works - Vibration...
Currently our recipes and the ones provided by others (mainly `meta-qt5`) cause build failures if we keep failing on `buildpaths` (default in `styhead`, only warning in `scarthgap`). This results in...
`sturgeon` seems to fail at booting. The kernel image works fine, but it just hangs at the bootlogo. ADB does not become available, meaning that this may be potentially harder...