lanefu changed the topic of #armbian-rockchip to: Armbian - Linux for ARM development boards | Rockchip SoC | www.armbian.com | This channel is relayed to the equivalent Discord channel | this channel is logged
<DC-IRC> <lanefu> documentation PRs are the best way to learn git since not much code wrangling
<DC-IRC> <gambl0r> Running a new build now, this build system is just so nice
<DC-IRC> <gambl0r> No KDE/plasma with bookworm in the build options 😦
<DC-IRC> <monkablyat> panfrost have issues with KDE since ages it was never working for me without terrible glitches on a mali GPU
<DC-IRC> <gambl0r> It was running pretty nicely for me on recent builds (orangepi4-lts)
<DC-IRC> <gambl0r> I was even running quake 3, semi decent
<DC-IRC> <gambl0r> On wayland
<DC-IRC> <gambl0r> I'll give cinnamon a try, doesn't look nice from the screenshots imo
<DC-IRC> <monkablyat> last time i checked was like a half year ago on a radxa zero 2 using oibaf PPA and was not use-able as daily driver in my opinion because of the annoying graphic glitches
<DC-IRC> <gambl0r> With wobbly transparent windows too
<DC-IRC> <gambl0r> https://paste.next.armbian.com/ulobacavox <-- build log from just now, what's this `no-uuidgen-yet-27372-9548` though
<DC-IRC> <rpardini> `no-uuidgen-yet` means your build host doesn't have `uuidgen` installed, so we work around it with a non-random generator. `uuid-runtime` should be automatically installed and used on the next build.
<DC-IRC> <tenkawa42> @rpardini what workaround are you using?
<DC-IRC> <rpardini> the most embarrassing one possible, `$RANDOM` or such.
<DC-IRC> <tenkawa42> this is useful btw and I think is on most systems
<DC-IRC> <tenkawa42> openssl rand -hex 16 ; openssl rand -hex 8
<DC-IRC> <tenkawa42> f8ad33e410ce2ef85f20aecdd113008c
<DC-IRC> <tenkawa42> 164bd7fa3350c1f1
<DC-IRC> <rpardini> yeah sincerely that or something similar can replace the whole uuidgen thing.
<DC-IRC> <rpardini> I'm not sure why uuidgen was chosen to begin with, since it adds a dependency.
<DC-IRC> <tenkawa42> indeed
<DC-IRC> <lanefu> yeah need more people helping with the desktop stuff in teh build platform 🙂