ChanServ changed the topic of #river to: river - a dynamic tiling Wayland compositor || https://codeberg.org/river/river || channel logs: https://libera.irclog.whitequark.org/river/
lbia has quit [Ping timeout: 240 seconds]
sentry has quit [Ping timeout: 246 seconds]
waleee has quit [Ping timeout: 260 seconds]
Snetry has joined #river
eShaev9z has joined #river
eShaev9z_ has quit [Ping timeout: 260 seconds]
fitrh has joined #river
fitrh has quit [Client Quit]
yiyu has quit [Ping timeout: 264 seconds]
angry_vincent has joined #river
fleischie has quit [Remote host closed the connection]
fleischie has joined #river
leopoldek has quit [Remote host closed the connection]
catman has quit [Ping timeout: 240 seconds]
pkulak has quit [Ping timeout: 246 seconds]
hmht has joined #river
siaal has quit [Remote host closed the connection]
angle_ has joined #river
dnkl_ has joined #river
kennylevinsen_ has joined #river
mainiomano_ has joined #river
kindablue_ has joined #river
psnszsn_ has joined #river
gbrlsnchs_ has joined #river
bw_______ has joined #river
kennylevinsen_ has quit [Changing host]
kennylevinsen has quit [Killed (lithium.libera.chat (Nickname regained by services))]
kennylevinsen has joined #river
ifreund_ has joined #river
andrea has quit [Ping timeout: 268 seconds]
bw______ has quit [Read error: Connection reset by peer]
angle has quit [Read error: Connection reset by peer]
mainiomano has quit [Read error: Connection reset by peer]
kindablue has quit [Read error: Connection reset by peer]
dnkl has quit [Read error: Connection reset by peer]
midgard has quit [Ping timeout: 268 seconds]
psnszsn has quit [Read error: Connection reset by peer]
gbrlsnchs has quit [Read error: Connection reset by peer]
ifreund has quit [Ping timeout: 268 seconds]
angle_ is now known as angle
kindablue_ is now known as kindablue
mainiomano_ is now known as mainiomano
dnkl_ is now known as dnkl
psnszsn_ is now known as psnszsn
gbrlsnchs_ is now known as gbrlsnchs
midgard_ has joined #river
emersion has quit [Ping timeout: 268 seconds]
andrea_ has joined #river
ifreund_ is now known as ifreund
midgard_ is now known as midgard
emersion has joined #river
kraem has quit [Remote host closed the connection]
kraem has joined #river
kraem has quit [Remote host closed the connection]
kraem has joined #river
lbia has joined #river
hmht has quit [Quit: leaving]
hmht has joined #river
andrea_ is now known as andrea
waleee has joined #river
leopoldek has joined #river
lillian has joined #river
<lillian> hello, what's the easiest way to get a statusbar? i need to run a software whose initial setup is unfortunately through a statusbar menu
<ifreund> I think you mean a "system tray" to be precise
<ifreund> Waybar has one iirc, other status bars might as well
<lillian> yes system tray, sorry
<lillian> i tried waybar but it's not showing anything
<ifreund> you proably need to explicitly enable the tray somehow
<LarstiQ> I'm using Waybar for that because I haven't been able to get tray solution with yambar so far (which I otherwise prefer)
<lillian> oh, turns out i had a broken xdg portal config which did not let waybar start...
<lillian> LarstiQ, yeah i generally use yambar. there is an open issue for tray
waleee has quit [Ping timeout: 260 seconds]
catman has joined #river
<adamcstephens> waybar just works :)
hmht has quit [Ping timeout: 272 seconds]
angry_vincent has quit [Remote host closed the connection]
angry_vincent has joined #river
angry_vincent has quit [Read error: Connection reset by peer]
angry_vincent has joined #river
siaal has joined #river
angry_vincent has quit [Remote host closed the connection]
lillian has quit [Ping timeout: 260 seconds]
lillian has joined #river
AlmostSurelyRob has joined #river
<AlmostSurelyRob> Hello,
<AlmostSurelyRob> After updating to 3.2 I have been running almost without crashes throughout a busy day, but I still have two random issues. Slack client segfaults when I am on a single monitor (fine when I am on two!) and kanshi doesn't really do hot plugging so I need to restart river completely. Has anyone experienced anything similar?
<AlmostSurelyRob> With kanshi, I was expecting that after unplugging my two monitors plugged via a docking station, over a USB-C and Thunderbolt in respectively home and office.
<AlmostSurelyRob> With kanshi, I was expecting that after unplugging my two monitors plugged via a docking station, over a USB-C and Thunderbolt in respectively home and office it will just revert to my builtin monitor on the laptop.
Guest75 has joined #river
Guest75 has quit [Client Quit]
<AlmostSurelyRob> I don't know if it's related but when I log it I can see:
<AlmostSurelyRob> [0522/201504.994994:ERROR:elf_dynamic_array_reader.h(64)] tag not found
<AlmostSurelyRob> just before Slack segfaults.
lillian has quit [Ping timeout: 260 seconds]
waleee has joined #river
<ifreund> AlmostSurelyRob: the kanshi issue kinda sounds like https://todo.sr.ht/~emersion/kanshi/100
<ifreund> (already fixed upstream, check your kanshi version)
<ifreund> slack crashing is almost certainly a slack bug, a WAYLAND_DEBUG=1 log of slack running could possibly shed some light
<AlmostSurelyRob> Thanks! Sorry, I forget that I am on Wayland... This is a known issue and I need to add:
<AlmostSurelyRob> --enable-features=UseOzonePlatform,WebRTCPipeWireCapturer,WaylandWindowDecorations --ozone-platform=wayland. When I do this, the client correctly boots. I will need to make sure this is in my .desktop file.
<AlmostSurelyRob> My kanshi is 1.5.1.
<ifreund> hmm, not that issue then. whats your kanshi config? do you have a profile for only your single builtin laptop monitor?
<AlmostSurelyRob> profile home {
<AlmostSurelyRob>     output eDP-1 disable
<AlmostSurelyRob>     output DP-9 mode 1920x1080 position 0,0
<AlmostSurelyRob>     output DP-11 mode 1920x1080 position 1920,0
<AlmostSurelyRob> }
<AlmostSurelyRob> profile office {
<AlmostSurelyRob>     output eDP-1 disable
<AlmostSurelyRob>     output DP-9 mode 1920x1080 position 0,0
<AlmostSurelyRob>     output DP-10 mode 1920x1080 position 1920,0
<AlmostSurelyRob> }
<AlmostSurelyRob> profile unplugged {
<AlmostSurelyRob>     output eDP-1 mode 3840x2400 scale 2.0
<AlmostSurelyRob> }
<AlmostSurelyRob> But I think it does look like the issue that you pointed... I could try adding intermediate profiles, reload and test.
<AlmostSurelyRob> Unless you're saying that it's been fixed by 1.5.1. The latest release is 1.6.0.
<AlmostSurelyRob> I wonder if it's important that this is over a docking station so by unplugging one cable, I unplug two monitors.
<ifreund> A WAYLAND_DEBUG=1 log of kanshi running while you unplug that one cable might be interesting
AlmostSurelyRob has quit [Quit: Client closed]
AlmostSurelyRob has joined #river
<AlmostSurelyRob> Sorry, let me ask if I got it: `riverctl spawn "WAYLAND_DEBUG=1 kanshi > kanshi.log"`?
<AlmostSurelyRob> Hmm... I tried that, unplugged and plugged again. When I plug back I recover the session, but the log is empty.
<ifreund> WAYLAND_DEBUG=1kanshi 2> /tmp/out.log
<ifreund> no need for riverctl spawn, the logging goes to stderr
<AlmostSurelyRob> I got the log! Thanks, reading...
<ifreund> you can share it using a pastebin, e.g https://bpa.st
<AlmostSurelyRob> Hmmm... there's a lot of things going wrong here... For start DP number are changing.
<AlmostSurelyRob> https://bpa.st/M5TA
<ifreund> DP-1 is a connector name, so it's not tied to a physical monitor but rather the port on your computer that the monitor is plugged in to, I'm not too surprised that a dock confuses thnigs there
<ifreund> you probably want to use the monitor's serial or something else more persistant
<ifreund> AlmostSurelyRob: I think the main issue is you're missing the "enable" in your kanshi config
<ifreund> e.g. output eDP-1 enable mode 3840x2400 scale 2.0
<AlmostSurelyRob> Ok. Good idea. So instead of DPs I can just use Serial that is reported in wlr-randr.
<ifreund> assuming the monitors/docking station expose a useful serial number to the kernel, yes
<AlmostSurelyRob> That doesn't look like it's the case, serials are identical on both outputs...
<AlmostSurelyRob> This explains why I would randomly get left/right mixed up when I was using Gnome Shell.
<AlmostSurelyRob> Hmmm... I suppose my insistence on docking station can be easily resolved though by adding several combinations of DPs. Fortunately, I've got exactly the same setups at home and in the office.
AlmostSurelyRob has quit [Quit: Client closed]
lillian has joined #river
lillian has quit [Ping timeout: 260 seconds]
Guest58 has joined #river
Guest58 has quit [Client Quit]
talismanick has quit [Quit: ERC 5.5.0.29.1 (IRC client for GNU Emacs 29.3)]