<pinpoxIRC>
@tiosgz NickH Thanks! launching river that way actually fixes it! I was just executing `river` after login in in the TTY
kotto has left #river [WeeChat 3.8]
sugarbeet has quit [Ping timeout: 260 seconds]
sugarbeet has joined #river
mvnx has joined #river
<mvnx>
Hello! Anyone have a working config for NixOS? New to Wayland and struggling. Presently in a QEMU VM. River 0.2.4 fails to launch with EGL_NOT_INITIALIZED message: DRI2: failed to create screen. Sway via `programs.sway.enable` "worked" in that I got graphics.
notzmv has quit [Ping timeout: 248 seconds]
<waleee>
that sounds like it's qemu related to be honest
<waleee>
mvnx: hod did you start river in the qemu vm?
<waleee>
and probably hardware.opengl.enable = true in the lines below
<mvnx>
I'm launching it through `greetd` but I even tried just logging in via regular agetty/login and running `river`. I have that dbus activation in my river config using `river spawn` (saw in someones config). I also have OpenGL enabled.
<waleee>
mvnx: what happens if you uncermoniously copy all the last lines in programs.sway that enables various stuff?
<mvnx>
I believe I already have. Also set `environment.variables.XDG_SESSION_TYPE`, `XDG_SESSION_DESKTOP`, and `XDG_CURRENT_DESKTOP` and all the other ones that comes in that `extraSessionCommands`.
<waleee>
I'm not entireely convinced that doing the dbus activation with river spawn is a good idea, seems a bit late in the startup
<mvnx>
Thanks I appreciate the help thinking through this. I'll try it manually before launching from a tty
<waleee>
well leon had it in the init file, but without river spawn