/srv/irclogs.ubuntu.com/2018/10/09/#lubuntu-devel.txt

lubot<TheWendyPower> My ends isn't working?00:00
wxlwe don't have *today*'s00:00
wxloh00:00
wxlalso images = isos00:00
wxl"disk images"00:00
lubot<TheWendyPower> I see!00:00
lubot<HMollerCl> why is that?00:03
lubot<HMollerCl> (that there are no dailies)00:03
wxlsome weird hash sum mismatch thing00:03
wxlwe are rebuilding now and we'll see if it works00:03
wxlbasically there are two phases: (1) create the live filesystem (i.e. the squashfs) and (2) build the iso images with them00:04
wxlwe're having a fail in the 2nd step00:04
wxlright now as we're talking the livefs just finished00:04
wxlthis is mentioned on the testing wiki btw00:05
wxlhere's the livefs info https://launchpad.net/~ubuntu-cdimage/+livefs/ubuntu/cosmic/lubuntu00:05
lubot<HMollerCl> I only see "successfully built" on it00:06
wxlright00:06
wxlso that's what i was saying.. the problem isn't with the first step00:06
wxlthe build logs are here https://people.canonical.com/~ubuntu-archive/cd-build-logs/lubuntu/cosmic/00:07
wxlif you look at daily-live-20181008.log or .1.log you'll see the hash sum mismatch00:07
wxlnear the end00:07
wxlthe .2 is the one that's building00:07
lubot<HMollerCl> and it failed in 32 and 64 bit?00:11
lubot<kc2bez> There is a 404 for usbcreator.00:12
lubot<kc2bez> Not sure if that makes a difference or not.00:14
Wafficusback from dinner00:15
Wafficuswxl: https://github.com/SBanya/lubuntuBugs/blob/master/bug1794844/main.py00:21
Wafficuswxl: Here's my latest revision with two separate except clauses00:21
lubot<tsimonq2> Make sure logging is imported.00:22
wxlfollow the example more closely00:22
wxlexecpt HTTPError:00:22
wxl    blah00:22
wxlexcept URLError00:22
Wafficusok will pay attention to that, sorry about that00:23
wxl    if isinstance(error.reason, socket.timeout):00:23
wxl        blah00:23
wxl   else00:23
wxl        blah00:23
wxlelse00:24
wxl    do the stuff (i.e. the return)00:24
wxlerr wait00:24
wxlno00:24
WafficusI kinda did follow the example though00:24
wxlyou should always return localedate["country"]00:24
Wafficusespecially the top voted response00:24
Wafficusokay will change that return00:24
wxlso line 26 should be in the place of line 3900:25
wxland "timeout" is not right00:25
wxlsocket.timeout is a URLError. it should be handled as part of the URLError except00:25
wxlso for each URLError, test for socket.timeout and deal with it, otherwise it should be some other URL Error00:26
wxlHTTPError and URLError are not the same thing00:26
Wafficusah separate try and except clauses00:26
Wafficusok00:26
WafficusI'd be lying if I didn't know where to start lol00:26
wxlthink of an HTTPError as an error that could be, for example, related to a remote server being misconfigured00:26
wxlthink of URLError as a fundamental error in the protocol, like a device failure00:26
Wafficusright, when you say it makes sense theoretically00:27
wxljust copy and paste the whole thing as you see it but change the try XD00:27
wxland don't forget you need to import the errors00:27
wxl@tsimonq2: who's the weirdo we have to test this out? https://phab.lubuntu.me/T8200:28
-lugito:#lubuntu-devel- [Medium, Resolved] Fix edge case resulting in the install desktop file not being removed: https://phab.lubuntu.me/T8200:28
lubot<tsimonq2> @wxl [<wxl> @tsimonq2: who's the weirdo we have to test this out? https://phab.lubuntu …], Uuuuuuh00:29
lubot<tsimonq2> I dunno XD00:29
wxlwho reported the error?00:29
lubot<tsimonq2> (Document) https://telegram.lubuntu.me/X43vdqYW/file_4187.mp400:29
lubot<tsimonq2> I just remember someone did.00:29
lubot<kc2bez> Was it climby?00:30
wxlyou are useless sometimes XD00:30
lubot<tsimonq2> @kc2bez [Was it climby?], Climby was 32 bit EFI00:30
lubot<tsimonq2> Separate issue.00:30
lubot<kc2bez> Ok. Wasn't sure if this was him too.00:31
wxlhttps://big.assets.huffingtonpost.com/714.gif00:32
lubot<tsimonq2> Now wxl go test that slideshow00:33
lubot<HMollerCl> we have images!!!!00:33
wxli'm testing about a billion other things00:33
Wafficuswxl: You're gonna laugh but I took your revisions to heart just to prove we're on the same track. I did a second function below called getcountry2(), and just wanted to know if that's the direction you want with it:00:34
Wafficuswxl: https://github.com/SBanya/lubuntuBugs/blob/master/bug1794844/main.py00:34
lubot<HMollerCl> (the first ones to have from oct9)00:34
wxlhahah yep00:34
Wafficuswxl: Obviously the second one will be renamed to the actual getcountry(), but is that what you want?00:35
wxlline 49 is a mistake00:35
wxlremove that00:35
Wafficusok removing now00:35
wxl55 should be some other blah (like 35)00:35
wxl51 should be 3300:35
wxl47 should be 2900:35
wxl53 should be unique00:35
wxl53 can be "some other error happened"00:37
wxlor "non-timeout protocol error" or something00:37
lubot<TheWendyPower> I'm downloading it to test as well. My internet is running super slow tonight, so it may be a few hours... 😏00:37
wxleveryone go test encryption like crazy but i can verify it works fine for bios/dos00:42
-lugito:#lubuntu-devel- [T29: Calamares should support encryption, other file systems, etc.] wxl (Walter Lapchynski) commented on the task: https://phab.lubuntu.me/T29#202600:44
lubot<tsimonq2> Woot, closing old tasks00:45
lubot<tsimonq2> 🌟 wxl00:45
Wafficuswxl: https://github.com/SBanya/lubuntuBugs/blob/master/bug1794844/main.py00:45
Wafficuswxl: updated it with your suggestions00:45
wxlgo fix those symbols @tsimonq2 00:45
wxlthat's your priority tonight00:45
wxlWafficus: it's not 100% right syntactically (you need more colons, e.g.) and you didn't fill out 54 but otherwise looks good00:46
-lugito:#lubuntu-devel- [T97: Cala doesn't do 32-bit UEFI] Climby (Michael Garrison) commented on the task: https://phab.lubuntu.me/T97#202900:47
wxlnot sure if this is to be expected but an html file in pcmanfm-qt opens by default in featherpad and firefox is not a listed option00:48
wxli'm not against it00:48
-lugito:#lubuntu-devel- [T97: Cala doesn't do 32-bit UEFI] wxl (Walter Lapchynski) commented on the task: https://phab.lubuntu.me/T97#203000:50
lubot<TheWendyPower> I'd want to open the file in both (editing and testing), but I would just search for Firefox. I don't see it as a must fix now, but for ease-of-use it should probably on the list.00:50
wxlSuper key works!00:52
lubot<TheWendyPower> Way to go @wxl!00:52
-lugito:#lubuntu-devel- [T82: Fix edge case resulting in the install desktop file not being removed] wxl (Walter Lapchynski) commented on the task: https://phab.lubuntu.me/T82#203300:53
wxlit was a team effort on that one from what i remember XD00:53
lubot<TheWendyPower> I'd say that you have a very large hand in that fix!00:54
wxlmaybe a trump hand00:54
lubot<TheWendyPower> LOL00:55
lubot<kc2bez> A super hand maybe?00:55
lubot<kc2bez> For the super key.00:55
Wafficuswxl: https://github.com/SBanya/lubuntuBugs/blob/master/bug1794844/main.py00:56
Wafficuswxl: how about this00:56
Wafficusgot my voting card in the main ;) cya at the polls everyone in a month ^_^00:56
Wafficus*mail00:56
lubot<tsimonq2> @wxl [<wxl> maybe a trump hand], Trump's hands are average sized, so that's accurate.00:58
-lugito:#lubuntu-devel- [T97: Cala doesn't do 32-bit UEFI] Climby (Michael Garrison) commented on the task: https://phab.lubuntu.me/T97#203700:59
wxl[m]Uhhhhhh not in relative terms01:00
Wafficuswxl: Anyway, lemme know what you think, I'll check in tomorrow morning before work. Gonna go relax cause it was a long day at work today. Now that I have that Telegram app, I can definitely stay more in touch01:00
lubot<tsimonq2> @wxl[m] [<wxl[m]> Uhhhhhh not in relative terms], Another fake news lie :)01:00
wxl[m]@Wafficus that last one should be a success not blah01:00
Wafficuswxl[m]: cool, will change that01:01
Wafficusright now01:01
wxl[m]Ok because pictures are fake01:01
Wafficuswell, on a similar note01:01
lubot<tsimonq2> Dude, his hands are normal sized. :P01:01
lubot<tsimonq2> Wafficus: Check Telegram01:01
Wafficusever notice how the CNN broadcast deliberately enhances the orange in the broadcast?01:01
Wafficus:/01:01
Wafficusof his face rather01:01
lubot<tsimonq2> Yeah.01:01
lubot<tsimonq2> CNN does a lot to bash Trump...01:02
Wafficuskinda bs, its like making Obama's face look more white or something. They would have never done that during his presidency01:02
Wafficusjust saying.01:02
lubot<tsimonq2> But, this isn't a politics channel :)01:02
Wafficusyeah for sure01:02
lubot<tsimonq2> PM me on Telegram and let's have a political discussion01:02
Wafficustsimonq2: hell yeah :)01:02
lubot<kc2bez> I'm feeling LUKy @wxl01:05
lubot<tsimonq2> πŸ˜†01:05
Wafficuswxl[m]: current change: https://github.com/SBanya/lubuntuBugs/blob/master/bug1794844/main.py01:06
lubot<HMollerCl> @wxl [<wxl> Super key works!], awesome!!! I'm cretaing my bootable flash drive. This strange pc doesn't have virtualization option in the bios, apparently ecause of that I can't run 64bit virtual OS.01:15
lubot<HMollerCl> Arc-darker default gtk theme worked!!! Thanks to the cpp manual01:30
lubot<HMollerCl> Super_l+r doesn't seems to work01:32
lubot<HMollerCl> Super_r+r yes01:32
lubot<HMollerCl> And logout confirmation also works01:33
-lugito:#lubuntu-devel- [T97: Cala doesn't do 32-bit UEFI] wxl (Walter Lapchynski) commented on the task: https://phab.lubuntu.me/T97#203801:36
wxl[m]We can change the shortcuts any way we want now. We just patch upstream01:38
lubot<TheWendyPower> Sweet!01:41
-lugito:#lubuntu-devel- [T97: Cala doesn't do 32-bit UEFI] Climby (Michael Garrison) commented on the task: https://phab.lubuntu.me/T97#203901:52
-lugito:#lubuntu-devel- [T97: Cala doesn't do 32-bit UEFI] wxl (Walter Lapchynski) commented on the task: https://phab.lubuntu.me/T97#204002:33
wxl@Wafficus looks reasonable to me02:41
wxl@TheWendyPower https://phab.lubuntu.me/source/calamares-settings-ubuntu/browse/master/lubuntu/branding/lubuntu/Office.png should be LibREOffice03:04
wxl@TheWendyPower should https://phab.lubuntu.me/source/calamares-settings-ubuntu/browse/master/lubuntu/branding/lubuntu/FindUs.png be a screenshot of the homepage?03:04
lubot<TheWendyPower> @wxl [<wxl> @TheWendyPower https://phab.lubuntu.me/source/calamares-settings-ubuntu/br …], That is not how it reads on their own logo as it boots.03:05
wxlno i mean the text03:06
wxlbelow "lubuntu," above "productivity suite"03:06
wxlalso questions about https://phab.lubuntu.me/source/calamares-settings-ubuntu/browse/master/lubuntu/branding/lubuntu/show.qml03:06
wxlline 18-19: are the spaces essential syntax?03:06
wxlwhy are some images smooth and some not?03:08
lubot<TheWendyPower> @wxl [<wxl> @TheWendyPower should https://phab.lubuntu.me/source/calamares-settings-ub …], It is about to change. So I talked to @tsimonq2 about it, and decided not to show the homepage. I can change that.03:08
wxland why not use qml to add the text? seems like it would mke it a lot easier for non-artsy fartsy folks to change basic strings if need be03:09
wxlis there a reason to not make the id something sensible and specific to the particular slide, e.g. office instead of image7?03:10
lubot<TheWendyPower> They are all smooth as the PNG. The installer compresses the images somehow. I and not using the QML to add the text, because when we did that if the window was expanded the text would go off the image. My download is almost done, and I can check to see what the images look like (none testing from dropping files).03:11
wxli wonder if relative positioning isn't an option03:12
wxlFindUs.png does not appear to be smooth03:13
lubot<TheWendyPower> When you look at the PNG or in the slideshow?03:15
wxli'm looking at the qml file03:16
wxlevery image has "smooth: true" except that one03:16
wxlit looks like there's all sorts of layout options exposed by qtquick so you could do all sorts of things03:21
lubot<TheWendyPower> Opps! I can add that. I tried to make the images scale. Making them larger than the base size, and adding the fill mode. The images still wouldn't scale, and they were jagged.03:21
wxli mean this will do the trick but i think we should probably try to go back to letting qt manage the elements at some point. we just don't have to figure that out now03:22
lubot<TheWendyPower> I agree I want QT to manage the elements. I also want the images to scale to the window size. These are things I will continue to work on.03:24
wxlyeah let's not worry about it now03:24
wxlso libreoffice and we're good i think :)03:24
lubot<TheWendyPower> Here is the thing, if it really doesn't look good during the slideshow, we shouldn't use it. Do you think it looks bad?03:26
wxl no not at all03:26
wxli just think libreoffice is misspelled XD03:26
wxl@tsimonq2:  you ever ghoing to fix those symbols? :)03:27
lubot<TheWendyPower> Dang, you were pointing out spelling, not capitalization. :-P  I will fix that and add smoothing. Let me get kids fed (super late too), and I'll get that done.03:31
wxl[m]Right. Thanks and good job! I think I'm going to go lay down03:34
lyorianHmollerCI there are some 64 bit CPUs that don't have virtualization cpu options enabled for example core 2 duo t6500 03:44
-lugito:#lubuntu-devel- [rCALASETTINGS030028768bad: Fixed spelling on Office.png and added smooth: true qml to first slide.] TheWendyPower (Wendy Hill) committed: https://phab.lubuntu.me/rCALASETTINGS030028768bad03:54
lyoriantsimonq2: the reasons the screenshots were a bit behind is there were some artwork things like windows as default theme I don't want to look in manual and I have other things I needed to write for the manual04:03
-lugito:#lubuntu-devel- [rMANUAL7d6f15c7a582: Change spec.rst and spec.pdf for last minute seed changes in programs.] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUAL7d6f15c7a58204:08
-lugito:#lubuntu-devel- [rMANUAL76bf62ade228: Fix indentation of systemtools toctree.] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUAL76bf62ade22804:19
-lugito:#lubuntu-devel- [T67: Repository for manual for LXQt] lynorian (Lyn Perrine) commented on the task: https://phab.lubuntu.me/T67#204204:52
-lugito:#lubuntu-devel- [T97: Cala doesn't do 32-bit UEFI] Climby (Michael Garrison) commented on the task: https://phab.lubuntu.me/T97#204304:57
lubot<acheronuk> trojita is in07:15
lubot<tsimonq2> Huzzah11:00
lubot<Wafficus> Caught up on msgs13:18
lubot<Wafficus> wxl: if that's good do you want me to do the commit tonight? Also are you free later just in case I'm too stupid to follow the contribution guide to the T again later tonight?13:19
lubot<HMollerCl> @TheWendyPower I changed in the Lubunu Arc theme this color: ... window.inactive.button.unpressed.image.color: #7F8388 ... now the inactive window buttons matches the title colors. Before that, when I wanted to close inactive windows, was a little confusing. What do you think?  ... The other thing we could do to match the real arc t13:47
lubotheme is to put the close button in a circle.13:47
lubot<HMollerCl> @TheWendyPower and we could add color to the close button with a line like this: ... window.active.button.close.unpressed.image.color: #f95f5713:57
lubot<TheWendyPower> @HMollerCl I haven't had and issue with the buttons on the inactive window, but I'll take a look! I'm moving a bit slow this morning...14:06
lubot<HMollerCl> this is the color that firefox use window.active.button.close.unpressed.image.color: #cc575d14:17
lubot<TheWendyPower> @HMollerCl the lighter inactive window buttons look really good! I'm going to play with the close button color a bit more.15:26
lubot<HMollerCl> here is the firefox arc theme https://github.com/horst3180/arc-firefox-theme/tree/master/arc-firefox-theme/chrome/browser/custom_images/dark/window-controls15:30
lubot<HMollerCl> and you can see the gtk3 theme in /usr/share/themes/Arc-Darker/gtk-3.0/assets15:34
wxl@Wafficus yeah i should be around. you should ping both @tsimonq2 and i to ensure someone gets back to you. if you still have the original repo that you uploaded before in the same state as it was, you just need to make changes and arc diff. otherwise, grab the repo, arc patch D# where # is th enumber of your revision and then make changes and arc diff. make sure you test this in a live system first15:35
wxl@tsimonq2: can you please get the symbols for libfm-qt fixed?15:42
lubot<tsimonq2> @wxl [<wxl> @tsimonq2: can you please get the symbols for libfm-qt fixed?], Dude, patience15:45
wxl@tsimonq2: i'm concerned about the freeze. that package is the first step to fixing our actual problem.15:45
lubot<tsimonq2> @wxl [<wxl> @tsimonq2: i'm concerned about the freeze. that package is the first step …], We can get a symbols fix past the freeze.15:48
wxl@tsimonq2: you didn't hear me. that is only the first step.15:48
lubot<tsimonq2> @wxl [<wxl> @tsimonq2: you didn't hear me. that is only the first step.], Why can't you use the test build to test the second step and layer it on top in -proposed?15:49
wxlok fair enough15:49
lubot<tsimonq2> wxl: Perhaps it should be documented somewhere that once a source is accepted from NEW, the binaries also need processing from NEW.15:57
wxlwhtcha mean?15:57
lubot<tsimonq2> Sources build binaries, and they're handled separately.15:58
lubot<tsimonq2> Check Cosmic NEW right now.15:58
lubot<tsimonq2> The Trojita binaries haven't been approved.15:58
wxloic15:58
lubot<Wafficus> wxl: yeah thankfully I uploaded that last folder directory to my Github so it should be easy. I'll ping you or Simon later for sure16:02
wxlso @tsimonq2 i need to keep bugging archive admins to review the binaries? or what's the deal?16:12
lubot<tsimonq2> @wxl [<wxl> so @tsimonq2 i need to keep bugging archive admins to review the binaries? …], Yup. Keep bugging.16:13
wxlis that what the "pending publication" step is?16:13
lubot<tsimonq2> Wat?16:14
wxlif you !upkg trojita and open the proposed bit, it says the binaries are all pending publication16:15
lubot<tsimonq2> But it also says all the builds are in NEW. Technically it's factual, because you can't publish the binaries in -proposed until it's greenlighted via the queue.16:17
lubot<tsimonq2> By the way, I have a feeling that @acheronuk has the LP publisher down to a science now. Maybe ask him if you have any questions about it being weird. :P16:19
lubot<tsimonq2> For example, it's super fun when texlive or libreoffice has to publish... ^_^16:20
wxlf*** texlive16:20
lubot<tsimonq2> XD16:20
lubot<tsimonq2> That's one source package.16:21
lubot<tsimonq2> ALL of those binaries and all of the code.16:21
lubot<tsimonq2> It's freaking massive.16:21
lubot<tsimonq2> And it takes the publisher a while...16:21
wxlit's pretty dumb, that16:21
lubot<tsimonq2> I think at one point it would hold up all publishing for several hours.16:21
lubot<tsimonq2> HOURS.16:21
wxlok we've got the go from vorlon16:22
lubot<tsimonq2> Huzzah.16:23
wxlstill waiting on publishing16:24
lubot<tsimonq2> There's also going to be a minimum of 30 minutes for Britney to realize the binaries are published and decide whether it can migrate or not.16:24
wxlXD16:25
lubot<acheronuk> a bit weird to have to approve the source, then approve the binaries, but yes it does go like that16:25
lubot<tsimonq2> Often times they do it at the same time, but in this case vorlon didn't.16:25
wxlwell i grabbed the deb in live for libfm-qt and everything blows up. i'll try in an installed system when i get to work but that's a bad sign16:26
lubot<tsimonq2> I find it's much cleaner to log out, install the deb via tty2, and log back in.16:27
wxlwell i installed it and restarted sddm so more or less the same16:41
wxlmaybe there were additional changes necessary to pcmanfm???16:41
tsimonq2Maybe it just needs to be rebuilt.16:41
wxlOH i bet16:42
wxlis there a way to trigger that or would it be better to update the control for pcmanfm-qt to require this particular version or greater of libfm-qt?16:43
tsimonq2Do that in a PPA and append ~ppa1.16:43
wxlfor pcmanfm-qt?16:43
tsimonq2Yeah.16:48
tsimonq2Make sure -proposed is enabled for the PPA though.16:49
wxlright16:50
lubotmarneu was added by: marneu17:09
lubot<marneu> so seeing as trojita is set to be added to Lubuntu 18.10, i decided to try it out again (via wxl's testy-testy, in a VM), but i encountered the same bug i saw when i tried compiling it myself: plain text mails get displayed with one character per line. i have no idea what's the issue, this time the entire setup is as default as can get17:34
lubot (Lubuntu 18.10, Breeze theme etc). Has anyone else seen this issue? FWIW, when I tried Trojita in Manjaro, I did not have this issue. ... https://i.imgur.com/KoSVEqv.png ... Didn't find any reference to something like this in Trojita's issue tracker. ... If someone pointed me to the right place, I'd file a proper bug report.17:34
Wafficustsimonq2: 17:34
Wafficuswxl: l17:34
Wafficushey guys Im free to do the commit from my phone actually17:34
Wafficuswith Termux17:34
Wafficustsimonq2: 17:42
tsimonq2OK.17:42
Wafficustsimonq2: Heres my current main.py17:44
Wafficustsimonq2: https17:44
Wafficustsimonq2: https://gitub.com/SBanya/lubuntuBugs/blob/master/bug1794844/main.py17:45
* wxl teaches Wafficus how to copy and paste XD17:50
wxlWafficus: did you test this?17:50
wxl@marneu this is with display?17:51
Wafficuswxl: not yet unfortunately, dont have my Linux laptop at work17:52
wxlWafficus: i'd make sure it works first17:52
Wafficuswxl: so if it works as a function alone, is that good enough?17:52
Wafficuswxl: cause it does in that case17:52
lubot<marneu> @wxl [<wxl> @marneu this is with display?], Could you clarify the question?17:52
wxlWafficus: put it in place in the live system and run the installer. if it doesn't break, that's good17:53
wxl@marneu display of a message or composition of a message17:53
Wafficuswxl: So place this on an actual ISO flashed drive?17:53
wxl@Wafficus: no, boot to the live system and put it in place there17:53
wxl@Wafficus: like overwrite the main.py on the live filesystem17:54
lubot<marneu> Ah. Yes, that's a message I received. In this case it's only plaintext, but when I receive a html message, the plaintext tab is also weirdly narrow like 40 characters per line).17:54
Wafficuswxl: Ah I see. So place the newest cosmic iso on a drive, boot it to the live system, and replace it right?17:55
Wafficuswxl: like would I have to do the install all over again. Theres something Im not understanding about this17:55
wxlcan you provide a screenshot of that @marneu? also if you can tell me the version you're using in manjaro (better yet the earliest version you can remember this working in)17:55
wxlWafficus: boot the live system. take your main.py and change the main.py on that system accordingly. run the installer. if the installer succeeds, you are fine. but yes, install again.17:56
Wafficusbut wouldnt that override all my stuff on my laptop?17:57
wxlyou're not using virtual machines?17:57
WafficusI only ask cause I have some rc files, and guides I might need to backup17:57
WafficusI did for my 4 gig laptop but it died last week17:58
WafficusI only have my 2 gig ram laptop running Lubuntu17:58
Wafficusleft17:58
WafficusI took a screenshot of what you said though, makes sense17:58
wxlyou should be able to starve the vm to 512mb and it will still run17:58
wxli think17:58
wxlwhat's the lower limit for ram on the installler, @tsimonq2 ?17:59
Wafficusgotcha, Ill try that for sure17:59
WafficusLubuntu within Lubuntu haha17:59
Wafficusnuts17:59
tsimonq2wxl: There's no hard limit but I think the recommendation is a gig17:59
wxlah it'll prolly work18:00
wxlor maybe i'll just do it for you18:00
wxlunless you get it donei n the next hour18:00
wxlor unless someone else wants to do it18:01
wxlanyone want to help wafficus test something????18:01
lubot<Wafficus> wxl: lunch hour is up sorry :/ I'll be able to try when I get home18:03
wxlanyone with a vm18:04
wxlplease, it's super easy18:04
tsimonq2Yes dear?18:04
wxlgo overwrite the automirror main.py with wafficus' and run an install18:05
wxlif it does not fail, we at least have a sanity check done18:05
tsimonq2o18:05
tsimonq2*ok18:05
wxlthx18:05
tsimonq2Meanwhile I think we have this 32-bit EFI thing almost worked out.18:06
tsimonq2OH18:06
tsimonq2And yeah, I'll also test Cala18:06
wxli just need climby to test that last one18:06
tsimonq2Right.18:06
wxlwhich cala? encryption? already did (for dos/bios/64)18:06
wxli think the problem with what i gave climby was using the `commmand:` format without specifying a `timeout:`18:07
tsimonq2@TheWendyPower One big argument for text in the slideshows is translations work better. Maybe for next cycle could you try and play with the text to get it to work?18:07
tsimonq2wxl: I thought he said it worked.18:07
wxlbut i also redid it so it matches the spacing of the default18:07
wxloh he did?18:07
tsimonq2And bah, yes, testing the slideshow.18:07
wxloh heh having looked at email yet :)18:07
tsimonq2Uhm, yeah, check the task. XD18:07
tsimonq2Secureboot with those devices would be fun too, if we can manage it.18:08
wxllet's try to find a really good qml intro tutorial for wendy18:08
wxland anyone else that's going to want to help18:08
tsimonq2Wendy's been figuring it out just fine I think :)18:08
wxlwell indeed.. and she had the previous work to deal with.. but none of them dealt with layouts so there's giong to be some new new stuff18:09
wxl@marneu one other thing that would be nice is if you could lead me to the place in the manjaro world where i can see their packaging, especially the patches they have applied to the upstream source18:10
lubot<marneu> (Photo, 932x939) https://i.imgur.com/FPSj8s8.jpg The amount of characters displayed differs a lot in different emails, too. On some it's perfectly fine, but on most it's way to narrow.18:14
wxl@marneu same result in full screen?18:15
lubot<marneu> (Photo, 932x939) https://i.imgur.com/Cug1p7K.jpg and the html display of that same email18:15
lubot<marneu> yep, no change at all18:15
lubot<marneu> i'll see if i can find that manjaro iso.18:15
wxlO_O https://repology.org/metapackage/trojita/versions good god which version do you have install @marneu18:19
wxli don't even see a link to trojita for any of the manjaros18:20
lubot<kc2bez> I wonder if it is in the aur.18:22
wxli don't know anything about manjaro but i guess that might make sense18:22
lubot<kc2bez> It is arch based so you can install aur stuff.18:23
lubot<marneu> phew, it's giving me a hard time. i don't really know much about arch, so i have to rely on what trojita itself tells me, which isn't much ("version 0.7", so helpful). the iso name is manjaro-lxqt-17.1.12.2-stable-minimal-x86_64.iso, retrieved on 2018-08-25. i'll see if i can figure out how to have arch display a package version.18:25
lubot<kc2bez> Pamac or octopi would be the graphical package manager.18:27
tsimonq2I like the slideshow @TheWendyPower, just waiting to see if @Wafficus' stuff works now. :)18:27
lubot<marneu> Had to install Pamac first. This is it (same build date as my local copy): https://www.archlinux.org/packages/community/x86_64/trojita/18:32
lubot<marneu> trojita 0.7-2, built on 2018-09-0618:32
lubot<marneu> And the bug is definitely not present there, I checked again just now.18:33
lubot<kc2bez> Can you tell which repository it is pulling that from. Never used pamac personally but in octopi it tells you either the community, aur, or stable I think.18:37
lubot<HMollerCl> @marneu [Ah. Yes, that's a message I received. In this case it's only plaintext, but when …], same thing happened to me, I assume is trojitas problem and not @wxl18:37
lubot<marneu> Repository: community ... Could this be related to locale? My system language is set to en_US, but keymap (and the language used in the emails) is de18:41
lubot<HMollerCl> @marneu [Repository: community ... Could this be related to locale? My system language is se …], Mine is sp18:45
lubot<HMollerCl> Or es I believe18:45
tsimonq2wxl: @Wafficus' changes LGTM.18:47
lubot<Wafficus> wxl: what's LGTM?18:48
tsimonq2Looks Good To Me.18:48
lubot<Wafficus> Ah gotcha18:48
lubot<Wafficus> Thanks18:48
tsimonq2Thank *you* :)18:48
lubot<Wafficus> Big help to literally wxls decision thinking. Taught me that it's better to keep except statements separate and have the final one be the positive intended result18:49
tsimonq2:D18:51
wxldoes it work for en_US/en18:56
tsimonq2Yes.18:56
wxltrojita does?18:57
wxlplaintext?18:57
tsimonq2oh18:57
tsimonq2no18:57
tsimonq2Different thing.18:57
wxlyeah see above sorry :)18:57
tsimonq2Β―\_(ツ)_/Β―18:57
tsimonq2Unclear wxl is unclear.18:57
lubot<kc2bez> I am not in front of my install right now, when I tested it I may have only checked html mails.18:59
tsimonq2wxl: Testing a symbols update in a PPA now, wish me luck.19:00
lubot<HMollerCl> (Photo, 1121x661) https://i.imgur.com/b6rucMr.jpg welcome screen for me in trojita19:01
wxl@tsimonq2: if you want to help test, grab trojita, set it up and look at plaintext https://i.imgur.com/FPSj8s8.jpg19:02
lubot<HMollerCl> Is it normal that also welcome screen doen't use all the wide?19:02
tsimonq2wxl: Already doing.19:02
tsimonq2wxl: Yup, I can reproduce it.19:04
wxlcan you get me a screenshot?19:04
lubot<tsimonq2> (Photo, 1280x686) https://i.imgur.com/fQAv5tG.jpg19:05
wxlguess who gets a gold star? @marneu does !!! 🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟19:12
tsimonq2Round two of fun symbols fixing.19:13
lubot<marneu> noice.19:13
wxlthanks to the hint on majaro i was able to find the fix19:13
lubot<marneu> extra noice!19:13
wxlit's actually mentioned in the AUR comments https://aur.archlinux.org/packages/trojita-git19:13
wxlhttps://github.com/annulen/webkit/issues/511#issuecomment-33868565219:13
ubot93Issue 511 in annulen/webkit "Incorrect page width for plain text messages in Trojita" [Closed]19:13
wxltwo very small patches to webkit fixes the problem19:14
tsimonq2I'll take care of that now then.19:14
wxloh thanks :)19:14
tsimonq2I already have upload access to the package in Debian and Ubuntu and it should go in both places, sooo19:14
wxlnice19:14
wxli don't know if everyone noticed but https://phab.lubuntu.me/T96 is open again.. @HMollerCl and @TheWendyPower i think you've messed with it the most so check that out19:17
-lugito:#lubuntu-devel- [High, Open] Our default LibreOffice theme looks bad: https://phab.lubuntu.me/T9619:17
lubot<HMollerCl> @wxl [<wxl> i don't know if everyone noticed but https://phab.lubuntu.me/T96 is open a …], ok, will look how to put the breeze icons as default.19:19
-lugito:#lubuntu-devel- [High, Open] Our default LibreOffice theme looks bad: https://phab.lubuntu.me/T9619:19
lubot<HMollerCl> @wxl any hint of how to DDGit? "libreoffice default packging theme"???19:28
wxli think i did libreoffice theming or something of the sort19:29
lubot<HMollerCl> that give me info on how to change the theme, but not how to put it as default for a distribution.19:30
wxlwell how do you change it?19:31
wxl@tsimonq2: do you have trojita added to our seeds yet?19:32
tsimonq2wxl: I'm doing that now.19:32
wxlthx19:32
lubot<HMollerCl> @wxl [<wxl> well how do you change it?], tools->options->libreOffice->view and there in Icon Style select "Breeze"19:33
wxlok so i'll teach you a fun trick19:33
wxlopen a terminal19:33
wxl`touch` some file. let's just `touch ~/foo`19:34
wxlthen make the change19:34
wxland then go back to the terminal and do `find ~ -type f -newer ~/foo`19:34
wxlthat's like saying "look through my home for any files that have a modification date newer than ~/foo"19:34
wxli would assume something in ~/.config changes so you might want to start there19:35
tsimonq2WOAH.19:35
tsimonq2That's cool.19:35
tsimonq2wxl: Put that in #debian-til.19:35
wxlmy generally linux-disabled coworker (he does mostly database stuff) taught me that one19:35
lubot<HMollerCl> @wxl [<wxl> i would assume something in ~/.config changes so you might want to start t …], yes but /home/hmoller/.config/libreoffice/4/user/registrymodifications.xcu19:35
wxlyou put it there. i didn't learn it today XD19:36
lubot<HMollerCl> the "4" doesn't seems canonical19:36
wxloh no.19:36
wxllooks like they have a dev channel with a nice web interface https://irc.documentfoundation.org/?settings=#libreoffice-dev19:38
wxlit doesn't seem there's any package that has a file like that :(19:40
lubot<HMollerCl> they do make different versions, I don't know how https://colibreoffice.wordpress.com/2018/05/30/check-the-defaults/19:49
lubot<HMollerCl> https://cgit.freedesktop.org/libreoffice/core/commit/?id=803a3539975059d2fde5b0eab3e0850ba155368a19:50
lubot<HMollerCl> maybe in that clear manual in cpp we can get something19:51
wxlthat seems crazy19:56
wxldo you think you could check at their dev channel? maybe they can offer some advice19:56
lubot<HMollerCl> need to be registered with freenode. Do you know if they have an irc channel?19:58
lubot<HMollerCl> maybe is time to come back to irc. Last time I used was in late 90s with mIRC.19:58
wxlyou should :)19:58
wxlregistration will still be a necessity tho19:59
wxlbut that's easy on freenode19:59
lubot<HMollerCl> I asked the question will see what they response20:07
wxlthx20:08
lubot<Wafficus> @HMollerCl easiest Linux way to use IRC is to use Weechat in terminal imo. Their starter guide on their site is pretty helpful too to setup your acct and password plus you can auto sign into channels too. I recommend it since I usually just use weechat on my laptop or android phone via termux. Though freenode in Google Chrome as it's20:29
lubot own tab is good too. Same idea.20:29
lubot<HMollerCl> @Wafficus [@HMollerCl easiest Linux way to use IRC is to use Weechat in terminal imo. Their …], thanks! will look at it20:32
lubot<Wafficus> @HMollerCl you're welcome Lubuntu fam :)20:33
lubot<HMollerCl> @wxl [<wxl> thx], not much happening in #libreoffice-dev. They ask me how many single-char-prefixed ubuntus are and then they came up to ubuntu christian edition ubuntuce.com20:34
lubot<HMollerCl> and now I know what Poe Law is.20:35
lubot<HMollerCl> *Poe's law20:36
lubot<Wafficus> One thing I wish open office could do right are pivot tables and ribbons20:37
lubot<Wafficus> The ribbon. I wish they made it look identical to ms office.20:37
lubot<HMollerCl> @Wafficus [One thing I wish open office could do right are pivot tables and ribbons], Libreoffice has iproved a lot pivot tables20:37
lubot<HMollerCl> not sure what ribbons are (I'm used to use it in spanish)20:37
lubot<Wafficus> Ah gotcha. I tried using it earlier this year for actual work using pivot tables for work and it just didn't work20:38
lubot<Wafficus> Ribbon as in the UI20:38
lubot<Wafficus> Maybe it's copyright concerns though20:38
lubot<HMollerCl> you mean the icon layout?20:39
lubot<Wafficus> Yeah like in the actual program20:40
lubot<Wafficus> They call that the ribbon in Microsoft office20:40
lubot<Wafficus> Like button layout, GUI etc20:40
lubot<Wafficus> It just always has felt all over the place and just old tbh20:41
lubot<HMollerCl> yeah I get it.20:41
lubot<Wafficus> But I should complain on their irc than here ha20:41
lubot<HMollerCl> still in #libreoffice-dev they came with ubuntu satanic and justin bieber linux.20:56
lubot<HMollerCl> and from the manual in cpp I got: ... IconThemeSelector::GetIconThemeForDesktopEnvironment(const OUString& desktopEnvironment) ... { ...     OUString r; ...     if ( desktopEnvironment.equalsIgnoreAsciiCase("kde4") || ...          desktopEnvironment.equalsIgnoreAsciiCase("kde5") || ...          desktopEnvironment.equalsIgnoreAsciiCa20:58
lubotse("macosx") ) { ...         r = "breeze"; ...     } ...     else if ( desktopEnvironment.equalsIgnoreAsciiCase("gnome") ) { ...         r = "elementary"; ...     } ...     else { ...         r = FALLBACK_ICON_THEME_ID; //effective also on Windows ...     } ...     return r; ... }20:58
lubot<HMollerCl> do I need to "bump" my question in libreoffice-dev? Giving that there are new people entering21:03
lubot<tsimonq2> @HMollerCl [and from the manual in cpp I got: ... IconThemeSelector::GetIconThemeForDesktopEnvir …], This right here is the answer.21:03
lubot<tsimonq2> Find the code in LibreOffice, patch it for LXQt.21:03
lubot<HMollerCl> ok, I will try to do it by myself.21:11
lubot<HMollerCl> not sure how to get the right libreoffice source21:12
lubot<tsimonq2> @HMollerCl [not sure how to get the right libreoffice source], `pull-lp-source libreoffice`21:18
lubot<tsimonq2> I'll talk to oSoMoN tomorrow.21:18
lubot<tsimonq2> @tsimonq2 [I'll talk to oSoMoN tomorrow.], But please still do it :)21:20
lubot<tsimonq2> Should be the usual process for patching a file.21:20
lubot<HMollerCl> I'm on it21:21
lubot<HMollerCl> is `pull-lp-source libreoffice` or  ... git `pull-lp-source libreoffice` or ... git clone `-lp-source libreoffice`21:22
wxl`pull-lp-source`21:23
wxlthat's part of the "Not on Phab" exception that is yet to be written21:23
lubot<HMollerCl> and that should replace the uscan part?21:25
wxlbasically yes21:25
wxli can't remember if it untars or not21:25
lubot<HMollerCl> ok, will see whenit ends downloading21:26
lubot<HMollerCl> but I havent initialized git. How shoudl I know where should it be uploaded when the patch is made?21:27
wxli'm guessing this is what you want https://code.launchpad.net/~libreoffice/ubuntu/+source/libreoffice/+git/libreoffice-debian-pkg21:30
wxli.e. also unwritten stuff: how to do a merge request on launchpad21:30
lubot<HMollerCl> should I start again cloning that? or with pull lp-source is ok?21:31
lubot<HMollerCl> sorry, I'm confused.21:31
wxlpull-lp-source is only for the source21:31
wxlyou'd want to start with cloning the above most likely21:31
wxlhere's the members of that team which also may be able to help https://launchpad.net/~libreoffice/+members#active21:31
lubot<HMollerCl> ok, so instead of cloning phab I clone that,21:32
wxlso osomon is one of them.. doko too21:32
wxlright21:32
wxl(both of those being on irc should you want to ask them, that might be good)21:36
wxldoko's on #kubuntu-devel and #ubuntu-devel21:36
wxle.g.21:36
lubot<HMollerCl> dpkg-source: fallo: tar -xf - --no-same-permissions --no-same-owner --anchored --no-wildcards-match-slash --exclude */.pc --exclude .pc subprocess returned exit status 2 ... pull-lp-source: Error: Source unpack failed.21:41
wxldid you pull-lp-source libreoffice ?21:42
lubot<HMollerCl> yup21:42
lubot<HMollerCl> that's the final message I got21:42
wxlhuh21:42
lubot<HMollerCl> I got a lot "thre is no space left" or similar21:42
wxlthat probably means your hard drive is full? XD21:42
lubot<kc2bez> A df - h will tell you.21:43
lubot<HMollerCl> 95%21:43
lubot<HMollerCl> 500M fre21:43
lubot<HMollerCl> e21:43
wxlthat's Probably Badβ„’21:44
lubot<kc2bez> Might want to delete something.21:44
lubot<HMollerCl> will have to increase virtual drive21:44
wxlrm: cannot remove β€˜something’: No such file or directory21:44
lubot<kc2bez> LoL21:45
lubot<kc2bez> Got me there.21:45
wxlXD21:45
lubot<HMollerCl> jajaa21:49
lubot<TheWendyPower> @tsimonq2 I can see how having the text in the QML code would help with translation. Though it has been submitted for the 18.10 release, I'm not done working on it, as in it is I project I will keep tweaking and working on developing. There were things I thought should have worked that didn't, and I'm not sure why yet. Here is o21:55
lubotne thing I do need help with, when it comes to learning QML. How do I get the SDDM and Calamares modules into Qt Creator?  ... @wxl If you have some tutorial in mind, I would love to go over them! This is not my last QML projcet. The more I can learn the better!21:55
wxl@TheWendyPower I don't know of anything. To be frank, you know more QML than I do by far XD21:56
wxli'll ask the cala folks21:56
lubot<TheWendyPower> @wxl Thanks!21:57
wxl@TheWendyPower you should hook up with @Wafficus since he was working on a bit of a QML project himself. you could help each other out21:58
lubot<TheWendyPower> πŸ‘πŸ‘πŸ‘22:00
lubot<Wafficus> wxl: well you deployed me for automirror. Once I commit my changes, do you want me to move back to learning qt to help with Calamarres?22:09
wxlyes pls @Wafficus22:10
lubot<Wafficus> You got it22:10
wxl@Wafficus a good starting point may be helping @TheWendyPower figure out proper layout of the slideshow22:10
wxlthere's no extra programming logic involved (as with the whole radio button thing) so should be fairly simple, relatively speaking22:11
lubot<Wafficus> wxl: This is pretty handy with the Telegram app cause weechat usually bugs out if not enough mobile signal is sent through22:11
lyorianI am currently working on the hard part of the manual of how to upgrade from previous release 22:11
wxlthat's the idea :)22:11
wxlgo lyorian go lyorian 22:11
lyoriangrr I tried screenshot but did not quite got them working I don't think22:12
lubot<Wafficus> wxl: gotcha I'll reach out to Wendy tomorrow onward then regarding that then for sure22:12
wxlyay the cala 32bit efi thing is as good as fixed23:11
wxli just need to do the work when i get home23:12
wxlunless someone else wants smoething to do? :)23:12
-queuebot:#lubuntu-devel- Unapproved: lubuntu-meta (cosmic-proposed/universe) [1.14 => 1.15] (lubuntu)23:27
Wafficushey guys im back23:43
Wafficuswxl: 23:43
Wafficuswxl: you ready to help me make that commit?23:43
wxl@Wafficus: go for it23:44
Wafficusok23:50
Wafficusso my file is setup23:50
Wafficusaka WORKDIR is good23:50
wxlso do you have the thing set up as when you did this last time?23:54
Wafficuswxl: not sure, I just git cloned it from my GitHub23:55
WafficusI'm assuming just do the Long story short thing23:55
Wafficusim in WORKDIR23:57
Wafficusand it says I don't have the access rights again23:57
Wafficusgit clone ssh://git@phab.lubuntu.me:2222/source/PACKAGE.git23:57
Wafficus^ for that step23:57
WafficusI have the WORKDIR setup like last time where it contains calamares-settings-ubuntu23:57

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!