💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › kisslinux-2024-06-13.txt captured on 2024-06-16 at 13:23:38.
-=-=-=-=-=-=-
[2024-06-13T00:04:15Z] <midfavila> very neat [2024-06-13T00:04:21Z] <midfavila> maybe something to add to community [2024-06-13T09:43:45Z] <Doomking> I am not sure why running flatpak gives me "Authorization required, but no authorization protocol specified" I tried looking online and some said to run "xhost si:localuser:root" this also didn't work [2024-06-13T09:44:01Z] <Doomking> The only command that allow me to run flatpak was "doas xhost +" [2024-06-13T09:45:01Z] <Doomking> Oh, is it because I don't have ~/.Xauthority? [2024-06-13T09:45:41Z] <Doomking> in the meantime, when i'm done with flatpak then i'll run "doas xhost -" to put everything back to normal [2024-06-13T17:15:52Z] <riteo> midfavila: if we want, we should defo fork it, as it requires mdev.conf changes [2024-06-13T17:16:19Z] <riteo> that or we try some sort of package-hook approach like I proposed a long time ago, but it might be perhaps a bit too messy just for one or two packages rn [2024-06-13T18:12:01Z] <fultilt> Anyone else getting "No local file 'files/CURLINFO_HTTP_8.8.0.3'" when building curl? [2024-06-13T20:56:57Z] <sewn> Doomking: you were never supposed to run anything as root in X [2024-06-13T20:57:12Z] <sewn> youre giving a USER application USER X access, because your X server is running on your USER [2024-06-13T20:57:35Z] <sewn> 'xhost +' without doas on your X session to allow any client to connect [2024-06-13T20:58:10Z] <phoebos> fultilt: hah that's a great bug, you must be running an old version of kiss and it substituted 8.8.0 for 'VERSION' in the filename. Always update kiss first! [2024-06-13T21:12:04Z] <riteo> speaking of weird bugs, it looks like I can't build curse-based stuff anymore without patching for linking with tinfo [2024-06-13T21:12:34Z] <riteo> I have no idea of what I might have changed. Is anybody having the same issue? [2024-06-13T21:15:08Z] <sewn> riteo: how can i replicate? [2024-06-13T21:29:45Z] <fultilt> @phoebos: Yup, looks like that was it. I'll note that I was doing a fresh install, trying to follow the directions. So this "old version" is the version in the most recent release tarball. [2024-06-13T21:59:44Z] <fultilt> @phoebos: ...and in the "cd /var/db/kiss/installed && kiss build *" step, "curl" precedes "kiss" alphabetically.