💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › kisslinux-2022-04-29.txt captured on 2022-04-29 at 13:09:07.
-=-=-=-=-=-=-
[2022-04-29T01:03:29Z] <noocsharp> rohan: it works for me [2022-04-29T02:56:19Z] <rohan> how i can use it with mpv? [2022-04-29T03:05:16Z] <noocsharp> rohan: wayclip? [2022-04-29T03:05:27Z] <rohan> yeah [2022-04-29T03:05:30Z] <rohan> in bemenu [2022-04-29T03:05:46Z] <rohan> i tried mpv $(waypaste) [2022-04-29T03:05:52Z] <rohan> not worked [2022-04-29T03:06:47Z] <noocsharp> when you run waypaste by itself does it paste the link? [2022-04-29T08:11:30Z] <testuser[m]> Hi [2022-04-29T14:10:47Z] <phoebos> dilyn: https://tmp.bvnf.space/0001-neomutt-bump-to-20220429.patch [2022-04-29T14:17:00Z] <ylwyvkbjpislibps> phoebos: nice website u got there [2022-04-29T14:29:07Z] <phoebos> thank you [2022-04-29T16:42:06Z] <pomekon> yo! im trying to rebuild all the packages i currently have with cd/var/kiss/installed && kiss build * but it spits out an error : zlib Failed to download https://zlib.net/zlib-1.2.11.tar.gz [2022-04-29T16:50:53Z] <omanom> yeah, you'll run into more of those as kiss official repo ages and dylan doesn't update them. you can switch over to using the ones here if you want: https://github.com/kiss-community/repo [2022-04-29T16:52:42Z] <ioraff> zlib 1.2.11 has a security vulnerability, so they presumably dropped it from the site [2022-04-29T16:55:17Z] <omanom> zlib specifically is annoying, when there's a new release they remove the previous version link at (https://zlib.net/zlib-1.2.11.tar.gz) and create a new link to the "new release" (https://zlib.net/zlib-1.2.12.tar.gz) [2022-04-29T16:55:44Z] <omanom> the older releases continue to be under https://zlib.net/fossils/ so changing the sources URL to point there would prevent this issue from happening [2022-04-29T16:57:00Z] <ioraff> ah. will do