acheam changed the topic of #kisslinux to: Unnofficial KISS Linux community channel | https://kisscommunity.org | post logs or else | song of the day https://vid.puffyan.us/1IDZb7xrjPU
sad_plan has joined #kisslinux
<sad_plan> madmuha: you can still use st on wayland though. theres a port for it. https://github.com/michaelforney/st
<sad_plan> gimp is available in kiss-xorg repo atleast.
<sad_plan> I havent personally been able to build it yet, but its there anyway. should work fine
ioraff has quit [Ping timeout: 246 seconds]
mahmutov has quit [Ping timeout: 272 seconds]
<testuser[m]> Hi
<sad_plan> hi
sad_plan has quit [Quit: nyaa~]
illiliti has joined #kisslinux
sereg has joined #kisslinux
sereg has quit [Remote host closed the connection]
ylwyvkbjpislibps has joined #kisslinux
ella-0 has joined #kisslinux
ella-0_ has quit [Ping timeout: 240 seconds]
<madmuha> sad_plan on wayland or xwayland?
sad_plan has joined #kisslinux
<sad_plan> madmuha: you can use st on both. with xwayland, you should be able to use regular st, and with mcf's port, you can use st on wayland nativly. he also has a port of dmenu for wayland aswell
mmatongo has joined #kisslinux
mmatongo has quit [Remote host closed the connection]
mmatongo has joined #kisslinux
mmatongo has quit [Remote host closed the connection]
mmatongo has joined #kisslinux
<madmuha> sad_plan: dude thank you so much!
<sad_plan> no problem C:
mmatongo has quit [Remote host closed the connection]
mmatongo has joined #kisslinux
mmatongo has quit [Remote host closed the connection]
mmatongo has joined #kisslinux
<madmuha> todays the day ill make my machine more lovely with kiss hehe.. At least ill try. do u guys know whast she best method to encrypt my machine? Not sure if its better to use luks or something else... I have seabios and GRUB2 in my bios cmos (payload) so i actually can encrypt /boot too. Any ideas? Whats the most kiss way to do it?
mmatongo has quit [Remote host closed the connection]
mmatongo has joined #kisslinux
<sad_plan> I do belive luks is the way to go. I also belive you need kiss-encryption package perhaps. someone else has to verify this
<sad_plan> i correct myself, kiss-encrypt has been renamed to init-hooks. its in community
<sad_plan> you would then need the luks init hooks
<madmuha> great! thanks dude. Did u do it this way? i will probably have some questions since im fresh here.
<sad_plan> I havent encrypted my drives :p
<sad_plan> but Im still here to help if I can.
mmatongo has quit [Remote host closed the connection]
mmatongo has joined #kisslinux
mmatongo has quit [Remote host closed the connection]
mmatongo has joined #kisslinux
mmatongo has quit [Remote host closed the connection]
mmatongo has joined #kisslinux
mmatongo has quit [Remote host closed the connection]
mmatongo has joined #kisslinux
mmatongo has quit [Remote host closed the connection]
mmatongo has joined #kisslinux
mmatongo has quit [Remote host closed the connection]
mmatongo has joined #kisslinux
mmatongo has quit [Remote host closed the connection]
mmatongo has joined #kisslinux
mmatongo has quit [Remote host closed the connection]
mmatongo has joined #kisslinux
mmatongo has quit [Remote host closed the connection]
<madmuha> sad_plan: thanks dude! Why did Dylan left the project? or did he? I have no idea so im asking here haha...
<sad_plan> we have no idea. he just left. he initially said he left for the holidays over xmas and newyears. but he didnt really come back at first, and when i *did*, he didnt come back to kiss. right now he is only committing to private repos, so we have no clue. at least I dont
<sad_plan> I honestly dunno, maybe he grew tired of it? my guess is as good as yours untill someone asks him about it
<madmuha> he is probably tired of how tech is used against us nowdays... Who knows... Im happy to try kiss out anyway :)
<sad_plan> aint we all? the nice thing about KISS is that it has a bus-factor of 1. everyone can maintain their own kiss install.
sad_plan has quit [Quit: nyaa~]
sad_plan has joined #kisslinux
<madmuha> whats bus-factor? sorry ahahaa... Im here to learn as well.
<sad_plan> bus-factor is the number of people in which can leave the project without the project dying
<sad_plan> and its 0. i mistyped.
<madmuha> oh great! glad to hear that! I really like the idea behind it. sacred simplicity
<sad_plan> it means noone is needed for the project to continue. dylan is not needed, and neither is anyone else really.
<sad_plan> indeed
<sad_plan> its one of the reasons which makes KISS so great
<sad_plan> "The "bus factor" is the minimum number of team members that have to suddenly disappear from a project before the project stalls due to lack of knowledgeable or competent personnel." was the definition I was looking for :')
<madmuha> im using gentoo now and i have no idea how stuff work there.. Im happy kiss exsists. Im glad there is such a "place" where I will be able to learn stuff.
<sad_plan> yeah, kiss is a great place to learn alot of stuff about linux
<madmuha> do u use irssi as irc client?
<madmuha> can you please direct message me? i still dont know how ill see it since i never got a DM from anyone. Im pretty new at ircs
<madmuha> ok. figured it out! Ty omanom
<omanom> there's a big mix in here. catgirl, birch, kirc, weechat, whatever dilyn was using that i don't remember (KiwiIRC?)
<madmuha> irssi works fine. im happy with it. Im just getting used to the client :D
<sad_plan> theres also ii and sic aswell. I currently use catgirl
<sad_plan> is there any trick to partial static linking? Im trying to figure out how to get packages to statically link to certain libs
<sad_plan> should be able to use -Wl,-Bstatic -l<lib>, but it either fails, or just links to shared lib
<testuser[m]> cuz the packages already specify -llib before ur -Wl,-Bbla -llib
<testuser[m]> Easiest is just to remove shared versions of libs from packages u want to statically link
<sad_plan> ah, so I have to alter the makefile in that case?
<testuser[m]> no
<testuser[m]> Too much work
<testuser[m]> just --disable-shared on libX
<sad_plan> yeah, I experienced that when building the static kiss build I did. simply not having the shared libs was actually way easier than having to force the linker to use the static libs instead
<sad_plan> but I dont want that. I want to have the shared libs for other packages, or.. nothing should really use it ideally, but realistically, I need them
<sad_plan> lets just say, I wanna link sowm to libXau. using CFLAGS=-Wl,-Bstatic -lXau doesnt seem to work
<sad_plan> sowm is just an example, and sowm is basically easy to link statically, but i.e. webkit will link to alot of stuff. and it would bring me great joy to get rid of some of those dynamic links
<sad_plan> forcing some static libs would make things easier for me, if only I could make it actually link to their respective static libs
ioraff has joined #kisslinux
<ioraff> illiliti: didn't think github-cli would set up branches how it did and I pushed to your repo in error. in any case, I just did what you said needed to be done in your pcre2 PR comment
<illiliti> no worries. i'll handle that
madmuha is now known as pomekon
mahmutov has joined #kisslinux
pomekon has quit [Quit: Lost terminal]
pomekon has joined #kisslinux
<phinxy> How does arrays look like in ash?
sad_plan has quit [Quit: nyaa~]
<illiliti> set -- entry1 entry2 entry3; echo "index1 - $1"; echo "all - $@"
<illiliti> it is not a "true" array though
mahmutov has quit [Ping timeout: 276 seconds]
mahmutov has joined #kisslinux
rohan has joined #kisslinux
<rohan> noocsharp: wayclip works with bemenu?
<rohan> i cant paste
ioraff has quit [Ping timeout: 272 seconds]
rohan has quit [Ping timeout: 272 seconds]
<pomekon> im actually setting my new kiss RN but on the main site i only see core, extra, testing and wayland.. Where is the community one?
<pomekon> its not on the main site right?
soliwilos has quit [Remote host closed the connection]
soliwilos has joined #kisslinux
<pomekon> found it
<pomekon> :)
illiliti has quit [Quit: later]
rohan has joined #kisslinux
ioraff has joined #kisslinux
ejjdhfjsu has joined #kisslinux