ChanServ changed the topic of #wayland to: https://wayland.freedesktop.org | Discussion about the Wayland protocol and its implementations, plus libinput | register your nick to speak
columbarius has joined #wayland
co1umbarius has quit [Ping timeout: 480 seconds]
pi12345 has quit [Ping timeout: 480 seconds]
pi12345 has joined #wayland
dcz_ has joined #wayland
boistordu has quit [Remote host closed the connection]
pi12345 has quit [Ping timeout: 480 seconds]
slattann has joined #wayland
bluebugs has quit [Ping timeout: 480 seconds]
pi12345 has joined #wayland
slattann has quit []
cedric has joined #wayland
slattann has joined #wayland
hill has joined #wayland
moa has joined #wayland
hill has quit []
hill has joined #wayland
cedric has quit [Ping timeout: 480 seconds]
cedric has joined #wayland
cedric has quit [Read error: Connection reset by peer]
cedric has joined #wayland
slattann has quit []
moa has quit [Ping timeout: 480 seconds]
Seirdy has quit [Ping timeout: 480 seconds]
zebrag has quit [Quit: Konversation terminated!]
Seirdy has joined #wayland
pi12345 has quit [Ping timeout: 480 seconds]
pi12345 has joined #wayland
dcz has joined #wayland
slattann has joined #wayland
dcz_ has quit [Ping timeout: 480 seconds]
pi12345 has quit [Ping timeout: 480 seconds]
hardening has joined #wayland
pi12345 has joined #wayland
pi12345 has quit [Ping timeout: 480 seconds]
jgrulich has joined #wayland
danvet has joined #wayland
txtsd has quit [Quit: WeeChat 3.2]
pi12345 has joined #wayland
txtsd has joined #wayland
pnowack has joined #wayland
rasterman has joined #wayland
rgallaispou has joined #wayland
immibis has quit [Ping timeout: 480 seconds]
hill has quit [Remote host closed the connection]
hill has joined #wayland
hendursa1 has joined #wayland
zubzub has quit []
zubzub has joined #wayland
pi12345 has quit [Ping timeout: 480 seconds]
hendursaga has quit [Ping timeout: 480 seconds]
<zubzub>
How well is weston Xwayland support? I'm asking because jetbrains ides are completely broken on Weston 9. Since I'm basing my own XWayland integration on Weston, I have the same issues. (but I guess that means I c/p Weston's implementation well...)
* emersion
not too surprised
kinlo has joined #wayland
<zubzub>
I'm sure Java/Jetbrains is to blame here as Java has pretty horrible X support, but it does seem to work ok in gnome xwayland
<ofourdan>
what do you mean by "completely broken"? It is not unusual for Java apps to rely on older /protocols/ such as mwm hints and such, not sure weston implements those
<ofourdan>
but apps still work
<ofourdan>
or, rather, apps *should* still work :)
<emersion>
it's focus-related iirc
<emersion>
X11 focus input modes are a mess
<zubzub>
it works as the app starts up, show someting (sometimes), but menu placement is completely off, and stops working if you switch menus too fast etc.
andyrtr has quit [Read error: Connection reset by peer]
andyrtr has joined #wayland
hill has quit []
<swick>
pq: yeah, HLG has scene light signal where the OOTF to the display+environment combintation happens with a specified formula in the display while PQ has some sort of OOTF in the signal which is for a reference display and some more unspecified OOTF in the display to convert it to the display+environment combination
<swick>
Andrew really didn't want to call the PQ OOTF part in the display the OOTF but IMO that's exactly what it is: part of the OOTF, just unspecified
smurray has quit []
smurray has joined #wayland
slattann has joined #wayland
txtsd has joined #wayland
cedric is now known as bluebugs
rgallaispou has quit [Read error: Connection reset by peer]
pi12345 has quit [Ping timeout: 480 seconds]
johnjay has joined #wayland
immibis has joined #wayland
jgrulich has quit [Ping timeout: 480 seconds]
rauji_ has joined #wayland
johnjay has quit [Ping timeout: 480 seconds]
johnjay has joined #wayland
<pq>
swick, I'd say none of those are "the" OOTF, they all pieces of it. I'm sure even in a HLG system there are some OOTF-like adjustments before transmission.
johnjay has quit [Ping timeout: 480 seconds]
shashank__ has joined #wayland
slattann has quit []
<zubzub>
are there any plans to improve XWayland support in Weston?
bluebugs has quit [Remote host closed the connection]
* zubzub
scans the sky for incoming 'patches welcome'
cedric has joined #wayland
cedric is now known as bluebugs
pnowack has quit [Quit: pnowack]
d_ed has quit [Ping timeout: 480 seconds]
moki1202 has joined #wayland
moki1202 has quit []
<daniels>
zubzub: you could help review some of the extant MRs which fix a bunch of bugs
<daniels>
but what do you mean by 'improved'
pnowack has joined #wayland
dcz has quit [Ping timeout: 480 seconds]
codecolla has joined #wayland
<codecolla>
Hi all, I would use shm_open instead of open for shm. But I got : error marshalling arguments for create_pool: dup failed: Bad file descriptor
<codecolla>
and : Error marshalling request: Bad file descriptor
<codecolla>
Is there any way to use shm_open?
rasterman has quit [Quit: Gettin' stinky!]
<emersion>
i use shm_open and it just works…
<emersion>
are you sure you haven't closed the FD?
<codecolla>
May I share my code?
<emersion>
sure
<codecolla>
Ha, done last check before share, shm_open("Wayland", O_TMPFILE|O_RDWR|O_EXCL, 0600); returns -1, I think TMPFILE is irrelevant here
boistordu_ex has joined #wayland
shashank__ has quit []
shashank__ has joined #wayland
bluebugs has quit [Remote host closed the connection]
cedric has joined #wayland
zebrag has joined #wayland
johnjay has joined #wayland
cedric is now known as bluebugs
columbarius has joined #wayland
immibis is now known as Guest7157
immibis has joined #wayland
co1umbarius has quit [Ping timeout: 480 seconds]
<codecolla>
I have a new question, where is the doc of wl_registry_add_listener