ifreund changed the topic of #river to: river - a dynamic tiling wayland compositor || https://github.com/riverwm/river || channel logs: https://libera.irclog.whitequark.org/river/
waleee has quit [Ping timeout: 265 seconds]
Nulo has quit [Remote host closed the connection]
Nulo has joined #river
eShaev9z_ has quit [Ping timeout: 250 seconds]
eShaev9z has joined #river
aryak has quit [Remote host closed the connection]
aryak has joined #river
angry_vincent has joined #river
angry_vincent has quit [Changing host]
angry_vincent has joined #river
leopoldek has quit [Ping timeout: 246 seconds]
<pinpoxIRC> I've noticed nm-applet doesn't work on river. Is that a known issue?
<pinpoxIRC> I tried the workaround mentionend for sway here, but that does nothing on river https://github.com/swaywm/sway/issues/1357#issuecomment-1365663685
<pinpoxIRC> Do I have to do anything to get it to work on river? I'm using waybar with tray module
linkert has joined #river
tiosgz has joined #river
<tiosgz> pinpoxIRC: are you running dbus? i'm not 100% sure this is the right way, but i run river with:
<tiosgz> dbus-launch --sh-syntax --exit-with-session river
aryak has quit [Remote host closed the connection]
aryak has joined #river
linkert has quit [Remote host closed the connection]
linkert has joined #river
linkert has quit [Ping timeout: 260 seconds]
<NickH> Can confirm that "nm-applet --indicator" works fine (I am also runnning dbus).
aryak has quit [Remote host closed the connection]
aryak has joined #river
angry_vincent has quit [Ping timeout: 250 seconds]
angry_vincent has joined #river
angry_vincent has quit [Changing host]
angry_vincent has joined #river
linkert has joined #river
tiosgz has left #river [#river]
linkert has quit [Ping timeout: 255 seconds]
Guest35 has joined #river
Guest35 has quit [Client Quit]
Guest35 has joined #river
Guest35 has quit [Client Quit]
leopoldek has joined #river
leopoldek has quit [Ping timeout: 252 seconds]
guest30 has joined #river
guest30 has quit [Client Quit]
Szadek581 has joined #river
Szadek5816 has quit [Ping timeout: 246 seconds]
fitrh has joined #river
leopoldek has joined #river
fitrh has quit [Quit: fitrh]
farah has joined #river
farah has quit [Client Quit]
waleee has joined #river
talismanick has quit [Ping timeout: 250 seconds]
angry_vincent has quit [Ping timeout: 255 seconds]
kragacles_ has quit [Quit: ZNC 1.8.2 - https://znc.in]
kragacles has joined #river
<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> mvnx: I would guess this line in the sway nixos-module explains why it works, https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/programs/sway.nix#L144
<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
<mvnx> Any idea when or how WAYLAND_DISPLAY gets set? It's empty
<waleee> mvnx: what was your qemu call to launch the vm? I think I saw something about qemu wayland needing kvm
<waleee> though that should have prevented sway of course so probably not an issue
<waleee> this post claims that opengl using wayland compositors in vm:s without hw-accelaration is prone to failure