acheam 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/P6TERVMCUhI
hellboy_ has joined #kisslinux
<hellboy_> hi
<hellboy_> ash have some vi mode?
ejjdhfjsu has joined #kisslinux
dilyn has joined #kisslinux
<dilyn> Ogromny: I haven't built it yet
<dilyn> Ogromny: you should be able to disable xwayland and remove the xlib requirements with -Dxwayland=disabled
<dilyn> considering the makefile just uses cmake, you should probably use meson... :thinking:
hellboy_ has quit [Quit: hellboy_]
<testuser[m]12> Hi
<ioraff> hi
<ioraff> i
<dilyn> o/
ioraff has quit [Quit: ioraff]
ella-0_ has joined #kisslinux
ella-0 has quit [Ping timeout: 245 seconds]
dilyn has quit [Quit: Ping timeout (120 seconds)]
stjohn has joined #kisslinux
ejjdhfjsu has quit [Remote host closed the connection]
<Ogromny> dilyn: thanks !
kinozawa has quit [Quit: Leaving the Cosmos...]
kinozawa has joined #kisslinux
<Ogromny> Hi
<wael[m]> Hii
<Ogromny> I made a small script for updating `git` package if there's update available for them
<Ogromny> #/bin/sh -e
<Ogromny> TMP_FILE=$(mktemp)
<Ogromny> # Ogromny <ogromnycoding@gmail.com>
<Ogromny> # color
<Ogromny> PACKAGES_TO_UPDATE=""
<Ogromny> BLUE="\033[1;34m"
<Ogromny> RESET="\033[0m"
<Ogromny> log() {
<Ogromny> printf "$BLUE[info] %s$RESET\n" "$@"
<Ogromny> }
<Ogromny> # get git package
<Ogromny> kiss list > "$TMP_FILE"
<Ogromny> while read -r package version; do
<Ogromny> case "$version" in
<Ogromny> git-*) log "Found package $package" ;;
<Ogromny> *) continue ;;
<Ogromny> esac
<Ogromny> cd "$HOME/.cache/kiss/sources/$package/$package"
<Ogromny> log "Checking if there's update available"
<Ogromny> git fetch
<Ogromny> # get remote/HEAD branch name
<Ogromny> REMOTE_BRANCH=$(git remote show origin | grep "HEAD branch:" | xargs | cut -d" " -f3)
<Ogromny> if [ $(git rev-list HEAD...origin/master --count) = "0" ]; then
<Ogromny> log "No update available for $package"
<Ogromny> continue
<Ogromny> fi
<Ogromny> log "Update available for $package"
<Ogromny> PACKAGES_TO_UPDATE="${PACKAGES_TO_UPDATE}${package} "
<Ogromny> done < "$TMP_FILE"
<Ogromny> if [ -n $PACKAGES_TO_UPDATE ]; then
<Ogromny> log "Everythings is up to date !"
<Ogromny> else
<Ogromny> log "Will update $PACKAGES_TO_UPDATE"
<Ogromny> kiss build $PACKAGES_TO_UPDATE
<Ogromny> fi
<Ogromny> (sorry for the spam lol)
<wael[m]> What the fuck man
<wael[m]> seriously should have linked a gist lmao
<wael[m]> also does kiss not update got packages?
<wael[m]> s/got/git
<Ogromny> Yeah sorry I'm starting to get pretty drunk
<Ogromny> Nah kiss doesn't check `git` package
<Ogromny> My script seems to work fine tho
<wael[m]> make a patch for the package manager itself
<wael[m]> I don't think having an entire script is a good idea
<wael[m]> Actually
<wael[m]> Is it a hook?
<Ogromny> Nah it's just a script
<wael[m]> I'd love it if it was made to be a kiss hook
<wael[m]> Make it a hook then
<Ogromny> I think you can make a pre-update hook or anything similar to that but not sure tho
<Ogromny> Yeah good idea I'll look that
<wael[m]> I can't make a hook rn I just left home lol
<wael[m]> But it doesn't seem hard
<wael[m]> See 006 of package manager wikj
<Ogromny> NP let me look at that x)
<Ogromny> Ty
<wael[m]> To know the details and of arguments and whatever
<Ogromny> ty
<wael[m]> Also, for any kiss community members of the github group
<wael[m]> I wish we had a little repo with kiss hooks
<Ogromny> Dilyn can you create `kiss-hooks` or whatever repo please
<wael[m]> Yes something like that
<illiliti> i had this idea before(see init-hooks btw). i wish i had more time to work on it, but for now i can't. if someone could, that would be awesome
<illiliti> i can create empty kiss-hooks repo if you like
<wael[m]> Simply opening kiss-hooks repo and just have people submit their hooks!
<wael[m]> I assume KISS supports multiple hooks so I hope that's possible
<wael[m]> Also, could be possible to have hook snippets to put them inside one giant hook, maybe.
<Ogromny> For the git-updated I don't know if it can be made into a hook
<Ogromny> s/git-updated/git-update/
<illiliti> here
<illiliti> kiss supports multiple hooks yeah
<illiliti> you need to colon separate them in KISS_HOOK
dilyn has joined #kisslinux
soliwilos_ has quit [Remote host closed the connection]
soliwilos has joined #kisslinux
soliwilos has quit [Remote host closed the connection]
soliwilos has joined #kisslinux
stjohn has quit [Quit: Leaving.]
dilyn has quit [Quit: Connection closed]
soliwilos has quit [Remote host closed the connection]
soliwilos has joined #kisslinux
ioraff has joined #kisslinux
brassado has joined #kisslinux
brassado is now known as sam_sepi0l
soliwilos has quit [Remote host closed the connection]
soliwilos has joined #kisslinux
rohan has quit [Ping timeout: 240 seconds]
hellboy_ has joined #kisslinux
<hellboy_> hi guys
<hellboy_> is libelf sed still needed to build 5.19 kernel?
<hellboy_> or nah?
fitrh has joined #kisslinux
<ioraff> libelf sed?
rohan has joined #kisslinux
<hellboy_> i mean
<hellboy_> this section in the install wiki
<hellboy_> a fix for kernel
<ioraff> ah. no, it is no longer necessary.
<hellboy_> bruh
<hellboy_> maybe this is why i have the issue with my graphic card
<hellboy_> or not
<hellboy_> maybe some pci error for using multiple linux distros
<hellboy_> will see
<ioraff> I'm almost certain that isn't what's causing problems
<hellboy_> so i dont know
<hellboy_> sometimes i get up
<hellboy_> sometimes not
<hellboy_> is alive lol
claudia_ has quit [Quit: Leaving]
<hellboy_> bruh
<hellboy_> see this
<hellboy_> kernel wont build
<hellboy_> this is kernel 5.19
<hellboy_> need bash wtf
<ioraff> yeah. I just submitted a patch
hellboy_ has quit [Read error: Connection reset by peer]
claudia has joined #kisslinux
fitrh has quit [Remote host closed the connection]
<wael[m]> Wtf lmaooo
<wael[m]> ioraff, thank you DEARLY for stepping up and putting a patch out there.
<ioraff> you betcha
rohan has quit [Ping timeout: 268 seconds]
heartbur1 has quit [Quit: Reconnecting]
heartburn has joined #kisslinux
dbrooke has quit [Ping timeout: 244 seconds]
dbrooke has joined #kisslinux
Torr has joined #kisslinux
<illiliti> fuck, why they constantly fail to acknowledge that bash isn't the only shell people use
<illiliti> this upset me so much
<illiliti> thanks ioraff for the patch nonetheless. hoping and praying they won't reject it
<ioraff> me too. also hoping that if they do, it doesn't take until the next mainline to see a release
hellboy_ has joined #kisslinux
<hellboy_> yo
<hellboy_> someone have a discret graphic card?
<hellboy_> i think in test if is kiss fucking my system or something
rohan has joined #kisslinux
rohan has quit [Client Quit]
rohan has joined #kisslinux
hellboy_ has quit [Quit: zzz]