[2022-09-03T00:02:20Z] why does not escaping the space with sed work? should a simple sed 's/ /\\ /g' work? when I print it out, it looks fine, but for whatever reason, when mpv is trying to play it, itll complain about the same as before. seperating the words.. [2022-09-03T00:02:34Z] s/should/shoudnt/ [2022-09-03T00:27:55Z] there are other things that should be escaped, did you try the sed I linked to [2022-09-03T00:28:17Z] what's the filename giving an error [2022-09-03T00:40:53Z] all of them currently, but Ive not had any issues with it before really. never had to escape anything [2022-09-03T00:41:02Z] Learning\ Awk\ Is\ Essential\ For\ Linux\ Users\ [9YOZmI-zWok].mp4 [2022-09-03T00:41:08Z] Ryzen\ 7000\ is\ NOT\ what\ I\ Expected!\ [c0hv8h2a4Tk].webm [2022-09-03T00:41:14Z] Why\ Pay\ $1000\ for\ a\ 25\ year\ old\ PC!\ [CTIpNtHWVtQ].webm [2022-09-03T00:43:34Z] their names is initially without the backwards slash though. ls just seems to escape them [2022-09-03T01:58:26Z] sad_plan: var="(find . -type f | awk -F '/' '{print $NF}' | dmenu)"; mpv "$var" [2022-09-03T01:58:48Z] s/(/$(/ [2022-09-03T01:58:51Z] yeah, I just figured that out. mid gave me the idea :p [2022-09-03T01:58:54Z] and it worked [2022-09-03T01:59:05Z] * midfavila dabs [2022-09-03T01:59:09Z] helpgang represent [2022-09-03T01:59:33Z] always great to have someone to ask for help when your stuck at some bs problem :p [2022-09-03T02:35:59Z] woot [2022-09-03T02:36:09Z] networking and graphics are both working in the new system [2022-09-03T02:46:34Z] great. so now youre up and running all built with tcc? except the kernel though [2022-09-03T02:48:22Z] everything coming through okay? [2022-09-03T02:48:44Z] connecting via SDF on the new system, haven't set up an IRC client locally yet [2022-09-03T02:59:35Z] that depends on what messages you sent between you mentioning graphics and network is up and running, and you setting up sdf :p [2022-09-03T03:03:53Z] fucking hell. why does kiss bork up my alternatives? if I switch all alternatives to toybox, suddenly alot of them suddenly isnt owned [2022-09-03T03:07:24Z] ive had issues with that earlier too, but it seems to be most previlent when doing everyone at once [2022-09-03T05:16:23Z] "great. so now youre up and..." <- when is the tcc kernel patch coming? [2022-09-03T05:47:36Z] can i use tcc to run every program as a script without compiling? [2022-09-03T06:04:15Z] Bruh [2022-09-03T06:05:16Z] Hi [2022-09-03T06:12:30Z] oh even needs compile programs when i can run c scripts [2022-09-03T06:13:23Z] "Script" is literally $CC file.c -o /tmp/junk.xyz; /tmp/junk.xyz [2022-09-03T06:14:18Z] i'm joking...... [2022-09-03T06:18:02Z] tcc -run [2022-09-03T06:44:14Z] it's time to give up graphics and embrace the tty [2022-09-03T06:45:39Z] tell us how it goes [2022-09-03T06:53:19Z] graphics is bit overkill [2022-09-03T06:54:16Z] next up i'll be living in a uefi shell. [2022-09-03T09:09:00Z] illiliti: lol the bug is still there cuz we explicitly set rpath in firefox build so running ldd will fetch from /usr/lib/firefox even with system nss [2022-09-03T09:09:12Z] this time it's not a kiss bug tho [2022-09-03T09:09:18Z] I'll just remove that flag [2022-09-03T10:32:24Z] o shit apparently its required on musl [2022-09-03T12:48:17Z] I think we can safely set rpath to $ORIGIN [2022-09-03T14:07:06Z] https://github.com/hughbarney/zep [2022-09-03T14:07:13Z] do any of you know of a vi clone that's akin to this in spirit? [2022-09-03T14:07:23Z] i need to package an emacs and a vi or people will yell at me [2022-09-03T14:18:35Z] https://github.com/kiss-community/repo/issues/97 [2022-09-03T14:18:36Z] bruh [2022-09-03T14:24:37Z] okay cool, got an IRC client running natively now [2022-09-03T14:27:03Z] midfavila: have you looked at nextvi? [2022-09-03T14:29:20Z] it's far too large [2022-09-03T14:29:25Z] almost an order of magnitude larger than zep [2022-09-03T14:30:11Z] i mean, emacs based or vi based editors [2022-09-03T14:31:05Z] i don't understand your question in this context [2022-09-03T14:31:16Z] i have an emacs: zep [2022-09-03T14:31:39Z] i'd like a vi that has a similar spirit: bare minimum implementation of vi, instead of bare minimum of emacs [2022-09-03T14:32:56Z] oh, wait, might have just found one [2022-09-03T14:33:01Z] https://github.com/udo-munk/s [2022-09-03T14:35:46Z] i just want an editor that has visual block and syntax highlighting [2022-09-03T14:36:06Z] then use vim or gnu emacs [2022-09-03T14:39:43Z] i would say vis [2022-09-03T16:39:02Z] testuser[m]12: you can make a symlink to nss at /usr/lib/firefox/gmp-clearkey/0.1/ [2022-09-03T16:40:00Z] Yeah but the point is to fix it globally instead of ad hoc solution per package [2022-09-03T16:40:09Z] Not that anything other than firefox relies on rpath [2022-09-03T16:40:12Z] But still [2022-09-03T16:44:22Z] this mess only proves how bad dynamic linking is... [2022-09-03T16:49:06Z] create a symlink and drop a wrapper for now [2022-09-03T16:49:22Z] or it does not work without wrapper? [2022-09-03T16:50:55Z] Wdym wrapper? [2022-09-03T16:51:03Z] firefox.sh [2022-09-03T16:52:03Z] Ah [2022-09-03T16:52:31Z] I'll drop it [2022-09-03T16:52:33Z] wrapper is only needed if not setting an rpath [2022-09-03T16:53:01Z] ok [2022-09-03T16:53:50Z] i'll look into a proper fix [2022-09-03T16:56:12Z] I can think of a logic that involves a ton of if statements but should work [2022-09-03T16:56:14Z] I forgot [2022-09-03T17:14:03Z] https://git.alpinelinux.org/aports/tree/community/firefox/APKBUILD#n665 [2022-09-03T17:14:06Z] hm [2022-09-03T17:23:47Z] btw any idea how genpoo deals with it if a package gets an extra dependency due to automatic dependency check in configure script? I don't think they have resolver like kiss [2022-09-03T17:28:04Z] So it doesn't [2022-09-03T17:28:05Z] https://devmanual.gentoo.org/general-concepts/dependencies/#tips-for-checking-dependencies [2022-09-03T17:30:48Z] ~~we could use patchelf to set rpath=$pkg_dir/rpath~~