<sewn>
i think its got to do with stuff like termconfig or ncurses
<sewn>
ash right?
<asimovsh>
ash
<asimovsh>
I think is another ash problem
<asimovsh>
Seems bash not have this issue
<sewn>
interesting
<asimovsh>
can you check if alpine ash have this issue too?
<sewn>
i checked
<sewn>
it doesn't
<asimovsh>
strange
<asimovsh>
you use foot as default terminal?
<sewn>
i do
<asimovsh>
i will look in alpine busybox build
<asimovsh>
maybe some patch solved it
<thikkl>
@asimovsh: if your prompt has escape sequences (like colors) you might have to surround them with \[ and \] so it doesn't count those characters towards the length of text
<sewn>
are you on matrix
<asimovsh>
me?
<sewn>
thikkl
<thikkl>
wdym matrix
<sewn>
nvm
<asimovsh>
thikkl: thats solve one problem
<asimovsh>
But the line problem still remains
<thikkl>
what does it look like now? Same as before?
<asimovsh>
also
<asimovsh>
the breaking line in typing solved
<asimovsh>
but the new line in terminal resize no
<asimovsh>
also looking in alpine build
<asimovsh>
they have a patch for this problem and descibred it
<asimovsh>
i will try it
<thikkl>
ok
<thikkl>
@sewn I found out what you meant by matrix
<asimovsh>
Bruh
<asimovsh>
wtf
<thikkl>
I'm not using matrix
<asimovsh>
why the fucking patch command in busybox is wrong?
<asimovsh>
also solved it
<thikkl>
cool
<asimovsh>
For christ
<asimovsh>
this is a simple patch
<asimovsh>
and this problem is been here for years
<asimovsh>
thats why i leaved kiss times ago
<asimovsh>
community is dead
<sewn>
chill
<sewn>
we all know kiss is dead
<sewn>
LOL WHAT WAIT
<sewn>
oh man what that is actually sad
<sewn>
asimovsh: you're right
<sewn>
thats just
<sewn>
wow
<sewn>
i dont know what to say
<asimovsh>
that patch is from 2023 jan
<asimovsh>
and are other several patches from alpine
<asimovsh>
saddly
thikkl has quit [Remote host closed the connection]
<asimovsh>
testuser[m]: can you accept my pull request in community?
asimovsh has quit [Ping timeout: 255 seconds]
riteo has quit [Ping timeout: 252 seconds]
asimovsh has joined #kisslinux
riteo has joined #kisslinux
thikkl has joined #kisslinux
asimovsh has quit [Ping timeout: 245 seconds]
angerisagift has quit [Ping timeout: 260 seconds]
<testuser[m]>
asimovsh that command was correct
<testuser[m]>
in sources the patches are stored under `patch`
thikkl has quit [Remote host closed the connection]
thikkl has joined #kisslinux
asimovsh has joined #kisslinux
<asimovsh>
testuser[m]:
<asimovsh>
the previus command used patch/*.patch
<asimovsh>
the patch files are store in patches dir
<asimovsh>
and i already builded with the previous command and the patch from my new patch file dont worked
<asimovsh>
i have to change the command
<asimovsh>
also the style guide use what i merged
thikkl has quit [Remote host closed the connection]
soliwilos has quit [Remote host closed the connection]
<asimovsh>
hey guys
<asimovsh>
The make style guide is correct?
<asimovsh>
Using the function mk () cant install correctly gcompat libs
<asimovsh>
I tried but i needed to use other style code
<asimovsh>
testuser[m]:
thikkl has joined #kisslinux
thikkl has quit [Remote host closed the connection]
a51 has joined #kisslinux
thikkl has joined #kisslinux
kirsty has joined #kisslinux
<kirsty>
hello! bit of a weird one but my screen goes black after decompressing/booting kernel? i think it might be drm even though it's enabled? i haven't done firmware because im sure i don't need it but any help is appreciated!! similar to this post just without the firmware bit:
<asimovsh>
kirsty: add the option CONFIG_FRAMEBUFFER_CONSOLE
<asimovsh>
Maybe solve it
<asimovsh>
testuser[m]: you know how i can handle codecs in pipewire?
<asimovsh>
I wanna know if my ldac codec is working
<asimovsh>
I builded with it
<asimovsh>
But pipewire needs sbc for bluetooth so i dont know what codec he is using
<kirsty>
added and rebuilt but still the same thing happening :<
kirsty has quit [Quit: Client closed]
kirsty has joined #kisslinux
<asimovsh>
it just get black screen?
<asimovsh>
Init and go black screen?
kirsty has quit [Client Quit]
kirsty has joined #kisslinux
<kirsty>
just gets stuck yes, i still think it's somehow a drm/framebuffer issue but i've literally enabled everything i can
kirsty has quit [Quit: Client closed]
kirsty has joined #kisslinux
kirsty has quit [Client Quit]
kirsty has joined #kisslinux
kirsty has quit [Client Quit]
thikkl has quit [Remote host closed the connection]
<riteo>
sewn, re "gentoo build flags are a good thing" wait didn't we have a discussion a few years ago about how they were a bad idea?
<riteo>
no idea if it was actually you or somebody else
<sewn>
they're bad for kiss because its complicated to implement
<sewn>
otherwise they are very convenient
<riteo>
oh I see
<sewn>
testuser[m]: right?
<riteo>
I mean, they're variables pretty much
<riteo>
can't be too hard to, dunno, store any var named `KISS_FEATURE_*` into a manifest or something
thikkl has joined #kisslinux
<riteo>
not sure though how _reliable_ feature flags might be
<riteo>
like, you're maintaining exponentially more packages depending on how many flags you have
<riteo>
what is it, 2^nflags?
<riteo>
like, if you have 3 flags it's a bit like actually maintaning 8 packages
<riteo>
I still wonder if there's some alternative to the fork approach or if perhaps it could be made more conveniente
<riteo>
perhaps just some good documentation would help thinking about it (e.g. if you want xwayland support just pass `xwayland=true` or refer to this link for instructions on the available flags`)
<riteo>
the most annoying part is updating though. Luckily there's kiss-outdated but I feel like it could be even better still
thikkl has quit [Remote host closed the connection]