💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › freenode-kisslinux-2020-05-02.txt captured on 2024-05-12 at 16:08:36.

View Raw

More Information

⬅️ Previous capture (2021-12-17)

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

2020-05-02T00:03:59 #kisslinux <E5ten> Thanks
2020-05-02T00:32:20 #kisslinux <MueVoid> Has anyone looked into ubus as a dbus alternative?
2020-05-02T03:58:58 #kisslinux <illiliti> is that normal ? - https://termbin.com/qdrm
2020-05-02T06:04:16 #kisslinux <dylan02> illilliti: That's normal.
2020-05-02T06:04:59 #kisslinux <dylan02> MueVoid: If you need to use dbus, use it!
2020-05-02T06:05:25 #kisslinux <dylan02> onodera: 'kiss b pkg pkg pkg pkg' will prompt at the end asking whether you'd like to install them or not.
2020-05-02T06:05:38 #kisslinux <dylan02> You can see the behavior via: 'kiss b zlib' vs 'kiss b zlib xz'
2020-05-02T07:21:04 #kisslinux <illiliti> broken symlink https://github.com/kisslinux/repo/blob/master/core/gcc/build#L63
2020-05-02T11:45:32 #kisslinux <claudia> o/
2020-05-02T14:29:26 #kisslinux <dylan03> illilliti: Fixed gcc, thanks!
2020-05-02T14:32:11 #kisslinux <onodera> dylan03: CRUX supplies an rc file with alsa-utils, one that calls alsactl restore, can we ship one too?
2020-05-02T14:32:27 #kisslinux <onodera> what this does is restore the volume to the previous set volume
2020-05-02T14:33:46 #kisslinux <onodera> https://camille.sh/Itbj.txt
2020-05-02T14:35:25 #kisslinux <onodera> I dropped lto on my system btw, hopefully packacing and maintainting will be a lot easier now
2020-05-02T14:38:07 #kisslinux <dylan03> onodera: You can do this via /etc/rc.d
2020-05-02T14:38:48 #kisslinux <dylan03> Name the file *.boot for power on and *.post.shutdown or *.pre.shutdown.
2020-05-02T14:38:55 #kisslinux <dylan03> for power off
2020-05-02T14:39:15 #kisslinux <dylan03> It's a lot simpler than using the runit service stuff for it.
2020-05-02T14:39:25 #kisslinux <dylan03> (I do similar by just setting 100% volume on boot)
2020-05-02T14:39:41 #kisslinux <onodera> rc.d doesn't exist for me, I can just create it?
2020-05-02T14:42:53 #kisslinux <dylan03> Yeah
2020-05-02T14:43:02 #kisslinux <dylan03> Documentation is lacking huh.
2020-05-02T14:43:06 #kisslinux <dylan03> I'll get on it.
2020-05-02T14:43:24 #kisslinux <onodera> one last question, what's the differenc between .pre.shutdown and .post.shutdown?
2020-05-02T14:44:49 #kisslinux <onodera> alright created the files, we shall see
2020-05-02T14:44:56 #kisslinux <onodera> thanks
2020-05-02T15:37:09 #kisslinux <humaid_01> Hi. Any printing solution in KISS?
2020-05-02T15:41:34 #kisslinux <humaid_01> I think I saw an attempt to package cups.
2020-05-02T15:57:15 #kisslinux <dylan03> There's an issue open in community.
2020-05-02T15:57:24 #kisslinux <dylan03> There's CUPS and another printing software
2020-05-02T15:57:30 #kisslinux <dylan03> No one has packaged them yet though.
2020-05-02T16:16:22 #kisslinux <humaid_01> dylan03: prout is interesting. But client.conf(5) documentation is a little lacking.
2020-05-02T20:12:03 #kisslinux <ectlunya> you dont actually need to use client.conf
2020-05-02T20:12:30 #kisslinux <ectlunya> all prout does is call `num_dests = cupsGetDests(&dests)` to find the number of possible printers and then use the first one
2020-05-02T20:13:00 #kisslinux <ectlunya> cupsGetDests will find the default printer however you defined it
2020-05-02T20:13:20 #kisslinux <ectlunya> client.conf was the old method. now its usually just lpoptions
2020-05-02T20:14:20 #kisslinux <ectlunya> you can set up the default printer the same way you would with a full cups server. archwiki shows how: https://wiki.archlinux.org/index.php/CUPS#CLI_tools
2020-05-02T20:20:25 #kisslinux <ectlunya> and if it doesnt work in lpoptions, you can copy the info into the client.conf format (https://www.cups.org/doc/man-client.conf.html)
2020-05-02T22:19:36 #kisslinux <humaid_01> Hello, trying to build zathura.
2020-05-02T22:20:10 #kisslinux <humaid_01> https://termbin.com/g0pgy
2020-05-02T22:20:56 #kisslinux <humaid_01> Unknown variable "appdata".