[2024-06-13T00:04:15Z] very neat [2024-06-13T00:04:21Z] maybe something to add to community [2024-06-13T09:43:45Z] 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] The only command that allow me to run flatpak was "doas xhost +" [2024-06-13T09:45:01Z] Oh, is it because I don't have ~/.Xauthority? [2024-06-13T09:45:41Z] 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] midfavila: if we want, we should defo fork it, as it requires mdev.conf changes [2024-06-13T17:16:19Z] 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] Anyone else getting "No local file 'files/CURLINFO_HTTP_8.8.0.3'" when building curl? [2024-06-13T20:56:57Z] Doomking: you were never supposed to run anything as root in X [2024-06-13T20:57:12Z] youre giving a USER application USER X access, because your X server is running on your USER [2024-06-13T20:57:35Z] 'xhost +' without doas on your X session to allow any client to connect [2024-06-13T20:58:10Z] 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] 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] I have no idea of what I might have changed. Is anybody having the same issue? [2024-06-13T21:15:08Z] riteo: how can i replicate? [2024-06-13T21:29:45Z] @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] @phoebos: ...and in the "cd /var/db/kiss/installed && kiss build *" step, "curl" precedes "kiss" alphabetically.