đŸ Archived View for gemini.ctrl-c.club âș ~phoebos âș logs âș freenode-kisslinux-2020-01-17.txt captured on 2023-01-29 at 04:04:50.
âŹ ïž Previous capture (2021-12-17)
-=-=-=-=-=-=-
2020-01-17T00:00:17 #kisslinux <dylanaraps> /bin/login -f user 2020-01-17T00:00:34 #kisslinux <adamantium> k 2020-01-17T00:02:06 #kisslinux <dylanaraps> > obsolete/protypes.h: No such file or directory 2020-01-17T00:02:13 #kisslinux <dylanaraps> Missing more NSS 2020-01-17T00:02:15 #kisslinux <dylanaraps> yay 2020-01-17T01:39:02 #kisslinux <adamantium> yeah webkit is taking its time on my laptop today 2020-01-17T01:39:04 #kisslinux <adamantium> *lol* 2020-01-17T03:19:37 #kisslinux <icyphox> gm lads 2020-01-17T03:19:50 #kisslinux <icyphox> so i'm having an X vs Wayland discussion with someone 2020-01-17T03:20:02 #kisslinux <icyphox> what are some good points for X? 2020-01-17T03:20:35 #kisslinux <konimex> 1. it's not wayland 2020-01-17T03:20:49 #kisslinux <icyphox> they say Wayland is a lot simpler and more secure than X 2020-01-17T03:20:59 #kisslinux <icyphox> i've never used Wayland, so idk 2020-01-17T03:21:18 #kisslinux <icyphox> konimex: c'mon i need a lil more than that lol 2020-01-17T03:22:25 #kisslinux <E5ten> search wayland in chat history a lot of good points were listed like a day ago 2020-01-17T03:23:56 #kisslinux <konimex> something someting "your system may be 'secure', but all your security work was still just masturbation." 2020-01-17T03:27:41 #kisslinux <icyphox> lol 2020-01-17T03:27:53 #kisslinux <icyphox> thanks E5ten 2020-01-17T03:27:57 #kisslinux <icyphox> i'll do that 2020-01-17T03:31:14 #kisslinux <E5ten> dylanaraps: earlier today I said I wish falkon didn't use xcb-util, so I decided to look into trying to remove its usage of it...so it doesn't link to the library, just includes xcb_atom.h, so I looked at what's in xcb_atom.h and it's 3 functions from the library that falkon doesn't use 2020-01-17T03:32:05 #kisslinux <Shyiskhar> Yeah there was a massive wayland discussion yesterday, I think it all boils down to wayland is a protocol. Which means it does nothing at all and relies on external programs to implement anything. Whereas X just does what it's meant to do nicely... 2020-01-17T03:32:35 #kisslinux <E5ten> I think whoever made the change that added the usage of xcb-util (including the unneeded header and checking for it in cmake) just assumed that because they were using some xcb functions and stuff that had atom in the name that they needed it 2020-01-17T03:32:43 #kisslinux <Shyiskhar> But also remember I'm dumb as rocks. 2020-01-17T03:42:06 #kisslinux <icyphox> is anyone having trouble opening mastodon in webkit-based browsers? 2020-01-17T05:07:34 #kisslinux <lieuxnoir> i need some shell help 2020-01-17T05:08:08 #kisslinux <E5ten> yeah? 2020-01-17T05:08:13 #kisslinux <lieuxnoir> so i modified dylanaraps' bri script a bit 2020-01-17T05:08:37 #kisslinux <lieuxnoir> and shellchecking it doesn't show errors 2020-01-17T05:08:46 #kisslinux <lieuxnoir> but im not confident 2020-01-17T05:08:51 #kisslinux <lieuxnoir> https://termbin.com/44km 2020-01-17T05:09:29 #kisslinux <lieuxnoir> using default busybox shell btw 2020-01-17T05:09:59 #kisslinux <E5ten> why'd you change the use of cur in $(()) to that? 2020-01-17T05:10:20 #kisslinux <E5ten> oh I see 2020-01-17T05:11:47 #kisslinux <lieuxnoir> my guess 2020-01-17T05:11:56 #kisslinux <E5ten> wait no I don't see 2020-01-17T05:12:52 #kisslinux <lieuxnoir> so if cur is empty, it uses literal cur itself 2020-01-17T05:12:56 #kisslinux <lieuxnoir> as a variable 2020-01-17T05:13:45 #kisslinux <E5ten> how would cur be empty? 2020-01-17T05:14:18 #kisslinux <E5ten> when would that file (on a system where it should exist) ever be empty? 2020-01-17T05:14:20 #kisslinux <lieuxnoir> oh right 2020-01-17T05:14:41 #kisslinux <lieuxnoir> i forgot why i did that 2020-01-17T05:15:02 #kisslinux <lieuxnoir> wait 2020-01-17T05:15:34 #kisslinux <lieuxnoir> ahh i guess i remember 2020-01-17T05:15:54 #kisslinux <lieuxnoir> i kind of tricked the shell 2020-01-17T05:16:16 #kisslinux <E5ten> but what does it do? 2020-01-17T05:16:58 #kisslinux <lieuxnoir> it sees cur as a something with value and as a literal variable 2020-01-17T05:17:10 #kisslinux <lieuxnoir> i don't know it that makes sense 2020-01-17T05:17:18 #kisslinux <lieuxnoir> s/it/if 2020-01-17T05:17:51 #kisslinux <E5ten> like what do you expect it to change about the results of the expression is what I'm asking 2020-01-17T05:17:53 #kisslinux <lieuxnoir> i did that because of `${2:-=}` 2020-01-17T05:19:13 #kisslinux <lieuxnoir> because for example, if cur has a value, say 123 2020-01-17T05:19:28 #kisslinux <lieuxnoir> and the value of `$2` is `=` 2020-01-17T05:19:34 #kisslinux <lieuxnoir> it would return errors 2020-01-17T05:20:12 #kisslinux <E5ten> the ${2:-=} thing is so that if an operation (addition or subtraction) isn't specified as a second argument the syntax is still valid 2020-01-17T05:20:52 #kisslinux <lieuxnoir> `123=max*$1/100` 2020-01-17T05:20:59 #kisslinux <lieuxnoir> ^ won't this return errors? 2020-01-17T05:21:40 #kisslinux <E5ten> variable name on the left of an = (and any variants like -=) will be used as a variable not the value of the variable 2020-01-17T05:21:43 #kisslinux <lieuxnoir> arithmetic syntax error 2020-01-17T05:21:59 #kisslinux <lieuxnoir> because it's inside `$(())` 2020-01-17T05:22:04 #kisslinux <E5ten> yeah 2020-01-17T05:22:26 #kisslinux <E5ten> wait do you mean that in response to what I said or to explain what you're saying? 2020-01-17T05:22:45 #kisslinux <E5ten> because $((var = math)) is not an error even if var expands to a number because var won't expand 2020-01-17T05:22:55 #kisslinux <E5ten> it'll get set to the result of the math expression 2020-01-17T05:23:48 #kisslinux <lieuxnoir> it does though 2020-01-17T05:23:54 #kisslinux <lieuxnoir> `cur=100` 2020-01-17T05:23:57 #kisslinux <lieuxnoir> then 2020-01-17T05:24:05 #kisslinux <lieuxnoir> `$((cur+cur))` 2020-01-17T05:24:10 #kisslinux <lieuxnoir> returns 200 2020-01-17T05:24:27 #kisslinux <lieuxnoir> im confused 2020-01-17T05:24:52 #kisslinux <E5ten> what 2020-01-17T05:25:08 #kisslinux <E5ten> why are you confused by $((100+100)) returning 200? 2020-01-17T05:26:15 #kisslinux <lieuxnoir> no not that 2020-01-17T05:26:20 #kisslinux <lieuxnoir> the script lol 2020-01-17T05:26:50 #kisslinux <lieuxnoir> https://raw.githubusercontent.com/dylanaraps/bin/master/bri 2020-01-17T05:27:05 #kisslinux <lieuxnoir> using his gives me errors 2020-01-17T05:27:13 #kisslinux <E5ten> like an exit code of 200 or it's writing "200" to the brightness file? 2020-01-17T05:28:18 #kisslinux <lieuxnoir> no, it returns wrong values 2020-01-17T05:28:59 #kisslinux <E5ten> like in the math? 2020-01-17T05:29:12 #kisslinux <lieuxnoir> yes 2020-01-17T05:29:16 #kisslinux <E5ten> you gotta explain this more clearly don't be vague, what values are wrong exactly 2020-01-17T05:30:05 #kisslinux <lieuxnoir> okay, i'll just revert the script 2020-01-17T05:31:32 #kisslinux <E5ten> both his and your script appear to work normally... 2020-01-17T05:32:31 #kisslinux <E5ten> no wait you're totally right his is isn't right I accidentally wrote a line change I did in it while I was looking at it 2020-01-17T05:33:10 #kisslinux <E5ten> yours doesn't need the ${cur:+cur} thing, that isn't how it works 2020-01-17T05:33:12 #kisslinux <E5ten> just cur is fine 2020-01-17T05:38:21 #kisslinux <lieuxnoir> the formula itself i guess is wrong 2020-01-17T05:38:33 #kisslinux <E5ten> in which script? 2020-01-17T05:38:33 #kisslinux <lieuxnoir> wait i'll show 2020-01-17T05:38:39 #kisslinux <E5ten> cuz in your script seems correct 2020-01-17T05:38:43 #kisslinux <E5ten> it seems* 2020-01-17T05:39:55 #kisslinux <lieuxnoir> https://termbin.com/uwe1 2020-01-17T05:40:02 #kisslinux <lieuxnoir> ^ dylan's 2020-01-17T05:40:10 #kisslinux <lieuxnoir> https://termbin.com/e6zdc 2020-01-17T05:40:14 #kisslinux <lieuxnoir> ^ mine 2020-01-17T05:41:06 #kisslinux <lieuxnoir> try `<script> 10` 2020-01-17T05:41:26 #kisslinux <lieuxnoir> on both 2020-01-17T05:42:14 #kisslinux <E5ten> yeah the issue with his is the formula not the cur thing 2020-01-17T05:43:13 #kisslinux <lieuxnoir> ohh 2020-01-17T05:43:23 #kisslinux <lieuxnoir> yes i see lol 2020-01-17T05:44:05 #kisslinux <lieuxnoir> maybe i did that cur thing only because i wanted to get away with those shellcheck errors lol 2020-01-17T05:44:18 #kisslinux <E5ten> what shellcheck errors? 2020-01-17T05:44:57 #kisslinux <lieuxnoir> In qd line 3: 2020-01-17T05:44:57 #kisslinux <lieuxnoir> cur=4648 2020-01-17T05:44:57 #kisslinux <lieuxnoir> ^-^ SC2034: cur appears unused. Verify use (or export if used externally). 2020-01-17T05:44:57 #kisslinux <lieuxnoir> In qd line 7: 2020-01-17T05:44:57 #kisslinux <lieuxnoir> bri=$((cur ${2:-=} max * $1 / 100)) 2020-01-17T05:44:58 #kisslinux <lieuxnoir> ^-- SC1102: Shells disambiguate $(( differently or not at all. For $(command substition), add space after $( . For $((arithmetics)), fix parsing errors. 2020-01-17T05:44:58 #kisslinux <lieuxnoir> ^-----^ SC2086: Double quote to prevent globbing and word splitting. 2020-01-17T05:44:59 #kisslinux <lieuxnoir> ^-- SC2035: Use ./*glob* or -- *glob* so names with dashes won't become options. 2020-01-17T05:44:59 #kisslinux <lieuxnoir> ^-- SC2086: Double quote to prevent globbing and word splitting. 2020-01-17T05:45:00 #kisslinux <lieuxnoir> Did you mean: 2020-01-17T05:45:00 #kisslinux <lieuxnoir> bri=$((cur "${2:-=}" max * "$1" / 100)) 2020-01-17T05:46:38 #kisslinux <E5ten> I guess cuz of the ${2:-}? 2020-01-17T05:47:15 #kisslinux <lieuxnoir> that, i don't know 2020-01-17T05:47:49 #kisslinux <E5ten> yeah removing it and just putting = (just to check what shellcheck says) gets rid of the warnings except the unused one because that's actually accurate 2020-01-17T05:48:16 #kisslinux <E5ten> well the unused one appears in the $(()) now because I just had an = so it knew it was getting assigned 2020-01-17T05:50:10 #kisslinux <E5ten> it can't handle using a variable for an operator I guess 2020-01-17T05:54:40 #kisslinux <lieuxnoir> i guess i'll just live with it 2020-01-17T05:54:50 #kisslinux <lieuxnoir> shell is still a mystery to me 2020-01-17T05:57:56 #kisslinux <E5ten> http://ix.io/27Ch clearly though this is the best version of this script :>) 2020-01-17T05:59:16 #kisslinux <E5ten> http://ix.io/27Cj slightly modified to also not go below 0 2020-01-17T06:01:27 #kisslinux <lieuxnoir> lovely, thanks 2020-01-17T09:12:15 #kisslinux <dylanaraps> mornin' 2020-01-17T09:12:32 #kisslinux <dylanaraps> Cat update: He's still eating small amounts 2020-01-17T09:12:39 #kisslinux <dylanaraps> Taking him off IV today 2020-01-17T09:12:59 #kisslinux <dylanaraps> 90% of cats die to this btw! 2020-01-17T09:26:52 #kisslinux <dylanaraps> lieuxnoir: My math is like that a my brightness doesn't scale 0-100. 2020-01-17T09:27:26 #kisslinux <icyphox> Good cat! 2020-01-17T09:32:09 #kisslinux <E5ten> dylanaraps: any more ground made on webengine? 2020-01-17T09:32:18 #kisslinux <dylanaraps> Yup 2020-01-17T09:32:22 #kisslinux <dylanaraps> 10K+ 2020-01-17T09:32:34 #kisslinux <dylanaraps> Adding another patch now. 2020-01-17T09:32:35 #kisslinux <E5ten> Nice 2020-01-17T09:35:14 #kisslinux <dylanaraps> Doing another build now 2020-01-17T09:35:20 #kisslinux <dylanaraps> I love ccache 2020-01-17T09:35:34 #kisslinux <E5ten> It's a beautiful thing 2020-01-17T09:35:38 #kisslinux <dylanaraps> I had to write my own patch for execinfo 2020-01-17T09:36:08 #kisslinux <dylanaraps> I want to rip out safebrowsing too. 2020-01-17T09:36:18 #kisslinux <dylanaraps> "safebrowsing" 2020-01-17T09:36:35 #kisslinux <E5ten> This almost definitely isn't doable but I wonder how much nss code there is and how isolated it is and how possible it'd be to replace it with openssl or something lol 2020-01-17T09:37:08 #kisslinux <dylanaraps> I would love that... 2020-01-17T09:37:24 #kisslinux <dylanaraps> libcurl is a better replacement as iirc nss is used for certs. 2020-01-17T09:37:32 #kisslinux <dylanaraps> libcurl handles certs too. 2020-01-17T09:37:49 #kisslinux <dylanaraps> webkit2gtk had support for libcurl instead of nss once upon a time 2020-01-17T09:39:37 #kisslinux <merakor> dylanaraps: I added a PR for kiss contrib, but shellcheck gives an error. 2020-01-17T09:39:41 #kisslinux <E5ten> I feel like it's likely libcurl handles them through the crypto library it's linked to but either way I'd prefer doing it with that if possible because it'd mean it's no longer attached to a specific crypto library, and I'll obviously never not have curl 2020-01-17T09:40:01 #kisslinux <dylanaraps> Yup 2020-01-17T09:40:35 #kisslinux <merakor> The error doesn't happen on my own shellcheck, and I have been doing the problem it reported in all of my scripts. 2020-01-17T09:41:26 #kisslinux <dylanaraps> Which version is your local one? 2020-01-17T09:41:40 #kisslinux <merakor> 0.7.0 2020-01-17T09:41:43 #kisslinux <dylanaraps> Ah 2020-01-17T09:41:49 #kisslinux <dylanaraps> I think travis uses an older version. 2020-01-17T09:41:56 #kisslinux <merakor> Oh, I see 2020-01-17T09:41:59 #kisslinux <dylanaraps> Or GitHub actions, whateve. 2020-01-17T09:42:16 #kisslinux <merakor> Probably ancient Ubuntu versions 2020-01-17T09:43:05 #kisslinux <dylanaraps> Looks like I need to write another patch :( 2020-01-17T09:43:26 #kisslinux <dylanaraps> I didn't run the build in a way for me to log the output too. 2020-01-17T09:43:31 #kisslinux <dylanaraps> So, here we go again. 2020-01-17T09:43:39 #kisslinux <dylanaraps> Yay for ccache 2020-01-17T09:43:46 #kisslinux <dylanaraps> This would be torture without it. 2020-01-17T09:44:00 #kisslinux <dylanaraps> E5ten: https://github.com/qt/qtwebengine/search?q=nss&unscoped_q=nss 2020-01-17T09:45:36 #kisslinux <E5ten> That doesn't look terrible I guess? 2020-01-17T09:46:15 #kisslinux <dylanaraps> This doesn't include the chromium sources though. 2020-01-17T09:46:17 #kisslinux <dylanaraps> I think. 2020-01-17T09:47:14 #kisslinux <dylanaraps> Yeah, it doesn't. 2020-01-17T09:47:15 #kisslinux <E5ten> Oh duh I only ever interact with the tarball but yeah of course in git that'd be a submodule 2020-01-17T09:59:28 #kisslinux <dylanaraps> > error: no matching function for call to âstd::vector<mmsghdr, base::StackAllocator<mmsghdr, 17> >::push_back(<brace-enclosed initializer list>)â 2020-01-17T09:59:30 #kisslinux <dylanaraps> Hm 2020-01-17T10:00:07 #kisslinux <dylanaraps> In: 3rdparty/chromium/net/socket/udp_socket_posix.cc 2020-01-17T10:04:36 #kisslinux <dylanaraps> OK 2020-01-17T10:04:40 #kisslinux <dylanaraps> Found a patch 2020-01-17T10:04:57 #kisslinux <dylanaraps> Though it's old so I may have to do it myself. 2020-01-17T10:05:02 #kisslinux <dylanaraps> ooo 2020-01-17T10:05:04 #kisslinux <dylanaraps> It applied. 2020-01-17T10:05:06 #kisslinux <dylanaraps> We're off. 2020-01-17T10:11:24 #kisslinux <dylanaraps> Another dumb Python error 2020-01-17T10:20:40 #kisslinux <dylanaraps> [10576/16905] 2020-01-17T10:28:04 #kisslinux <dylanaraps> [11093/16905] 2020-01-17T10:31:27 #kisslinux <dylanaraps> [11473/16905] 2020-01-17T10:31:42 #kisslinux <dylanaraps> We'll have qtwebengine today I think. 2020-01-17T10:36:03 #kisslinux <dylanaraps> New error. 2020-01-17T10:36:16 #kisslinux <dylanaraps> > error: âQAccessibleâ has not been declared 2020-01-17T10:36:21 #kisslinux <dylanaraps> > error: expected â{â before âActivationObserverâ 2020-01-17T10:36:26 #kisslinux <dylanaraps> > error: expected primary-expression before âpublicâ 2020-01-17T10:36:31 #kisslinux <dylanaraps> > error: expected â}â before âpublicâ 2020-01-17T10:36:37 #kisslinux <dylanaraps> > error: expected constructor, destructor, or type conversion before â;â token 2020-01-17T10:36:43 #kisslinux <dylanaraps> > error: virt-specifiers in âaccessibilityActiveChangedâ not allowed outside a class definition 2020-01-17T10:36:47 #kisslinux <dylanaraps> > error: expected declaration before â}â token 2020-01-17T10:36:58 #kisslinux <dylanaraps> > error: invalid application of âsizeofâ to incomplete type âQtWebEngineCore::AccessibilityActivationObserverâ 2020-01-17T10:37:01 #kisslinux <dylanaraps> Oh god 2020-01-17T10:38:07 #kisslinux <E5ten> I think that means you have to enable accessibility in qt5-base? 2020-01-17T10:38:16 #kisslinux <dylanaraps> Gross 2020-01-17T10:38:55 #kisslinux <dylanaraps> Or I disable accessibility in qtwebengine (Please) 2020-01-17T10:39:32 #kisslinux <E5ten> don't think so :( 2020-01-17T10:40:12 #kisslinux <dylanaraps> > #ifndef QT_NO_ACCESSIBILITY 2020-01-17T10:40:22 #kisslinux <dylanaraps> There's already ifdefs somewhere 2020-01-17T10:41:03 #kisslinux <E5ten> try -no-accessibility 2020-01-17T10:41:26 #kisslinux <E5ten> it's not listed in the config_help.txt but it's mentioned in changelogs 2020-01-17T10:41:51 #kisslinux <dylanaraps> And we're off again 2020-01-17T10:42:05 #kisslinux <dylanaraps> > On Linux accessibility is disabled by default due to performance issues, 2020-01-17T10:42:06 #kisslinux <dylanaraps> lol 2020-01-17T10:42:18 #kisslinux <dylanaraps> (At runtime) 2020-01-17T10:42:40 #kisslinux <dylanaraps> > ERROR: Unknown command line option '-no-accessibility'. 2020-01-17T10:43:02 #kisslinux <E5ten> rip 2020-01-17T10:43:06 #kisslinux <E5ten> try just adding that definition I guess 2020-01-17T10:43:36 #kisslinux <E5ten> nevermind I think it'd be defined in qt5-base because of accessibility being disabled 2020-01-17T10:43:57 #kisslinux <E5ten> actually no try it anyway 2020-01-17T10:44:10 #kisslinux <dylanaraps> wdym? 2020-01-17T10:45:02 #kisslinux <E5ten> try passing -DQT_NO_ACCESSIBILITY 2020-01-17T10:45:33 #kisslinux <dylanaraps> OK 2020-01-17T10:45:37 #kisslinux <dylanaraps> https://github.com/qt/qtwebengine/blob/dev/src/core/accessibility_activation_observer.h 2020-01-17T10:45:40 #kisslinux <dylanaraps> Should work 2020-01-17T10:45:52 #kisslinux <dylanaraps> Oh 2020-01-17T10:45:52 #kisslinux <dylanaraps> Hm 2020-01-17T10:46:01 #kisslinux <dylanaraps> #ifndef QT_NO_ACCESSIBILITY 2020-01-17T10:46:01 #kisslinux <dylanaraps> #include <QtGui/qaccessible.h> 2020-01-17T10:46:44 #kisslinux <E5ten> it's used in other places too, I think it guards all accessibility code 2020-01-17T10:47:17 #kisslinux <dylanaraps> -DQT_NO_ACCESSIBILITY doesn't work. Errors as invalid flag. 2020-01-17T10:47:22 #kisslinux <dylanaraps> (Giving it to qmake) 2020-01-17T10:47:56 #kisslinux <dylanaraps> > -set QT_NO_ACCESSIBILITY 1 2020-01-17T10:48:00 #kisslinux <dylanaraps> This should do 2020-01-17T10:48:02 #kisslinux <E5ten> no I mean pass it to the compiler (not really sure how to force qmake to do this 2020-01-17T10:48:04 #kisslinux <E5ten> ok 2020-01-17T10:48:14 #kisslinux <E5ten> are you sure? 2020-01-17T10:48:18 #kisslinux <dylanaraps> > -set <prop> <value> Set persistent property 2020-01-17T10:48:27 #kisslinux <E5ten> does "persistent property" mean C define? 2020-01-17T10:48:37 #kisslinux <dylanaraps> > ERROR: Unknown command line option '-set'. 2020-01-17T10:48:42 #kisslinux <dylanaraps> OK 2020-01-17T10:48:51 #kisslinux <dylanaraps> Will use CXXFLAGS 2020-01-17T10:49:33 #kisslinux <E5ten> I don't think qmake takes your CXXFLAGS which is super fun 2020-01-17T10:49:43 #kisslinux <dylanaraps> Oh wonderful 2020-01-17T10:50:01 #kisslinux <E5ten> it uses the CXXFLAGS from the mkspec in use 2020-01-17T10:51:05 #kisslinux <E5ten> try qmake DEFINES+=QT_NO_ACCESSIBILITY <options> ? 2020-01-17T10:51:32 #kisslinux <dylanaraps> I figured it out 2020-01-17T10:51:42 #kisslinux <E5ten> what'd you do? 2020-01-17T10:51:45 #kisslinux <dylanaraps> qmake QMAKE_CXX=blabla -- -args 2020-01-17T10:51:54 #kisslinux <dylanaraps> Will see if this works. 2020-01-17T10:52:16 #kisslinux <dylanaraps> It worked but didn't. 2020-01-17T10:52:19 #kisslinux <dylanaraps> /bin/sh: illegal option -D 2020-01-17T10:52:29 #kisslinux <E5ten> blabla being "${CXX} -DQT_NO_ACCESSIBILITY" ? 2020-01-17T10:52:40 #kisslinux <dylanaraps> Oh 2020-01-17T10:52:41 #kisslinux <dylanaraps> lmao 2020-01-17T10:52:49 #kisslinux <dylanaraps> Forgot $CXX 2020-01-17T10:53:02 #kisslinux <E5ten> could probably do QMAKE_CXXFLAGS instead 2020-01-17T10:53:19 #kisslinux <dylanaraps> Yup 2020-01-17T10:53:21 #kisslinux <dylanaraps> Yay 2020-01-17T11:16:19 #kisslinux <dylanaraps> Laptop died 2020-01-17T11:16:22 #kisslinux <dylanaraps> :( 2020-01-17T11:16:28 #kisslinux <dylanaraps> Lets try that again 2020-01-17T11:31:06 #kisslinux <E5ten> does anything at all use gyp outside of nss lol? 2020-01-17T11:37:28 #kisslinux <E5ten> rebuilt base, declarative, and webengine without accessibility now, awesome 2020-01-17T11:54:51 #kisslinux <dylanaraps> [13355/16905] 2020-01-17T11:54:53 #kisslinux <dylanaraps> woo hoo 2020-01-17T11:56:01 #kisslinux <E5ten> Nice 2020-01-17T12:55:12 #kisslinux <dylanaraps> Build is still going 2020-01-17T12:55:17 #kisslinux <dylanaraps> Left it while I went out 2020-01-17T12:55:27 #kisslinux <dylanaraps> It might finish I think. 2020-01-17T12:55:52 #kisslinux <lieuxnoir> dylanaraps: will intel-vaapi-driver be included in the repos? 2020-01-17T12:56:47 #kisslinux <dylanaraps> Yes 2020-01-17T12:56:50 #kisslinux <dylanaraps> I have it locally 2020-01-17T12:56:58 #kisslinux <dylanaraps> Just need to push it really 2020-01-17T12:57:10 #kisslinux <lieuxnoir> nice 2020-01-17T12:57:27 #kisslinux <dylanaraps> -> kiss l intel-vaapi-driver 2020-01-17T12:57:27 #kisslinux <dylanaraps> intel-vaapi-driver 2.3.0 1 2020-01-17T12:59:13 #kisslinux <lieuxnoir> did anyone already asked the question why sowm is named sowm? 2020-01-17T12:59:14 #kisslinux <dylanaraps> Will get around to it once qtwebengine is done. 2020-01-17T13:01:52 #kisslinux <dylanaraps> Which should be today at some stage. 2020-01-17T13:04:11 #kisslinux <dylanaraps> Maybe 2020-01-17T13:05:48 #kisslinux <dylanaraps> "Simple Opinionated Window Manager" 2020-01-17T13:06:56 #kisslinux <dylanaraps> That works 2020-01-17T13:06:56 #kisslinux <dylanaraps> I'll go with that 2020-01-17T13:06:56 #kisslinux <dylanaraps> The name meant nothing when I named to fyi :^) 2020-01-17T13:07:56 #kisslinux <E5ten> Shared object window manager 2020-01-17T13:12:03 #kisslinux <dylanaraps> README updated 2020-01-17T13:12:05 #kisslinux <dylanaraps> :^) 2020-01-17T13:12:19 #kisslinux <dylanaraps> > obj/third_party/blink/renderer/core/dom/dom/dom_jumbo_8.o 2020-01-17T13:12:26 #kisslinux <dylanaraps> Lots of jumbo objects now. 2020-01-17T13:12:42 #kisslinux <dylanaraps> Too much output for me to see overall progress though. 2020-01-17T13:13:10 #kisslinux <dylanaraps> Let me see 2020-01-17T13:13:23 #kisslinux <dylanaraps> [14256/16905] 2020-01-17T13:16:21 #kisslinux <lieuxnoir> how's cat? 2020-01-17T13:16:35 #kisslinux <dylanaraps> Cat has been outside in the sun all day 2020-01-17T13:16:45 #kisslinux <dylanaraps> Drinking water and eating small amounts of food. 2020-01-17T13:16:53 #kisslinux <lieuxnoir> is your cat FOSS? 2020-01-17T13:16:55 #kisslinux <dylanaraps> He's off the IV drip now. 2020-01-17T13:18:01 #kisslinux <dylanaraps> no :( 2020-01-17T13:18:12 #kisslinux <lieuxnoir> oh :( 2020-01-17T13:18:15 #kisslinux <dylanaraps> If you want a cat I have plenty though 2020-01-17T13:18:37 #kisslinux <dylanaraps> All shapes and sizes 2020-01-17T13:18:41 #kisslinux <dylanaraps> All makes and models 2020-01-17T13:19:10 #kisslinux <dylanaraps> Low mileage 2020-01-17T13:21:52 #kisslinux <dylanaraps> What's a simple qtwebengine browser I can test? 2020-01-17T13:22:08 #kisslinux <dylanaraps> One where I don't need a bunch of additional software to build/run. 2020-01-17T13:23:44 #kisslinux <konimex> qutebrowser? 2020-01-17T13:24:16 #kisslinux <dylanaraps> pyqt crap :( 2020-01-17T13:24:18 #kisslinux <dylanaraps> Also Python 2020-01-17T13:24:38 #kisslinux <konimex> that's probably the only one i know that uses qt 2020-01-17T13:24:44 #kisslinux <konimex> aside of falkon which some mentioned here 2020-01-17T13:33:09 #kisslinux <E5ten> I can give you falkon changes that'll make it require nothing more than qt stuff 2020-01-17T13:33:36 #kisslinux <dylanaraps> Yay 2020-01-17T13:33:52 #kisslinux <dylanaraps> What's the adblocking situation on Falkon? 2020-01-17T13:34:13 #kisslinux <E5ten> it exists, not great not terrible I guess 2020-01-17T13:34:47 #kisslinux <dylanaraps> Will try host blocking then 2020-01-17T13:36:26 #kisslinux <E5ten> http://ix.io/27DV this should make falkon require nothing but Qt things, also make sure to use -DDISABLE_DBUS=ON 2020-01-17T13:37:27 #kisslinux <E5ten> (hopefully you don't care about builtin support for installing themes or plugins from the OCS store cuz that's what karchive is used for and that's the functionality that patch removes to get rid of the dependency on karchive) 2020-01-17T13:37:46 #kisslinux <dylanaraps> Nice 2020-01-17T13:37:50 #kisslinux <dylanaraps> Thanks 2020-01-17T13:40:14 #kisslinux <dylanaraps> [14543/16905] 2020-01-17T13:44:43 #kisslinux <E5ten> I love how webengine's build system is qmake wrapped around gn, that it vendors, and a bunch of custom python scripts, and is still somehow less awful than nss' build system 2020-01-17T13:44:53 #kisslinux <dylanaraps> Yes 2020-01-17T13:44:56 #kisslinux <dylanaraps> Also ninja 2020-01-17T13:44:58 #kisslinux <dylanaraps> And ruby 2020-01-17T13:45:02 #kisslinux <dylanaraps> And perl(?) 2020-01-17T13:45:07 #kisslinux <E5ten> yes perl 2020-01-17T13:45:11 #kisslinux <E5ten> ruby though? 2020-01-17T13:45:13 #kisslinux <dylanaraps> Oh 2020-01-17T13:45:14 #kisslinux <dylanaraps> nvm 2020-01-17T13:45:17 #kisslinux <dylanaraps> gtkwebkit 2020-01-17T13:45:29 #kisslinux <E5ten> and ninja doesn't count that's just part of using gn 2020-01-17T13:45:38 #kisslinux <dylanaraps> lol 2020-01-17T13:45:44 #kisslinux <dylanaraps> Still better than Firefox's too 2020-01-17T13:45:45 #kisslinux <E5ten> it'd be like saying make is part of it because qmake generates Makefiles 2020-01-17T13:45:56 #kisslinux <E5ten> like yeah but not relevant to the layers of awfulness 2020-01-17T13:46:08 #kisslinux <dylanaraps> cmake + ninja (samurai) are really nice actually 2020-01-17T13:46:22 #kisslinux <E5ten> see that's what I've been saying 2020-01-17T13:46:44 #kisslinux <dylanaraps> I've joined your side 2020-01-17T13:47:04 #kisslinux <E5ten> cmake is simultaneously the most popular build system I think but also being slept on heavily by the linux world 2020-01-17T13:47:54 #kisslinux <dylanaraps> I hate how mpv uses waf 2020-01-17T13:47:56 #kisslinux <dylanaraps> WHY 2020-01-17T13:48:02 #kisslinux <E5ten> oh god that's another awful one 2020-01-17T13:48:52 #kisslinux <E5ten> gyp and waf are the 2 build systems where I'm like "is there literally anything else in existence that uses these?" (anything else aside from mpv for was and aside from nss for gyp obviously) 2020-01-17T13:49:30 #kisslinux <dylanaraps> Yup 2020-01-17T14:04:27 #kisslinux <dylanaraps> [15193/16905] 2020-01-17T14:04:53 #kisslinux <E5ten> gettin' close 2020-01-17T14:08:04 #kisslinux <Aarg> qutebrowser is pretty good actually 2020-01-17T14:08:09 #kisslinux <Aarg> too bad it uses python -.- 2020-01-17T14:09:03 #kisslinux <E5ten> "qutebrowser is pretty good actually, too bad it's pretty terrible" 2020-01-17T14:09:10 #kisslinux <Aarg> is falkon the only good option? 2020-01-17T14:10:15 #kisslinux <E5ten> idk about otter, but of the other 2 I've heard of it's the only one that doesn't use python, which is an immediate disqualifier 2020-01-17T14:11:40 #kisslinux <Aarg> I think imma try vimb then 2020-01-17T14:12:13 #kisslinux <Aarg> having vim bindings is nice, on my gentoo install I actually unplugged my mouse 2020-01-17T14:12:39 #kisslinux <Aarg> the firefox addons are terrible, you get stuck without mouse 2020-01-17T14:17:45 #kisslinux <dylanaraps> I've been compiling for hours without any errors 2020-01-17T14:17:49 #kisslinux <dylanaraps> Something must be wrong 2020-01-17T14:18:01 #kisslinux <konimex> how many objects remaining? 2020-01-17T14:18:23 #kisslinux <dylanaraps> [15386/16905] 2020-01-17T14:18:54 #kisslinux <konimex> so, I'll give it until at least 16000 2020-01-17T14:20:54 #kisslinux <dylanaraps> The linking at the end will be interesting 2020-01-17T14:21:19 #kisslinux <konimex> chromium PTSD eh? 2020-01-17T14:21:47 #kisslinux <dylanaraps> Oh yeah 2020-01-17T14:21:56 #kisslinux <dylanaraps> I still have the package files for it 2020-01-17T14:39:29 #kisslinux <dylanaraps> [15673/16905] 2020-01-17T15:12:29 #kisslinux <dylanaraps> [16306/16905] 2020-01-17T15:12:33 #kisslinux <dylanaraps> I can see the light 2020-01-17T15:17:55 #kisslinux <dylanaraps> Oh boy 2020-01-17T15:17:58 #kisslinux <dylanaraps> Warnings 2020-01-17T15:24:32 #kisslinux <dylanaraps> https://termbin.com/5awh 2020-01-17T15:24:37 #kisslinux <dylanaraps> ERROR 2020-01-17T15:25:06 #kisslinux <E5ten> iirc that repo full of patches had one mentioning pvalloc? 2020-01-17T15:25:31 #kisslinux <E5ten> also nice, you're outta the chromium part 2020-01-17T15:27:57 #kisslinux <dylanaraps> Yup 2020-01-17T15:28:37 #kisslinux <dylanaraps> And we're building again. 2020-01-17T15:34:18 #kisslinux <dylanaraps> Gah 2020-01-17T15:34:21 #kisslinux <dylanaraps> Python erro 2020-01-17T15:34:22 #kisslinux <dylanaraps> r 2020-01-17T16:05:20 #kisslinux <dylanaraps> PYTHON 3 times in a ro 2020-01-17T16:05:21 #kisslinux <dylanaraps> w 2020-01-17T16:08:21 #kisslinux <E5ten> yikes so is it not a race but an actual issue that needs to be solved? 2020-01-17T16:11:14 #kisslinux <dylanaraps> It passed now 2020-01-17T16:11:53 #kisslinux <dylanaraps> ccache <3 2020-01-17T16:12:04 #kisslinux <E5ten> fuck yeah 2020-01-17T16:12:50 #kisslinux <E5ten> so you have qt5-webengine now? 2020-01-17T16:13:04 #kisslinux <dylanaraps> I meant it passed the Python error 2020-01-17T16:13:11 #kisslinux <dylanaraps> The spot it occurs 2020-01-17T16:13:22 #kisslinux <dylanaraps> I'm where I was near the end though 2020-01-17T16:13:48 #kisslinux <dylanaraps> > obj/QtWebEngineCore/component_extension_resource_manager_qt.o 2020-01-17T16:16:04 #kisslinux <dylanaraps> It's nice that you can disable glib 2020-01-17T16:16:39 #kisslinux <dylanaraps> How often does qtwebengine update? 2020-01-17T16:24:33 #kisslinux <dylanaraps> ooo 2020-01-17T16:24:38 #kisslinux <dylanaraps> I think I'm at the end 2020-01-17T16:26:14 #kisslinux <dylanaraps> YAY 2020-01-17T16:26:21 #kisslinux <dylanaraps> -> qt5-qtwebengine Successfully created tar-ball 2020-01-17T16:30:18 #kisslinux <dylanaraps> > * ECM (required version >= 5.27.0), Extra CMake Modules., <https://projects.kde.org/projects/frameworks/extra-cmake-modules> 2020-01-17T16:30:33 #kisslinux <dylanaraps> Gross 2020-01-17T16:34:54 #kisslinux <dylanaraps> > "Qt5WebChannel" 2020-01-17T16:37:41 #kisslinux <E5ten> that one's small 2020-01-17T16:37:49 #kisslinux <E5ten> also I thought webengine required it? 2020-01-17T16:38:33 #kisslinux <dylanaraps> Nope 2020-01-17T16:38:39 #kisslinux <dylanaraps> Got both built anyway 2020-01-17T16:38:48 #kisslinux <dylanaraps> Now to disable dbus 2020-01-17T16:39:25 #kisslinux <dylanaraps> > "Qt5X11Extras" 2020-01-17T16:39:50 #kisslinux <E5ten> qt5-svg too I think 2020-01-17T16:40:15 #kisslinux <E5ten> for me webengine linked webchannel huh 2020-01-17T16:40:30 #kisslinux <dylanaraps> Don't tell me I need to rebuild 2020-01-17T16:40:31 #kisslinux <dylanaraps> lmao 2020-01-17T16:41:01 #kisslinux <E5ten> no clue 2020-01-17T16:41:39 #kisslinux <dylanaraps> > "KF5I18n" 2020-01-17T16:41:50 #kisslinux <E5ten> no that one isn't necessary 2020-01-17T16:41:53 #kisslinux <E5ten> remove the po dir 2020-01-17T16:42:04 #kisslinux <dylanaraps> YES 2020-01-17T16:42:27 #kisslinux <E5ten> lol you're clearly happy about that 2020-01-17T16:42:34 #kisslinux <dylanaraps> > "Qt5LinguistTools" 2020-01-17T16:42:42 #kisslinux <E5ten> same thing I think 2020-01-17T16:43:18 #kisslinux <dylanaraps> Yup 2020-01-17T16:43:21 #kisslinux <dylanaraps> rm -rf po poqm 2020-01-17T16:43:27 #kisslinux <dylanaraps> > [1/476] Automatic MOC for target FalkonPrivate 2020-01-17T16:43:38 #kisslinux <dylanaraps> And we're off. 2020-01-17T16:44:07 #kisslinux <E5ten> nice 2020-01-17T16:44:13 #kisslinux <dylanaraps> 2 browser engines in 3~ days. 2020-01-17T16:44:13 #kisslinux <dylanaraps> Pretty gud 2020-01-17T16:44:13 #kisslinux <dylanaraps> Thanks for your help with qtwebengine 2020-01-17T16:44:19 #kisslinux <E5ten> hopefully you don't get that awful sounding flickering bug 2020-01-17T16:44:30 #kisslinux <E5ten> no problem 2020-01-17T16:45:40 #kisslinux <dylanaraps> I might bundle cmake-extra-whatever into the qt5 package. 2020-01-17T16:45:56 #kisslinux <dylanaraps> I could bundle everything but webengine tbh 2020-01-17T16:46:01 #kisslinux <E5ten> it's just a makedep though 2020-01-17T16:46:28 #kisslinux <E5ten> so you'll be leaving it installed even though it's only needed for building falkon not running it 2020-01-17T16:49:36 #kisslinux <konimex> lots of qt projects using cmake huh 2020-01-17T16:50:28 #kisslinux <E5ten> is that surprising? 2020-01-17T16:51:00 #kisslinux <konimex> since I never really deal with Qt, a little bit 2020-01-17T16:52:11 #kisslinux <dylanaraps> True 2020-01-17T16:54:03 #kisslinux <dylanaraps> > error: KQFile was not declared in this scope 2020-01-17T16:54:23 #kisslinux <E5ten> for falkon? what source file 2020-01-17T16:54:36 #kisslinux <dylanaraps> src/plugins/VerticalTabs/verticaltabsplugin.cpp 2020-01-17T16:54:39 #kisslinux <E5ten> oh shit I bet this is cuz I'm on git and something's different since last release 2020-01-17T16:55:29 #kisslinux <E5ten> add #include <QFile> below the line including QSettings 2020-01-17T16:56:00 #kisslinux <E5ten> '/QSettings>/a#include <QFile>' should work I think 2020-01-17T16:56:07 #kisslinux <dylanaraps> Yup 2020-01-17T16:56:11 #kisslinux <dylanaraps> Found the commit 2020-01-17T16:57:20 #kisslinux <dylanaraps> And we're off 2020-01-17T16:57:32 #kisslinux <dylanaraps> Lets see 2020-01-17T16:59:44 #kisslinux <dylanaraps> > fatal error: execinfo.h: No such file or directory 2020-01-17T17:00:18 #kisslinux <dylanaraps> ./src/main/main.cpp 2020-01-17T17:01:15 #kisslinux <dylanaraps> oo 2020-01-17T17:01:17 #kisslinux <dylanaraps> Found commit 2020-01-17T17:02:28 #kisslinux <E5ten> I don't even see execinfo in the source, except for being linked in a cmake file which obviously isn't the source of that, I guess it's cuz git? 2020-01-17T17:02:47 #kisslinux <E5ten> which one? 2020-01-17T17:03:11 #kisslinux <E5ten> oh I guess the only mildly recently one lol 2020-01-17T17:04:35 #kisslinux <E5ten> that probably means the linking of execinfo on FreeBSD and OpenBSD that the cmake does is no longer necessary and they didn't realize they needed to remove it with the removal of execinfo.h inclusion 2020-01-17T17:04:54 #kisslinux <E5ten> if KDE took github PRs I'd send one but I'm not about to deal with that phabricator bullshit 2020-01-17T17:06:21 #kisslinux <dylanaraps> > -> Run 'kiss i falkon' to install the package(s) 2020-01-17T17:07:17 #kisslinux <E5ten> moment of truth 2020-01-17T17:07:24 #kisslinux <dylanaraps> https://termbin.com/od0b 2020-01-17T17:07:30 #kisslinux <dylanaraps> fun 2020-01-17T17:07:37 #kisslinux <dylanaraps> There's a patch for this in qtwebengine iirc 2020-01-17T17:08:13 #kisslinux <E5ten> oh no so you gotta rebuild that? 2020-01-17T17:08:26 #kisslinux <dylanaraps> Yeah 2020-01-17T17:08:28 #kisslinux <dylanaraps> ccache though 2020-01-17T17:08:31 #kisslinux <dylanaraps> will take 5 mins 2020-01-17T17:08:44 #kisslinux <E5ten> nice 2020-01-17T17:15:35 #kisslinux <dylanaraps> I need to create the patch myself :( 2020-01-17T17:15:53 #kisslinux <E5ten> there isn't one already? 2020-01-17T17:15:55 #kisslinux <dylanaraps> None of the ones I've found apply. 2020-01-17T17:16:27 #kisslinux <E5ten> how many hunks fail though? cuz if it's like one or two it's probably more worth it to edit it to apply than to write it again 2020-01-17T17:27:33 #kisslinux <dylanaraps> Uh 2020-01-17T17:27:41 #kisslinux <dylanaraps> I found differences so I combined them 2020-01-17T17:27:48 #kisslinux <dylanaraps> Done now anyway 2020-01-17T17:31:42 #kisslinux <dylanaraps> Oh yeah 2020-01-17T17:31:51 #kisslinux <dylanaraps> Falkon works fine if I disable the seccomp sandbox 2020-01-17T17:32:03 #kisslinux <dylanaraps> (--disable-seccomp-filter-sandbox) 2020-01-17T17:33:20 #kisslinux <E5ten> no flickering or whatever that awful sounding issue was? 2020-01-17T17:34:20 #kisslinux <dylanaraps> I need to make it hidpi first 2020-01-17T17:34:43 #kisslinux <dylanaraps> Fixed 2020-01-17T17:35:30 #kisslinux <dylanaraps> QT_AUTO_SCREEN_SCALE_FACTOR=2 falkon --disable-seccomp-filter-sandbox 2020-01-17T17:35:53 #kisslinux <dylanaraps> My patch to qtwebengine causes a build error :( 2020-01-17T17:36:26 #kisslinux <dylanaraps> The tab crashes when I try to load a youtube video. 2020-01-17T17:38:16 #kisslinux <E5ten> any relevant output? 2020-01-17T17:40:42 #kisslinux <dylanaraps> Nope 2020-01-17T17:40:48 #kisslinux <dylanaraps> > WebEngine compiled without webchannel support 2020-01-17T17:40:54 #kisslinux <dylanaraps> I get this at startup though 2020-01-17T17:41:01 #kisslinux <dylanaraps> Which will be fixed once I rebuild 2020-01-17T17:41:21 #kisslinux <dylanaraps> Is there a way to open all media in mpv? 2020-01-17T17:41:51 #kisslinux <E5ten> not that I know of 2020-01-17T17:42:06 #kisslinux <dylanaraps> This is fast though 2020-01-17T17:42:09 #kisslinux <dylanaraps> Really fast 2020-01-17T17:42:26 #kisslinux <E5ten> imo do the rebuild asap to avoid any possible false positive problems that might arise from having it built without webchannel support 2020-01-17T17:42:36 #kisslinux <E5ten> yeah, why do you think I'm such a falkon shill? 2020-01-17T17:42:37 #kisslinux <E5ten> it's the shit 2020-01-17T17:42:57 #kisslinux <dylanaraps> Yup 2020-01-17T17:43:03 #kisslinux <dylanaraps> Just need to fix my patch. 2020-01-17T17:43:17 #kisslinux <dylanaraps> > error: âis_fork_or_clone_vforkâ was not declared in this scope 2020-01-17T17:43:41 #kisslinux <E5ten> also it looks really good cuz it just uses Qt system theme and Qt looks really good (even the default theme, fusion, looks super good if you use a dark colour scheme) 2020-01-17T17:44:00 #kisslinux <dylanaraps> Mine looks like ass 2020-01-17T17:44:00 #kisslinux <dylanaraps> lol 2020-01-17T17:44:07 #kisslinux <dylanaraps> Will send a screenshot once I rebuild 2020-01-17T17:44:56 #kisslinux <dylanaraps> How often does qtwebengine update btw? 2020-01-17T17:45:16 #kisslinux <E5ten> whenever Qt does 2020-01-17T17:45:20 #kisslinux <E5ten> not super often 2020-01-17T17:45:25 #kisslinux <dylanaraps> :D 2020-01-17T17:45:35 #kisslinux <E5ten> I bet it looks like ass cuz you've got a light colour scheme (the default) 2020-01-17T17:45:39 #kisslinux <dylanaraps> You're glib-free right? 2020-01-17T17:45:43 #kisslinux <E5ten> yeah 2020-01-17T17:45:54 #kisslinux <dylanaraps> How'd you get around the font stack? 2020-01-17T17:45:55 #kisslinux <E5ten> the difference between light and dark fusion is like day and night (literally and figuratively) 2020-01-17T17:46:16 #kisslinux <E5ten> well for starters I'm pretty sure you can disable glib in harfbuzz 2020-01-17T17:46:23 #kisslinux <E5ten> and iirc that's what I did for a while 2020-01-17T17:46:28 #kisslinux <E5ten> but I now no longer have harfbuzz 2020-01-17T17:46:49 #kisslinux <dylanaraps> What distro are you running again? 2020-01-17T17:47:09 #kisslinux <E5ten> ridiculously modified artix (like every single package on my system except glibc is built locally) 2020-01-17T17:48:00 #kisslinux <dylanaraps> Nice 2020-01-17T17:48:28 #kisslinux <E5ten> and the only reason I haven't rebuilt that one is cuz can't do with clang 2020-01-17T17:49:19 #kisslinux <E5ten> but yeah isn't harfbuzz the only part of the font stack with glib and you can disable it? 2020-01-17T17:50:04 #kisslinux <E5ten> oh wait I think glib-free harfbuzz doesn't work with gtk is that the reason? 2020-01-17T17:50:25 #kisslinux <E5ten> obviously not a problem for me cuz I am the big Qt shill :) 2020-01-17T18:10:06 #kisslinux <dylanaraps> :( 2020-01-17T18:11:43 #kisslinux <dylanaraps> Building again 2020-01-17T18:11:49 #kisslinux <E5ten> lol each of us has a glib on our system that we'd rather not 2020-01-17T18:43:48 #kisslinux <dylanaraps> E5ten: lol 2020-01-17T18:44:06 #kisslinux <dylanaraps> I've had qtwebengine fail 5 times in a row thanks to Python 2020-01-17T18:44:18 #kisslinux <dylanaraps> Turns out there's two different spots in the process this can happen. 2020-01-17T18:45:15 #kisslinux <dylanaraps> I can't seem to find any information about this online too. 2020-01-17T19:03:01 #kisslinux <dylanaraps> E5ten: https://termbin.com/yxlr 2020-01-17T19:03:16 #kisslinux <dylanaraps> > undefined reference to `QtWebEngineCore::WebContentsAdapter::setWebChannel(QWebChannel*, unsigned int)' 2020-01-17T19:04:36 #kisslinux <merakor> > Linux kernel 5.4.13 released 2020-01-17T19:04:44 #kisslinux <merakor> > Linux kernel 4.19.97 released 2020-01-17T19:06:18 #kisslinux <dylanaraps> -> uname -sr 2020-01-17T19:06:19 #kisslinux <dylanaraps> Linux 5.5.0-rc6-cat 2020-01-17T19:06:20 #kisslinux <dylanaraps> :P 2020-01-17T19:09:32 #kisslinux <merakor> dylanaraps: I have never tried an rc release :D 2020-01-17T19:09:42 #kisslinux <E5ten> No idea about that one, haven't got that error 2020-01-17T19:10:25 #kisslinux <dylanaraps> E5ten: It's apparently due to me building qtwebengine while I have it installed 2020-01-17T19:10:37 #kisslinux <dylanaraps> Which is terrible if true 2020-01-17T19:10:43 #kisslinux <dylanaraps> I'm trying another build now to see. 2020-01-17T19:11:00 #kisslinux <E5ten> Yikes that is terrible 2020-01-17T19:11:10 #kisslinux <dylanaraps> merakor: I'm on -rc as it fixes GPU hangs with my hardware. 2020-01-17T19:11:38 #kisslinux <merakor> Wasn't your GPU intel? 2020-01-17T19:11:39 #kisslinux <dylanaraps> Only reason 2020-01-17T19:11:39 #kisslinux <dylanaraps> Else I'd be on regular or LTS 2020-01-17T19:12:05 #kisslinux <E5ten> Oh god those GPU hangs are so fucking infuriating and the patch doesn't apply on 5.4 but I don't want to use rc so I just have to deal with them till 5.5 and gah it's the worst 2020-01-17T19:12:08 #kisslinux <dylanaraps> Yes 2020-01-17T19:12:25 #kisslinux <dylanaraps> E5ten: Yup 2020-01-17T19:12:39 #kisslinux <E5ten> Literally just have to REISUB when they happen, no recovering from it 2020-01-17T19:12:40 #kisslinux <dylanaraps> It's actually a series of patches.. 2020-01-17T19:12:49 #kisslinux <dylanaraps> Yup 2020-01-17T19:12:55 #kisslinux <E5ten> I only saw one? 2020-01-17T19:12:59 #kisslinux <dylanaraps> Would happen to me 5-10 times a day 2020-01-17T19:13:08 #kisslinux <merakor> That's weird, I have never had any issues with Intel graphics. 2020-01-17T19:13:12 #kisslinux <E5ten> Yeah, possibly even more 2020-01-17T19:13:14 #kisslinux <dylanaraps> E5ten: The patch relies on another commit or two 2020-01-17T19:13:24 #kisslinux <merakor> My current laptop is optimus. 2020-01-17T19:13:34 #kisslinux <merakor> Both nvidia and intel 2020-01-17T19:13:43 #kisslinux <dylanaraps> I'm on Skylake using i915 2020-01-17T19:13:56 #kisslinux <merakor> Never got nvidia to work 2020-01-17T19:14:02 #kisslinux <merakor> Stopped at some point 2020-01-17T19:14:03 #kisslinux <E5ten> I had an optimus laptop and I just used bbswitch to turn off the Nvidia GPU on boot immediately 2020-01-17T19:14:37 #kisslinux <merakor> I got this laptop when bbswitch and primus were relatively new 2020-01-17T19:14:48 #kisslinux <merakor> I heard they are better now 2020-01-17T19:15:04 #kisslinux <merakor> But I am too lazy to try them out 2020-01-17T19:15:24 #kisslinux <merakor> Your graphics driver cannot crash if you don't have one 2020-01-17T19:16:03 #kisslinux <E5ten> bbswitch doesn't really have "good or bad" you're probably thinking of bumblebee? bbswitch just turns nvidia GPU on and off 2020-01-17T19:16:25 #kisslinux <merakor> Oh yeah I was thinking of bumblebee 2020-01-17T19:16:59 #kisslinux <merakor> I once got it to work on Arch 2020-01-17T19:17:06 #kisslinux <E5ten> It's a kernel module that provides a file in /proc that your write to to turn it on or off, and I didn't wanna use Nvidia on Linux at all so I just had my boot params tell bbswitch to turn it off immediately 2020-01-17T19:17:43 #kisslinux <merakor> That was the only time my nvidia was working on Linux. 2020-01-17T19:18:16 #kisslinux <merakor> But my battery started draining a lot, and there were screen tearings (I was using KDE don't judge me) 2020-01-17T19:22:30 #kisslinux <dylanaraps> Oh god 2020-01-17T19:22:33 #kisslinux <dylanaraps> qtwebengine built 2020-01-17T19:25:07 #kisslinux <dylanaraps> It's true 2020-01-17T19:25:07 #kisslinux <dylanaraps> You can't rebuild it if it is installed 2020-01-17T19:25:07 #kisslinux <dylanaraps> Disgusting 2020-01-17T19:25:07 #kisslinux <dylanaraps> Yay 2020-01-17T19:25:07 #kisslinux <dylanaraps> My patch worked 2020-01-17T19:25:07 #kisslinux <dylanaraps> Youtube still crashes the tab. 2020-01-17T19:25:20 #kisslinux <dylanaraps> > MEDIA_ERROR_LOG_ENTRY {"error":"FFmpegDemuxer: no supported streams"} 2020-01-17T19:25:25 #kisslinux <dylanaraps> This is a webm on gfycat 2020-01-17T19:26:18 #kisslinux <dylanaraps> Oh 2020-01-17T19:26:25 #kisslinux <dylanaraps> Must be because I disabled proprietary codecs 2020-01-17T19:41:46 #kisslinux <dylanaraps> E5ten: https://bugreports.qt.io/browse/QTBUG-58547 2020-01-17T19:42:51 #kisslinux <dylanaraps> Gentoo's solution: 2020-01-17T19:42:55 #kisslinux <dylanaraps> find "${S}" -type f -name "*.pr[fio]" | xargs sed -i -e 's|INCLUDEPATH += |&$QTWEBENGINE_ROOT/include |' || die 2020-01-17T19:43:05 #kisslinux <dylanaraps> Disgusting 2020-01-17T19:48:49 #kisslinux <merakor> How is openssl incompatible with gpl 2020-01-17T19:50:05 #kisslinux <merakor> You need to specify --enable-nonfree for building ffmpeg with openssl support 2020-01-17T19:50:14 #kisslinux <dylanaraps> https://people.gnome.org/~markmc/openssl-and-the-gpl 2020-01-17T19:50:20 #kisslinux <dylanaraps> https://unix.stackexchange.com/questions/523188/ffmpeg-claims-openssl-is-not-compatible-with-gpl-v3 2020-01-17T19:50:43 #kisslinux <E5ten> It's apache 1 and 4 clause BSD and neither of those are GPL compatible, but the next release will be apache 2 which is GPL compatible 2020-01-17T19:51:11 #kisslinux <merakor> Oh I was looking at their repository and saw it was apache2 2020-01-17T19:51:28 #kisslinux <dylanaraps> I wonder if libressl is affected. 2020-01-17T19:51:55 #kisslinux <E5ten> I don't see how libressl could possibly not have the same licensing issues? 2020-01-17T19:52:23 #kisslinux <dylanaraps> Oh 2020-01-17T19:52:42 #kisslinux <dylanaraps> So OpenSSL are changing licenses which makes it GPLv3 compatible 2020-01-17T19:52:46 #kisslinux <dylanaraps> OpenBSD aren't happy though 2020-01-17T19:52:47 #kisslinux <dylanaraps> > It is also (according to the OpenBSD mailing list) a huge loss for LibreSSL and OpenBSD because they can no longer take patches from openssl. 2020-01-17T19:53:52 #kisslinux <E5ten> I don't really care this is a huge win for open source because distros won't have to link shit to gnutls instead of OpenSSL cuz of compatibility issues, and gnutls is fucking atrocious 2020-01-17T19:54:42 #kisslinux <dylanaraps> > https://marc.info/?l=openbsd-tech&m=149028593819547&w=2 2020-01-17T19:56:52 #kisslinux <E5ten> I don't really agree that the last sentence shows disregard for authors, what would you rather they do if they just receive no response? 2020-01-17T19:57:27 #kisslinux <dylanaraps> Sorry laptop died 2020-01-17T19:57:33 #kisslinux <dylanaraps> GNUtls is garbage 2020-01-17T19:58:50 #kisslinux <dylanaraps> E5ten: This is maybe why? 2020-01-17T19:58:52 #kisslinux <dylanaraps> > If we do not hear from you, we will assume that you have no objection. 2020-01-17T19:59:00 #kisslinux <dylanaraps> Though I agree with you 100% 2020-01-17T19:59:44 #kisslinux <E5ten> That's the line I'm talking about 2020-01-17T20:00:16 #kisslinux <E5ten> I'm saying that if they don't get a response there isn't really a course of action other than assuming no objection, so I disagree that it shows disregard for authors 2020-01-17T20:00:49 #kisslinux <E5ten> And phasing out gnutls is more important than what happens to libressl so I think this is a necessary move on their part 2020-01-17T20:07:31 #kisslinux <dylanaraps> Laptop died again 2020-01-17T20:07:33 #kisslinux <dylanaraps> Apologies 2020-01-17T20:07:39 #kisslinux <dylanaraps> Charger is sometimes funky 2020-01-17T20:11:39 #kisslinux <E5ten> Nw lol 2020-01-17T20:22:23 #kisslinux <dylanaraps> What's the $S variable in ebuilds? 2020-01-17T20:23:33 #kisslinux <dylanaraps> nvm 2020-01-17T20:25:49 #kisslinux <E5ten> So wait what's the current webengine status? 2020-01-17T20:26:03 #kisslinux <dylanaraps> Works 2020-01-17T20:26:08 #kisslinux <dylanaraps> Videos don't at all 2020-01-17T20:26:21 #kisslinux <dylanaraps> Just fixed rebuilds if already installed. 2020-01-17T20:26:35 #kisslinux <dylanaraps> About to fix videos. 2020-01-17T20:26:49 #kisslinux <dylanaraps> Looks like I need to enable proprietary codecs support(?) 2020-01-17T20:27:04 #kisslinux <dylanaraps> Which is fine as we use system ffmpeg. 2020-01-17T20:27:18 #kisslinux <dylanaraps> It can be *really* enabled/disabled there. 2020-01-17T20:27:55 #kisslinux <dylanaraps> I believe the flag is to enable support for the codecs and doesn't actually include proprietary code(?) 2020-01-17T20:28:19 #kisslinux <E5ten> That feels likely? 2020-01-17T20:28:23 #kisslinux <dylanaraps> Debian does this also and they tend to have a strict FOSS policy 2020-01-17T20:29:06 #kisslinux <E5ten> I don't know what actual prop code they'd actually include there 2020-01-17T20:29:32 #kisslinux <dylanaraps> Yup 2020-01-17T20:30:01 #kisslinux <dylanaraps> Just need to wait for the build now 2020-01-17T20:30:29 #kisslinux <dylanaraps> Falkon worked 100% fine though. 2020-01-17T20:30:55 #kisslinux <E5ten> Awesome 2020-01-17T20:31:14 #kisslinux <dylanaraps> And it's fast and out of your way 2020-01-17T20:31:16 #kisslinux <dylanaraps> Really nice 2020-01-17T20:31:51 #kisslinux <dylanaraps> You also get full chromium dev tools which is neat 2020-01-17T20:32:01 #kisslinux <dylanaraps> I need them for work 2020-01-17T20:33:12 #kisslinux <dylanaraps> The qtwebengine devs are considering web extension support which would be nice 2020-01-17T20:33:20 #kisslinux <dylanaraps> Was pushed back a release 2020-01-17T20:33:50 #kisslinux <dylanaraps> I'm going to ditch GTK/glib btw :P 2020-01-17T20:34:01 #kisslinux <E5ten> A non-insignficant amount of this channel is you realizing the stuff I shill is actually good ;) 2020-01-17T20:34:46 #kisslinux <dylanaraps> I tend to not believe anything until I find out for myself :P 2020-01-17T20:35:27 #kisslinux <dylanaraps> This way of living has its pros and cons 2020-01-17T20:35:38 #kisslinux <E5ten> Fair enough 2020-01-17T20:35:50 #kisslinux <dylanaraps> The con here being that I could've been using Falkon months ago ;) 2020-01-17T20:36:24 #kisslinux <E5ten> Lol 2020-01-17T20:38:27 #kisslinux <E5ten> I'm glad this prompted me to find out how easily removable its karchive dep is 2020-01-17T20:39:37 #kisslinux <dylanaraps> Did you get the xcb removal working btw? 2020-01-17T20:40:51 #kisslinux <E5ten> It was in the patch I sent you 2020-01-17T20:40:58 #kisslinux <E5ten> They literally don't even use it 2020-01-17T20:41:01 #kisslinux <dylanaraps> Let me dig it up 2020-01-17T20:41:04 #kisslinux <E5ten> (xcb-util not xcb) 2020-01-17T20:41:42 #kisslinux <E5ten> They included a header from xcb-util that provided nothing that they used in the source and had an unnecessary find_package for it that was REQUIRED even thought they didn't link to it 2020-01-17T20:42:14 #kisslinux <dylanaraps> qt5 requires it no? 2020-01-17T20:42:26 #kisslinux <E5ten> I think they literally just assumed they needed xcb_atom.h (from xcb-util) because they used xcb functions with atom in the name even though they actually came from normal xcb 2020-01-17T20:42:29 #kisslinux <E5ten> Oh right 2020-01-17T20:42:45 #kisslinux <E5ten> I enabled the vendor option for that ;) 2020-01-17T20:42:52 #kisslinux <dylanaraps> heh 2020-01-17T20:43:19 #kisslinux <dylanaraps> I like when the stupid crap is vendored 2020-01-17T20:43:51 #kisslinux <dylanaraps> If only this were true for NSS :( 2020-01-17T20:44:04 #kisslinux <E5ten> We can only dream :( 2020-01-17T20:46:10 #kisslinux <E5ten> Ha even more importantly than how you could've been using falkon months ago, you could've not been using rust months ago 2020-01-17T20:46:11 #kisslinux <dylanaraps> > Chromium no longer bundles NSS and has instead moved to BoringSSL 2020-01-17T20:46:36 #kisslinux <E5ten> Like I'm still stuck with it cuz alacritty and ripgrep but you could've been free 2020-01-17T20:46:44 #kisslinux <dylanaraps> I still need to build it for other KISS users 2020-01-17T20:46:59 #kisslinux <dylanaraps> Not to provide binaries 2020-01-17T20:47:04 #kisslinux <E5ten> Oh true rip 2020-01-17T20:47:04 #kisslinux <dylanaraps> Just to ensure it wors 2020-01-17T20:47:06 #kisslinux <dylanaraps> works* 2020-01-17T20:47:13 #kisslinux <dylanaraps> It's OK 2020-01-17T20:47:22 #kisslinux <dylanaraps> I leave the house for builds like that 2020-01-17T20:47:27 #kisslinux <E5ten> Yeah I gotcha 2020-01-17T20:48:15 #kisslinux <dylanaraps> Hm 2020-01-17T20:48:22 #kisslinux <dylanaraps> If Chromium dropped NSS 2020-01-17T20:48:22 #kisslinux <E5ten> Wait if chromium moved to boringssl does that mean that it's just a matter of time before webengine updates its bundled chromium and also uses it instead of nss? 2020-01-17T20:48:27 #kisslinux <dylanaraps> lol 2020-01-17T20:48:34 #kisslinux <dylanaraps> Was typing the same thing 2020-01-17T20:48:46 #kisslinux <dylanaraps> OR 2020-01-17T20:49:01 #kisslinux <dylanaraps> It uses NSS anyway for client certs and we can patch out the code 2020-01-17T20:49:15 #kisslinux <E5ten> oh you mean webengine itself? 2020-01-17T20:49:21 #kisslinux <dylanaraps> Yes 2020-01-17T20:49:39 #kisslinux <dylanaraps> Chromium moved a while ago 2020-01-17T20:49:59 #kisslinux <dylanaraps> It might be this easy: https://github.com/qt/qtwebengine/search?utf8=%E2%9C%93&q=nss&type= 2020-01-17T20:49:59 #kisslinux <E5ten> I think pretty much none of the webengine code uses nss? 2020-01-17T20:50:14 #kisslinux <dylanaraps> > NSS is now only used for certificate handling. BoringSSL is used 2020-01-17T20:50:42 #kisslinux <dylanaraps> https://github.com/qt/qtwebengine/blob/7268797ab9e32de7497f13ffa9820c49d8cb3e47/dist/changes-5.6.1#L52-L53 2020-01-17T20:51:06 #kisslinux <E5ten> wait how does that make sense 2020-01-17T20:51:13 #kisslinux <E5ten> we saw that nss is used in the bundled chromium code 2020-01-17T20:51:20 #kisslinux <E5ten> I got a build error because of that 2020-01-17T20:51:46 #kisslinux <dylanaraps> https://chromium.googlesource.com/chromium/third_party/nss/+/refs/heads/master/README.chromium 2020-01-17T20:51:57 #kisslinux <dylanaraps> Looks to still be used in chromium(?) 2020-01-17T20:52:20 #kisslinux <E5ten> gahhh for whattttt 2020-01-17T20:52:30 #kisslinux <dylanaraps> But it's vendored there :( 2020-01-17T20:52:49 #kisslinux <E5ten> also I gotta go for an hour and 10 I got till 5 to finish a lab report but I encourage you to do investigative work on this without me so that I can hopefully come back to a pleasant surprise ;) 2020-01-17T20:52:57 #kisslinux <dylanaraps> heh 2020-01-17T21:36:14 #kisslinux <dylanaraps> Falkon is now in testing. 2020-01-17T22:01:01 #kisslinux <E5ten> nice 2020-01-17T22:01:24 #kisslinux <E5ten> very shit lab report but I got it submitted like 30 seconds before 5 so we're good 2020-01-17T22:03:54 #kisslinux <dylanaraps> :D 2020-01-17T22:04:07 #kisslinux <dylanaraps> I needed qt5-svg like you said 2020-01-17T22:04:11 #kisslinux <dylanaraps> Now it looks good 2020-01-17T22:04:15 #kisslinux <dylanaraps> Youtube is still broken 2020-01-17T22:06:36 #kisslinux <dylanaraps> I wonder if it is my ffmpeg build. 2020-01-17T22:12:59 #kisslinux <merakor> It is 2020-01-17T22:13:41 #kisslinux <merakor> I got AFK, but that's why I was talking about openssl and ffmpeg 2020-01-17T22:14:02 #kisslinux <dylanaraps> Trying now 2020-01-17T22:14:34 #kisslinux <merakor> You need to add --enable-nonfree and --enable-openssl 2020-01-17T22:15:04 #kisslinux <dylanaraps> I know :P 2020-01-17T22:15:07 #kisslinux <TwistedFate> howdy ho 2020-01-17T22:16:38 #kisslinux <merakor> But i think the issue might be more than that. 2020-01-17T22:16:54 #kisslinux <dylanaraps> Still crashes the tab 2020-01-17T22:17:19 #kisslinux <dylanaraps> Note: mpv (with youtube-dl) could already play everything. 2020-01-17T22:17:31 #kisslinux <merakor> I am trying to play youtube videos from mpv with youtube-dl 2020-01-17T22:18:03 #kisslinux <merakor> Before building ffmpeg with openssl it was saying that I should have built with openssl 2020-01-17T22:18:20 #kisslinux <merakor> Now it says Failed to recognize file format 2020-01-17T22:18:26 #kisslinux <dylanaraps> GNUtls is another option for ffmpeg though it's GNU 2020-01-17T22:18:56 #kisslinux <merakor> I am checking mpv build as well 2020-01-17T22:24:42 #kisslinux <merakor> Oh yeah 2020-01-17T22:24:55 #kisslinux <merakor> mpv needs lua and luajit 2020-01-17T22:25:15 #kisslinux <merakor> for streaming from youtube 2020-01-17T22:25:31 #kisslinux <dylanaraps> Yup 2020-01-17T22:25:37 #kisslinux <dylanaraps> luajit only actually 2020-01-17T22:25:43 #kisslinux <dylanaraps> If using lua, then an older version 2020-01-17T22:25:52 #kisslinux <dylanaraps> Use luajit latest which mpv supports 2020-01-17T22:27:40 #kisslinux <merakor> mpv is on extra, luajit is on community 2020-01-17T22:30:12 #kisslinux <dylanaraps> yes 2020-01-17T22:44:07 #kisslinux <E5ten> "GNUtls is another option" absolutely not 2020-01-17T22:47:16 #kisslinux <dylanaraps> :^) 2020-01-17T22:47:24 #kisslinux <dylanaraps> I think I figured out the youtube issue. 2020-01-17T22:47:34 #kisslinux <dylanaraps> Apparently it needs webrtc (which I disabled) 2020-01-17T22:48:06 #kisslinux <dylanaraps> Is there an about:config equivalent of any kind? 2020-01-17T22:50:42 #kisslinux <merakor> which browser? 2020-01-17T22:51:30 #kisslinux <dylanaraps> Falkon 2020-01-17T22:52:29 #kisslinux <merakor> Never used that one 2020-01-17T22:54:53 #kisslinux <E5ten> No idea 2020-01-17T22:55:28 #kisslinux <E5ten> There's a setting I remember that's like "prevent webrtc from leaking IP" so maybe enabling it in the build and using that setting is an acceptable compromise? 2020-01-17T22:56:02 #kisslinux <dylanaraps> webrtc has a p2p feature which is disgusting 2020-01-17T22:56:48 #kisslinux <dylanaraps> Let me find what it's called 2020-01-17T22:59:12 #kisslinux <dylanaraps> I can't find it :( 2020-01-17T22:59:22 #kisslinux <dylanaraps> That should be fine though. 2020-01-17T23:08:32 #kisslinux <dylanaraps> > 122% [Charging] 2020-01-17T23:08:37 #kisslinux <dylanaraps> Now it's charged. :^) 2020-01-17T23:09:38 #kisslinux <E5ten> I think it should be qt5-webengine not qt5-qtwebengine? 2020-01-17T23:10:27 #kisslinux <dylanaraps> Yeah 2020-01-17T23:11:00 #kisslinux <dylanaraps> I need to push my local copy 2020-01-17T23:12:30 #kisslinux <E5ten> how does your falkon build work without removing the karchive usage? 2020-01-17T23:13:21 #kisslinux <dylanaraps> No idea 2020-01-17T23:14:02 #kisslinux <dylanaraps> KISS is built using black magic 2020-01-17T23:14:46 #kisslinux <E5ten> I haven't got to the commit yet but I'm 99% sure they introduced the karchive usage since the last version 2020-01-17T23:14:50 #kisslinux <dylanaraps> Example: https://github.com/void-linux/void-packages/issues/2368 2020-01-17T23:14:56 #kisslinux <dylanaraps> Not affected here 2020-01-17T23:16:12 #kisslinux <dylanaraps> Same with: https://gitlab.alpinelinux.org/alpine/aports/issues/10405 2020-01-17T23:16:18 #kisslinux <dylanaraps> (Closed but still broken) 2020-01-17T23:16:24 #kisslinux <E5ten> yeah 5e6f92f7bc97f3cc1bd714e6a5cc925e86cf9d44 is the commit that introduces karchive usage in falkon, happened since the last release 2020-01-17T23:17:27 #kisslinux <E5ten> wasn't there also a sandboxing issue for you too though, you just fixed it? 2020-01-17T23:17:37 #kisslinux <dylanaraps> I fixed it 2020-01-17T23:17:48 #kisslinux <dylanaraps> I wrote my own patch 2020-01-17T23:17:55 #kisslinux <E5ten> nice 2020-01-17T23:18:15 #kisslinux <dylanaraps> Combined a few actually 2020-01-17T23:18:20 #kisslinux <dylanaraps> More of a rebase 2020-01-17T23:19:00 #kisslinux <dylanaraps> Void is still on qt 5.13 2020-01-17T23:19:08 #kisslinux <dylanaraps> I wonder if alpine has the latest 2020-01-17T23:19:26 #kisslinux <dylanaraps> Alpine has 5.12 2020-01-17T23:19:30 #kisslinux <E5ten> I don't understand why the falkon people added a karchive dep unconditionally for the theme/plugin downloading thing, why wouldn't they make that an option... 2020-01-17T23:19:46 #kisslinux <dylanaraps> Is KISS the only musl distro with working qtwebengine and the latest qt? 2020-01-17T23:19:57 #kisslinux <dylanaraps> lol 2020-01-17T23:20:05 #kisslinux <E5ten> probably? 2020-01-17T23:20:19 #kisslinux <dylanaraps> 10/10 2020-01-17T23:22:17 #kisslinux <dylanaraps> > 124% [Unknown] 2020-01-17T23:22:21 #kisslinux <dylanaraps> It's still going up