ChanServ changed the topic of #wayland to: https://wayland.freedesktop.org | Discussion about the Wayland protocol and its implementations, plus libinput
fmuellner has quit [Ping timeout: 480 seconds]
co1umbarius has joined #wayland
columbarius has quit [Ping timeout: 480 seconds]
guru_ has joined #wayland
Brainium has quit [Quit: Konversation terminated!]
guru__ has quit [Ping timeout: 480 seconds]
glennk has quit [Ping timeout: 480 seconds]
mclasen has quit [Ping timeout: 480 seconds]
mclasen has joined #wayland
lbia has quit [Ping timeout: 480 seconds]
bodiccea_ has quit [Remote host closed the connection]
bodiccea_ has joined #wayland
bodiccea_ has quit [Remote host closed the connection]
bodiccea_ has joined #wayland
kts has joined #wayland
kts has quit [Quit: Konversation terminated!]
IMTheNachoMan has joined #wayland
kts has joined #wayland
bodiccea_ has quit [Remote host closed the connection]
bodiccea_ has joined #wayland
PuercoPop has joined #wayland
mxz__ has joined #wayland
PuercoPop has quit [Remote host closed the connection]
caveman has quit [Remote host closed the connection]
Brainium has joined #wayland
kts has joined #wayland
narodnik has quit [Quit: WeeChat 4.2.2]
soreau has quit [Quit: Leaving]
soreau has joined #wayland
Brainium has quit [Quit: Konversation terminated!]
soreau has quit [Remote host closed the connection]
soreau has joined #wayland
kts_ has joined #wayland
kts has quit [Ping timeout: 480 seconds]
sgdr has joined #wayland
mart has quit [Quit: Konversation terminated!]
bindu has quit [Remote host closed the connection]
bindu has joined #wayland
IMTheNachoMan has joined #wayland
leon-anavi has quit [Quit: Leaving]
kts_ has quit [Ping timeout: 480 seconds]
kasper93 has quit [Remote host closed the connection]
narodnik has joined #wayland
rasterman has quit [Quit: Gettin' stinky!]
ShapeShifter499 has quit [Quit: Leaving]
___nick___ has joined #wayland
karolherbst has quit [Read error: Connection reset by peer]
karolherbst has joined #wayland
rv1sr has quit []
___nick___ has quit []
___nick___ has joined #wayland
___nick___ has quit []
___nick___ has joined #wayland
mart has joined #wayland
mclasen has quit [Ping timeout: 480 seconds]
Fya has joined #wayland
<Fya>
Is it possible to get the title of a Window via a PID?
coldfeet has joined #wayland
Brainium has joined #wayland
<kennylevinsen>
Fya: a PID can have multiple windows, and it depends on your choice of server. With sway, you have `swaymsg -t get_tree`.
<Fya>
Ok. There isn't a method to get window names of a PID in a server implementation independent manner?
<kennylevinsen>
no
<kennylevinsen>
Not to my knowledge
<Fya>
Ok, thanks anyhow.
andymandias has quit [Remote host closed the connection]
andymandias has joined #wayland
andymandias has quit [Remote host closed the connection]
andymandias has joined #wayland
<danieldg>
Fya: perhaps a pid value could be added to foreign toplevel, which would allow you to iterate windows and filter by pid
<danieldg>
or another protocol extending foreign toplevel could do it. Other information that might be useful to add probably includes the fields from the security context protocol
sima has quit [Ping timeout: 480 seconds]
<danieldg>
this would be useful for things like taskbars that use the foreign toplevel protocol to list windows to implement a "kill process" option
<danieldg>
or to match windows to pipewire streams, or CPU use, or whatever
KarenTheDorf has quit [Remote host closed the connection]
<kennylevinsen>
A PID might not make sense in many cases - sandboxes would make a mess of it
<danieldg>
it would be the value returned from the unix GETPEERCON, so for pid namespaces, the pid outside the namespace
mvlad has quit [Remote host closed the connection]
<danieldg>
er, not peercon, the one that returns the pid
<danieldg>
SO_PEERCRED
riteo has quit [Remote host closed the connection]
riteo has joined #wayland
mart has quit [Quit: Konversation terminated!]
Company has quit [Quit: Leaving]
gg has quit [Ping timeout: 480 seconds]
nerdopolis has joined #wayland
coldfeet has quit [Quit: Lost terminal]
KDDLB has joined #wayland
codecolla has joined #wayland
<codecolla>
I throw my question here and go AFK, I'll read it tomorrow:
<codecolla>
When I init my context, once I worked somehow Wayland, I start work on EGL :
Fya has quit []
<codecolla>
ret->_egl_display = eglGetDisplay(EGLNativeDisplayType) ret->_display) where ret->_display came from wl_display_connect(0);
<codecolla>
As soon as I add it to my code, compile and valgrind it, I obtain memory leak
<codecolla>
by 0x400C563: _dl_open for most of them. Any idea?