<riteo>
I think I'm doing a better job with the battery for now, let's see how long it stays healthy
<ehawkvu>
riteo: for me its 578
<ehawkvu>
although I've had this laptop for ~5 years now
<riteo>
ehawkvu: well you treated it right
<riteo>
I had like 1000+ on my 3 years old battery
<riteo>
I really hammered it hard
<riteo>
had to change it a few months ago
l0wigh has joined #kisslinux
ehawkvu has quit [Ping timeout: 260 seconds]
fultilt has quit [Quit: Leaving]
l0wigh has quit [Quit: Connection closed for inactivity]
l__k has joined #kisslinux
l_k has quit [Read error: Connection reset by peer]
l0wigh has joined #kisslinux
fitrh has joined #kisslinux
phinxy has quit [Ping timeout: 252 seconds]
fitrh has quit [Quit: fitrh]
phinxy has joined #kisslinux
l0wigh has quit [Quit: leaving]
l_k has joined #kisslinux
<sad_plan>
L0Wigh: havent seen that error before, but you can bump to latest realese (2.46.5). have a look at https://github.com/echawk/kiss-xorg/issues/164 for some detaitls. the pr hasnt been made yet
<sad_plan>
and see if the issue persists
l__k has quit [Ping timeout: 276 seconds]
asimov has joined #kisslinux
<asimov>
hi guys
<asimov>
anyone here is using dbin?
<asimov>
sounds nice
<asimov>
is like a flatpak for static linked?
<sad_plan>
asimov: not that im aware of. but seeing as its all statically linked, im curious.
l__k has joined #kisslinux
l_k has quit [Ping timeout: 252 seconds]
l_k has joined #kisslinux
l__k has quit [Ping timeout: 244 seconds]
l__k has joined #kisslinux
l_k has quit [Ping timeout: 265 seconds]
l_k has joined #kisslinux
l__k has quit [Ping timeout: 252 seconds]
pbsds30 has joined #kisslinux
pbsds3 has quit [Ping timeout: 260 seconds]
pbsds30 is now known as pbsds3
fultilt has joined #kisslinux
l0wigh has joined #kisslinux
<l0wigh>
Is there any way to find prebuilt binaries for surf or firefox ? I feel like I'll never be able to build them properly x)
asimov has quit [Remote host closed the connection]
<sad_plan>
firefox, you could probably use alpines. with some adjuestments I assume. surf? maybe not, but again, alpine has webkit prebuilt, so you could use that instead, and build surf yourself
<sad_plan>
were you able to build webkit?
pbsds33 has joined #kisslinux
pbsds3 has quit [Ping timeout: 276 seconds]
pbsds33 is now known as pbsds3
<l0wigh>
not with xorg repo
<l0wigh>
I guess I should try the alpines one. I would prefer testing surf and then go for firefox or palemoon if something isn't right. I guess I could go for this
<sad_plan>
did you check out the issue I linked and attempt at a later build?
<sad_plan>
maybe youll be able to build webkit with that. ive had issues with webkit before, and not been able to build several versions, and all of a sudden, it works again.
<sad_plan>
in any case, to use webkit from alpine, youll likely end up with some undefined references. so youll to figure out how to fix those aswell.
<l0wigh>
can you link it again, I probably missed that message ?
<l0wigh>
seems like a pain to fix the undefined ref....
<l0wigh>
also, how do I extract an apk file from the alpine repos ? x)
<l0wigh>
ohhh... tar seems to work
<l0wigh>
ok victory ! firefox started.... I have to add the installation process to my custom kiss repo
<sad_plan>
this way, kiss will not try to extract it for you. because it wont work anyway
<sad_plan>
wait. do we not have to do that anymore? seeing as it wasnt used in xkeyboard-config before after all? phoebos
l__k has joined #kisslinux
l_k has quit [Ping timeout: 252 seconds]
l_k has joined #kisslinux
l__k has quit [Ping timeout: 252 seconds]
<l0wigh>
I just did an update in my custom repo, everything works fine without ?no-extract
<l0wigh>
also, I did try to install webkit2gtk through alpine package method and yes, it fails to build surf because of undefined references...
<sad_plan>
nice. figured as much. webkit has lots of deps..
<l0wigh>
strangely it requires libmusl.so which... should be installed right ?
<l0wigh>
oh my bad... libc.musl
l0wigh has quit [Quit: Lost terminal]
l0wigh has joined #kisslinux
<l0wigh>
Ok let's recap everything. Expect for some specific stuff that can be a mess to build. My KISS Linux config seems to come close to an end. When everything is setup and I did my personnal guide/repos. I'll do a final clean install. I love KISS Linux and also you guys. You are always there to help, that's awesome.
<l0wigh>
Still needs to figure out a way to install surf dependancies (aka webkit2gtk... seems like kyx0r repo might be the answer to this) and I'll be good to go. (Or I might even go for palemoon, still needs to figure out how to find python2 source... xD)
<sad_plan>
musl doesnt provide a libmusl. libc and others is provided. libmusl isnt anything to my knowledge
<sad_plan>
I have a build of surf in my repo aswell. but surf is terribly simple to build. why does it fail? whats the cause? maybe you can provide a log?
<sad_plan>
its probably something as simple as a sed to fix it
<sad_plan>
im guessing you have webkit 4.1. surf will have wekbit 4.0 by default. doing a simple `sed '4.0/4.1/g' config.mk > _; mv -f _ config.mk`
<sad_plan>
should fix the issue
<sad_plan>
alpine provides webkit-4.1, so this is likely the issue. unless something else is off here