[2025-01-08T02:16:35Z] l0wigh: webkit2gtk is in a strange spot atm [2025-01-08T02:17:11Z] I haven't had a successful build in a while - however some people have had success w/ building, namely kyx0r & hovercats [2025-01-08T02:17:22Z] there is an open issue on kiss-xorg about it [2025-01-08T02:17:57Z] but for a browser that isn't firefox or chromium, palemoon does still work, although you'll need to get python2 to build it [2025-01-08T02:40:41Z] $ cat /sys/class/power_supply/BAT0/cycle_count [2025-01-08T02:40:43Z] 69 [2025-01-08T02:40:44Z] hehe [2025-01-08T02:41:00Z] I think I'm doing a better job with the battery for now, let's see how long it stays healthy [2025-01-08T03:02:37Z] riteo: for me its 578 [2025-01-08T03:02:52Z] although I've had this laptop for ~5 years now [2025-01-08T05:00:08Z] ehawkvu: well you treated it right [2025-01-08T05:00:17Z] I had like 1000+ on my 3 years old battery [2025-01-08T05:00:21Z] I really hammered it hard [2025-01-08T05:00:27Z] had to change it a few months ago [2025-01-08T13:14:56Z] 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 [2025-01-08T13:15:03Z] and see if the issue persists [2025-01-08T13:42:42Z] hi guys [2025-01-08T13:42:56Z] anyone here is using dbin? [2025-01-08T13:43:01Z] sounds nice [2025-01-08T13:43:13Z] is like a flatpak for static linked? [2025-01-08T14:08:01Z] asimov: not that im aware of. but seeing as its all statically linked, im curious. [2025-01-08T18:09:39Z] 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) [2025-01-08T18:17:20Z] 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 [2025-01-08T18:17:28Z] were you able to build webkit? [2025-01-08T18:24:34Z] not with xorg repo [2025-01-08T18:25:11Z] 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 [2025-01-08T18:32:39Z] did you check out the issue I linked and attempt at a later build? [2025-01-08T18:33:30Z] 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. [2025-01-08T18:34:39Z] 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. [2025-01-08T18:35:43Z] can you link it again, I probably missed that message ? [2025-01-08T18:36:00Z] seems like a pain to fix the undefined ref.... [2025-01-08T18:38:17Z] also, how do I extract an apk file from the alpine repos ? x) [2025-01-08T18:38:43Z] ohhh... tar seems to work [2025-01-08T18:49:08Z] ok victory ! firefox started.... I have to add the installation process to my custom kiss repo [2025-01-08T19:04:53Z] heres the issue i mentioned https://github.com/echawk/kiss-xorg/issues/164 [2025-01-08T19:05:19Z] apk files is just gziped files, so gzip -dc *.apk | tar -xf - will work. which you already figured out :p [2025-01-08T19:05:50Z] youd have to manually extract the apk file inside the buildscript btw [2025-01-08T19:06:13Z] you also have to add %noextract or something in source file. lemme doublecheck [2025-01-08T19:07:11Z] no, its ?no-extract [2025-01-08T19:07:33Z] soo; https://blabla.foo/?no-extract in sources [2025-01-08T19:07:54Z] this way, kiss will not try to extract it for you. because it wont work anyway [2025-01-08T19:08:39Z] wait. do we not have to do that anymore? seeing as it wasnt used in xkeyboard-config before after all? phoebos [2025-01-08T19:25:15Z] I just did an update in my custom repo, everything works fine without ?no-extract [2025-01-08T19:30:26Z] also, I did try to install webkit2gtk through alpine package method and yes, it fails to build surf because of undefined references... [2025-01-08T19:32:20Z] nice. figured as much. webkit has lots of deps.. [2025-01-08T19:35:17Z] strangely it requires libmusl.so which... should be installed right ? [2025-01-08T19:36:25Z] oh my bad... libc.musl [2025-01-08T19:52:11Z] 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. [2025-01-08T19:53:42Z] 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) [2025-01-08T19:56:37Z] musl doesnt provide a libmusl. libc and others is provided. libmusl isnt anything to my knowledge [2025-01-08T19:57:31Z] 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? [2025-01-08T19:57:42Z] its probably something as simple as a sed to fix it [2025-01-08T19:59:19Z] 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` [2025-01-08T19:59:25Z] should fix the issue [2025-01-08T20:00:38Z] alpine provides webkit-4.1, so this is likely the issue. unless something else is off here [2025-01-08T20:01:20Z] and regarding my build of surf; https://github.com/hovercats/oakiss/tree/e7dca72945bb38a20b03a53dae9fca8e09d10b22/repo/surf [2025-01-08T20:06:19Z] I did fixed the webkit 4.0 -> 4.1. It's webkit that gives error when referencing other lib that aren't on the system. Let me give a log [2025-01-08T20:07:38Z] https://0x0.st/8-Hm.csv here is the log [2025-01-08T20:13:20Z] youre missing several libraries. theyre listed on top [2025-01-08T20:13:35Z] use https://pkgs.alpinelinux.org/contents to find what alpine package is missing. easier this way [2025-01-08T20:13:53Z] list look up the name, and itll give you the package name [2025-01-08T20:14:25Z] yeah that's what I saw. I'll give it a shoot later so that I can add everything in my repo. thanks ! [2025-01-08T20:15:58Z] no problem [2025-01-08T20:25:01Z] Honestly, one of the frienliest linux community I saw. Thanks to everyone for this project [2025-01-08T20:31:32Z] what use is all of this if we're hostile? linux is about learning. we wont learn if we're all hostile against each other [2025-01-08T20:31:44Z] atleast, thats my opinion [2025-01-08T20:32:58Z] you are definitly right. but sometimes people forget that we might miss something and ends up asking *dumb* questions... [2025-01-08T20:33:48Z] that kind of why I don't really like the hyprland dev. it seems like his ego got out of hands sometimes. [2025-01-08T20:34:11Z] he is one of the reason why I currently run my own WM [2025-01-08T20:39:59Z] helping lesses knowledgable users can be tedious. and it goes around and around and around forever, with moslty the same questions. so I do get why people grow tired of newbie comming in and asking all these stupid questions. but newbies will remain newbies for longer of people are reluctant to give them a hand [2025-01-08T20:40:10Z] do you have a link to said wm? [2025-01-08T20:45:10Z] https://github.com/L0Wigh/Fluorite [2025-01-08T20:45:32Z] and well, oh no, adding the missing libs, created a whole new missing libs chain x) [2025-01-08T20:49:40Z] I guess I'll forget about surf for now. I'll try to compile it from kyx0r while I'm sleeping [2025-01-08T20:50:25Z] oh my bad, surf isn't present in kyx0r [2025-01-08T20:50:33Z] so I guess it's dead for now [2025-01-08T20:51:16Z] oh it's the webkit2gtk that can be installed from kyx0r [2025-01-08T20:52:09Z] nice. ill have a look. [2025-01-08T20:52:22Z] kyx0rs surf is in his klec repo. not his kiss repo [2025-01-08T20:52:45Z] and yes, he also has webkit, same as me. i thing he adjusted it to match mine [2025-01-08T20:53:46Z] s/thing/think/ [2025-01-08T20:55:01Z] It feels like it compiles way slower than the one in echawk repo (might be an illusion) [2025-01-08T21:11:19Z] screenshot of the current setup (completely inspired by DWM default style) : https://0x0.st/8-HF.png [2025-01-08T21:51:39Z] hm. dunno about that. maybe it does. software has a tendency to grow larger over time. [2025-01-08T21:51:46Z] nice and clean [2025-01-08T23:32:58Z] sad_plan: what wm/compositor are you using right now ?