💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › kisslinux-2021-10-04.txt captured on 2022-07-17 at 03:07:42.

View Raw

More Information

⬅️ Previous capture (2021-12-17)

-=-=-=-=-=-=-

[2021-10-04T03:08:21Z] <testuser[m]> ff webrender works better now than chromium for me
[2021-10-04T03:08:24Z] <testuser[m]> Hi
[2021-10-04T05:11:46Z] <claudia> testuser[m], which hacks did u use to get your nvidia card runnning with musl?
[2021-10-04T05:38:02Z] <testuser[m]> claudia02: just had to add a dladdr1() stub to gcompat that calls dladdr() if called with portable values else returns 0 for failure. also it needed some glibc specific `_IO_2_1_stdout_` symbol so I just set it to a void pointer with NULL value in gcompat since the libs don't actually seem to make use of it so no need for a real implementation (if they used it we'd get a segfault)
[2021-10-04T05:38:51Z] <testuser[m]> then build libglvnd with TLS disabled to prevent segfaults when trying to load glvnd libs
[2021-10-04T05:41:12Z] <testuser[m]> and forcefully make nvidia libs link to gcompat.so with patchelf so that i dont have to LD_PRELOAD it as that causes segfaults everywhere. that's it
[2021-10-04T05:52:31Z] <Guest5952> testuser[m]: Thanks for your work!
[2021-10-04T05:57:57Z] <Guest5952> Will there be any installation guide in the future?
[2021-10-04T05:59:16Z] <aosync> i believe the wiki is a good guide
[2021-10-04T06:00:13Z] <aosync> you can also refer to the gentoo wiki for kernel configuration, and the arch wiki as always is a good resource too
[2021-10-04T06:03:07Z] <Guest5952> aosync: Ok. I'll take a look
[2021-10-04T06:52:02Z] <GalaxyNova> acheam: You're website is broken :P
[2021-10-04T06:52:12Z] <GalaxyNova> your*
[2021-10-04T10:37:50Z] <testuser[m]> could anyone check if they can open the gtk file picker from a browser
[2021-10-04T10:38:42Z] <testuser[m]> glib seems to think that something is wrong and aborts, just prints "GLib-GIO-ERROR No GSettings schemas are installed on the system" before dying
[2021-10-04T10:46:43Z] <soliwilos> ctrl+o to open a file in firefox works here.
[2021-10-04T10:54:47Z] <testuser[m]> soliwilos: does it show you the schema message ?
[2021-10-04T10:55:38Z] <testuser[m]> ok i just had to run the gtk post install
[2021-10-04T10:56:07Z] <testuser[m]> it happened cuz i had installed some libs outside the chroot so it didnt get created
[2021-10-04T10:57:19Z] <soliwilos> I see. I do get some GLib-GIO-WARNING messages.
[2021-10-04T10:58:46Z] <soliwilos> "Failed to create file monitor for..." referncing some keyfile.
[2021-10-04T12:49:19Z] <Guest6492> Greetings. Anyone can point it out how I should replace default busybox .config to my own? it is enough just to replace .config in files? then "kiss b && kiss i"?
[2021-10-04T12:49:46Z] <testuser[m]> kiss c
[2021-10-04T12:49:50Z] <testuser[m]> for checksums
[2021-10-04T12:49:53Z] <testuser[m]> then yeah kiss b , i
[2021-10-04T12:50:17Z] <Guest6492> thank you
[2021-10-04T17:42:02Z] <omanom> someone's having a lot of fun with DNS today it appears
[2021-10-04T18:04:37Z] <Guest18> omanom: yeah, I have that too
[2021-10-04T19:15:06Z] <akira01> yo guys
[2021-10-04T19:15:36Z] <akira01> how can i set EGL_NO_X11 for a build?
[2021-10-04T19:33:41Z] <omanom> @akira01 what are you trying to build?
[2021-10-04T21:01:12Z] <dilyn> akira01: you set that in CPPFLAGS 
[2021-10-04T21:01:21Z] <dilyn> though it's also defined in a header file 
[2021-10-04T21:01:36Z] <dilyn> is this a problem with cairo/firefox? I had a similar issue a while back :X