2020-03-23T00:21:15 #kisslinux jedavies: yes 2020-03-23T00:28:31 #kisslinux so you then have to build what is effectively a stage 3 llvm/clang which don't link to gcc? 2020-03-23T00:34:22 #kisslinux yep, I've been trying to find a way to make it 1-pass LLVM build only but it doesn't work for now 2020-03-23T00:37:57 #kisslinux Is `mdev` buggy? 2020-03-23T00:38:02 #kisslinux I have this: 2020-03-23T00:38:08 #kisslinux I've completed building your kiss-llvm repo now, now I need to start building core/ using it. Will be interesting... 2020-03-23T00:38:49 #kisslinux `video[0-9] root:video 660 >v4l/` 2020-03-23T00:39:15 #kisslinux And it's not being respected. 2020-03-23T00:40:26 #kisslinux Ah, okay, this may be why. 2020-03-23T00:40:27 #kisslinux https://github.com/mirror/busybox/blob/master/util-linux/mdev.c#L795-L797 2020-03-23T00:40:54 #kisslinux ^ This is what's currently happening in my case. 2020-03-23T08:30:11 #kisslinux Day 1 under lockdown 2020-03-23T08:30:13 #kisslinux Fun 2020-03-23T09:20:56 #kisslinux dylanaraps: please consider changing these sources to more secure alternatives - https://termbin.com/zlp9 2020-03-23T09:38:10 #kisslinux dereferenced's https is unreliable 2020-03-23T09:38:13 #kisslinux so is astron 2020-03-23T09:54:11 #kisslinux why unreliable? ftp is worse than http/s anyway 2020-03-23T10:00:27 #kisslinux illiliti: +1 2020-03-23T10:00:38 #kisslinux ftp.astron uses http anyway 2020-03-23T10:01:10 #kisslinux dereferenced's https frequently forgot to renew their certs 2020-03-23T10:05:20 #kisslinux illiliti: also, libaio works for me 2020-03-23T10:09:48 #kisslinux ftp.astron uses http anyway << ??? while trying to connect to ftp i didn't see any redirection or something.. 2020-03-23T10:10:56 #kisslinux ah right 2020-03-23T10:11:35 #kisslinux didn't see the build file 2020-03-23T11:13:19 #kisslinux illiliti: Fixed 2020-03-23T15:59:30 #kisslinux dylanaraps: https://github.com/kisslinux/repo/pull/175 "Please fill out the template." What do you mean? I tested my xhost template and it works. 2020-03-23T16:19:38 #kisslinux chexier: Ah. I see. Your PR should be to kisslinux/community 2020-03-23T16:22:29 #kisslinux oh. Why shouldn't it be included in the official xorg repo though? It's related to X. I'll create another PR then, i guess. 2020-03-23T16:28:02 #kisslinux It must be a bit though to maintain 100+ packages... 2020-03-23T16:28:08 #kisslinux Not really 2020-03-23T16:28:12 #kisslinux Takes no time at all 2020-03-23T16:28:56 #kisslinux Do you automate the process? 2020-03-23T16:28:59 #kisslinux Nope 2020-03-23T16:29:02 #kisslinux All by hand 2020-03-23T16:29:14 #kisslinux Nice. 2020-03-23T16:29:41 #kisslinux It gets easier as you learn each package and how they relate to other packages. 2020-03-23T16:43:06 #kisslinux dylanaraps: How do I know which package provides a library? (libxcb.so.1) 2020-03-23T16:43:28 #kisslinux My depends list was incomplete 2020-03-23T16:46:27 #kisslinux 'kiss-owns /usr/lib/libxcb.so.1' 2020-03-23T16:48:11 #kisslinux Thanks! 2020-03-23T17:07:56 #kisslinux dylanaraps: is the cmake build when you aren't using cmake to build itself super slow because it bootstraps or because the script to configure itself when it's not using cmake is super slow? 2020-03-23T19:08:18 #kisslinux when I plug the ac adapter ,screen lightens my world (full brightness). Is it possible to disable this behavior? 2020-03-23T19:33:09 #kisslinux humaid: you can change how ac power affects brightness by screwing with acpid 2020-03-23T19:33:33 #kisslinux here's a good resource: https://k1ss.org/wiki/[acpid]-Handle-all-events-in-a-single-script 2020-03-23T19:46:09 #kisslinux j3s[m]1: sorry I wasn't clear... I already did what's in the wiki. I handled the ac adapter plug in event to reset my brightness level, but my screen flashes full and then come to normal. It's like something is handling the same event before acpid. 2020-03-23T19:48:08 #kisslinux video.brightness_switch_enabled=0 kernel parameter didn't help. 2020-03-23T19:50:28 #kisslinux I just want to disable handling this event. will look into it. Thanks 2020-03-23T20:31:41 #kisslinux Are there any good replacements for newsboat? gettext will never be in the repos... 2020-03-23T20:32:11 #kisslinux you could compiler newsboat yourself ;) 2020-03-23T20:32:31 #kisslinux idk about any alternatives but you could always just use a web browser 2020-03-23T20:32:36 #kisslinux kiedtl: yes, but I can't get everything I need from the kiss repos 2020-03-23T20:33:19 #kisslinux oh, true lol 2020-03-23T20:33:49 #kisslinux it's still worse than a RSS reader though 2020-03-23T20:44:58 #kisslinux chexier: I maintain sfeed. Very flexible, but requires a bit of scripting to set up. The project README is quite helpful for this though. 2020-03-23T21:04:21 #kisslinux > yes, but I can't get everything I need from the kiss repos 2020-03-23T21:04:38 #kisslinux you could compile the dependencies yourself too... ;) 2020-03-23T21:05:33 #kisslinux True but i'm not sure if some programs will build with musl. 2020-03-23T21:06:03 #kisslinux you could figure out how other distros do it 2020-03-23T21:06:07 #kisslinux like alpine or void 2020-03-23T21:06:38 #kisslinux too much effort, i'll try to configure sfeed 2020-03-23T21:07:07 #kisslinux hehe 2020-03-23T21:23:27 #kisslinux chexier: it's honestly probably less effort to package the dependencies 2020-03-23T21:24:56 #kisslinux ioraff: gettext is a dependency for newsboat and KISS doesn't tolerate it so it won't be in the repos (i'll have to build it manually) 2020-03-23T21:25:10 #kisslinux i could try it though 2020-03-23T21:26:32 #kisslinux try to autoreconf. that should detect a lack of gettext. 2020-03-23T21:27:11 #kisslinux you could just package everything for yourself and not the community repo. 2020-03-23T21:28:08 #kisslinux yeah 2020-03-23T21:28:36 #kisslinux I'll make a separate git branch for it 2020-03-23T21:30:03 #kisslinux There are various dependencies not packaged yet 2020-03-23T23:43:44 #kisslinux o/ 2020-03-23T23:44:02 #kisslinux 8= 2020-03-23T23:45:44 #kisslinux icyphox: Read your '5 days in a tty' blog post today. Good read, might save me from a couple of pitfalls as soon as I have the time to actual install KISS lol. 2020-03-23T23:46:02 #kisslinux Been saying that for a while now... Damn work. 2020-03-23T23:46:52 #kisslinux fehawen: mind you post url 2020-03-23T23:57:07 #kisslinux mps: Here you go: https://icyphox.sh/blog/five-days-tty/ 2020-03-23T23:58:39 #kisslinux thanks