[2021-11-21T01:15:28Z] whenever I try to build sway it gives me a libinput error even thouhg I have it installed [2021-11-21T01:19:11Z] full logs pls [2021-11-21T01:21:36Z] http://0x0.st/-7s4.png [2021-11-21T01:26:39Z] echo $CFLAGS [2021-11-21T01:32:19Z] nothing [2021-11-21T01:36:20Z] hmmm so the no-evdev patch replaces the libevdev_event_code_get_name function with libinput_event_code_get_name [2021-11-21T01:37:54Z] yeah I don't know what is wrong [2021-11-21T01:38:33Z] does it have anything to do with the kernel version? I am running kernel 5.10.46 [2021-11-21T01:38:42Z] it shouldn't [2021-11-21T01:38:51Z] yeah I dont really know what is going on here in my quick bit of research [2021-11-21T01:38:56Z] I dont use wayland [2021-11-21T01:39:11Z] its weird though, because these patches and packages have not been updated recently [2021-11-21T01:39:16Z] and I'm sure others have built it successfully [2021-11-21T01:41:29Z] what do you use? [2021-11-21T02:30:55Z] xorg [2021-11-21T02:32:42Z] I can't get xorg to work in my vm [2021-11-21T03:08:12Z] afternoon, everyone [2021-11-21T03:44:37Z] Hi [2021-11-21T04:04:54Z] Hey testuser [2021-11-21T04:05:02Z] How's it going? [2021-11-21T04:05:28Z] good [2021-11-21T04:07:21Z] Cool [2021-11-21T04:07:33Z] Just waiting for food arrival here [2021-11-21T04:54:13Z] heya cem, testuser[m], and midfavila's laptop (if you're reading the logs) [2021-11-21T04:55:14Z] cem: any interesting happenings in carbs? I like the new meta file [2021-11-21T04:56:15Z] do you use your lariza fork as a main browser, by the way? [2021-11-21T05:14:11Z] hi [2021-11-21T05:15:17Z] hi [2021-11-21T05:18:07Z] hi [2021-11-21T05:18:48Z] Really glad I solved my bug [2021-11-21T05:19:07Z] Thanks for putting up with me while I did xD [2021-11-21T05:59:43Z] hey acheam! [2021-11-21T05:59:57Z] yeah I'm using it as my main browser [2021-11-21T06:03:01Z] and for carbs, nothing big on the horizon really, just doing some small package manager improvements [2021-11-21T06:03:59Z] probably the only interesting thing coming up is reentrant package manager updates, so no need to run update twice [2021-11-21T09:16:26Z] I'm still having trouble launching sway. I have XDG_RUNTIME_DIR defined, and when I type $XDG_RUNTIME_DIR in the terminal, it prints the correct directory, but sway doesn't seem to look in there for seatd.sock [2021-11-21T09:17:50Z] Seatd.sock is in /run and sway doesn't deal with it directly, only through libseat [2021-11-21T09:17:52Z] Show the error [2021-11-21T09:23:54Z] Oh, okay. Yeah, can do that. I was having trouble grabbing it from stderr, was trying to grab stdout. Learn something new everyday. [2021-11-21T09:38:06Z] http://0x0.st/-7-n.txt is the error, and http://0x0.st/-7-D.txt is my config [2021-11-21T09:38:22Z] er, profile [2021-11-21T09:38:59Z] You've not enabled seatd service.m [2021-11-21T09:39:01Z] .. [2021-11-21T09:39:50Z] I did it manually, "seatd -s /run/user/1000/seatd.sock" [2021-11-21T09:40:00Z] Nooo [2021-11-21T09:40:10Z] lol [2021-11-21T09:40:13Z] sorry. [2021-11-21T09:40:53Z] Yea do ln -s /etc/sv/seatd /var/service/seatd it should work [2021-11-21T09:41:27Z] okay. I was really having trouble finding any of that information. [2021-11-21T09:44:32Z] It's in the wiki [2021-11-21T09:48:29Z] "This package provides a service file compatible with the distribution's default [2021-11-21T09:48:30Z] service manager. Refer to the distribution's service management documentation [2021-11-21T09:48:30Z] for instructions on how to enable the service." ah [2021-11-21T09:57:29Z] huh, this is actually new to me and interesting. I should be doing dhcpcd that way, too. I was about to add it to rc.conf [2021-11-21T09:57:58Z] you don't have to screamm "nooo" again. [2021-11-21T09:58:44Z] Lol [2021-11-21T10:40:35Z] Yay, it works! Thank you testuser[m]. Now to install fonts... [2021-11-21T14:57:30Z] cem: nice! [2021-11-21T14:58:31Z] acheam: what u upto [2021-11-21T16:31:08Z] acheam: just switched back to neovim [2021-11-21T16:31:12Z] testuser[m] [2021-11-21T16:31:52Z] I like the vi philosiphy better, but in practice, doing things in nvim is just so much more convinient [2021-11-21T16:32:21Z] also setup a dotfiles repo, and migrated all my git repos off of sr.ht