spiralbundle has quit [Quit: ERC 5.4 (IRC client for GNU Emacs 28.1)]
<NickH>
No problem.
lxsameer has quit [Ping timeout: 272 seconds]
snakedye has quit [Ping timeout: 272 seconds]
snakedye has joined #river
snakedye has quit [Read error: Connection reset by peer]
snakedye has joined #river
snakedye has quit [Ping timeout: 248 seconds]
snakedye has joined #river
snakedye has quit [Ping timeout: 240 seconds]
snakedye has joined #river
waleee has quit [Ping timeout: 252 seconds]
snakedye has quit [Ping timeout: 272 seconds]
pkap has joined #river
pkap has quit [Quit: Client closed]
<ifreund>
Shinyzenith[m]: I (and most others here I believe) use firefox so I could have easily missed recent chromium bugs
<ifreund>
the most useful thing to debug this would be a stack trace, plus the river and chromium versions you are using (ideally river master)
<ifreund>
and the github issue track would be the right place to share this information :)
<Shinyzenith[m]>
alright, I'll first compile master, test, and then if I can reproduce I'll get back to you
<Shinyzenith[m]>
but at the time of writing I'm on `0.2.0-dev-d47be3b` river and `Version 101.0.4951.64 (Official Build) Arch Linux (64-bit)` chromium
<Shinyzenith[m]>
s/but/Note:/, s/at/At/
lxsameer has joined #river
snakedye has joined #river
<nor[m]>
When I do `su otheruser` (and type in his password obviously) and try to launch a graphical application, it fails (which makes sense). Can I change this? I would like to use multiple users applications within the same graphical environment.
<ifreund>
nor[m]: You'd need to have the same WAYLAND_DISPLAY and XDG_RUNTIME_DIR set in the environment
<ifreund>
XDG_RUNTIME_DIR is a bit problematic though as it's specified to have 700 permissions
<nor[m]>
Thanks for the hint.
<mizzunet>
I mapped j key to be spawn "wtype -P Left".
<mizzunet>
But holding down j doens't repeat the execution. Just executes for a time
<mizzunet>
Can I make it to run repeately?
<mizzunet>
Looking at manpage, I see that there's -repeat which might help in my case. But that makes it not run at all
<Shinyzenith[m]>
it's Zigshot.zig and right at the end
notzmv has joined #river
<ifreund>
Shinyzenith[m]: you'll be happy to know that this one was my bug :/
<ifreund>
will push a fix to zig-wayland in a minute
<Shinyzenith[m]>
Oh, what caused it?
<ifreund>
more fallout from the change to only generate events/requests less than a specific version
<ifreund>
actually, I think this may have always been wrong but the circumstances weren't right for it to appear until now
<Shinyzenith[m]>
ifreund: Ok understood. Since you've already taken a look at it, would you mind critiquing the structure of the project? I'm new to zig and wayland in general and I think that would help.
<ifreund>
Shinyzenith[m]: should be fixed, note that you are passing version 3 to wl.Registry.bind() but only generating version 1 of that interface so zig-wayland will only bind version 1
<ifreund>
as for code structure, I personally would keep things all in one file for quite a bit longer