💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › freenode-kisslinux-2019-10-19.txt captured on 2021-12-17 at 13:26:06.
-=-=-=-=-=-=-
2019-10-19T06:21:46 #kisslinux <larbob> dylanaraps: how come you use that gj alias? do you see no value in descriptive commit messages? 2019-10-19T06:21:53 #kisslinux <larbob> not trying to start any flamewar, genuinely curious 2019-10-19T06:28:45 #kisslinux <dylanaraps> laziness really. 2019-10-19T06:29:00 #kisslinux <dylanaraps> It depends on the repository. 2019-10-19T06:29:40 #kisslinux <larbob> lol 2019-10-19T06:29:42 #kisslinux <dylanaraps> For KISS' repositories I stick to "pkg: msg". 2019-10-19T06:29:49 #kisslinux <larbob> has it ever bit you in the rear? 2019-10-19T06:30:02 #kisslinux <dylanaraps> no 2019-10-19T06:30:28 #kisslinux <dylanaraps> pushing takes long enough for a Ctrl+C which allows me to 'git commit --amend'. 2019-10-19T06:30:36 #kisslinux <dylanaraps> It's rare though. 2019-10-19T06:30:44 #kisslinux <larbob> i mean when needing to look through history for whatever reason 2019-10-19T06:31:10 #kisslinux <dylanaraps> I never really look at history at all. 2019-10-19T06:32:59 #kisslinux <dylanaraps> I'm at 866 commits so far this month, you can see why I use `gj` for specific repositories... 2019-10-19T06:33:10 #kisslinux <dylanaraps> 7000~ for the year. 2019-10-19T06:33:50 #kisslinux <dylanaraps> brb 2019-10-19T07:32:23 #kisslinux <zack1> Hi there. I was wondering if you could provide a little advice regarding the grub installation? 2019-10-19T07:36:09 #kisslinux <dylanaraps> Hello, sure! 2019-10-19T07:39:20 #kisslinux <zack1> as soon as i run 'grub-install --target=i386-pc /dev/sXX' i get an error about usr/share/locale and cant finish installation. from what ive looked up its something with libintl, so i wanted to try syslinux and couldn't figure out to add it to the kiss repo properly. i though thought i was adept enough but here i am ahha 2019-10-19T07:39:39 #kisslinux <dylanaraps> What's the exact error? 2019-10-19T07:40:03 #kisslinux <zack1> sorry if that wasnt enough to know whats going on. im frantically trying to remount and redo the steps to get the problem 2019-10-19T07:41:39 #kisslinux <dylanaraps> That's a BIOS install right? MBR partition table or GPT? 2019-10-19T07:41:59 #kisslinux <zack1> its MBR. 2019-10-19T07:42:18 #kisslinux <dylanaraps> OK 2019-10-19T07:43:08 #kisslinux <zack1> just one moment and i can copy paste the output. i timed my question very poorly. 2019-10-19T07:43:13 #kisslinux <dylanaraps> All good. 2019-10-19T08:00:06 #kisslinux <zack1> Installing for i386-pc platform. 2019-10-19T08:00:08 #kisslinux <zack1> grub-install: warning: cannot open directory `/usr/share/locale': No such file or directory.yyes 2019-10-19T08:00:44 #kisslinux <zack1> theres more output, 1 moment 2019-10-19T08:01:16 #kisslinux <dylanaraps> You can try rebuilding grub with: `--disable-nls`. 2019-10-19T08:01:29 #kisslinux <dylanaraps> If it works, I'll fix it in the repository. 2019-10-19T08:05:58 #kisslinux <zack1> ill give it a shot and let you know if it works 2019-10-19T08:06:06 #kisslinux <nestman> is sowm master unstable yet 2019-10-19T08:06:25 #kisslinux <dylanaraps> nestman: yes 2019-10-19T08:06:47 #kisslinux <zack1> dylanaraps:Installing for i386-pc platform. 2019-10-19T08:06:49 #kisslinux <zack1> grub-install: warning: cannot open directory `/usr/share/locale': No such file or directory. 2019-10-19T08:06:51 #kisslinux <zack1> grub-install: warning: Attempting to install GRUB to a disk with multiple partition labels. This is not supported yet.. 2019-10-19T08:06:53 #kisslinux <zack1> grub-install: warning: Embedding is not possible. GRUB can only be installed in this setup by using blocklists. However, blocklists are UNRELIABLE and their use is discouraged.. 2019-10-19T08:06:55 #kisslinux <zack1> grub-install: error: will not proceed with blocklists. 2019-10-19T08:06:57 #kisslinux <zack1> there is the full output 2019-10-19T08:07:37 #kisslinux <dylanaraps> Ah. 2019-10-19T08:07:47 #kisslinux <dylanaraps> Not related to locales then. 2019-10-19T08:07:58 #kisslinux <dylanaraps> > Attempting to install GRUB to a disk with multiple partition labels. 2019-10-19T08:08:07 #kisslinux <dylanaraps> This looks like the real issue. 2019-10-19T08:08:56 #kisslinux <dylanaraps> More info here: https://askubuntu.com/questions/666527/install-grub-claims-that-i-have-multiple-partiton-labels-and-that-embedding-is 2019-10-19T08:09:42 #kisslinux <dylanaraps> You _can_ try '--force'. 2019-10-19T08:09:52 #kisslinux <dylanaraps> Dunno if I'd recommend it but it may work. 2019-10-19T08:10:43 #kisslinux <dylanaraps> The proper solution seems to be the 'dd' command in the link I posted above. 2019-10-19T08:11:30 #kisslinux <zack1> should i just start with a fresh drive? 2019-10-19T08:12:43 #kisslinux <zack1> ive repartitioned this thing like 5 times os i probably did something wrong along the way 2019-10-19T08:13:06 #kisslinux <dylanaraps> It's up to you. I'd first verify what's wrong with it currently so you don't bump into the same issue again. 2019-10-19T08:15:30 #kisslinux <dylanaraps> brb 2019-10-19T08:15:54 #kisslinux <zack1> True. Ill try to get it working without recompiling grub first. and surething 2019-10-19T08:30:08 #kisslinux <zack1> I still have the locale warning, but the installation went fine after i swapped out the hdd. 2019-10-19T08:32:31 #kisslinux <zack1> dylanaraps:Thank you for pointing me towards that. 2019-10-19T08:33:06 #kisslinux <dylanaraps> Anytime 2019-10-19T08:33:45 #kisslinux <zack1> Good job on the distro btw! KISS FTW. have a good one! 2019-10-19T08:37:34 #kisslinux <nestman> for some reason, some laptops have stupid UEFI implementation 2019-10-19T08:37:42 #kisslinux <nestman> i hate it 2019-10-19T08:39:06 #kisslinux <nestman> after GRUB/efibootmgr, boot options in the BIOS does not update 2019-10-19T08:39:25 #kisslinux <nestman> i have to bcfg them manually in order to work 2019-10-19T08:47:27 #kisslinux <dylanaraps> Yup 2019-10-19T09:47:06 #kisslinux <dylanaraps> o. 2019-10-19T09:47:08 #kisslinux <dylanaraps> o/* 2019-10-19T09:47:10 #kisslinux <dylanaraps> Hello 2019-10-19T10:36:00 #kisslinux <dylanaraps> > https://lkml.org/lkml/2019/10/16/1427 2019-10-19T10:36:06 #kisslinux <dylanaraps> > Whitelist COMMON_SLICE_CHICKEN2 2019-10-19T10:36:08 #kisslinux <dylanaraps> ?!?!? 2019-10-19T10:36:20 #kisslinux <dylanaraps> Nothing on the net other than the kernel sources for what this is. 2019-10-19T10:54:28 #kisslinux <dithpri> https://en.wiktionary.org/wiki/chicken_bit 2019-10-19T12:19:07 #kisslinux <dithpri> dylanaraps: seems like there's also some docs at 01.org but I couldn't find the CHICKEN2 register addresses. It does include the description of workarounds mentioned in comments though. 2019-10-19T12:19:13 #kisslinux <dithpri> *address 2019-10-19T12:24:34 #kisslinux <dylanaraps> Yeah 2019-10-19T14:02:05 #kisslinux <dylanaraps> https://github.com/tildearrow/kwin-lowlatency#old-background 2019-10-19T14:02:07 #kisslinux <dylanaraps> oof 2019-10-19T19:19:04 #kisslinux <Monarch> hi! 2019-10-19T19:20:59 #kisslinux <dithpri> wazzup 2019-10-19T19:21:19 #kisslinux <Monarch> i'm fine, you? 2019-10-19T19:21:35 #kisslinux <dithpri> good, a bit tired 2019-10-19T19:21:47 #kisslinux <Monarch> know the feeling 2019-10-19T19:22:07 #kisslinux <Monarch> i've been awake fro 26h now 2019-10-19T19:22:16 #kisslinux <dithpri> DUDE 2019-10-19T19:22:20 #kisslinux <dithpri> wait 2019-10-19T19:22:27 #kisslinux <dithpri> let me calculate real quick 2019-10-19T19:22:49 #kisslinux <dithpri> aww man only 25h here 2019-10-19T19:23:15 #kisslinux <dithpri> So no work/classes on friday? 2019-10-19T19:23:29 #kisslinux <Monarch> nope i'm searching rn 2019-10-19T19:23:37 #kisslinux <Monarch> work i mean 2019-10-19T19:23:51 #kisslinux <dithpri> right, was a bit confused there 2019-10-19T19:23:57 #kisslinux <dithpri> what's your field? 2019-10-19T19:24:05 #kisslinux <Monarch> IT 2019-10-19T19:24:29 #kisslinux <dithpri> programming/sysadm/...? 2019-10-19T19:24:38 #kisslinux <Monarch> programming 2019-10-19T19:24:44 #kisslinux <dithpri> cool 2019-10-19T19:24:52 #kisslinux <Monarch> i'm programming PLCs for a small company in my city 2019-10-19T19:25:02 #kisslinux <Monarch> normally 2019-10-19T19:25:09 #kisslinux <Monarch> but i'm searching for another job 2019-10-19T19:25:49 #kisslinux <Monarch> btw i've been awake for quite a bit cause i'm banging my head against the wall because of kiss 2019-10-19T19:26:19 #kisslinux <Monarch> can't make xorg work Gdamnit 2019-10-19T19:27:33 #kisslinux <Monarch> first 4hs were quite easy because of chroot updates and kernel stuff but can't figure how tf make openbox work 2019-10-19T19:27:51 #kisslinux <dithpri> is that more like microcontrollers or fpgas? 2019-10-19T19:27:52 #kisslinux <dithpri> lemme google that 2019-10-19T19:27:52 #kisslinux <dithpri> Ooooh 2019-10-19T19:27:52 #kisslinux <dithpri> sounds interesting 2019-10-19T19:28:25 #kisslinux <Monarch> it's like microcontrollers but expensive af and controlls entire industrial machine 2019-10-19T19:28:28 #kisslinux <dithpri> I'm afraid idk as well :/ I've got it to work only as root but then it crashed 2019-10-19T19:28:35 #kisslinux <Monarch> lol 2019-10-19T19:29:02 #kisslinux <dithpri> I'm guessing that's either C or assembly? or some visual diagram lang? 2019-10-19T19:29:21 #kisslinux <Monarch> KOP which is like visual diagrams 2019-10-19T19:29:39 #kisslinux <Monarch> boring af if you ask me honestly 2019-10-19T19:29:54 #kisslinux <dithpri> lol 2019-10-19T19:30:10 #kisslinux <dithpri> where'd you learn? the company or your own volition? 2019-10-19T19:30:10 #kisslinux <Monarch> that's why i'm quitting 2019-10-19T19:30:16 #kisslinux <Monarch> school 2019-10-19T19:30:18 #kisslinux <dithpri> yeah I understand 2019-10-19T19:30:31 #kisslinux <dithpri> huh 2019-10-19T19:30:36 #kisslinux <dithpri> interesting 2019-10-19T19:31:02 #kisslinux <dithpri> I'd thought it would be too niche for people to teach you that at school 2019-10-19T19:31:20 #kisslinux <Monarch> here in italy there are these high schools dedicated to the industrial sector 2019-10-19T19:31:23 #kisslinux <Monarch> it's nice 2019-10-19T19:31:48 #kisslinux <dithpri> do you study and work simultaneously? 2019-10-19T19:31:55 #kisslinux <dithpri> at school 2019-10-19T19:31:56 #kisslinux <Monarch> nope 2019-10-19T19:32:00 #kisslinux <Monarch> i left school 2019-10-19T19:32:13 #kisslinux <dithpri> right 2019-10-19T19:32:19 #kisslinux <dithpri> I mean the dedicated high schools 2019-10-19T19:32:32 #kisslinux <Monarch> oh 2019-10-19T19:32:32 #kisslinux <dithpri> Do they have for example an internship program in companies? 2019-10-19T19:32:37 #kisslinux <Monarch> yeah 2019-10-19T19:33:09 #kisslinux <dithpri> I think we have that too 2019-10-19T19:33:39 #kisslinux <dithpri> Used to be mostly "old" crafts but there's some IT ones as well 2019-10-19T19:33:55 #kisslinux <dithpri> Most people choose to go to university afterwards anyway though 2019-10-19T19:33:55 #kisslinux <Monarch> there is this program every year when this company comes to our school and does this internship like race 2019-10-19T19:34:04 #kisslinux <Monarch> yeah 2019-10-19T19:34:16 #kisslinux <dithpri> who wins? grades? 2019-10-19T19:34:40 #kisslinux <Monarch> nah it's like an external thing 2019-10-19T19:34:43 #kisslinux <dithpri> or is there some company test/evaluation 2019-10-19T19:34:46 #kisslinux <Monarch> it's still in our school 2019-10-19T19:34:47 #kisslinux <dithpri> oh 2019-10-19T19:34:59 #kisslinux <Monarch> but we have to develop a project for them 2019-10-19T19:35:06 #kisslinux <Monarch> and the best done wins 2019-10-19T19:35:10 #kisslinux <dithpri> lmao free workforce 2019-10-19T19:35:19 #kisslinux <dithpri> sounds cool tbh 2019-10-19T19:35:24 #kisslinux <Monarch> yeah it is 2019-10-19T19:35:43 #kisslinux <Monarch> but it could be better honestly 2019-10-19T19:35:54 #kisslinux <dithpri> what's wrong about it? 2019-10-19T19:36:17 #kisslinux <Monarch> absolutely no contact with the company itself 2019-10-19T19:36:33 #kisslinux <Monarch> we lost because of that 2019-10-19T19:36:39 #kisslinux <dithpri> wdym 2019-10-19T19:36:48 #kisslinux <dithpri> They don't provide feedback? 2019-10-19T19:37:23 #kisslinux <Monarch> when the project started the company that started this thing said that every material would be given to us by them 2019-10-19T19:37:44 #kisslinux <Monarch> but the ways to contact them were just the worst 2019-10-19T19:38:05 #kisslinux <Monarch> we got the materials we needed like a week before the deadline 2019-10-19T19:38:15 #kisslinux <dithpri> oh man that sucks 2019-10-19T19:38:18 #kisslinux <Monarch> at least we tried but damn 2019-10-19T19:38:24 #kisslinux <dithpri> how big a project was it? 2019-10-19T19:39:14 #kisslinux <Monarch> we had to develop this machine that scanned colors of items that were transported by a conveyor (spelling?) 2019-10-19T19:39:42 #kisslinux <Monarch> and the items that weren't suposed to be there had to be expelled from the item transit 2019-10-19T19:39:59 #kisslinux <dithpri> Arduino i'm guessing? 2019-10-19T19:40:18 #kisslinux <Monarch> arduino with rpi and some modules with it 2019-10-19T19:40:28 #kisslinux <Monarch> but it wasn't just arduinos that had to arrive 2019-10-19T19:40:37 #kisslinux <Monarch> it was the conveyor itself 2019-10-19T19:41:04 #kisslinux <dithpri> wait, you didn't know what you were building until a week before, so you had no time to buy the materials? 2019-10-19T19:41:06 #kisslinux <Monarch> we had to project it our way but we hadn't the material needed to event start 2019-10-19T19:41:19 #kisslinux <Monarch> nono we knew 2019-10-19T19:41:24 #kisslinux <dithpri> oh ok 2019-10-19T19:41:31 #kisslinux <Monarch> the company had to deliver the material necessary 2019-10-19T19:41:53 #kisslinux <Monarch> but they said they didn't receive our mails 2019-10-19T19:42:10 #kisslinux <Monarch> so they sent the material too late to even start 2019-10-19T19:42:10 #kisslinux <dithpri> ugh 2019-10-19T19:42:16 #kisslinux <dithpri> that's so stupid 2019-10-19T19:42:19 #kisslinux <Monarch> ikr 2019-10-19T19:42:40 #kisslinux <dithpri> maybe the company boss had a son that he wanted to win or smth 2019-10-19T19:42:56 #kisslinux <dithpri> or they're just lazy. can go with that as well :/ 2019-10-19T19:43:00 #kisslinux <Monarch> nah not in our school 2019-10-19T19:43:11 #kisslinux <Monarch> i think i'll go with lazy 2019-10-19T19:43:28 #kisslinux <dithpri> hahaha 2019-10-19T19:43:45 #kisslinux <Monarch> it's like the most obvious thing 2019-10-19T19:44:03 #kisslinux <dithpri> who won? 2019-10-19T19:44:26 #kisslinux <Monarch> another school 2019-10-19T19:44:41 #kisslinux <Monarch> since they were nearer to the company 2019-10-19T19:44:43 #kisslinux <dithpri> did all of you have the same project assigned? 2019-10-19T19:44:53 #kisslinux <Monarch> yup 2019-10-19T19:45:15 #kisslinux <Monarch> but they were nearer to the company so they had a chance to go there in person to get the materials 2019-10-19T19:46:08 #kisslinux <Monarch> so it sucks 2019-10-19T19:46:22 #kisslinux <dithpri> I feel you :/ 2019-10-19T19:46:46 #kisslinux <dithpri> That job you're looking for, still low-level or some frontend? 2019-10-19T19:46:46 #kisslinux <Monarch> i know 2019-10-19T19:47:06 #kisslinux <Monarch> nah something frontend 2019-10-19T19:47:09 #kisslinux <Monarch> this time 2019-10-19T19:47:49 #kisslinux <Monarch> i'm sick to be paid lett than the others so now i'm searching something i can at least enjoy 2019-10-19T19:48:19 #kisslinux <Monarch> i'll go with sec research 2019-10-19T19:48:31 #kisslinux <Monarch> idk why but i enjoy it 2019-10-19T19:48:44 #kisslinux <dithpri> so you'll be a hacker? :p 2019-10-19T19:48:54 #kisslinux <Monarch> white hat tho 2019-10-19T19:49:13 #kisslinux <dithpri> yeah but still 2019-10-19T19:49:16 #kisslinux <dithpri> *bragging rights* 2019-10-19T19:49:24 #kisslinux <Monarch> have you heard about the new iphone exploit? 2019-10-19T19:49:29 #kisslinux <dithpri> nope 2019-10-19T19:49:33 #kisslinux <dithpri> again?? 2019-10-19T19:49:33 #kisslinux <Monarch> the checkm8 2019-10-19T19:49:38 #kisslinux <Monarch> apple did an oopsie 2019-10-19T19:49:39 #kisslinux <dithpri> what's it this time 2019-10-19T19:49:55 #kisslinux <Monarch> every iphone from 4s to the X are exploitable 2019-10-19T19:50:07 #kisslinux <Monarch> for all their lifetime 2019-10-19T19:50:27 #kisslinux <dithpri> yeah but how serious is the exploit? turning off the phone or root access? 2019-10-19T19:50:40 #kisslinux <Monarch> root access 2019-10-19T19:51:05 #kisslinux <Monarch> the things that turned off iphones were just bugs in the rendering and stuff 2019-10-19T19:51:29 #kisslinux <dithpri> idk the 1970 date thing seemed like some legit timestamp issues 2019-10-19T19:51:36 #kisslinux <Monarch> once i saaved my entire class from the indian character thing 2019-10-19T19:51:48 #kisslinux <Monarch> oh that one 2019-10-19T19:51:51 #kisslinux <Monarch> yeah 2019-10-19T19:51:53 #kisslinux <dithpri> IT'S UNPATCHABLE? LMAO 2019-10-19T19:51:57 #kisslinux <Monarch> yup 2019-10-19T19:52:04 #kisslinux <dithpri> how many indian character things was there i lost count 2019-10-19T19:52:27 #kisslinux <Monarch> i don't remember but the last one that froze the iphone 2019-10-19T19:52:30 #kisslinux <Monarch> damn 2019-10-19T19:52:43 #kisslinux <dithpri> I'm actually glad that exploit's out, finally some freedom for apfel users 2019-10-19T19:52:48 #kisslinux <Monarch> that one was making panic in my school 2019-10-19T19:52:53 #kisslinux <Monarch> yeah 2019-10-19T19:53:06 #kisslinux <Monarch> maybe i'll buy an iphone for the research 2019-10-19T19:53:27 #kisslinux <Monarch> but i won't replace my oneplus 2019-10-19T19:53:31 #kisslinux <Monarch> fuck no lol 2019-10-19T19:53:35 #kisslinux <dithpri> for the current exploit or trying to find new ones? 2019-10-19T19:53:38 #kisslinux <dithpri> lel 2019-10-19T19:53:50 #kisslinux <Monarch> idk maybe both 2019-10-19T19:53:52 #kisslinux <dithpri> I remember I was really hyped about the ubuntu phone 2019-10-19T19:54:04 #kisslinux <Monarch> yeah i was too 2019-10-19T19:54:16 #kisslinux <dithpri> and then it kinda... disappeared. just like google glass 2019-10-19T19:54:20 #kisslinux <Monarch> but if i'm not wrong it flopped even before it started 2019-10-19T19:54:25 #kisslinux <Monarch> yeah 2019-10-19T19:54:34 #kisslinux <dithpri> yeah that's true 2019-10-19T19:54:49 #kisslinux <dithpri> although the system76 laptops didn't, which is nice 2019-10-19T19:54:52 #kisslinux <Monarch> if it wasn't from big brother itself the glasses could be an interesting project 2019-10-19T19:55:02 #kisslinux <dithpri> and we even got pop os from them 2019-10-19T19:55:07 #kisslinux <Monarch> yeah i sat that it's quite a big deal 2019-10-19T19:55:09 #kisslinux <dithpri> tru 2019-10-19T19:55:12 #kisslinux <Monarch> saw 2019-10-19T19:55:21 #kisslinux <Monarch> sry typos everywhere 2019-10-19T19:55:32 #kisslinux <dithpri> don't worry 2019-10-19T19:55:45 #kisslinux <Monarch> btw there's a kde phone comming out if i'm not wrong 2019-10-19T19:55:48 #kisslinux <dithpri> apparently intel's doing some prototype glasses now 2019-10-19T19:56:18 #kisslinux <dithpri> yeah I've read that on some subreddit. don't trust kde to be stable though 2019-10-19T19:56:19 #kisslinux <Monarch> yeah but unless it isn't from a giant company I don't think i'm buying it 2019-10-19T19:56:27 #kisslinux <Monarch> true 2019-10-19T19:57:11 #kisslinux <Monarch> wait i'll reboot my pc and come back soon 2019-10-19T19:57:15 #kisslinux <dithpri> it'd be hard to make them yourself tbh. from what I've read about the specs at least. 2019-10-19T19:57:18 #kisslinux <dithpri> kk 2019-10-19T19:57:24 #kisslinux <Monarch> i'm trying to make the openbox thing work 2019-10-19T19:57:35 #kisslinux <Monarch> cya in a while 2019-10-19T19:57:36 #kisslinux <dithpri> sure, good luck 2019-10-19T19:57:39 #kisslinux <dithpri> cya 2019-10-19T20:33:40 #kisslinux <Monarch> I'm back 2019-10-19T20:33:49 #kisslinux <Monarch> But from phone this time 2019-10-19T20:35:36 #kisslinux <dylanaraps> Beautiful commit message. https://github.com/danakj/openbox/commit/539f061b30512beb7e377ae2f02d7668d72c5b61 2019-10-19T21:16:19 #kisslinux <E5ten> What's the context there lol? 2019-10-19T21:25:30 #kisslinux <dylanaraps> No idea. 2019-10-19T21:25:41 #kisslinux <dylanaraps> Was looking into settings _NET_WM_NAME for sowm and found it. 2019-10-19T21:25:45 #kisslinux <dylanaraps> setting* 2019-10-19T21:26:11 #kisslinux <dylanaraps> Turns out EWMH/ICCCM are a pain in the ass to implement (even slightly). 2019-10-19T21:26:32 #kisslinux <dylanaraps> (I've decided against implementing even _NET_WM_NAME.) 2019-10-19T21:26:57 #kisslinux <dylanaraps> Monarch: What's the error from Xorg? 2019-10-19T21:27:15 #kisslinux <dylanaraps> (I'll respond tomorrow, I'm off to bed as it's late here) 2019-10-19T21:27:23 #kisslinux <dylanaraps> (Apologies) 2019-10-19T21:46:56 #kisslinux <dithpri> window bare 5 2019-10-19T21:47:01 #kisslinux <dithpri> ugh