dnkl changed the topic of #foot to: Foot - fast, lightweight and minimalistic Wayland terminal emulator || 1.15.3 || https://codeberg.org/dnkl/foot || channel logs: https://libera.irclog.whitequark.org/foot
vyryls has joined #foot
vyryls has quit [Quit: WeeChat 4.0.1]
kchibisov has left #foot [#foot]
bgs has joined #foot
bgs has quit [Remote host closed the connection]
h-erectus has joined #foot
ayushnix has quit [Quit: "pouncing on ..."]
h-erectus has quit [Quit: h-erectus]
ayushnix has joined #foot
ayushnix has quit [Client Quit]
Ordoviz has joined #foot
ftpd has left #foot [#foot]
xd1le has joined #foot
ayushnix has joined #foot
ayushnix has quit [Client Quit]
ayushnix has joined #foot
ayushnix has quit [Client Quit]
kchibisov has joined #foot
<kchibisov> dnkl: I just randomly saw your question wrt freetype and gamma corrected rendering, I think only skia does that correctly, like the gerenal technique on how to.
<kchibisov> There were a page trying to describe how to do it, but I think it's gone.
<kchibisov> The most annoying part of all of that is that you need alpha mask correction based on background color.
<kchibisov> Because freetype gives you a mask in srgb, but then you need to blend in linear, and then back to srgb.
<kchibisov> But without correcting alphmask it'll look in overly thin font.
<kchibisov> There was idea to deal with that with premultiplied alpha, but I haven't researched into it much.
ayushnix has joined #foot
ayushnix has quit [Client Quit]
<kchibisov> I know about skia because I remember the code in it dealing with all of that, and you can sort of figure out from it something... it surely was grepable in the past.
ayushnix has joined #foot
<kchibisov> And given that everyone one linux is used to wrong font rendering trying to be correct may not worth all the extra complexity it adds, especially if you try to deal subpixel correctly here.
<kchibisov> If you figure out more on that it would be nice, but without alpha mask correction gamma correct rendering looks really weird.
dbungert has joined #foot
kraftwerk28 has joined #foot
cbb has joined #foot
newchair has joined #foot
boomboxnation has quit [Quit: WeeChat 4.0.2]
boomboxnation has joined #foot
jmjl has joined #foot
<jmjl> Hello, the program doeesn't seem to compile from the aur, and I'd like to keep my packages managed by my package manager. (The hardcoded version is also not compiling for me)
<jmjl> Might be a issue with the package, but I'm not sure
<cbb> jmjl: that's quite unclear
<cbb> what do you mean by "doeesn't seem to compile"? is there an error message?
<cbb> what do you mean by "the hardcoded version"?
<cbb> if you mean the versioned package, I'm pretty sure that moved to the mainline Arch repos
<cbb> so it's a binary package and thus already compiled
<cbb> the foot-git package in AUR does indeed seem to be broken though
<cbb> "../tokenize.c:103:1: error: ‘build/tests/test-config.p/.._tokenize.c.gcda’ profile count data file not found [-Werror=missing-profile]"
<jmjl> oh ok, so someone else that has the same issue
Ordoviz has quit [Quit: WeeChat 4.0.2]
cbb has quit [Quit: WeeChat 4.0.2]
ayushnix has quit [Quit: "pouncing on ..."]
<jmjl> Also, Here's my config http://ix.io/4Dcw, and for some reason, using foot 1.15.2 from the extra repo in arch, the link function seems to not work. The full version data I get is: foot version: 1.15.2 +pgo +ime +graphemes +fractional-scaling +cursor-shape -assertions
<jmjl> It opens up url mode with Ctrl-Shift-u, but it doesn't show any links even if there are links on screen.