ChanServ changed the topic of #wayland to: https://wayland.freedesktop.org | Discussion about the Wayland protocol and its implementations, plus libinput
nerdopolis has joined #wayland
Narrat has quit []
feaneron has quit [Ping timeout: 480 seconds]
yrlf has quit [Quit: Ping timeout (120 seconds)]
yrlf has joined #wayland
glennk has quit [Ping timeout: 480 seconds]
Brainium has quit [Quit: Konversation terminated!]
<King_DuckZ>
hey all, idk if it's a wayland issue tbh but using kde+wayland, I'm on account user_a, I `su - user_b` and want to `ssh server` from there, I keep getting an "agent refused operation" error, I'm also unable to open any program with a gui
<King_DuckZ>
I tried `xhost +localhost` which I found online, it doesn't seem to do much
coldfeet has quit [Quit: Lost terminal]
<King_DuckZ>
sorry it's not kde that I'm using right now, it's hyprland, kde is what I normally use for user_b, but that's irrelevant
Moprius has quit [Quit: bye]
<King_DuckZ>
I tried a variation of the waypipe snippet here https://lemmy.world/post/10660985 and it's working from within a subshell, but is there a more straightforward way?
<King_DuckZ>
and X programs such as git gui still don't work :(
yrlf has quit [Quit: Ping timeout (120 seconds)]
yrlf has joined #wayland
fmuellner has joined #wayland
feaneron has joined #wayland
<soreau>
since I couldn't really find what I wanted, I wrote a client using pywayland and accuweather api key so that it displays time and weather: https://imgur.com/pKM6IAs
<soreau>
(I chose the weather service because it has an open icon set, with corresponding data to identify which to pick)
<soreau>
to drive it, I use a thread in a loop to write on eventfd's and a custom epoll event loop