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/
notzmv has quit [Ping timeout: 260 seconds]
amyrat has joined #river
Nosrep has quit [Remote host closed the connection]
Szadek has quit [Ping timeout: 246 seconds]
Szadek has joined #river
waleee has quit [Ping timeout: 248 seconds]
waleee has joined #river
notzmv has joined #river
waleee has quit [Quit: WeeChat 3.7.1]
eShaev9z has quit [Ping timeout: 252 seconds]
eShaev9z has joined #river
groknull has joined #river
groknull has quit [Remote host closed the connection]
Xag803 has joined #river
groknull has joined #river
groknull has quit [Remote host closed the connection]
<Xag803> Can someone help me get the packages I will need to install river on debian?
marler8997 has joined #river
<marler8997> decided to check out river just now, getting this error when I run "zig build" error(zig-wayland): requested wl_output version 4 but only version 3 is available in provided xml
<marler8997> making some progress, I realize river is using the wayland.xml file from my systems wayland-protocols pacakge...mine is too old so I'm going to see if I can download/build a newer version
Xag803 has quit [Quit: Ping timeout (120 seconds)]
<marler8997> My meson is also too old to build wayland-protocols 1.31, looked at the meson releases and they just released version 1.0.0 4 days ago!?! Wow!
<NickH> Xag803: you can try my packages https://www.ne.jp/asahi/nickh/debian/
Ordoviz has joined #river
Ordoviz has quit [Ping timeout: 260 seconds]
Ordoviz has joined #river
Ordoviz has quit [Ping timeout: 268 seconds]
Ordoviz has joined #river
Ordoviz has quit [Ping timeout: 264 seconds]
ecocode[m]1 has quit [Quit: You have been kicked for being idle]
Ordoviz has joined #river
<scorpion2185[m]> NickH: river head need wlroots 01.6 now
<scorpion2185[m]> and no more wlopm on mentors fyi
Ordoviz has quit [Ping timeout: 272 seconds]
<NickH> I'm on mobile right now so not easy to check. You using bullseye with backports repo enabled?
<scorpion2185[m]> Yes but I didn't start yet, does river work with despicable nvidia card?
<scorpion2185[m]> NickH: I can backport it from experimental I think is the name `libwlroots-dev` ?
<scorpion2185[m]> >Package: libwlroots-dev on amd64 -- bullseye: 0.11.0-3; bookworm: 0.15.1-4; sid: 0.15.1-4; experimental: 0.16.0-2
<NickH> wlroots 0.16.0 is in my bullseye repo
Ordoviz has joined #river
<NickH> If you enable my repo you should just be able to install river-head and it will pull in all the required dependencies.
<NickH> Please read the instructions in the page. If something on it is wrong or the packages don't work as described please let me know.
<NickH> Thanks for the heads up about wlopm source package. I'll chase it up.
<scorpion2185[m]> does it work with nvidia?
<scorpion2185[m]> wget ... https://www.ne.jp/asahi/nickh/debian/nickh-archive-keyring.gpg ERROR 404: Not Found.
<NickH> I don't use NVIDIA devices.
<NickH> Thanks for letting me know about the key. I'll try to find time to fix it tomorrow.
<NickH> On vacation on a boat right now 😂
<scorpion2185[m]> Sadly I got my GPU before knowing...
<scorpion2185[m]> can you share the key here maybe?
<NickH> Not right now. On Android, not a Linux Box.
<scorpion2185[m]> Sure just in case you have it on the phone , I can force the repo to be trusted now that I think about it
<NickH> If your machine works with sway it should work with river.
<scorpion2185[m]> >All proprietary graphics drivers are unsupported.
<scorpion2185[m]> sway wiki
<scorpion2185[m]> but maybe now they works
<scorpion2185[m]> >Nvidia releases display driver 364.12
<scorpion2185[m]> that's not new
amyrat has quit [Quit: WeeChat 3.7.1]
<NickH> Sure but nouveau drivers exist.
Ordoviz has quit [Ping timeout: 260 seconds]
Ordoviz has joined #river
Szadek has quit [Read error: Connection reset by peer]
Szadek has joined #river
Szadek has quit [Ping timeout: 260 seconds]
Szadek has joined #river
Szadek has quit [Quit: WeeChat 3.7.1]
Szadek has joined #river
notzmv has quit [Ping timeout: 246 seconds]
<leon-p> unsupported in this case means "if it works: great; if it doesn't: not our problem"
<leon-p> so maybe they do work, you'll have to find out yourself
<leon-p> marler8997: depending on your distribution, wayland.xml may be in the wayland package, not the wayland-protocols package
groknull has joined #river
groknull has quit [Remote host closed the connection]
Ordoviz has quit [Ping timeout: 246 seconds]
<scorpion2185[m]> nouveau are so bad
<scorpion2185[m]> what's the name of wlroots on debian?
<scorpion2185[m]> of the package
notzmv has joined #river
notzmv has quit [Ping timeout: 246 seconds]
Ordoviz has joined #river
Ordoviz has quit [Ping timeout: 272 seconds]
Ordoviz has joined #river
Ordoviz has quit [Ping timeout: 256 seconds]
notzmv has joined #river
ccha has joined #river
<ifreund> pretty happy with my changes to the flags.zig argument parsing implementation and API
<ifreund> the implementation should get a little bit cleaner still when I finally upgrade to zig 0.10
<NickH> scorpion2185[m]: gpg key is now there.
<NickH> wlopm source package is back on mentors.
<NickH> The source package name for wlroots is wlroots but it creates multiple binary packages.
Ordoviz has joined #river
amyrat has joined #river
Ordoviz has quit [Ping timeout: 272 seconds]
<novakane> ifreund: yeah flags.zig is really nice, gonna upgrade it in all my projects once you upgrade to 0.10
<novakane> I use it in all my projects, that make a nice small lib
<novakane> there was a gist with it with an other license, do you maintain it up to date too?