<llyyr>
is it expected that animated cursors are stuck on the first frame when hovering foot?
<llyyr>
I'd have thought the cursor-shape protocol would allow the compositor to handle it
tawonga has quit [Read error: Connection reset by peer]
tawonga has joined #foot
<yonson>
Is there a standard pattern to using systemd user socket and sway on startup? I seem to only be able to use the new socket file after manually pullin in the WAYLAND_DISPLAY env var for systemd and calling start on the socket. Ideally, the socket would begin on startup after the env is ready, but struggling with that part. Realted PR: https://codeberg.org/dnkl/foot/pulls/1281
<yonson>
I guess i could call "systemctl --user start foot-server.socket" in my sway config, just not sure if that is a footgun or something
<Arnavion>
You'd call `systemctl --user start graphical-session.target`, and any unit that is part of that target and which you had previously `enable`d will start automatically
<dnkl>
llyyr: yes, assuming the compositor implements animations... don't think sway does
<llyyr>
sway does now
<llyyr>
it works on swaybg at least, but not on foot (or mpv for that matter, which is also using the cursor-shape protocol)
<llyyr>
I doubt it's a foot issue since it doesn't work with mpv either
<llyyr>
I'll just ask in #sway
ayushnix has joined #foot
xenrox has quit [Remote host closed the connection]
xenrox has joined #foot
<p00f1>
llyr: that sway PR isn't merged yet
<p00f1>
llyyr *
bgs has joined #foot
<llyyr>
oh...
<llyyr>
(why did I think it was?)
<dnkl>
if that's the case, foot should warn about it (on stderr, not in the foot window)
bgs has quit [Remote host closed the connection]
xd1le has joined #foot
Morteza has joined #foot
Guest45 has joined #foot
<Morteza>
Hey, does anybody know why I can't disable cursor blinking even tough i have it disabled in config
<Morteza>
corsponding line in config
<Morteza>
[cursor]\nstyle=beam\nblink=no
Morteza has quit [Remote host closed the connection]
Guest45 has quit [Ping timeout: 246 seconds]
<dnkl>
Morteza: guessing your shell overrides it
ptrc has quit [Read error: Connection reset by peer]
ptrc has joined #foot
auri has quit [Remote host closed the connection]
auri has joined #foot
<ahmadraniri[m]>
Hello since foot version 0.15.x came, my compositor won't launch foot, 0.14.x works fine. I saw an issue about it. When I run foot using gdb, the bt told me about wl_proxy_get_version stuff. My compositor is https://gitlab.com/lidgl/tinyway. Any clue to fix it ? Should I make adjustment to my compositor ? Thanks.
<dnkl>
ahmadraniri[m]: doesn't foot log any errors?
<ahmadraniri[m]>
<dnkl> "ahmadraniri: doesn't foot log..." <- Foot gave me some warnings about no XDG activation, fractional scaling, and IME disabled before segmentation fault.
<dnkl>
please don't use matrix replies here; this is an IRC channel
<dnkl>
anyway, absolutely sounds like a compositor issue. Try #wlroots
<ahmadraniri[m]>
Oh my bad. Thanks dnkl.
<dnkl>
regardless of channel, you'll have to link to the actual backtrace