[2023-10-11T06:08:42Z] Guest59: already kiss using samurai [2023-10-11T09:08:45Z] hello everyone [2023-10-11T09:08:55Z] vova: hello [2023-10-11T09:09:02Z] dear lord [2023-10-11T09:11:28Z] hi [2023-10-11T09:12:14Z] you see what you did ? [2023-10-11T09:12:38Z] now instead of doing stuff ... am contemplating to switch distro [2023-10-11T09:14:36Z] hehe [2023-10-11T09:17:42Z] kiss is musl ? [2023-10-11T09:24:56Z] yep [2023-10-11T09:25:10Z] but you can use https://codeberg.org/kiss-community/grepo if you want glibc [2023-10-11T09:26:38Z] the init is init ? [2023-10-11T09:27:13Z] busybox init [2023-10-11T09:31:44Z] vova: are you on nvidia ? [2023-10-11T09:31:48Z] nop [2023-10-11T09:31:59Z] ok [2023-10-11T09:32:01Z] busybox is vastly superior to systemd [2023-10-11T09:32:06Z] I use the intel iGPU (IIRC it's called like that ?) [2023-10-11T09:32:25Z] not even amd ? [2023-10-11T09:32:53Z] when was kiss created ? [2023-10-11T09:33:44Z] long ago by dylan, who has been long since displaced by dilyn [2023-10-11T09:35:31Z] but how does nvidia come into the picture? [2023-10-11T09:44:22Z] because kiss is by default on wayland [2023-10-11T12:10:17Z] dear lord just stumbeled on this [2023-10-11T12:10:19Z] https://www.reddit.com/r/linux/comments/17590l7/x11_vs_wayland_the_actual_difference/ [2023-10-11T12:24:14Z] is the kiss-xorg on glibc ? [2023-10-11T12:32:38Z] vova: are you there ? [2023-10-11T12:33:07Z] I called sick, when you work at governement sick leave is inlimited :) [2023-10-11T12:33:24Z] vova: did you read the reddit article [2023-10-11T12:33:26Z] ? [2023-10-11T12:33:29Z] https://www.reddit.com/r/linux/comments/17590l7/x11_vs_wayland_the_actual_difference/ [2023-10-11T12:33:50Z] is the kiss-xorg packages size same as official kiss ? [2023-10-11T12:37:10Z] Yeah I'm here [2023-10-11T12:37:18Z] you can use X packages on both musl and glibc [2023-10-11T12:39:04Z] but on musl proprietary software maybe an issue [2023-10-11T12:39:30Z] vova: the number of packages in kiss-xorg is equal to official kiss repo ? [2023-10-11T12:40:15Z] if we want to upgrade a package our self is it possible ? [2023-10-11T12:41:14Z] if for exemple I am impatient for package update, I can do it ? [2023-10-11T12:41:48Z] in void we can update our self if we don't want to wait offical update [2023-10-11T12:49:32Z] kiss is source based so yeah you can update package yourself [2023-10-11T12:50:10Z] you can use multiple "repo" at the same time [2023-10-11T12:50:28Z] so just grab the kiss-xorg repo, and the official one, add the community too and you're good [2023-10-11T12:51:24Z] kiss-xorg is glibc based ? [2023-10-11T13:07:45Z] kiss-xorg is just x package [2023-10-11T13:07:49Z] packages* [2023-10-11T13:11:43Z] hi [2023-10-11T13:12:21Z] hi [2023-10-11T13:13:14Z] hi [2023-10-11T13:23:24Z] perfect [2023-10-11T20:26:15Z] has anyone set up sway on their machine? i was having issues with XDG_RUNTIME_DIR on my test machine and then had a bunch of other issues. can anyone provide me with how they installed sway? [2023-10-11T20:30:20Z] run this before you run sway: [2023-10-11T20:30:21Z] export XDG_RUNTIME_DIR="/tmp/user/$(id -u)" [2023-10-11T20:30:22Z] [ ! -d "$XDG_RUNTIME_DIR" ] && mkdir -p "$XDG_RUNTIME_DIR" && chmod 0700 "$XDG_RUNTIME_DIR" [2023-10-11T20:30:51Z] preferably put it in a script that autoruns when you login [2023-10-11T20:32:21Z] ok but what utilities did you have to install to get sway up and running? everyone mentions using elogind but how do i use seatd instead of elogind [2023-10-11T20:35:33Z] hm install libseat and enable the seatd service [2023-10-11T20:36:15Z] is that it? i heard that you had to set up XDG_RUNTIME_DIR, is the script enough to set it up [2023-10-11T20:36:47Z] think so yeah, works for me and can't remember doing anything else [2023-10-11T20:37:09Z] ok thank you so much [2023-10-11T20:37:24Z] np, hope you solve it [2023-10-11T20:37:38Z] one more thing, i wanted to set up waybar, but was a little confused on how you use samurai instead of ninja [2023-10-11T20:40:17Z] hm i don't use waybar but just installing samurai should give you a symlink for ninja as well, don't think you need to do anything specific to use samu instead of ninja [2023-10-11T20:40:24Z] executing ninja will run samu [2023-10-11T20:40:46Z] oh so i can just run ninja, and then it runs samu [2023-10-11T20:40:54Z] correct [2023-10-11T20:41:26Z] ok thank you so much, you literally answered all my questions in two minutes [2023-10-11T20:41:30Z] really appreciate it [2023-10-11T20:41:34Z] np man, gl [2023-10-11T20:42:08Z] has anyone tried integrating this instead of having the whole nodejs dependency for firefox? https://bugzilla.mozilla.org/show_bug.cgi?id=1482433#c11 [2023-10-11T21:08:19Z] someone already asked this recently, so i suppose yes [2023-10-11T21:08:40Z] you can look into how netbsd builds firefox without nodejs and do same in kiss [2023-10-11T21:08:49Z] https://github.com/NetBSD/pkgsrc/blob/trunk/www/firefox/Makefile [2023-10-11T21:11:53Z] js files: https://ftp.netbsd.org/pub/pkgsrc/distfiles/nodejs-output-116.0.tgz (not sure if compatible with latest firefox tho) [2023-10-11T21:16:16Z] oh nice, thank you!