ChanServ changed the topic of #wayland to: https://wayland.freedesktop.org | Discussion about the Wayland protocol and its implementations, plus libinput
co1umbarius has joined #wayland
columbarius has quit [Ping timeout: 480 seconds]
ahartmetz has joined #wayland
ahartmetz has quit [Quit: Konversation terminated!]
crazybyte has quit [Quit: Bye]
Dami-star has quit [Ping timeout: 480 seconds]
Dami-star has joined #wayland
fmuellner has quit [Ping timeout: 480 seconds]
nerdopolis has quit [Ping timeout: 480 seconds]
cool110_ has quit [Remote host closed the connection]
cool110 has joined #wayland
Szadek has joined #wayland
rv1sr has joined #wayland
sima has joined #wayland
Dami-star has quit [Ping timeout: 480 seconds]
Dami_Lu has joined #wayland
Dami_Lu has quit [Read error: Connection reset by peer]
Dami_Lu has joined #wayland
cool110_ has joined #wayland
cool110 has quit [Remote host closed the connection]
Oro is now known as orowith2os
dcz_ has joined #wayland
Company has quit [Quit: Leaving]
isomari has joined #wayland
crazybyte has joined #wayland
pounce has quit [Remote host closed the connection]
pounce has joined #wayland
crazybyte has quit [Quit: Bye]
crazybyte has joined #wayland
mvlad has joined #wayland
rasterman has joined #wayland
isomari has quit [Quit: WeeChat 3.8]
isomari has joined #wayland
pochu has quit [Ping timeout: 480 seconds]
isomari has quit [Quit: WeeChat 3.8]
isomari has joined #wayland
systwi has quit [Remote host closed the connection]
pochu has joined #wayland
systwi has joined #wayland
systwi has quit [Remote host closed the connection]
systwi has joined #wayland
junaid has joined #wayland
cmichael has joined #wayland
cmichael has quit [Quit: Leaving]
cmichael has joined #wayland
<kennylevinsen> jadahl: OT-ish, but the xdp-gnome hangs still do happen on latest releases (1.16 and 44.1) - seems like xdg-gnome fails immediately, but dbus/systemd decides to wait the full service activation timeout
<jadahl> kennylevinsen: needs 1.16.1, but think that'll happen soon. make sure not to have xdp-kde installed too, it seems to have the same problem
<kennylevinsen> ah
<kennylevinsen> I feel that there is still merit to the PR allowing Settings to be configured like the rest
<kennylevinsen> but the service activation timeout issue is definitely the most annoying issue, so let's see what 1.16.1 can do :)
<davidre> problem is that gtk requires the gtk settings to have sensible font rendering :/
<kennylevinsen> does the gtk portal provide that too?
<kennylevinsen> at least works fine without the gnome portal
<kennylevinsen> might make sense for the gnome portal to have a Settings only mode like jadahl suggested in the discussion, but there's precedence and preference issues with just using all backends...
<davidre> yes
<davidre> with xdg-desk-portal-gtk uninstalled this is how bustle looks on my system
<kennylevinsen> ah yeah I remember that issue, and crops up in support occasionally
<davidre> So you probably want to run at least the gtk portal on every system if you expect to run gtk apps
<kennylevinsen> yeah, I think that makes sense - the tricky part becomes DE-specific things. A good example was auto-darkmode, where you have Darkman, GNOME and possible KDE all providing the same setting controlled differently.
<kennylevinsen> (and maybe Gtk's font setting fallback just need a small adjustment)
<davidre> I vaguely remember that xdp would at least ask the one belonging to the session first
<kennylevinsen> is there a dedicated place for XDP discussions?
<davidre> I dont know of any except the github :D
<jadahl> davidre: if it doesn't already, it probably should, at lesat
<jadahl> kennylevinsen: there is a matrix room
<kennylevinsen> ah, fair enough
<davidre> jadahl: I remember from reading the code once, and at least on my system it first asks the kde portal for a Setting
<kennylevinsen> my matrix home server is resting in bit heaven, and have been a bit detached since that
<pq> In this Recommendation, when we refer to the luminance of a single color component, we mean NOT the luminance of a single color component. *sigh*
<pq> FWIW, both HLG and PQ use the same definition at least.
<pq> well, inside BT.2100
<jadahl> davidre: that code was changed a bit recently, from "look at UseIn for priority" to "lets see what DE's is asking for"
<davidre> as I understand kennylevinsen he complains that it was not changed for the settings portal :D
<davidre> but I would still hope it retains priority
<kennylevinsen> "complains" is a strong word, I just think that our new, better system is applicable to Settings too :)
<q234rty> fwiw https://github.com/flatpak/xdg-desktop-portal/commit/2a219279997c2124c8a639b0d009c9946ec97b40 does not seem to resolve the time out issue with x-d-p-gnome for me
<q234rty> I think the reason is that that commit does not change find_all_portal_implementations so settings will still try to launch x-d-p-gnome and times out
<jadahl> kennylevinsen: if xdp-gnome and xdp-kde can learn how to enter "settings only mode", and xdp dealing with priority correctly, I suspect it can work with darkman as long as it gets to have a say before anything else
MadcapJake has joined #wayland
junaid has quit [Remote host closed the connection]
nerdopolis has joined #wayland
<kennylevinsen> jadahl: I guess the question becomes how to handle the priority
q234rty has quit [Quit: Reconnecting]
q234rty has joined #wayland
<q234rty> jadahl: can we reopen https://github.com/flatpak/xdg-desktop-portal/issues/986 maybe? I'm pretty sure the issue is not fixed by the mentioned PRs
<jadahl> kennylevinsen: prioritize whatever the DE has in its "want this portal" file, and use anything else after ?
ahartmetz has joined #wayland
rv1sr has quit [Ping timeout: 480 seconds]
rv1sr has joined #wayland
<kennylevinsen> yeah mean specifyign an ordered list for Settings? Or just a single backend as priority?
<kennylevinsen> the former is basically my suggestion, except you can also decide not to include a backend
<kennylevinsen> but if we allowed a value of "gnome;*", wouldn't that be the best of everything?
<jadahl> kennylevinsen: I mean first "filling out" the settings with whatever comes from the preferred list, and then continuing with all other backends for the rest
<jadahl> if 'UseIn' is respected, seems the end result is in the screenshot from before
<kennylevinsen> yeah UseIn wasn't great
<jadahl> nor the fact that there is no "good" way to start in settings-only mode
<davidre> Now that there is a list of which impl to use for which settings maybe it could make sense for a way for xdp to forward that info
<davidre> Tell each impl which interfaces it should support
kts has joined #wayland
kts has quit [Read error: Connection reset by peer]
columbarius has joined #wayland
co1umbarius has quit [Remote host closed the connection]
<q234rty> jadahl: see the new comment in the issue, turns out it does seem to be related to dbus-daemon vs dbus-broker...
<jadahl> ah, great..
<jadahl> either way, adding "settings only" mode and having xdp-{gnome,kde} handle them differently should address it. will add it to the gnome one
<q234rty> side note: initially I was facing this issue in greetd but not in the session greetd launched
<q234rty> turns out its because I ran enable and enable --user but not enable --global on dbus-broker
co1umbarius has joined #wayland
columbarius has quit [Read error: Connection reset by peer]
<pq> ookay, then when an EOTF says that color channel is at C cd/m², it actually means that you take a white of (C, C, C) optical which results in C cd/m², and then zero the other channels. The light that is left is the chosen channel at "nominal C cd/m²" which is always less or much less than an actual C cd/m². That depends on both the RGB emitter white point and the... I forgot the name of the human spectral
<pq> brightness sensitivity curve.
Company has joined #wayland
cmichael has quit [Quit: Leaving]
cmichael has joined #wayland
<pq> I guess that's a trick that makes it possible to use the same EOTF for Y/I and per RGB channel, instead of defining a differently scaled EOTF for each.
<pq> while reading about PQ and HLG, I've also seen comments that the peak cd/m² is only achievable at the device white point, and any other chromaticity is necessarily less. Which I knew, but nice to see confirmation.
co1umbarius has quit [Read error: No route to host]
fmuellner has joined #wayland
co1umbarius has joined #wayland
nerdopolis has quit [Ping timeout: 480 seconds]
mohit815 has quit [Quit: The Lounge - https://thelounge.chat]
mohit815 has joined #wayland
caveman has quit [Quit: caveman]
caveman has joined #wayland
caveman has quit []
caveman has joined #wayland
caveman has quit []
caveman has joined #wayland
imthenachoman has joined #wayland
co1umbarius has quit [Ping timeout: 480 seconds]
Leopold_ has joined #wayland
agd5f_ has quit []
agd5f has joined #wayland
pochu has quit [Quit: leaving]
cmichael has quit [Quit: Leaving]
kts has joined #wayland
MadcapJake has quit [Remote host closed the connection]
MadcapJake has joined #wayland
bcheng has quit [Remote host closed the connection]
bcheng has joined #wayland
co1umbarius has joined #wayland
alatiera has quit [Quit: The Lounge - https://thelounge.chat]
alatiera has joined #wayland
nerdopolis has joined #wayland
kts has quit [Quit: Konversation terminated!]
Net147 has quit [Ping timeout: 480 seconds]
Net147 has joined #wayland
Net147 has quit [Ping timeout: 480 seconds]
Cyrinux9 has quit []
Cyrinux9 has joined #wayland
Net147 has joined #wayland
Moprius has joined #wayland
cathrine has left #wayland [#wayland]
CME_ has joined #wayland
CME has quit [Remote host closed the connection]
mvlad has quit [Remote host closed the connection]
Moprius has quit [Ping timeout: 480 seconds]
fmuellner has quit [Ping timeout: 480 seconds]
Net147 has quit [Ping timeout: 480 seconds]
sima has quit [Ping timeout: 480 seconds]
Net147 has joined #wayland
Szadek has quit [Quit: WeeChat 3.8]
Szadek has joined #wayland
isomari has quit [Ping timeout: 480 seconds]
rv1sr has quit []
Satan2 has quit [Remote host closed the connection]
ahartmetz has quit [Quit: Konversation terminated!]
ahartmetz has joined #wayland
ahartmetz has quit [Remote host closed the connection]
dcz_ has quit [Ping timeout: 480 seconds]
diamondburned[m] has quit [Ping timeout: 480 seconds]
Shimmy[m] has quit [Ping timeout: 480 seconds]
heftig has quit [Ping timeout: 480 seconds]
marcusbritanicus[m] has quit [Ping timeout: 480 seconds]
zamundaaa[m] has quit [Ping timeout: 480 seconds]
davidre has quit [Ping timeout: 480 seconds]
Saijin_Naib has quit [Ping timeout: 480 seconds]
jelmer has quit [Ping timeout: 480 seconds]
q234rty has quit [Ping timeout: 480 seconds]
Nova[m] has quit [Ping timeout: 480 seconds]
orowith2os has quit [Ping timeout: 480 seconds]
qaqland[m] has quit [Ping timeout: 480 seconds]
zebrag[m] has quit [Ping timeout: 480 seconds]
sythemeta847[m] has quit [Ping timeout: 480 seconds]
general_j[m] has quit [Ping timeout: 483 seconds]
pac85[m] has quit [Ping timeout: 480 seconds]
rubo_[m] has quit [Ping timeout: 480 seconds]
RomanGilg[m] has quit [Ping timeout: 480 seconds]
japchae[m] has quit [Ping timeout: 480 seconds]
j-james[m] has quit [Ping timeout: 480 seconds]
hariselldon[m] has quit [Ping timeout: 480 seconds]
GrahamPerrin[m] has quit [Ping timeout: 480 seconds]
[old]freshgumbubbles[m] has quit [Ping timeout: 480 seconds]
drakulix[m] has quit [Ping timeout: 480 seconds]
AndrewAylett[m] has quit [Ping timeout: 480 seconds]
FbioPacheco[m] has quit [Ping timeout: 480 seconds]
ammen99[m] has quit [Ping timeout: 480 seconds]
vchernin[m] has quit [Ping timeout: 480 seconds]
bdaase[m] has quit [Ping timeout: 480 seconds]
ttancos[m] has quit [Ping timeout: 480 seconds]
ongy[m] has quit [Ping timeout: 480 seconds]
Sumera[m] has quit [Ping timeout: 480 seconds]
RAOF has quit [Ping timeout: 480 seconds]
pitsch[m] has quit [Ping timeout: 480 seconds]
ujineli[m] has quit [Ping timeout: 480 seconds]
go4godvin has quit [Ping timeout: 480 seconds]
Paul[m] has quit [Ping timeout: 480 seconds]
ahmadraniri[m] has quit [Ping timeout: 480 seconds]
danburd[m] has quit [Ping timeout: 480 seconds]
arichardson[m] has quit [Ping timeout: 480 seconds]
Guest10863 has quit [Ping timeout: 480 seconds]
dani-g5x[m] has quit [Ping timeout: 480 seconds]
robertmader[m] has quit [Ping timeout: 480 seconds]
yshui` has quit [Ping timeout: 480 seconds]
Nico has quit [Ping timeout: 480 seconds]
nazarewk[m] has quit [Ping timeout: 480 seconds]
deknos82[m] has quit [Ping timeout: 480 seconds]
jryans has quit [Ping timeout: 480 seconds]
ghostte[m] has quit [Ping timeout: 480 seconds]
doras has quit [Ping timeout: 483 seconds]
Naruto[m] has quit [Ping timeout: 483 seconds]
basemale has quit [Ping timeout: 483 seconds]
NepNepdmsalwaysopen[m] has quit [Ping timeout: 483 seconds]
zaibon[m] has quit [Ping timeout: 480 seconds]
varlad[m] has quit [Ping timeout: 480 seconds]
Kelseyjgilbert[m] has quit [Ping timeout: 480 seconds]
teh1[m] has quit [Ping timeout: 480 seconds]
tzx[m] has quit [Ping timeout: 480 seconds]
windowsxp[m] has quit [Ping timeout: 480 seconds]
hex[m]1 has quit [Ping timeout: 480 seconds]
q234rty[m][m] has quit [Ping timeout: 480 seconds]
emilio[m]1 has quit [Ping timeout: 480 seconds]
fallenchromium[m] has quit [Ping timeout: 480 seconds]
cousinofthor[m] has quit [Ping timeout: 480 seconds]
apol[m] has quit [Ping timeout: 480 seconds]
junglerobba[m] has quit [Ping timeout: 480 seconds]
d_ed[m] has quit [Ping timeout: 480 seconds]
YaLTeR[m] has quit [Ping timeout: 480 seconds]
DemiMarie has quit [Ping timeout: 480 seconds]
heeen[m] has quit [Ping timeout: 480 seconds]
swick[m] has quit [Ping timeout: 480 seconds]
gnustomp[m] has quit [Ping timeout: 480 seconds]
rajveermalviya[m] has quit [Ping timeout: 480 seconds]
niecoinny[m] has quit [Ping timeout: 480 seconds]
joantorres[m] has quit [Ping timeout: 480 seconds]
xerpi[m] has quit [Ping timeout: 480 seconds]
JosExpsito[m] has quit [Ping timeout: 480 seconds]
sergi has quit [Ping timeout: 480 seconds]
unix-supremacist[m] has quit [Ping timeout: 483 seconds]
Ryhon[m] has quit [Ping timeout: 483 seconds]
rails[m] has quit [Ping timeout: 483 seconds]
Poly[m] has quit [Ping timeout: 483 seconds]
botiapa[m] has quit [Ping timeout: 483 seconds]
KingoftheElves[m] has quit [Ping timeout: 483 seconds]
Bran[m] has quit [Ping timeout: 483 seconds]
Coelacanthus[m] has quit [Ping timeout: 483 seconds]
ambasta[m] has quit [Ping timeout: 483 seconds]
Max1 has quit [Ping timeout: 483 seconds]
Mershl[m] has quit [Ping timeout: 483 seconds]
rasterman has quit [Quit: Gettin' stinky!]
bodiccea_ has joined #wayland
mort_ has quit [Quit: Ping timeout (120 seconds)]
mort_ has joined #wayland
nazarewk[m] has joined #wayland
bodiccea has quit [Ping timeout: 480 seconds]
crazybyte has quit [Quit: Ping timeout (120 seconds)]
crazybyte has joined #wayland
diamondburned[m] has joined #wayland
robertmader[m] has joined #wayland
fmuellner has joined #wayland