jaeger changed the topic of #crux-devel to: CRUX (https://crux.nu/) development channel | Logs: https://libera.irclog.whitequark.org/crux-devel/
groovy2shoes has joined #crux-devel
braewoods__ has quit [Read error: Connection reset by peer]
braewoods__ has joined #crux-devel
SiFuh has quit [Remote host closed the connection]
SiFuh has joined #crux-devel
ukky has quit [Ping timeout: 248 seconds]
ukky has joined #crux-devel
pitillo has quit [Quit: leaving]
sajcho has joined #crux-devel
sajcho has quit [Client Quit]
braewoods__ has quit [Read error: Connection reset by peer]
braewoods__ has joined #crux-devel
<beerman> Also plugdev group if I'm not mistaken
SiFuh has quit [Remote host closed the connection]
SiFuh has joined #crux-devel
<beerman> can confirm that plasma-wayland doesnt seem to play nice
mbarbar has quit [Ping timeout: 250 seconds]
mbarbar has joined #crux-devel
<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;' ?