ChanServ changed the topic of #kisslinux to: Unnofficial KISS Linux community channel | https://kisscommunity.bvnf.space | post logs or else | song of the day https://vid.puffyan.us/H7PvgY65OxA
sad_plan has quit [Ping timeout: 246 seconds]
sad_plan has joined #kisslinux
GalaxyNova has joined #kisslinux
GalaxyNova has quit [Changing host]
GalaxyNova has joined #kisslinux
GalaxyNova has quit [*.net *.split]
GalaxyNova has joined #kisslinux
GalaxyNova has quit [Remote host closed the connection]
GalaxyNova has joined #kisslinux
GalaxyNova has joined #kisslinux
GalaxyNova has quit [Changing host]
GalaxyNova has quit [Remote host closed the connection]
GalaxyNova has joined #kisslinux
GalaxyNova has quit [Remote host closed the connection]
GalaxyNova has joined #kisslinux
GalaxyNova has quit [Changing host]
GalaxyNova has joined #kisslinux
<testuser[m]> Hi
GalaxyNova has quit [Remote host closed the connection]
<sad_plan> hi
Guest39 has joined #kisslinux
Guest39 has quit [Client Quit]
sad_plan has quit [Quit: nyaa~]
rohan has joined #kisslinux
<rohan> hi
<rohan> anyone here was able to build hyprland in kiss?
<rohan> i tried but it depends on xcb
<rohan> and i dont know why need this
GalaxyNova has joined #kisslinux
chomwitt has joined #kisslinux
aliosablack has joined #kisslinux
aliosablack has quit [Remote host closed the connection]
aliosablack has joined #kisslinux
chomwitt is now known as Guest4561
Guest4561 has quit [Killed (tungsten.libera.chat (Nickname regained by services))]
aliosablack is now known as chomwitt
Guest4561 has joined #kisslinux
ella-0 has joined #kisslinux
ella-0_ has quit [Read error: Connection reset by peer]
rohan has quit [Read error: Connection reset by peer]
<wael_> Hi
<wael_> rohan: it should build with the dependencies that are in the repos already
<wael_> otherwise you'll need glslang and vulkan stuff
<wael_> try disabling xwayland, maybe that's why it needs xcb
rohan has joined #kisslinux
Guest4561 has quit [Remote host closed the connection]
chomwitt has quit [Remote host closed the connection]
chomwitt has joined #kisslinux
chomwitt has quit [Remote host closed the connection]
chomwitt has joined #kisslinux
chomwitt has quit [Remote host closed the connection]
chomwitt has joined #kisslinux
GalaxyNova has quit [Remote host closed the connection]
<testuser[m]> I just finished driving a tractor for 8 hours. Good thing it was an old kubota, so when one of the pulleys seized I was able to replace it and keep working, instead of waiting for a Licensed John Deere Service Truck to come out and replace the pulley and then update my tractors firmware.
<virutalmachineus> I can't take testuser seriously anymore, he's doing all kinds of stuff.
<virutalmachineus> His next gig is driving elon musk new starship for 8 hours.
<testuser[m]> pointers are dangerous and pointy and sharp, boo-hoo
chomwitt has quit [Ping timeout: 246 seconds]
chomwitt has joined #kisslinux
sad_plan has joined #kisslinux
<sad_plan> o/
<illiliti> hi
<wael_> Hi
<wael_> Hu
<wael_> Ho
<wael_> Ho
raph_ael has quit [Quit: WeeChat 3.4.1]
<sad_plan> illiliti: when using muon, whats the reason to use muon instead of ninja, when we initially run ninja -C build install? out of curiousity
<illiliti> muon doesn't generate install target, so ninja install won't work
<illiliti> also with meson, ninja install calls meson install anyway
<illiliti> so muon decided to not have install target because it's pointless since it would call muon install anyway
raph_ael has joined #kisslinux
<sad_plan> that makes sence
<illiliti> there were also talks that ninja install can mess up privileges of files if run under root
<illiliti> but that would happen only if rebuild is needed
<sad_plan> I see
<illiliti> maybe lattis is looking for a way to fix this
<illiliti> that's why he didn't add support for ninja install
<illiliti> dunno, for me i don't think it's worth it
<sad_plan> I agree. if what we have already, I dont see any reason for *fixing* it
<sad_plan> s/already/already works/
<illiliti> yeah, but either way cli compatibility isn't a goal. you have to adapt meson command to make it work with muon
<illiliti> so if cli compatibility is missing, that's by design :)
<sad_plan> I see :p
<wael_> does meson and muon both generate instructions for ninja
<wael_> or samurai
<wael_> if that's true that would explain the different logging between meson and muon when launching ninja/samuraj
<illiliti> they do, but the difference is slight iirc
<illiliti> nice
rohan has quit [Ping timeout: 260 seconds]
<illiliti> strcat/strcpy usage looks pretty unsafe tho
rohan has joined #kisslinux
phoebos has quit [Quit: connection reset by purr]
phoebos has joined #kisslinux
rohan has quit [Ping timeout: 260 seconds]
rohan has joined #kisslinux
<testuser[m]> illiliti: are there any extra patches pending merge for muon to work for repo?
<wael_> illiliti: switching libnotify to muon (required bgl breaks everything that depends on it
<wael_> the files produced by the glib enum and marshals are different compared to meson
rohan has quit [Ping timeout: 260 seconds]
rohan has joined #kisslinux
rohan has quit [Read error: Connection reset by peer]
heartburn has quit [Ping timeout: 240 seconds]
rohan has joined #kisslinux
rohan has quit [Read error: Connection reset by peer]
rohan has joined #kisslinux
<rohan> anyone builded hyprland?
heartburn has joined #kisslinux
<illiliti> testuser[m]: muon works with repo, more or less, but since meson is moving target(move fast and break things) there will be always breakages from time to time
<illiliti> and most of the patches are merged but not released yet, if i get your question right
<illiliti> wael_: check what glib-* commands meson generates and based on that try to replicate gnome module with custom_target
sad_plan has quit [Quit: sad_plan]
sad_plan has joined #kisslinux
phoebos has quit [Quit: connection reset by purr]
phoebos has joined #kisslinux
phoebos has quit [Client Quit]
phoebos has joined #kisslinux
phoebos has quit [Client Quit]
<wael_> phoebos: what is the speed difference compared to the one in shell
phoebos has joined #kisslinux
phoebos has quit [Quit: connection reset by purr]
phoebos has joined #kisslinux
<phoebos> apologies for the flood, found a bug in calico
<phoebos> illiliti: yeah i should use strncpy or snprintf, but it isn't a massive worry
<phoebos> wael_: for boost (~15000 files), 0.06s vs 1.57s
<illiliti> how to reclaim ownership of muon PR?
<illiliti> fuck
<illiliti> hare PR is lost too
<phoebos> you can't push to the branch?
<sad_plan> the branch was there when I pushed ghcli though. it appeared in the list
<phoebos> they've changed names to illiliti/muon etc
rohan has quit [Ping timeout: 255 seconds]
<illiliti> i tried to push to it
<illiliti> illiliti/muon
<illiliti> no success
<illiliti> it just says Everything up-to-date
<illiliti> even though nothing is up-to-date lol
<illiliti> i guess i'll just reopen
rohan has joined #kisslinux
rohan has quit [Ping timeout: 246 seconds]
rohan has joined #kisslinux
<testuser[m]> Why do people use those c89 style variable declarations
rohan has quit [Ping timeout: 252 seconds]
rohan has joined #kisslinux
<illiliti> bruh
<illiliti> i'm one of those people
rohan has quit [Ping timeout: 258 seconds]
<illiliti> i use it because it helps me to know if function has too many variables
<illiliti> because, you know, they're defined at the top, so it's easy to check
<testuser[m]> Also u can change the license comment to 2 line spdx identifier
<illiliti> where
rohan has joined #kisslinux
<illiliti> hmm
rohan has quit [Read error: Connection reset by peer]
rohan has joined #kisslinux
<illiliti> why codeberg lists commits that don't exist anymore
<illiliti> > muon: fix depends
<illiliti> i've squashed it, why it still here
rohan has quit [Ping timeout: 272 seconds]
sad_plan has quit [Quit: nyaa~]
<testuser[m]> Torvalds is often mistaken in many things. He is one of the most overrated personalities in the computer industry world. But the fanbois love him because OMG OMG he is the Linux copyright holder.... Add to that some AMD fanboism and you get all the ridiculous statements about AVX-512....
<illiliti> without linus things will get worse immediately
<illiliti> linux foundation would take over with greg+sievers on the throne
<phoebos> c89 is comfy
<illiliti> (those guys are responsible for sabotaging non-systemd systems)
chomwitt has quit [Remote host closed the connection]
rohan has joined #kisslinux
rohan has quit [Ping timeout: 258 seconds]
rohan has joined #kisslinux
rohan has quit [Ping timeout: 272 seconds]
GalaxyNova has joined #kisslinux
GalaxyNova has joined #kisslinux
GalaxyNova has quit [Changing host]
GalaxyNova has quit [Remote host closed the connection]
GalaxyNova has joined #kisslinux
rohan has joined #kisslinux
rohan has quit [Read error: Connection reset by peer]
rohan has joined #kisslinux
rohan has quit [Ping timeout: 252 seconds]
rohan has joined #kisslinux
<midfavila> this is an interesting set of puzzles
<midfavila> not sure if any of you have run across them before
rohan has quit [Ping timeout: 260 seconds]