<NickH>
Yeah, I think I just need to wait a little.
<ifreund>
man, debian is really anal about copyright
<ifreund>
thanks for your time working on this!
<NickH>
It really depends on the individual. If another DD takes an interest it may go in quite quickly.
<NickH>
But it will almost certainly be too late for Debian 12 which is already in a type of soft freeze.
<NickH>
I've actually quite enjoyed working on this stuff. It's been a good learning experience.
<NickH>
Thanks for the nice code.
andyrtr has quit [Ping timeout: 248 seconds]
andyrtr has joined #river
uncomfy has joined #river
uncomfy has quit [Client Quit]
uncomfy has joined #river
uncomfy_ has joined #river
uncomfy has quit [Quit: uncomfy]
<dnkl>
just saw the scene merge! Congrats! 🎉
<ifreund>
thanks!
<ifreund>
This has been my most productive couple weeks working on river in a long time
<dnkl>
it shows 🙂
<dnkl>
I'm trying to be more productive in other aspects of my life right now 😅
<ifreund>
yeah, gotta balance everything somehow... My scales will probably tip back in the other direction soon :D
<novakane>
you really have been efficient for this PR, nice work!
<ifreund>
thanks :)
<plumeus>
Oh cool, the PR got merged
Szadek581 has joined #river
Szadek58 has quit [Ping timeout: 255 seconds]
Szadek581 is now known as Szadek58
upsala has joined #river
<upsala>
Hi I have a question regarding "riverctl float-filter-add". I am trying to make the Firefox Addon Noscript popup floating, I can't use app-id for that I think because that is just "firefox", so I am trying to use "title". While the popup is open I am running "lswt" to get the title which returns "Extension: (NoScript) - NoScript Settings —
<upsala>
Mozilla Firefox" as a title, when I run 'riverctl float-filter-add title "Extension: (NoScript) - NoScript Settings — Mozilla Firefox"' nothing changes. The popup is still opened tiled
<plumeus>
I switched to the master commit of River, yay
<plumeus>
I have no idea how to help with making No Script floating, but I think uBlock Origin is better for most use-cases.
<plumeus>
Tor Browser still defaults to NoScript though.
<upsala>
This is not really a noscript specific problem I think
uncomfy_ has quit [Remote host closed the connection]
<plumeus>
yeah, agreed
<upsala>
I was just wondering why the float-filter-add does not work with title, it works fine with app-id
smach has joined #river
eShaev9z has quit [Remote host closed the connection]
smach has quit []
<ifreund>
upsala: hmm, my guess is that the title isn't set until after the window is mapped and that the title has some other title on map
<ifreund>
(mapped roughly means opened)
<ifreund>
river should log the views title when it is mapped, "view '$TITLE' mapped" or something like that
<upsala>
So at this moment there is just no way to fix this for me?
<ifreund>
you could get a debug log of river and see what title the view has when it's mapped
<ifreund>
Perhaps river should also apply the float filter when a view changes its title, not sure if that would cause other unwanted behavior or not
<upsala>
i'd have to start river with the -log-level debug parameter for that right?
<ifreund>
yeah, that's right
<upsala>
ok I'll do that
upsala has quit [Quit: Client closed]
<ifreund>
if you're running from the tty you probably want to redirect your logs to a file
<ifreund>
... too lat
<ifreund>
leon-p: it might be neat for lswt to have a --watch mode where it doesn't exit immediately to help with cases like this
<leon-p>
hmm, yeah sounds good
waleee has joined #river
<tleydxdy[m]>
I'm trying to rebase my branch, and I'm wondering what's the difference between the new view.inflight vs the view.pending
upsala has joined #river
upsala has quit [Client Quit]
<ifreund>
tleydxdy[m]: hrm, looks like I didn't add very good comments in View.zig, the ones on the inflight state in Output.zig are much better
<ifreund>
eh, looks like those are somewhat messy too, I should really improve these
upsala has joined #river
<ifreund>
tleydxdy[m]: pushed a commit improving the comments, let me know if you still have questions
<ifreund>
Hey, we just crossed 1000 commits
<plumeus>
yay
<tleydxdy[m]>
ifreund: thanks! will take a look
waleee has quit [Ping timeout: 255 seconds]
upsala has quit [Ping timeout: 260 seconds]
<novakane>
ifreund: ah yeah these comments are better, kinda confused me a bit the other day when I asked about this
<boombim>
sorry for newbie question but how to properly start apps from river?
<boombim>
I would like to launch superd with its services
upsala has joined #river
upsala has quit [Quit: Client closed]
<ifreund>
boombim: you probably just want to run it from your init script
dbuckley has joined #river
Szadek has quit [Ping timeout: 268 seconds]
<leon-p>
a crashing gtk app just took river with it