schillingklaus has quit [Remote host closed the connection]
ukky has quit [Ping timeout: 256 seconds]
ukky has joined #kisslinux
ukky has quit [Quit: leaving]
ukky has joined #kisslinux
ukky has quit [Client Quit]
ukky has joined #kisslinux
ukky has quit [Ping timeout: 256 seconds]
ukky has joined #kisslinux
mcpcpc_ has quit [Server closed connection]
mcpcpc has joined #kisslinux
<sewn>
ilt: i was just enlightened on the fact that switching to muon is rather useless, because major desktop components rely on python unrelated to meson in general
<sewn>
what are your thoughts? i immediately lost the will to work on it after that
<sewn>
also maintaining the giant muon patches for glib gtk etc is pretty hard
j3s_ is now known as j3s
<synima>
There a way to see that application is dumping stout?
<sewn>
pango seems to fail to link due to missing error, but why would this happen only on muon?
rfaa has quit [Ping timeout: 246 seconds]
<ilt>
argh this one is tricky
<ilt>
there is either something wrong with library order or some library is missing on command line
<ilt>
i remember dealing with this bug. I thought we fixed it but it seems not
<ilt>
there is an easy way to debug it though
<ilt>
you need to generate ninja files with meson and then with muon and compare them
<ilt>
so basically find that cc command that links libpangoxft in muon-generated ninja files, compare that command to what meson generates and figure out what's missing/wrong. shouldn't be too hard
<ilt>
afterwards you can report this bug to muon if you like. or fix it yourself, but it's really tricky one
<sewn>
well ill have to go soon
<sewn>
so if you could pick it up i would appreciate it