<beerman>
plasma-workspace port places a bunch of stuff in /usr/lib/systemd/user/
<beerman>
kwriteconfig5 --file startkderc --group General --key systemdBoot false <- doesn't seem to add anything to ~/.config/kdedefaults/kdeglobals or any other file that I found so far..
<beerman>
i am seeing kwin_wayland_drm: failed to open drm device.. interesting
<jaeger>
Yeah, I saw a lot of that. Never figured it out fully but it was NOT due to a lack of DRM device as everything else worked
<beerman>
sway works fine, clean reboot (i'd be suprised if that actually changed anything?) doesn't do anything for it. I feel like something is not compiled right, but I'll investigate that later
<beerman>
this is with i915 driver so this should be mostly fine
<jaeger>
My tests were with amdgpu and i915, for reference. Didn't bother trying it with nvidia
<jaeger>
I don't remember how I went from "failed to open drm device" to systemd parts missing, might have been a lot of strace or similar as well as online searching
<beerman>
sounds nice :D I kinda suspect i need to disable the systemd scripts via config files but there seems to be no info about it
<jaeger>
jue: qemu-all was bumped to 8.1.0 but its bundled manpage tarball is still 8.0.4
<jaeger>
Looks like the same for qemu
<jaeger>
c++ question: is fixing this error (http://ix.io/4ENg) as simple as this? (http://ix.io/4ENh) - it makes sense to me and it compiles but I'm no c++ expert
<jaeger>
Which is more correct? 'delete []pwd;' or 'delete[] pwd;' ?