2020-04-23T01:04:02 #kisslinux Hello everyone! I am trying to package mypaint and I am very close now I get a runtime error however though saying the namespace GTK was not found I have packaged pygobject and have gtk+3 installed I'm not sure where to go from here any help is appreciated. 2020-04-23T01:19:20 #kisslinux muevoid: best would be to share your package 2020-04-23T01:21:07 #kisslinux I can have a look later 2020-04-23T01:22:35 #kisslinux Kk ill upload the repo with it here 2020-04-23T01:22:59 #kisslinux Im also opening up an issue on their repo but figured it might be worth it to ask for help here too 2020-04-23T01:23:51 #kisslinux https://github.com/muevoid/kiss-mue 2020-04-23T01:26:45 #kisslinux I have made a chroot release of my port of kiss-32bit with generic flags. Build on the 32bit machine. Works so far on my 64bit machine. May somebody with a 32bit machine verfy if every thing is allright? 2020-04-23T01:26:55 #kisslinux https://github.com/sdsddsd1/kiss-s3d4/releases/download/1/kiss-i586-chroot.tar.xz 2020-04-23T01:27:42 #kisslinux muevoid: tip: you can add the topic "kiss-repo" to your repo 2020-04-23T01:28:00 #kisslinux then it can be found here https://github.com/topics/kiss-repo 2020-04-23T01:28:06 #kisslinux Oh thanks 2020-04-23T01:28:43 #kisslinux I have a look later than. 2020-04-23T01:30:59 #kisslinux kk no worries thanks! 2020-04-23T01:32:05 #kisslinux good night 2020-04-23T02:31:15 #kisslinux dylan02: haven't had any other issues so far with the new kiss 2020-04-23T02:47:48 #kisslinux Nice, thanks 2020-04-23T02:47:58 #kisslinux How's performance for you? 2020-04-23T02:48:01 #kisslinux Notice anything? 2020-04-23T02:51:28 #kisslinux Does anyone here have experiencce with python related things? 2020-04-23T03:06:52 #kisslinux dylan02 is the way gtk+3 is packaged is there any reason why pygobject wouldn't be able to find the GTK namespace? 2020-04-23T03:08:27 #kisslinux Yeah 2020-04-23T03:08:36 #kisslinux We disable gobject introspection 2020-04-23T03:08:42 #kisslinux I think this is the issue 2020-04-23T03:13:29 #kisslinux Ah yes that is the issue this requires it ah I see it in the build ok thanks ill fork it Ive been trying to figure this out for hours lol 2020-04-23T03:15:39 #kisslinux I'll do a build with it enabled to test 2020-04-23T03:17:05 #kisslinux Pango also needs to have introspection enabled I believe Im testing rn 2020-04-23T03:18:32 #kisslinux Unfortunately mypaint had quite a few dependencies however I think I can shave off two of them eventually. 2020-04-23T03:18:51 #kisslinux dylan02: performance has been great except for extraordinarily large files (I think?). If someone packages the kernel in a relatively minimal way (without the whole source tree), old kiss takes less than ten seconds and new kiss takes just over 30 2020-04-23T03:19:00 #kisslinux The manifest is over 11k lines 2020-04-23T03:19:42 #kisslinux With kiss can I specify a git branch when using git as a source 2020-04-23T03:23:58 #kisslinux Yes 2020-04-23T03:24:05 #kisslinux git+URL@branch 2020-04-23T03:24:07 #kisslinux or 2020-04-23T03:24:13 #kisslinux git+URL#commit-hash 2020-04-23T03:24:21 #kisslinux Kk awesome thanks! 2020-04-23T03:24:46 #kisslinux dilynm: Good to know. I'll setup a kernel package and see what's going on. 2020-04-23T03:28:54 #kisslinux meuvoid: I've enabled introspection in our gtk+3 2020-04-23T03:29:06 #kisslinux There's no code/file size increase in the resulting package 2020-04-23T03:30:38 #kisslinux Kk asesome however I'm pretty sure that it will fail to build if you have pango or atk installed. I had to enable introspection in both of those packages on my repo to get gtk+3 to build 2020-04-23T03:33:30 #kisslinux Ah 2020-04-23T03:33:48 #kisslinux I'll hold off on pushing for now then 2020-04-23T03:34:01 #kisslinux no worries 2020-04-23T03:41:00 #kisslinux Does anyone know if gtk-doc can be disabled for librsvg? 2020-04-23T03:45:33 #kisslinux I'll take a look 2020-04-23T03:46:43 #kisslinux https://github.com/GNOME/librsvg/search?q=enable_gtk_doc&unscoped_q=enable_gtk_doc 2020-04-23T03:47:25 #kisslinux Thanks 2020-04-23T03:47:47 #kisslinux I have to now compile rust the day is here. Librsvg now depends on rust so I have no choice 2020-04-23T03:49:31 #kisslinux How would I go about patching out intltool and gettext in a project? 2020-04-23T03:58:15 #kisslinux It depends on the build system 2020-04-23T03:58:35 #kisslinux ./configure 2020-04-23T03:59:54 #kisslinux Which package is this for? 2020-04-23T04:00:02 #kisslinux libmypaint 2020-04-23T04:04:25 #kisslinux > if test "x$enable_i18n" != "xno"; then 2020-04-23T04:04:27 #kisslinux meuvoid: 2020-04-23T04:04:34 #kisslinux --enable=i18n=no 2020-04-23T04:04:35 #kisslinux That should do it 2020-04-23T04:04:48 #kisslinux In the build file? or elsewhere? 2020-04-23T04:05:55 #kisslinux In the build file 2020-04-23T04:05:58 #kisslinux For ./configure 2020-04-23T04:06:02 #kisslinux Kk thanks 2020-04-23T04:52:25 #kisslinux Does anyone here have azpainter downloaded? 2020-04-23T04:55:00 #kisslinux I do not 2020-04-23T04:55:01 #kisslinux brb 2020-04-23T04:57:40 #kisslinux For some reason no settings will save in azpainer 2020-04-23T04:57:43 #kisslinux azpainter* 2020-04-23T04:59:12 #kisslinux Any messages in the terminal? 2020-04-23T04:59:19 #kisslinux ^ 2020-04-23T04:59:25 #kisslinux Nope 2020-04-23T05:00:26 #kisslinux Is there a debug/verbose flag you could use? 2020-04-23T05:00:43 #kisslinux Ill check 2020-04-23T05:01:38 #kisslinux Doesnt seem like it 2020-04-23T05:04:30 #kisslinux https://github.com/Symbian9/azpainter/blob/3418cd5bff0ece979d606dbf72fd753deda209e8/src/other/BrushList.c#L1493 2020-04-23T05:04:44 #kisslinux This seems like the function(?) 2020-04-23T05:05:23 #kisslinux Yeah that looks like it would be what saves the brushes 2020-04-23T05:05:34 #kisslinux > #define CONFIG_FILENAME_BRUSH "brush-2.dat" 2020-04-23T05:05:41 #kisslinux It uses brush-2.dat 2020-04-23T05:07:11 #kisslinux Also a brush dir for users https://github.com/Symbian9/azpainter/blob/2564ee559d3aa9a1351f56c6b4c7395c419d288b/src/configfile.c#L426 2020-04-23T05:08:21 #kisslinux Yeah I know where the data is stored however when I edit it in the program and quit it doesnt save anything I did to the configs. I opened up an issue on their github however it couldn't be reproduced for them on debian. 2020-04-23T05:09:19 #kisslinux Ah 2020-04-23T05:09:55 #kisslinux I would test it on another kiss machine but I dont have one at the moment 2020-04-23T05:10:16 #kisslinux I'm building it now 2020-04-23T05:10:20 #kisslinux Easiest steps to reproduce? 2020-04-23T05:10:49 #kisslinux Man, this is a nice program 2020-04-23T05:10:59 #kisslinux Opens quick and took 2 seconds to compile 2020-04-23T05:11:06 #kisslinux I have it packaged in my repo it doesn't have many dependencies I just compiled and installed it and if I launch and for example try to change the theme and quit and restart it doesnt save anythiing 2020-04-23T05:11:18 #kisslinux And yeah thats why I gave up on mypaint and switched to this :) 2020-04-23T05:20:26 #kisslinux I can't reproduce 2020-04-23T05:20:31 #kisslinux Are you using sowm by any chance? 2020-04-23T05:20:32 #kisslinux Oof 2020-04-23T05:20:35 #kisslinux I am 2020-04-23T05:20:39 #kisslinux Ah 2020-04-23T05:20:42 #kisslinux I have a solution then 2020-04-23T05:20:51 #kisslinux kk 2020-04-23T05:21:09 #kisslinux This patch: https://github.com/dylanaraps/sowm/pull/60 2020-04-23T05:21:15 #kisslinux I'll merge this into master 2020-04-23T05:21:38 #kisslinux Oooo that makes sense I forgot that sowm kills windows 2020-04-23T05:22:09 #kisslinux Oh my God that might be exactly what I need for Falkon 2020-04-23T05:22:44 #kisslinux Basically, it's killing azpainter before it's able to clean up after itself 2020-04-23T05:22:50 #kisslinux Which is the intention... 2020-04-23T05:23:00 #kisslinux I guess the usual way makes a saner default though 2020-04-23T05:25:47 #kisslinux that patch made it where I can no longer close windows am I missing something? 2020-04-23T05:26:09 #kisslinux Oh 2020-04-23T05:26:13 #kisslinux Patch must be broken 2020-04-23T05:26:16 #kisslinux I'll fix it 2020-04-23T05:26:33 #kisslinux Kk no worries thanks 2020-04-23T05:32:18 #kisslinux brb 2020-04-23T05:44:06 #kisslinux Im assuming for now I should package the new sowm in my own repo? 2020-04-23T05:47:19 #kisslinux For now, yeah 2020-04-23T05:47:25 #kisslinux kk 2020-04-23T05:47:26 #kisslinux I'm still working on fixing window close 2020-04-23T05:47:30 #kisslinux There's more steps it turns out 2020-04-23T05:47:38 #kisslinux I need a fallback to just killing the window 2020-04-23T05:47:46 #kisslinux Gotcha 2020-04-23T05:52:27 #kisslinux brb 2020-04-23T05:58:46 #kisslinux Is there a way to make the kiss package manager only cache source code and not binaries? 2020-04-23T06:37:23 #kisslinux KISS_DEBUG=1 probably does it 2020-04-23T07:08:06 #kisslinux OK 2020-04-23T07:08:19 #kisslinux So. The normal kill behavior brings with it a bug. 2020-04-23T07:09:40 #kisslinux Sending a kill event _may_ take time. When this happens the window fails to close and instead becomes a black square you cannot remove. 2020-04-23T07:10:02 #kisslinux My guess is that this happens due to focus events happening quicker than the kill though I'm probably wrong 2020-04-23T07:10:10 #kisslinux We may see a sowm V2 in xcb I think 2020-04-23T07:10:19 #kisslinux I've had enough of xlib 2020-04-23T07:13:44 #kisslinux That would be sick sowm in xcb 2020-04-23T07:21:04 #kisslinux dylan04: that would be great. 2020-04-23T09:13:14 #kisslinux https://termbin.com/ipnd 2020-04-23T09:13:17 #kisslinux I have flatpak 2020-04-23T09:13:34 #kisslinux Without polkit, mozjs and a few others 2020-04-23T09:13:42 #kisslinux Still a ton of dependencies though 2020-04-23T09:15:52 #kisslinux flatpak? somethin like snap ? 2020-04-23T09:16:45 #kisslinux Yeah 2020-04-23T09:16:53 #kisslinux snap is Ubuntu and flatpak is Red Hat 2020-04-23T09:19:22 #kisslinux 6 dependencies for us 2020-04-23T09:19:24 #kisslinux not too bad 2020-04-23T09:19:30 #kisslinux Actually, it's maybe 9 or 10 2020-04-23T09:20:59 #kisslinux gimp through flatpak is a 1GB download (though some parts may be shared between other flatpaks?) 2020-04-23T09:22:50 #kisslinux well, snap was supposed to be used on every linux, as a package/app manager generique when the project started haha 2020-04-23T09:24:50 #kisslinux There's also appimages 2020-04-23T09:26:00 #kisslinux here we go, already 3 softwares haha 2020-04-23T09:27:07 #kisslinux This is especially handy for us for things like chromium, gimp, krita, etc, etc. 2020-04-23T09:27:24 #kisslinux Though I'm not exactly happy with the dependency situation for flatpak 2020-04-23T09:27:27 #kisslinux dylan04: so will flatpak be added? 2020-04-23T09:27:34 #kisslinux Depends 2020-04-23T09:27:43 #kisslinux I'm testing it now 2020-04-23T09:27:51 #kisslinux yeaah, it avoids managing those kind of software 2020-04-23T09:28:09 #kisslinux Also allows users to run steam, etc easily 2020-04-23T09:30:00 #kisslinux Nothing beats something packaged properly though 2020-04-23T09:32:16 #kisslinux (Appimages don't work under musl at all fyi) 2020-04-23T09:32:32 #kisslinux (Which is a shame as it's the smallest of the 3 iirc) 2020-04-23T09:33:12 #kisslinux hmmm possible to write a patch? 2020-04-23T09:33:40 #kisslinux I doubt it's that easy 2020-04-23T09:33:51 #kisslinux There's an issue or two on their tracker about it 2020-04-23T09:37:01 #kisslinux So, gimp installed. When trying to run it: https://termbin.com/9lps 2020-04-23T09:56:45 #kisslinux brb 2020-04-23T10:08:02 #kisslinux Got flatpak working. 2020-04-23T10:10:03 #kisslinux how did you do it? 2020-04-23T10:11:01 #kisslinux Lots of packaging 2020-04-23T10:12:06 #kisslinux would be nice to kiss b flatpak 2020-04-23T10:12:11 #kisslinux Yup 2020-04-23T10:14:25 #kisslinux nice 2020-04-23T10:14:29 #kisslinux how many packages needed to build flatpak? 2020-04-23T10:15:06 #kisslinux konimex: any news on wyverkiss? 2020-04-23T10:15:51 #kisslinux k1ss: no remarkable news, since we follow KISS, any news noteworthy to kiss will be noteworthy to wyverkiss 2020-04-23T10:16:09 #kisslinux Here's everything needed (new stuff): flatpak, appstream-glib, fuse2, gpgme, json-glib, libassuan, ostree. 2020-04-23T10:16:20 #kisslinux fuse v2? huh 2020-04-23T10:17:12 #kisslinux Also needs (from repos + community): gdk-pixbuf, libarchive, libcap, libsoup, libxml2, python, glib, cmake, meson and gperf. 2020-04-23T10:17:17 #kisslinux Then any dependencies these need. 2020-04-23T10:17:28 #kisslinux damn 2020-04-23T10:17:49 #kisslinux if any GPG-related dep can be removed then it'll be good for wyver* 2020-04-23T10:18:03 #kisslinux but that looks impossible 2020-04-23T10:18:15 #kisslinux libassuan + gpgme 2020-04-23T10:18:22 #kisslinux I believe 2020-04-23T10:18:27 #kisslinux aye 2020-04-23T10:18:43 #kisslinux https://github.com/dylanaraps/kiss-flatpak 2020-04-23T10:18:58 #kisslinux I had to make some changes to libsoup and a couple of other community packages 2020-04-23T10:19:02 #kisslinux Keep that in mind 2020-04-23T10:19:09 #kisslinux Was about to ask. thanks 2020-04-23T10:19:21 #kisslinux Ah 2020-04-23T10:19:34 #kisslinux Just 'glib-networking' added to libsoup depends (for TLS support) 2020-04-23T10:20:07 #kisslinux merakor: Can you make this change? I'm sure it's also needed for webkit2gtk + friends (but happens behind the scenes). 2020-04-23T10:20:11 #kisslinux Yeah sure 2020-04-23T10:20:17 #kisslinux I was about to say the same 2020-04-23T10:20:37 #kisslinux I also have gpgme on my own repositories, I can maintain it on community if you would want to 2020-04-23T10:21:19 #kisslinux Nice 2020-04-23T10:21:31 #kisslinux I still need to finalize the dependencies (remove whatever else I can) 2020-04-23T10:21:45 #kisslinux https://github.com/CarbsLinux/repository/tree/master/community/gpgme 2020-04-23T10:22:25 #kisslinux Alright, I'll make a pull for libsoup 2020-04-23T10:24:39 #kisslinux Nice, thanks 2020-04-23T10:28:23 #kisslinux Okay, I opened a PR 2020-04-23T10:29:04 #kisslinux Thanks 2020-04-23T10:39:33 #kisslinux Added instructions: https://github.com/dylanaraps/kiss-flatpak 2020-04-23T10:44:28 #kisslinux why flatpak? 2020-04-23T10:44:52 #kisslinux i mean, any reason for flatpak against appimage or snap? 2020-04-23T10:45:00 #kisslinux snap needs systemd 2020-04-23T10:45:02 #kisslinux enough said 2020-04-23T10:45:06 #kisslinux ok 2020-04-23T10:45:08 #kisslinux enough 2020-04-23T10:45:33 #kisslinux appimage doesn't work in musl according to dylan iirc 2020-04-23T10:45:50 #kisslinux this is great, with this i can install libreoffice 2020-04-23T10:46:30 #kisslinux i don't know flatpak, but this build's from source? 2020-04-23T10:48:51 #kisslinux flatpak itself can be built from source, but it basically installs prebuilt binaries 2020-04-23T10:53:44 #kisslinux well, it's something 2020-04-23T10:55:30 #kisslinux It enables you to run glibc only software as well as the hard to package stuff. 2020-04-23T10:56:00 #kisslinux I'm tempted to statically compile flatpak and have everything be a make dep 2020-04-23T10:56:22 #kisslinux dylan02: version file not fiund 2020-04-23T10:56:28 #kisslinux found* 2020-04-23T10:56:53 #kisslinux Show me your KISS_PATH 2020-04-23T10:57:04 #kisslinux Adding it should be like Community 2020-04-23T11:01:39 #kisslinux hola! 2020-04-23T11:02:11 #kisslinux dylan02 KISS_PATH=/var/db/kiss/repo/core:/var/db/kiss/repo/extra:/var/db/kiss/repo/xorg:/var/db/kiss/repo/community/community:/var/db/kiss/repo/community/kiss-games:/var/db/kiss/repo/community/kiss-flatpak/ 2020-04-23T11:02:22 #kisslinux from laptop 2020-04-23T11:02:33 #kisslinux dylan02: there is a util-linux dependency for appstream-glib 2020-04-23T11:02:48 #kisslinux claudia02: Are you sure? I don't have util-linux 2020-04-23T11:02:59 #kisslinux Send me the output? 2020-04-23T11:03:15 #kisslinux > /var/db/kiss/repo/community/kiss-flatpak/ 2020-04-23T11:03:15 #kisslinux I havent it either, but without it was complaining about missing "uuid" 2020-04-23T11:03:18 #kisslinux now its building 2020-04-23T11:03:23 #kisslinux Should be: /var/db/kiss/repo/community/kiss-flatpak/flatpak 2020-04-23T11:03:40 #kisslinux Though I'm unsure of your repo layout (What's community doing there?) 2020-04-23T11:03:47 #kisslinux https://termbin.com/1dhk1 2020-04-23T11:04:41 #kisslinux everything in one directory. don't know whats best. 2020-04-23T11:04:50 #kisslinux merakor: Thanks 2020-04-23T11:05:28 #kisslinux Ah. I have libuuid.a from my version of e2fsprogs 2020-04-23T11:05:56 #kisslinux > /var/db/kiss/repo/community/community 2020-04-23T11:06:00 #kisslinux I don't know, should this happen? 2020-04-23T11:06:17 #kisslinux I don't think it should 2020-04-23T11:06:21 #kisslinux $ROOTFS/var/db/kiss/repo is it's own git repo 2020-04-23T11:06:34 #kisslinux Yup 2020-04-23T11:06:38 #kisslinux dylan02: https://termbin.com/85m6 2020-04-23T11:06:58 #kisslinux claudia02: Thanks. I can reproduce now too. 2020-04-23T11:07:10 #kisslinux fine 2020-04-23T11:07:21 #kisslinux its building know thanks 2020-04-23T11:07:52 #kisslinux it would be good to document good practices regarding KISS_PATH 2020-04-23T11:08:04 #kisslinux I will 2020-04-23T11:11:32 #kisslinux dylan02: By the way, your license year is set as 2016-2019 on the flatpak repository 2020-04-23T11:13:10 #kisslinux Thanks 2020-04-23T11:14:04 #kisslinux Dropped libuuid dependency altogether with a patch. 2020-04-23T11:23:24 #kisslinux Am i the only one having this docbook issue? 2020-04-23T11:23:29 #kisslinux I think so. 2020-04-23T11:23:31 #kisslinux Looking into it 2020-04-23T11:25:38 #kisslinux Try the latest commit (just pushed) 2020-04-23T11:27:16 #kisslinux Yeah, it works now! 2020-04-23T11:27:29 #kisslinux Awesome 2020-04-23T11:27:41 #kisslinux I don't understand why it happens though. I don't have anything related to it. 2020-04-23T11:27:54 #kisslinux Do you have libXslt? 2020-04-23T11:29:25 #kisslinux I do not 2020-04-23T11:30:17 #kisslinux Okay, that's the reason. 2020-04-23T11:30:25 #kisslinux I tried it without it 2020-04-23T11:30:40 #kisslinux ostree fails with libXslt when -Ddoc=false 2020-04-23T11:30:48 #kisslinux with same docbook issues 2020-04-23T11:31:03 #kisslinux I removed it, not it works 2020-04-23T11:31:25 #kisslinux sorry, not ostree 2020-04-23T11:31:33 #kisslinux appstream-glib 2020-04-23T11:31:40 #kisslinux but ostree has the same issue 2020-04-23T11:33:37 #kisslinux Thanks 2020-04-23T11:34:43 #kisslinux Sure! 2020-04-23T11:38:29 #kisslinux Fixed 2020-04-23T11:38:31 #kisslinux merakor: 2020-04-23T11:39:19 #kisslinux Nice, thanks 2020-04-23T11:39:53 #kisslinux It works 2020-04-23T11:40:26 #kisslinux :D 2020-04-23T11:46:42 #kisslinux I can drop fuse from flatpak fyi 2020-04-23T11:48:45 #kisslinux Oh I forgot I compiled the kernel without user namespace support :D 2020-04-23T12:07:10 #kisslinux OK 2020-04-23T12:07:16 #kisslinux fuse2 is no longer needed 2020-04-23T12:23:13 #kisslinux morning 2020-04-23T12:23:24 #kisslinux dylan02: dylan how should i deal with the issue of checksums request? I noticed a discrepancy too, after changing the source kiss c I had changed checksums but then finally gave me back the original checksums. This is the reason that convinced me that perhaps he was right. sha256 package.tar.gz actually corresponds to the first check 2020-04-23T12:24:26 #kisslinux Hm 2020-04-23T12:24:31 #kisslinux I'm not sure I understand fully 2020-04-23T12:25:28 #kisslinux not me either because i had problems with kiss c 2020-04-23T12:26:06 #kisslinux the first link / blob returned a kiss c, after changing to / RAW kiss c it changed my control 2020-04-23T12:26:46 #kisslinux in the end the user complained then I redone everything from 0 and actually the check with kiss c gave me the same initial checksums 2020-04-23T12:27:11 #kisslinux Ah 2020-04-23T12:27:25 #kisslinux Can you find a different source? 2020-04-23T12:27:48 #kisslinux therefore I probably assume that the last commit I sent you is correct. Please can you verify by downloading the source from the link and applying sha256 2020-04-23T12:28:24 #kisslinux Sure 2020-04-23T12:28:41 #kisslinux https://github.com/aicsx/kiss-repo/raw/master/giblib/giblib-1.2.4.tar.gz 2020-04-23T12:28:47 #kisslinux download and apply checksums 2020-04-23T12:28:50 #kisslinux please 2020-04-23T12:35:08 #kisslinux ax: Wait, why is the source yours and hosted on git 2020-04-23T12:35:17 #kisslinux on github?* 2020-04-23T13:13:05 #kisslinux dylan03: I wrote it to you in the initial PR, because the developer link is from 10 years ago and is no longer operational 2020-04-23T13:13:49 #kisslinux Right 2020-04-23T13:13:56 #kisslinux this library was developed in original to the last release you see, the next ones that are now found are fork of the original project. 2020-04-23T13:14:18 #kisslinux github error? 2020-04-23T13:14:21 #kisslinux in fact even if you see version 1.3.x it is not the original library. 2020-04-23T13:14:34 #kisslinux returns 504 for me 2020-04-23T13:15:28 #kisslinux konimex: raw work for download not for view 2020-04-23T13:15:41 #kisslinux what? 2020-04-23T13:15:52 #kisslinux i'm just asking if github is down 2020-04-23T13:16:00 #kisslinux haaaa 2020-04-23T13:16:15 #kisslinux anyway, http://kent.dl.sourceforge.net/project/slackbuildsdirectlinks/giblib/giblib-1.2.4.tar.gz < just use this source, both alpine and arch uses it 2020-04-23T13:16:22 #kisslinux I thought you were referring to the link 2020-04-23T13:16:28 #kisslinux don't know about void since I can't access github for some reason 2020-04-23T13:16:54 #kisslinux yes it slackbuild page ... its my source but hosted on github personal page 2020-04-23T13:21:04 #kisslinux konimex: github prpblem yes... its down 2020-04-23T13:21:33 #kisslinux https://www.githubstatus.com/ 2020-04-23T13:22:51 #kisslinux every fucking day this happens 2020-04-23T13:23:04 #kisslinux just look at Past Incidents 2020-04-23T13:24:19 #kisslinux konimex: That link works fine. ax: Why don't we use it? It may solve our checksum issue as well. 2020-04-23T13:25:39 #kisslinux libcap dependency removed from flatpak. 2020-04-23T13:25:58 #kisslinux does anyone here use flatpak? 2020-04-23T13:26:07 #kisslinux I packaged it today 2020-04-23T13:26:12 #kisslinux https://github.com/dylanaraps/kiss-flatpak 2020-04-23T13:26:16 #kisslinux ah cool 2020-04-23T13:26:19 #kisslinux for what purpose? 2020-04-23T13:26:43 #kisslinux runnnig shitware? i never really delved into flatpak before so I don't know the ins and outs 2020-04-23T13:26:54 #kisslinux ah seems like github is down again 2020-04-23T13:27:09 #kisslinux To allow users to run software which is either proprietary, hard to package or just horrible. 2020-04-23T13:27:22 #kisslinux i wanted to run minecrfat though flatpak but I have no idea if i need glibc or stuff like that 2020-04-23T13:27:37 #kisslinux flatpack just contains everything, even glibc? 2020-04-23T13:27:42 #kisslinux to run minecraft don't one just need java? 2020-04-23T13:27:42 #kisslinux Just 'flatpak install --user gimp' 2020-04-23T13:27:43 #kisslinux Yeah 2020-04-23T13:27:58 #kisslinux but yeah flatpak has runtimes of glibc and other-wares packed 2020-04-23T13:28:04 #kisslinux konimex: the new luancher is closed source c++ compiled against glibc 2020-04-23T13:28:10 #kisslinux lol... 2020-04-23T13:28:20 #kisslinux ah that's cool, this seems better than a whole chroot probably 2020-04-23T13:28:25 #kisslinux It's easy 2020-04-23T13:28:38 #kisslinux which launcher? t-launcher? I used to play minecraft from that (no mojang account unfortunately) 2020-04-23T13:28:46 #kisslinux the official one 2020-04-23T13:28:48 #kisslinux since mid 2019 2020-04-23T13:29:05 #kisslinux It'll finally answer the question "Can I run steam, spotify, discord, whatever on kiss?" 2020-04-23T13:29:07 #kisslinux i see 2020-04-23T13:29:16 #kisslinux dylan03: did you look into docker? 2020-04-23T13:29:20 #kisslinux Turns out that people are too lazy to setup a chroot 2020-04-23T13:29:31 #kisslinux it seems nice as well, but it needs specific kernel configuration and a user and stuff 2020-04-23T13:29:42 #kisslinux flatpak or docker? 2020-04-23T13:29:47 #kisslinux so will you keep using the chroot or flatpak? 2020-04-23T13:29:54 #kisslinux dylan03: docker needs these things 2020-04-23T13:30:07 #kisslinux I don't use a chroot regularly 2020-04-23T13:30:20 #kisslinux I used one once(?) to play some CSS with my brother 2020-04-23T13:30:26 #kisslinux I will use flatpak though 2020-04-23T13:30:35 #kisslinux will you be moving the flatpack pkg to community anytime soon? 2020-04-23T13:30:41 #kisslinux Yeah 2020-04-23T13:30:52 #kisslinux alright this is great 2020-04-23T13:30:58 #kisslinux Once it's been tested by more users and I'm happy with it 2020-04-23T13:31:05 #kisslinux maintaining two distros, one in a chroot, would probably kinda be a pain 2020-04-23T13:31:34 #kisslinux I've so far removed (from flatpak's deps): polkit, mozjs, fuse2, libuuid and libcap 2020-04-23T13:31:49 #kisslinux using arch after such a long time I felt how restritive it is 2020-04-23T13:31:56 #kisslinux "sorry you can't run this command as root" 2020-04-23T13:32:01 #kisslinux Really? 2020-04-23T13:32:09 #kisslinux God 2020-04-23T13:32:23 #kisslinux pacman must run as user and they don't have a flag to disable it 2020-04-23T13:32:36 #kisslinux flatpak just needs "user namespaces" enabled in the kernel 2020-04-23T13:32:38 #kisslinux fyi 2020-04-23T13:32:43 #kisslinux Ah 2020-04-23T13:32:46 #kisslinux alright 2020-04-23T13:32:47 #kisslinux That's right (about pacman) 2020-04-23T13:33:01 #kisslinux kiss was the same for a period iirc 2020-04-23T13:33:05 #kisslinux Now it lets you do whatever you want 2020-04-23T13:33:09 #kisslinux hm I don't like it 2020-04-23T13:33:15 #kisslinux Neither 2020-04-23T13:33:17 #kisslinux I just want to decide what to do myself 2020-04-23T13:33:24 #kisslinux I don't like being told what I can/can't do 2020-04-23T13:33:27 #kisslinux Exactly 2020-04-23T13:33:40 #kisslinux like a warning is nice or something but disabling it goes a bit far 2020-04-23T13:34:11 #kisslinux Yeah 2020-04-23T13:34:20 #kisslinux dylan03: what's the most decent smaller modern browser that doesn't pull either gtk or qt crap, or at least not a lot of it? 2020-04-23T13:34:34 #kisslinux i can't wait for ff or chromium compile :/ 2020-04-23T13:34:43 #kisslinux TwistedFate: Welcome to flatpak 2020-04-23T13:34:49 #kisslinux Any browser you like is a command away 2020-04-23T13:34:55 #kisslinux No building needed 2020-04-23T13:35:14 #kisslinux we're really the flatpak distro now? 2020-04-23T13:35:15 #kisslinux lol 2020-04-23T13:35:17 #kisslinux eww no 2020-04-23T13:35:24 #kisslinux it needs to be compiled 2020-04-23T13:35:41 #kisslinux flatpak would be fine for a program or two 2020-04-23T13:35:43 #kisslinux it is compiled 2020-04-23T13:35:54 #kisslinux It's just a glibc binary running in its own sandboxed environment 2020-04-23T13:35:55 #kisslinux I use my browser pobably 90% of the time so I am willing to spend some time and deps on it 2020-04-23T13:36:10 #kisslinux Yeah 2020-04-23T13:36:19 #kisslinux ok, flatpak and such aside, any other browser i could just compile and install? 2020-04-23T13:36:33 #kisslinux Surf is probably the fastest? 2020-04-23T13:36:40 #kisslinux with a gui 2020-04-23T13:36:48 #kisslinux a modern-like browser 2020-04-23T13:36:53 #kisslinux tbh firefox is probably the most minimal, that fits all my needs 2020-04-23T13:36:54 #kisslinux There's firefox (and firefox-bin), webkit2gtk browsers (surf, etc), qt5-webengine browsers (falkon, etc) and finally dillo, netsurf, lynx, w3m, etc. 2020-04-23T13:37:12 #kisslinux you might want to look into seamonkey 2020-04-23T13:37:14 #kisslinux Though you'll have to package dillo and friends I believe 2020-04-23T13:37:34 #kisslinux does falkon pull in a lot? 2020-04-23T13:37:44 #kisslinux it's probably noticeably smaller than firefox 2020-04-23T13:37:49 #kisslinux Five qt5 packages 2020-04-23T13:37:53 #kisslinux qt5-webengine takes a lot longer to build though 2020-04-23T13:38:11 #kisslinux and it _can_ fail for no reason 2020-04-23T13:38:20 #kisslinux I recommend ccache be used for the build 2020-04-23T13:38:29 #kisslinux so i'm left with firefox and crappy rust then :/ 2020-04-23T13:38:38 #kisslinux i hate their decision to make rust a requirement 2020-04-23T13:38:52 #kisslinux i kinda get that they want to use a "modern" language 2020-04-23T13:39:22 #kisslinux just build firefox before you go to bed 2020-04-23T13:39:28 #kisslinux wake up with a fresh package 2020-04-23T13:39:34 #kisslinux that sounds a bit wrong 2020-04-23T13:39:42 #kisslinux :') 2020-04-23T13:40:13 #kisslinux I do it when I leave the house 2020-04-23T13:43:00 #kisslinux TwistedFate: try palemoon. it doesn't require rust AFAIK 2020-04-23T13:43:55 #kisslinux TwistedFate: https://www.uninformativ.de/git/lariza/file/README.html 2020-04-23T13:44:03 #kisslinux this guy has a lot of cool projects by the way 2020-04-23T13:44:05 #kisslinux all very kiss 2020-04-23T13:44:46 #kisslinux huh, i haven't heard of it before 2020-04-23T13:45:05 #kisslinux only those who tried out every browser on the planet heard of it 2020-04-23T13:45:15 #kisslinux https://www.uninformativ.de/git/katriawm/file/README.html 2020-04-23T13:45:18 #kisslinux his wm is also cool 2020-04-23T13:46:16 #kisslinux onodera: post some rice desu :3 2020-04-23T13:47:18 #kisslinux https://github.com/onodera-punpun/lariza 2020-04-23T13:47:30 #kisslinux a long time ago i forked it and added mouse gestures and smooth scrolling 2020-04-23T13:47:36 #kisslinux it is very easy to hack 2020-04-23T13:47:44 #kisslinux note, this fork is very out of date 2020-04-23T13:47:52 #kisslinux it even 404's it seems lmao 2020-04-23T13:47:59 #kisslinux 404 ye 2020-04-23T13:51:42 #kisslinux welp, firefox is compiling 2020-04-23T13:52:50 #kisslinux i might be porting lariza later 2020-04-23T13:52:59 #kisslinux checking if it got any better recently 2020-04-23T13:53:19 #kisslinux anyways even these 'minimal' browsers just use webkit 2020-04-23T13:57:07 #kisslinux :( 2020-04-23T13:57:20 #kisslinux Except for dillo and netsurf 2020-04-23T13:57:24 #kisslinux Any others? 2020-04-23T13:58:27 #kisslinux netsurf is pretty cool 2020-04-23T13:58:31 #kisslinux but unusable for me 2020-04-23T13:58:37 #kisslinux i don't know of any others 2020-04-23T13:58:39 #kisslinux what about chromium? 2020-04-23T14:00:28 #kisslinux TwistedFate: btw I have a port of firefox 75 if you are into that 2020-04-23T14:00:34 #kisslinux gotta create a PR still 2020-04-23T14:00:42 #kisslinux probably wait til 75.1 releases 2020-04-23T14:00:48 #kisslinux Then I have to rename ours to -esr 2020-04-23T14:00:58 #kisslinux also I want to get LTO working 2020-04-23T14:01:18 #kisslinux LTO should be setup and working now (gcc side) 2020-04-23T14:01:46 #kisslinux dylan03: how will that work, the package manager will update to 75 2020-04-23T14:01:52 #kisslinux for people now running ESR 2020-04-23T14:01:56 #kisslinux Yeah 2020-04-23T14:02:16 #kisslinux I'll announce it beforehand 2020-04-23T14:02:16 #kisslinux maybe a pre-install with a sleep 2020-04-23T14:02:31 #kisslinux my system is fully lto 2020-04-23T14:02:43 #kisslinux but firefox needs weird linker settings a stuff 2020-04-23T14:02:46 #kisslinux Nice 2020-04-23T14:02:58 #kisslinux loike it doesn't just accept some extra cflags 2020-04-23T14:03:52 #kisslinux I wonder how long firefox would take to link with lto 2020-04-23T14:04:25 #kisslinux btw what is the use of ffat-lto-objects 2020-04-23T14:04:45 #kisslinux I don't really get it, gentoo-lto doesn't ever add it, but the kiss-lto project does to some liberaries 2020-04-23T14:06:14 #kisslinux I guess Gentoo sets '-fno-fat-lto-objects'? 2020-04-23T14:06:50 #kisslinux let me check 2020-04-23T14:07:14 #kisslinux fat objects are slower to compile and larger than slim ones 2020-04-23T14:07:21 #kisslinux now I have on one side this nice placebo feeling of having LTOized my system, but on the other hand this uneasy feeling that I might be using some wrong CFLAGs 2020-04-23T14:08:08 #kisslinux Heh 2020-04-23T14:08:13 #kisslinux > The difference between fat and non-fat object files is that fat object files contains both intermediate language as well as the normally compiled code. At linktime, if you invoke compiler without -flto, fat objects will be handled as normal object files (and LTO information discarded), while slim objects will inovke LTO optimizers because there is no way to handle them without it. 2020-04-23T14:08:33 #kisslinux https://github.com/InBetweenNames/gentooLTO/blob/master/sys-config/ltoize/files/package.cflags/ltoworkarounds.conf 2020-04-23T14:08:45 #kisslinux ah I was wrong, it does add fat objects to some packages 2020-04-23T14:09:19 #kisslinux man I fucking hate github's intransparent status page 2020-04-23T14:09:34 #kisslinux "yeah, issue fixed" what's the issue? 2020-04-23T14:09:52 #kisslinux but for example the kiss lto repo adds fat objects to busybox, but gentoo doesn't 2020-04-23T14:10:01 #kisslinux can't find any info anwyhere else if this is required 2020-04-23T14:10:04 #kisslinux Some packages in flatpak require pulseaudio ugh 2020-04-23T14:10:14 #kisslinux merakor: apulse 2020-04-23T14:10:51 #kisslinux What do you mean? 2020-04-23T14:11:04 #kisslinux merakor: Really? Even with --user? 2020-04-23T14:11:23 #kisslinux Send logs 2020-04-23T14:11:23 #kisslinux https://github.com/i-rinat/apulse 2020-04-23T14:11:36 #kisslinux can't you run it through apulse 2020-04-23T14:12:38 #kisslinux Thandylan03: https://termbin.com/4fg8 2020-04-23T14:12:46 #kisslinux onodera: thanks! will try now 2020-04-23T14:13:23 #kisslinux I thought the point of fkatpack was to avoid dependencies 2020-04-23T14:13:29 #kisslinux Oh I forgot to delete text I have written before :D 2020-04-23T14:13:45 #kisslinux dilynm: libreoffice :^) 2020-04-23T14:14:29 #kisslinux I don't use libreoffice, i was just testing it and firefox 2020-04-23T14:14:34 #kisslinux firefox has the same issue 2020-04-23T14:14:47 #kisslinux Ah yes of course. The famous music player, libreoffice 2020-04-23T14:15:05 #kisslinux I love how flatpak creates ~/.var 2020-04-23T14:15:22 #kisslinux ... 2020-04-23T14:15:32 #kisslinux dylan03: https://termbin.com/jgdc 2020-04-23T14:15:41 #kisslinux this is the output from firefox 2020-04-23T14:15:56 #kisslinux I can fix that 2020-04-23T14:15:58 #kisslinux 2 secs 2020-04-23T14:16:07 #kisslinux Yeah libreoffice needing pulseaudio is one of the dumbest things ever 2020-04-23T14:16:35 #kisslinux Pushed 2020-04-23T14:16:50 #kisslinux It's beyond dumb 2020-04-23T14:16:53 #kisslinux I mean I listen to music from emacs not libreoffice duh 2020-04-23T14:17:18 #kisslinux *I don't actually do that* 2020-04-23T14:17:36 #kisslinux Emacs can probably do captchas and doesn't require pulseaudio 2020-04-23T14:17:40 #kisslinux Come on, libreoffice 2020-04-23T14:19:30 #kisslinux Seeing as flatpak defaults to --system (root) and the point is here... to not run things as root, shall I patch it to default to --user? 2020-04-23T14:20:11 #kisslinux Oh okay so the issue was dbus not pulseaudio 2020-04-23T14:20:42 #kisslinux It worked for firefox but not libreoffice 2020-04-23T14:21:05 #kisslinux It's a dbus proxy which is supposed to communicate with a system dbus 2020-04-23T14:21:11 #kisslinux Send a log 2020-04-23T14:21:16 #kisslinux https://termbin.com/s96gm 2020-04-23T14:21:19 #kisslinux https://termbin.com/kz09 2020-04-23T14:21:22 #kisslinux This is what I see on youtube 2020-04-23T14:22:01 #kisslinux merakor: Tried with apulse? 2020-04-23T14:22:28 #kisslinux It'll 100% be a requirement for things using it 2020-04-23T14:25:27 #kisslinux Yeah I tried it, no difference 2020-04-23T14:26:06 #kisslinux Still says 'Could not find pulseaudio socket' 2020-04-23T14:28:01 #kisslinux Try googling it 2020-04-23T14:28:11 #kisslinux This probably affects all alsa users 2020-04-23T14:30:43 #kisslinux https://github.com/flathub/com.valvesoftware.Steam/issues/20 2020-04-23T14:31:08 #kisslinux oops 2020-04-23T14:32:52 #kisslinux such a great invention, pulse 2020-04-23T14:33:17 #kisslinux why didn't they just copy the audio stuff from BSD, they seem to have things working alright 2020-04-23T14:34:01 #kisslinux Because freedesktop loves inventing terrible things 2020-04-23T14:35:31 #kisslinux merakor: Do you have: ALSA_CONFIG_PATH set? 2020-04-23T14:36:26 #kisslinux No, should it point to my asoundrc? 2020-04-23T14:36:59 #kisslinux No 2020-04-23T14:37:03 #kisslinux It's good that it's unset 2020-04-23T14:37:17 #kisslinux Try this: XDG_RUNTIME_DIR=/run/user/$(id -u) flatpak bla 2020-04-23T14:39:07 #kisslinux It outputs the same things 2020-04-23T14:44:04 #kisslinux Try that with apulse 2020-04-23T14:44:32 #kisslinux Sounds like flatpak is big on pulse 2020-04-23T14:44:33 #kisslinux https://github.com/flatpak/xdg-desktop-portal/issues/27#issuecomment-233057825 2020-04-23T14:44:44 #kisslinux > Given the above, you can get audio sandboxing by: 2020-04-23T14:44:47 #kisslinux > Blocking ALSA access to apps by blocking /dev/snd/* 2020-04-23T14:44:50 #kisslinux man, and i _finally_ started to get my head around alsa 2020-04-23T14:45:12 #kisslinux Could this simply be a flatpax sandbox config change? 2020-04-23T14:45:22 #kisslinux ie, unblock /dev/snd 2020-04-23T14:48:32 #kisslinux onodera: well ff 75 is compiling right now 2020-04-23T14:54:41 #kisslinux I tried with both 2020-04-23T14:55:16 #kisslinux Yeah flatpak actively enourages pulseaudio 2020-04-23T14:55:21 #kisslinux encourages* 2020-04-23T14:56:27 #kisslinux more like fatpack then xDDD 2020-04-23T14:56:40 #kisslinux Some things should work despite pulse though 2020-04-23T14:56:47 #kisslinux Try chromium 2020-04-23T14:57:32 #kisslinux Firefox official builds have no alsa (all they did was add --disable-alsa though everyone thinks the code is gone) 2020-04-23T14:57:56 #kisslinux USE="alsa" <3 2020-04-23T14:58:18 #kisslinux Them removing it is weird too as firefox doesn't link to alsa anyway (nor to pulse) 2020-04-23T14:58:47 #kisslinux dylan03: which is weird man, I am SURE that they actually removed the alsa code a few versions ago 2020-04-23T14:59:02 #kisslinux btw onodera, you never sent those rice pics :3 2020-04-23T14:59:46 #kisslinux They're actually refusing bug reports for ALSA now 2020-04-23T15:00:11 #kisslinux Even from someone who wanted to work on one "No you can't" 2020-04-23T15:00:37 #kisslinux I'll try and find the bugzilla issue I'm talking about 2020-04-23T15:00:43 #kisslinux time to fork firefox :') 2020-04-23T15:01:12 #kisslinux https://i.redd.it/puxe57tylhs41.png TwistedFate 2020-04-23T15:01:33 #kisslinux redhat, mozilla, and freedesktop :) 2020-04-23T15:01:40 #kisslinux onodera: that looks comfy desu 2020-04-23T15:01:51 #kisslinux They are my least favourite community/companies 2020-04-23T15:02:43 #kisslinux I think you might just be better off forking Firefox circa 2009 tbh 2020-04-23T15:02:52 #kisslinux That codebase is probably so spaghetti it's not even funny 2020-04-23T15:03:02 #kisslinux Fork netscape :P 2020-04-23T15:03:03 #kisslinux firefox became shit years ago 2020-04-23T15:03:10 #kisslinux some would say even since 3.6 2020-04-23T15:03:18 #kisslinux they just keep adding more and more crap and botnet 2020-04-23T15:03:29 #kisslinux and it's clear it's because of the money 2020-04-23T15:03:37 #kisslinux free internet my ass 2020-04-23T15:03:58 #kisslinux Mozilla is a really shady company anyway 2020-04-23T15:04:48 #kisslinux They talk a lot about privacy without actually having privacy respecting defaults 2020-04-23T15:04:52 #kisslinux yea 2020-04-23T15:05:28 #kisslinux The whole privacy thing is a marketing scheme against chromium 2020-04-23T15:05:30 #kisslinux i don't think there's a single good browser left today 2020-04-23T15:05:45 #kisslinux https://bugzilla.mozilla.org/show_bug.cgi?id=1218235#c6 2020-04-23T15:05:53 #kisslinux Last paragraph 2020-04-23T15:06:15 #kisslinux Unrelated to what I'm looking for but interesting 2020-04-23T15:06:18 #kisslinux If google wasn't trying their hardest to make non-chromium non-firefox browsers obsolete 2020-04-23T15:06:49 #kisslinux > "Hmm...we don't support ALSA anymore. On the linux platforms, officially we only support PulseAudio now." 2020-04-23T15:06:52 #kisslinux Just wget your webpages and print them off like stallman does 2020-04-23T15:06:56 #kisslinux i think they only way we could have a good browser, or software in general, is if people like those from openbsd made it. they don't take shit from anybody, they want security and privacy without compromise 2020-04-23T15:07:00 #kisslinux Ink is expensive man 2020-04-23T15:07:55 #kisslinux "I'm putting this in the parking lot. Supporting ALSA is not on the roadmap." 2020-04-23T15:07:59 #kisslinux https://bugzilla.mozilla.org/show_bug.cgi?id=1221579#c1 2020-04-23T15:08:48 #kisslinux This is the original thread about --disable-alsa being added: https://bugzilla.mozilla.org/show_bug.cgi?id=1345661 2020-04-23T15:08:50 #kisslinux I am pretty happy on Surf. 2020-04-23T15:09:02 #kisslinux Google websites do not accept me though. 2020-04-23T15:09:14 #kisslinux surf.. that's the command line browser, right? 2020-04-23T15:09:24 #kisslinux No no webkitgtk browser. 2020-04-23T15:09:41 #kisslinux https://surf.suckless.org 2020-04-23T15:09:46 #kisslinux oh God, it's from those suckless guys 2020-04-23T15:09:50 #kisslinux merakor: I got around this with falkon by setting a firefox useragent 2020-04-23T15:10:45 #kisslinux I am trying to degoogle, s�o that wasn't an issue to me, but that's good to keep in mind 2020-04-23T15:11:34 #kisslinux Surf can set user agent as well 2020-04-23T15:12:01 #kisslinux hmmm 2020-04-23T15:12:02 #kisslinux Gotcha 2020-04-23T15:12:04 #kisslinux surf doesn't seem so bad 2020-04-23T15:12:17 #kisslinux I love it way too much 2020-04-23T15:13:02 #kisslinux i don't think i could be without ublock origin and umatrix though 2020-04-23T15:13:17 #kisslinux I adblock from /etc/hosts 2020-04-23T15:13:47 #kisslinux I think there was a patch for proper adblocking, but I am not sure. 2020-04-23T15:14:06 #kisslinux I find /etc/hosts way to be pretty sufficient 2020-04-23T15:14:57 #kisslinux surf + mpv for video sounds nice 2020-04-23T15:15:04 #kisslinux tabbed is a must I presume? 2020-04-23T15:15:22 #kisslinux dylan03: rsync-less kiss release when? :D 2020-04-23T15:15:54 #kisslinux that is so stupid -- they had a solution that would have made it more or less transparent to firefox what was being used and just ignored it? 2020-04-23T15:16:09 #kisslinux Yes 2020-04-23T15:17:34 #kisslinux so what you're saying is we just need to figure out a way to rephrase the problem so they think it's solving something else lol 2020-04-23T15:18:08 #kisslinux Well, we're all going to be forced to move to pipewire in the future 2020-04-23T15:18:18 #kisslinux Yeah I use tabbed as well, but it's a preference really. I have used without it for over a year. 2020-04-23T15:18:28 #kisslinux @TwistedFate I think pihole can help a little bit with that, but yeah uMatrix is too easy to configure. I use Decentraleyes too 2020-04-23T15:18:45 #kisslinux lol. This isn't what I wanted https://flathub.org/apps/details/net.sourceforge.chromium-bsu 2020-04-23T15:18:56 #kisslinux That's the only result 2020-04-23T15:21:33 #kisslinux lieu: Either tonight or tomorrow (probably). Needs another look over 2020-04-23T15:22:19 #kisslinux No chromium in flathub. Right? 2020-04-23T15:22:31 #kisslinux Nope 2020-04-23T15:22:48 #kisslinux Any other repositories for flatpaks? 2020-04-23T15:22:55 #kisslinux dylan03: not the chromium you want, but the chromium you need lol 2020-04-23T15:23:11 #kisslinux That's why I use nix 2020-04-23T15:23:23 #kisslinux Haha 2020-04-23T15:23:49 #kisslinux what do you mean pipewire? 2020-04-23T15:24:02 #kisslinux those freedesktop/poettering scumbags just won't quit 2020-04-23T15:24:50 #kisslinux ominous_anonymou: yea i heard about it, i have been wanting to build a pfsense router for a long time though 2020-04-23T15:25:07 #kisslinux merakor: there is https://github.com/jun7/wyebadblock for adblocking, but I could get it to build 2020-04-23T15:26:42 #kisslinux * could not 2020-04-23T15:28:13 #kisslinux So, there's no chromium but spotify is on there :| 2020-04-23T15:30:07 #kisslinux https://github.com/mariospr/chromium-browser-flatpak this seems a little... iffy 2020-04-23T15:30:26 #kisslinux I found this too 2020-04-23T15:30:34 #kisslinux and 4 years old, never mind 2020-04-23T15:43:43 #kisslinux merakor: I may have a fix for the audio 2020-04-23T15:43:47 #kisslinux At least partly 2020-04-23T16:11:18 #kisslinux well 2020-04-23T16:11:21 #kisslinux pulse was wrong 2020-04-23T16:12:17 #kisslinux https://termbin.com/5ipod 2020-04-23T16:12:22 #kisslinux I fixed the errors 2020-04-23T16:12:31 #kisslinux libreoffice still doesn't open though 2020-04-23T16:28:24 #kisslinux Smh who needs libreoffice anyways 2020-04-23T16:28:38 #kisslinux Just unzip your .doc files and edit the xml directly 2020-04-23T16:29:00 #kisslinux do i need to run flatpak as root? 2020-04-23T16:29:27 #kisslinux no 2020-04-23T16:29:42 #kisslinux im getting a SIGSEGV 2020-04-23T16:30:03 #kisslinux strace puts out `mkdirat(AT_FDCWD, "/usr/var", 0777) = -1 EACCES (Permission denied)` 2020-04-23T16:33:48 #kisslinux ls -ld /usr/var/ 2020-04-23T16:33:48 #kisslinux running with user I'm getting a `error: Unable to load summary from remote flathub: GPG: gpgme_ctx_set_engine_info: GPGME: Invalid crypto engine` 2020-04-23T16:34:06 #kisslinux Send a full log 2020-04-23T16:34:17 #kisslinux Also, you should be using '--user' 2020-04-23T16:34:23 #kisslinux (If you aren't already) 2020-04-23T16:34:45 #kisslinux eh i dont have /usr/var......... 2020-04-23T16:35:04 #kisslinux Neither 2020-04-23T16:35:07 #kisslinux is this file normally a symlink dylan03 ? 2020-04-23T16:35:12 #kisslinux ah 2020-04-23T16:36:10 #kisslinux is /usr/var a symlink to /var? 2020-04-23T16:36:24 #kisslinux if so, I suspect the package manager removed it 2020-04-23T16:38:03 #kisslinux /usr/var isn't in our baselayout 2020-04-23T16:38:12 #kisslinux ah 2020-04-23T16:38:19 #kisslinux It's not meant to exist 2020-04-23T16:38:29 #kisslinux ls -ld /usr/var/ 2020-04-23T16:38:29 #kisslinux ls: /usr/var/: No such file or directory 2020-04-23T16:38:37 #kisslinux because you asked me for this output? 2020-04-23T16:39:06 #kisslinux Yeah, I checked our baselayout after I sent that 2020-04-23T16:39:42 #kisslinux ah alright lol 2020-04-23T16:40:07 #kisslinux anyways running as --user returns that invalid crypto engine I posted before.. 2020-04-23T16:40:23 #kisslinux seems to be a gpgme thing 2020-04-23T16:40:30 #kisslinux Right 2020-04-23T16:40:41 #kisslinux Do you have gnupg1 or 2 installed? 2020-04-23T16:40:42 #kisslinux let me recompile gpg without flags 2020-04-23T16:41:00 #kisslinux neither dylan03 2020-04-23T16:41:49 #kisslinux no, /usr/var shouldn't exist 2020-04-23T16:43:37 #kisslinux Trying installing gnupg1 or gnupg2 2020-04-23T16:43:51 #kisslinux gnupg1 has no dependencies (really) 2020-04-23T16:43:58 #kisslinux gnupg2 is well 2020-04-23T16:44:00 #kisslinux .. 2020-04-23T16:45:50 #kisslinux thanks 2020-04-23T16:45:57 #kisslinux gnupg1 fixed it 2020-04-23T16:46:10 #kisslinux this might need to be a flatpak dep 2020-04-23T16:46:26 #kisslinux lol... 2020-04-23T16:46:40 #kisslinux I thought the purpose of the gpgme library was to avoid needing the client??? 2020-04-23T16:49:19 #kisslinux alright this is awesome, got minecraft running 2020-04-23T16:50:55 #kisslinux only no audio, I suspect a pulse thing 2020-04-23T16:51:52 #kisslinux I'm working on it 2020-04-23T16:54:26 #kisslinux thanks :) 2020-04-23T17:04:16 #kisslinux a different question, many packages (gtk*, freebidi, pkgconf) fail with this error when building with LTO: 2020-04-23T17:04:21 #kisslinux ../libtool: eval: line 1: syntax error: unexpected "|" 2020-04-23T17:04:59 #kisslinux it seems that when using LTO there is some unset pipe. These packages don't have LTO-disable flags on gentoo so I suspect it might be a kiss thing 2020-04-23T17:07:37 #kisslinux Interesting 2020-04-23T17:07:47 #kisslinux Send me your CFLAGS and I'll see if I can reproduce 2020-04-23T17:09:10 #kisslinux * AR, NM and RANLIB set to gcc-* for LTO to work 2020-04-23T17:09:22 #kisslinux * CFLAGS "-O3 -pipe -march=native -mtune=native -fdevirtualize-at-ltrans -fipa-pta -fno-semantic-interposition -flto=$n" 2020-04-23T17:09:32 #kisslinux * CXXFLAGS the same 2020-04-23T17:09:42 #kisslinux * LDFLAGS "-Wl,-O1 -Wl,--as-needed $CFLAGS" 2020-04-23T17:10:18 #kisslinux these are the exact same flags gentoo-lto uses btw 2020-04-23T17:11:22 #kisslinux I can reproduce, yeah 2020-04-23T17:12:02 #kisslinux I think it generates something like this `echo something | | sed 'something' 2020-04-23T17:14:52 #kisslinux ooo 2020-04-23T17:15:03 #kisslinux This isn't CFLAGS/LDFLAGS related 2020-04-23T17:15:12 #kisslinux I think it's AR, NM or RANLIB related 2020-04-23T17:15:20 #kisslinux ah interesting 2020-04-23T17:15:22 #kisslinux I could reproduce with just these three set 2020-04-23T17:16:07 #kisslinux really, because I always have these 3 set, and can fix the build when removing the lto flag most of the time 2020-04-23T17:16:24 #kisslinux Use hooks 2020-04-23T17:16:27 #kisslinux see KISS_HOOK 2020-04-23T17:16:47 #kisslinux Mine for example https://termbin.com/8g8lj 2020-04-23T17:17:44 #kisslinux I am using them 2020-04-23T17:17:53 #kisslinux Oh 2020-04-23T17:18:02 #kisslinux to disable flags for some packages that are broken with lto 2020-04-23T17:18:21 #kisslinux however I am always building with these gcc-ar and such, and all packages build just fine 2020-04-23T17:18:30 #kisslinux Yeah, I'd like to fix this 2020-04-23T17:19:57 #kisslinux Ah 2020-04-23T17:20:06 #kisslinux The one way I can reproduce is actually a typo 2020-04-23T17:20:14 #kisslinux I did: NM=gcc=nm 2020-04-23T17:20:21 #kisslinux Which gave me the same error you had 2020-04-23T17:20:48 #kisslinux https://camille.sh/jkft.txt 2020-04-23T17:21:29 #kisslinux Nice 2020-04-23T17:21:44 #kisslinux the packages with "eval problem?" are the ones that don't build because of it 2020-04-23T17:26:51 #kisslinux Gotcha 2020-04-23T17:34:02 #kisslinux onodera: It could be our binutils which is lacking lto support 2020-04-23T17:36:21 #kisslinux lemme try 2020-04-23T17:40:27 #kisslinux dylan03: that fixes it 2020-04-23T17:40:43 #kisslinux is there any reason to build without it by default? after all this is a source distro 2020-04-23T17:40:53 #kisslinux same for the gold linker, I think firefox lto requires it 2020-04-23T17:41:50 #kisslinux Nice 2020-04-23T17:41:53 #kisslinux Will do 2020-04-23T17:42:23 #kisslinux What's the configure flag if you don't mind? 2020-04-23T17:43:33 #kisslinux --enable-lto for lto 2020-04-23T17:43:46 #kisslinux --enable-gold and (i think) --enable-ld=default for gold 2020-04-23T17:44:05 #kisslinux arch and lfs also use `--enable-plugins`, no idea what that does though 2020-04-23T17:45:29 #kisslinux Thanks 2020-04-23T17:52:21 #kisslinux OK 2020-04-23T17:53:00 #kisslinux Added --enable-lto, --enable-gold, --enable-ld (was needed) and --enable-plugins (needed for gold). 2020-04-23T17:54:52 #kisslinux thanks man 2020-04-23T17:57:53 #kisslinux I still get the libtool error even with these flags 2020-04-23T17:59:53 #kisslinux I installed the binutils with the lto flag, afterwards I unset AR, NM, etc. 2020-04-23T18:00:02 #kisslinux so it just uses the binutils one 2020-04-23T18:00:20 #kisslinux rather than the gcc ones, then everything just compiles fine on my end 2020-04-23T18:00:41 #kisslinux So, just CFLAGS/LDFLAGS set 2020-04-23T18:00:56 #kisslinux yes 2020-04-23T18:02:08 #kisslinux Still erroring 2020-04-23T18:03:49 #kisslinux eh really 2020-04-23T18:03:53 #kisslinux https://termbin.com/cnjs 2020-04-23T18:03:55 #kisslinux let me print things to be sure 2020-04-23T18:04:01 #kisslinux That's my env right now 2020-04-23T18:04:09 #kisslinux CXXFLAGS match CFLAGS 2020-04-23T18:04:57 #kisslinux wait a sec.. 2020-04-23T18:05:58 #kisslinux yeah im getting the same error actually, i have no idea why i didnt before 2020-04-23T18:06:20 #kisslinux maybe i actually disabled the lto cflag accidentally 2020-04-23T18:08:52 #kisslinux Remember also that we're dealing with musl instead of glibc, slight chance that musl may change the result 2020-04-23T18:10:20 #kisslinux https://debbugs.gnu.org/db/21/21411.html 2020-04-23T18:11:01 #kisslinux Yeah 2020-04-23T18:11:06 #kisslinux how does this bug tracker work man, cana't find any relpies 2020-04-23T18:11:07 #kisslinux I saw that earlier 2020-04-23T18:11:39 #kisslinux https://debbugs.gnu.org/cgi/bugreport.cgi?bug=21411 2020-04-23T18:11:49 #kisslinux I think it is busybox 2020-04-23T18:12:04 #kisslinux http://tinycorelinux.net/6.x/x86/tcz/src/avahi/compile_avahi 2020-04-23T18:12:16 #kisslinux see this dump for example, tinycorelinux uses busybox and glibc 2020-04-23T18:12:33 #kisslinux OK 2020-04-23T18:13:32 #kisslinux very great when google only shows this exact error 3 times lol 2020-04-23T18:14:02 #kisslinux Yup 2020-04-23T18:14:06 #kisslinux I maybe found it 2020-04-23T18:14:23 #kisslinux I wonder how lld handles lto 2020-04-23T18:14:36 #kisslinux looks like a lot of shenanigans needed from the binutils side 2020-04-23T18:15:20 #kisslinux also heads up: rust 1.43.0 released 2020-04-23T18:15:39 #kisslinux oof 2020-04-23T18:17:33 #kisslinux Uh... We're dealing with shell code like this: https://termbin.com/1vwj 2020-04-23T18:21:03 #kisslinux Lol 2020-04-23T18:22:29 #kisslinux that;s a beauty 2020-04-23T18:23:02 #kisslinux i think these scripts are kinda auto generated 2020-04-23T18:23:25 #kisslinux and for some reason the flto flag results in an empty pipe 2020-04-23T18:23:31 #kisslinux Yeah 2020-04-23T18:23:35 #kisslinux I'm looking for it 2020-04-23T18:23:47 #kisslinux It's a mess of word splitting / glob expansion though 2020-04-23T18:26:28 #kisslinux this is how gtk+2 erros: https://camille.sh/ix5o.txt 2020-04-23T18:26:48 #kisslinux notice the | | towards the end 2020-04-23T18:27:04 #kisslinux before the sed call 2020-04-23T18:32:05 #kisslinux Yeah 2020-04-23T18:32:06 #kisslinux Nice 2020-04-23T18:32:38 #kisslinux > | | /usr/bin/sed 's/.* //' | sort | uniq > .libs/libpkgconf.ex 2020-04-23T18:32:42 #kisslinux Same with pkgconf 2020-04-23T18:32:48 #kisslinux (make V=1) 2020-04-23T18:33:53 #kisslinux i think that, somehow, flto removes the string that should be there 2020-04-23T18:34:19 #kisslinux so there is like | $$1 | there i think 2020-04-23T18:34:26 #kisslinux $1 being '' when flto is enabled 2020-04-23T18:34:42 #kisslinux i tried setting my shell to bash and that doesn't help much 2020-04-23T18:37:23 #kisslinux Found the line 2020-04-23T18:37:25 #kisslinux > export_symbols_cmds="$NM $libobjs $convenience | $global_symbol_pipe | $SED 's/.* //' | sort | uniq > $export_symbols" 2020-04-23T18:39:42 #kisslinux glibal_symbol_pipe eh 2020-04-23T18:39:46 #kisslinux This is the "global_symbol_pipe" or what is going missing 2020-04-23T18:39:50 #kisslinux > global_symbol_pipe="sed -n -e 's/^.*[ ]([ABCDGIRSTW][ABCDGIRSTW]*)[ ][ ]*([_A-Za-z][_A-Za-z0-9]*)$/\1 \2 \2/p' | sed '/ __gnu_lto/d'" 2020-04-23T18:40:10 #kisslinux > # Take the output of nm and produce a listing of raw symbols and C names. 2020-04-23T18:43:33 #kisslinux -> grep -r global_symbol_pipe . | wc -l 61 2020-04-23T18:46:18 #kisslinux Hm 2020-04-23T18:46:33 #kisslinux ./configure even runs checks to pick what to set this to 2020-04-23T18:56:18 #kisslinux We just need to figure out why global_symbol_pipe ends up empty. 2020-04-23T21:49:27 #kisslinux did anyone figure out how to use apulse with flatpak 2020-04-23T21:49:31 #kisslinux doens't seem to be possible 2020-04-23T21:54:41 #kisslinux seems like it is not possible, the only way seems to alter the flatpak bundles and make them include apulse 2020-04-23T21:56:50 #kisslinux Wouldn't that require a rebuild of the bundle? I am not exactly familiar with flatpak 2020-04-23T21:57:18 #kisslinux yeah probably true 2020-04-23T21:57:26 #kisslinux so this might actually be an unfixable probalem :( 2020-04-23T21:57:49 #kisslinux or dylan must come up with some ingenius hack 2020-04-23T22:12:53 #kisslinux Can we not make our own? 2020-04-23T22:13:04 #kisslinux I thought flatpacks were distributed like PPAs 2020-04-23T22:13:20 #kisslinux that would require forking evert flatpak you would like to use though I think? 2020-04-23T22:13:38 #kisslinux like I wanna run minecraft, I have to fork it, make it run through apulse, and keep it up to date 2020-04-23T22:30:21 #kisslinux The heart wants what the heart wants 2020-04-23T22:30:52 #kisslinux I agree it sucks but if it's possible, it seems like the easiest option? And we could just have a KISS flatpack repo 2020-04-23T23:14:43 #kisslinux Does anyone know how to compile a uxp based browser? 2020-04-23T23:26:28 #kisslinux muevoid: are still interested in mypaint, or do you want to look into something else? 2020-04-23T23:34:59 #kisslinux Nah I moved on to azpainter lol. 2020-04-23T23:35:16 #kisslinux Im trying to package a uxp based browser however barely any info on how to compile them 2020-04-23T23:35:55 #kisslinux Mypaint had way to many dependencies for my liking personally 2020-04-23T23:37:23 #kisslinux y for mine too. I was able to build the dependencies without gettext and build mypaint. But had also an gtk error I havent looked into 2020-04-23T23:37:57 #kisslinux Was it gtk namespace error? 2020-04-23T23:37:59 #kisslinux If so easy fix 2020-04-23T23:38:16 #kisslinux I dont remember anymore (: 2020-04-23T23:38:21 #kisslinux Ah lol 2020-04-23T23:38:34 #kisslinux but If not needed than nevermind 2020-04-23T23:38:58 #kisslinux yeah azpainter is quite good for my needs and barely any dependencies 2020-04-23T23:39:09 #kisslinux I had gotten mypaint working 2020-04-23T23:39:34 #kisslinux ah nice 2020-04-23T23:40:11 #kisslinux which browser are you on, the one mentioned on reddit? 2020-04-23T23:41:32 #kisslinux I currently dont have any browser installed I was using surf but rn I am attempting to compile PaleMoon since iceweasel has even worse documentation 2020-04-23T23:44:52 #kisslinux the aur has palemoon. 2020-04-23T23:45:39 #kisslinux I think I found an article that shows how to compile it 2020-04-23T23:46:41 #kisslinux it doesnt have that many dependencies it doesnt seem like 2020-04-23T23:46:43 #kisslinux Which is nice 2020-04-23T23:47:02 #kisslinux The only two that im not too fond of but are expected are gtk+3 and python2 2020-04-23T23:49:11 #kisslinux choosing a browser is like pest or cholara (: 2020-04-23T23:49:16 #kisslinux Yep lol 2020-04-23T23:49:32 #kisslinux Webkit2gtk was the last one that was the least terrible imo 2020-04-23T23:49:36 #kisslinux This one seems better 2020-04-23T23:50:18 #kisslinux I am mostly ok with webkit2 but sometimes I need the compatability of firefox 2020-04-23T23:51:44 #kisslinux have you tried vimb? it has allready history and bookmark stuff. 2020-04-23T23:52:07 #kisslinux I have tried vimb 2020-04-23T23:52:25 #kisslinux and github version also offers setting mousescroll speed 2020-04-23T23:52:31 #kisslinux I dont like having too many programming languages on my machine and webkit2gtk requires ruby 2020-04-23T23:52:45 #kisslinux Also jw compatability with what? 2020-04-23T23:52:51 #kisslinux My repo has youtube support for webkit 2020-04-23T23:53:31 #kisslinux ruby is just a make dep 2020-04-23T23:53:41 #kisslinux ah nice 2020-04-23T23:53:45 #kisslinux Or wait is ruby only needed for surf? 2020-04-23T23:53:55 #kisslinux Oh nvm 2020-04-23T23:53:59 #kisslinux its needed for webkit and can be removed after build 2020-04-23T23:54:07 #kisslinux Gotcha 2020-04-23T23:54:27 #kisslinux Ill probably try out vimb again 2020-04-23T23:54:36 #kisslinux The main thing im missing from webkit is webrtc 2020-04-23T23:54:43 #kisslinux But its in the works apparently 2020-04-23T23:54:51 #kisslinux However it seems like it has been for a while