ChanServ changed the topic of #kisslinux to: Unnofficial KISS Linux community channel | https://kisscommunity.org | post logs or else | "Seek simplicity but distrust it" -- Alfred North Whitehead
<phoebos>
it's not fabulous but nice to have a plaintext-only option
<noocsharp>
npm v0.1 has been released!
<noocsharp>
which brings to a close my maintainership of gnupg2 and co.
<phoebos>
noocsharp: nice!
<phoebos>
i could pick some of those up
<noocsharp>
also dilyn, given that you already maintain go in your repo, do you want to take it over?
<dilyn>
go is one of the few packages I would be willing to maintain in community because the builds are basically identical so I don't have to do any extra work to ensure it builds xD
<dilyn>
so sure
<noocsharp>
cool
<noocsharp>
i think i'll also drop wget now that i've learned how to use curl
<noocsharp>
i just read an article on hn about that, i suspected that was it
<testuser[m]1>
yeah
<testuser[m]1>
funny how it even warns if you change the args a bit `warning: conflicting types for built-in function 'printf'; expected 'int(const char *, ...)'`
<testuser[m]1>
oh it actually doesnt replace the call in that case
<dilyn>
also aa strange inability to read some object files, which i find funny
stilbruch1 has quit [Quit: goodbye]
stilbruch has joined #kisslinux
stilbruch has quit [Client Quit]
stilbruch has joined #kisslinux
stilbruch has quit [Quit: goodbye]
gtms has joined #kisslinux
smartin has joined #kisslinux
schillingklaus has joined #kisslinux
<schillingklaus>
when dylan says "no", we say "maybe"
<schillingklaus>
when dylan says "no", we ask dilyn instead
protonesso has quit [Ping timeout: 258 seconds]
noocsharp has quit [Quit: zzz]
protonesso has joined #kisslinux
protonesso has quit [Changing host]
protonesso has joined #kisslinux
progenyx has joined #kisslinux
<soliwilos>
Nice, seatd has gotten s6 notification support. The option is "-n X" where X is the fd number. Not sure why it's still on version 0.5.0 in repo/wayland, though.
<soliwilos>
At a quick glance there's a lot of fixes between 0.5.0 and 0.6.3.
schillingklaus has quit [Quit: schillingklaus]
illiliti has quit [Quit: leaving]
noocsharp has joined #kisslinux
stilbruch has joined #kisslinux
sad_plan has joined #kisslinux
<sad_plan>
hi
<testuser[m]1>
hi
<sad_plan>
im trying to include Scrt1.o and crt1.o from musl to build something. how exacly does one do that? using -I as cflag doesnt work, nor does it as ldflag. do I have to maually build st with them?
<sad_plan>
im currently trying to build a st port for wld, aswell as velox statically. both errors on this one for now
<testuser[m]1>
change /usr/lib/** to /usr/lib/*.a
<testuser[m]1>
you're not supposed to deal with those magic object files directly
<sad_plan>
ah, that explains it. I did find it abit strange it errored out on object files anyway so.
<ryoshu>
are you familiar with libevdev
<sad_plan>
not exacly, no
<ryoshu>
i am thinking about porting it to bsd
<ryoshu>
some guidance is welcome
<sad_plan>
I cant really help you there, sorry. never used bsd, and dont know C either, or much of programming at all tbh
<ryoshu>
ok
<sad_plan>
does anyone know of a more up-to-date fork of st and dmenu, besides mcf's ports? neither has recived updates in the last few years...
<testuser[m]1>
use foot
<sad_plan>
iirc, foot didnt play too well with velox, so therefor st.
<sad_plan>
unless im wrong here though
<noocsharp>
i have some patches for velox to get foot working
<noocsharp>
they're not correct, but they do the job
<sad_plan>
are they in your repo?
<sad_plan>
wait, no you only had a st build there. I had the repo cloned. in any case, im interested
<noocsharp>
oh wait, it's an swc patch
<noocsharp>
i was looking in my velox repo lol
<noocsharp>
git://git.nihaljere.xyz/swc on the desktop branch
<sad_plan>
Ill have a peak :D
<noocsharp>
the seat and data_device_manager commits are what do it, the last one is just a personal thing to change keyboard layout
<sad_plan>
ah, so its swc foot was more or less complaining about. I did do a search on it earlier, and skimmed through some of the comments, and just recalled dilyn or someone mentioned foot didnt play well with velox. I also recall myself didnt get it to work last time :p
<sad_plan>
is your st build a wl port too?
<dilyn>
yeah any time i say something like 'doesnt' play well with velox' just assume i'm talking about the underlying libraries that power it :v
<sad_plan>
ah ok :')
<noocsharp>
no, i use foot these days
<noocsharp>
velox is basically just the window manager part, swc is the compositor
<sad_plan>
I see
sad_plan has quit [Quit: nyaa~]
humky has joined #kisslinux
<dilyn>
updated qt5, got to drop python2 :) lmk if qt5-webengine is broken