[00:00] My ends isn't working? [00:00] we don't have *today*'s [00:00] oh [00:00] also images = isos [00:00] "disk images" [00:00] I see! [00:03] why is that? [00:03] (that there are no dailies) [00:03] some weird hash sum mismatch thing [00:03] we are rebuilding now and we'll see if it works [00:04] basically there are two phases: (1) create the live filesystem (i.e. the squashfs) and (2) build the iso images with them [00:04] we're having a fail in the 2nd step [00:04] right now as we're talking the livefs just finished [00:05] this is mentioned on the testing wiki btw [00:05] here's the livefs info https://launchpad.net/~ubuntu-cdimage/+livefs/ubuntu/cosmic/lubuntu [00:06] I only see "successfully built" on it [00:06] right [00:06] so that's what i was saying.. the problem isn't with the first step [00:07] the build logs are here https://people.canonical.com/~ubuntu-archive/cd-build-logs/lubuntu/cosmic/ [00:07] if you look at daily-live-20181008.log or .1.log you'll see the hash sum mismatch [00:07] near the end [00:07] the .2 is the one that's building [00:11] and it failed in 32 and 64 bit? [00:12] There is a 404 for usbcreator. [00:14] Not sure if that makes a difference or not. [00:15] back from dinner [00:21] wxl: https://github.com/SBanya/lubuntuBugs/blob/master/bug1794844/main.py [00:21] wxl: Here's my latest revision with two separate except clauses [00:22] Make sure logging is imported. [00:22] follow the example more closely [00:22] execpt HTTPError: [00:22] blah [00:22] except URLError [00:23] ok will pay attention to that, sorry about that [00:23] if isinstance(error.reason, socket.timeout): [00:23] blah [00:23] else [00:23] blah [00:24] else [00:24] do the stuff (i.e. the return) [00:24] err wait [00:24] no [00:24] I kinda did follow the example though [00:24] you should always return localedate["country"] [00:24] especially the top voted response [00:24] okay will change that return [00:25] so line 26 should be in the place of line 39 [00:25] and "timeout" is not right [00:25] socket.timeout is a URLError. it should be handled as part of the URLError except [00:26] so for each URLError, test for socket.timeout and deal with it, otherwise it should be some other URL Error [00:26] HTTPError and URLError are not the same thing [00:26] ah separate try and except clauses [00:26] ok [00:26] I'd be lying if I didn't know where to start lol [00:26] think of an HTTPError as an error that could be, for example, related to a remote server being misconfigured [00:26] think of URLError as a fundamental error in the protocol, like a device failure [00:27] right, when you say it makes sense theoretically [00:27] just copy and paste the whole thing as you see it but change the try XD [00:27] and don't forget you need to import the errors [00:28] @tsimonq2: who's the weirdo we have to test this out? https://phab.lubuntu.me/T82 [00:28] -lugito:#lubuntu-devel- [Medium, Resolved] Fix edge case resulting in the install desktop file not being removed: https://phab.lubuntu.me/T82 [00:29] @wxl [ @tsimonq2: who's the weirdo we have to test this out? https://phab.lubuntu …], Uuuuuuh [00:29] I dunno XD [00:29] who reported the error? [00:29] (Document) https://telegram.lubuntu.me/X43vdqYW/file_4187.mp4 [00:29] I just remember someone did. [00:30] Was it climby? [00:30] you are useless sometimes XD [00:30] @kc2bez [Was it climby?], Climby was 32 bit EFI [00:30] Separate issue. [00:31] Ok. Wasn't sure if this was him too. [00:32] https://big.assets.huffingtonpost.com/714.gif [00:33] Now wxl go test that slideshow [00:33] we have images!!!! [00:33] i'm testing about a billion other things [00:34] wxl: 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] wxl: https://github.com/SBanya/lubuntuBugs/blob/master/bug1794844/main.py [00:34] (the first ones to have from oct9) [00:34] hahah yep [00:35] wxl: Obviously the second one will be renamed to the actual getcountry(), but is that what you want? [00:35] line 49 is a mistake [00:35] remove that [00:35] ok removing now [00:35] 55 should be some other blah (like 35) [00:35] 51 should be 33 [00:35] 47 should be 29 [00:35] 53 should be unique [00:37] 53 can be "some other error happened" [00:37] or "non-timeout protocol error" or something [00:37] I'm downloading it to test as well. My internet is running super slow tonight, so it may be a few hours... 😏 [00:42] everyone go test encryption like crazy but i can verify it works fine for bios/dos [00:44] -lugito:#lubuntu-devel- [T29: Calamares should support encryption, other file systems, etc.] wxl (Walter Lapchynski) commented on the task: https://phab.lubuntu.me/T29#2026 [00:45] Woot, closing old tasks [00:45] 🌟 wxl [00:45] wxl: https://github.com/SBanya/lubuntuBugs/blob/master/bug1794844/main.py [00:45] wxl: updated it with your suggestions [00:45] go fix those symbols @tsimonq2 [00:45] that's your priority tonight [00:46] Wafficus: it's not 100% right syntactically (you need more colons, e.g.) and you didn't fill out 54 but otherwise looks good [00:47] -lugito:#lubuntu-devel- [T97: Cala doesn't do 32-bit UEFI] Climby (Michael Garrison) commented on the task: https://phab.lubuntu.me/T97#2029 [00:48] not 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 option [00:48] i'm not against it [00:50] -lugito:#lubuntu-devel- [T97: Cala doesn't do 32-bit UEFI] wxl (Walter Lapchynski) commented on the task: https://phab.lubuntu.me/T97#2030 [00:50] 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:52] Super key works! [00:52] Way to go @wxl! [00:53] -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#2033 [00:53] it was a team effort on that one from what i remember XD [00:54] I'd say that you have a very large hand in that fix! [00:54] maybe a trump hand [00:55] LOL [00:55] A super hand maybe? [00:55] For the super key. [00:56] wxl: https://github.com/SBanya/lubuntuBugs/blob/master/bug1794844/main.py [00:56] wxl: how about this [00:56] got my voting card in the main ;) cya at the polls everyone in a month ^_^ [00:56] *mail [00:58] @wxl [ maybe a trump hand], Trump's hands are average sized, so that's accurate. [00:59] -lugito:#lubuntu-devel- [T97: Cala doesn't do 32-bit UEFI] Climby (Michael Garrison) commented on the task: https://phab.lubuntu.me/T97#2037 [01:00] Uhhhhhh not in relative terms [01:00] wxl: 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 touch [01:00] @wxl[m] [ Uhhhhhh not in relative terms], Another fake news lie :) [01:00] @Wafficus that last one should be a success not blah [01:01] wxl[m]: cool, will change that [01:01] right now [01:01] Ok because pictures are fake [01:01] well, on a similar note [01:01] Dude, his hands are normal sized. :P [01:01] Wafficus: Check Telegram [01:01] ever notice how the CNN broadcast deliberately enhances the orange in the broadcast? [01:01] :/ [01:01] of his face rather [01:01] Yeah. [01:02] CNN does a lot to bash Trump... [01:02] kinda bs, its like making Obama's face look more white or something. They would have never done that during his presidency [01:02] just saying. [01:02] But, this isn't a politics channel :) [01:02] yeah for sure [01:02] PM me on Telegram and let's have a political discussion [01:02] tsimonq2: hell yeah :) [01:05] I'm feeling LUKy @wxl [01:05] πŸ˜† [01:06] wxl[m]: current change: https://github.com/SBanya/lubuntuBugs/blob/master/bug1794844/main.py [01:15] @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:30] Arc-darker default gtk theme worked!!! Thanks to the cpp manual [01:32] Super_l+r doesn't seems to work [01:32] Super_r+r yes [01:33] And logout confirmation also works [01:36] -lugito:#lubuntu-devel- [T97: Cala doesn't do 32-bit UEFI] wxl (Walter Lapchynski) commented on the task: https://phab.lubuntu.me/T97#2038 [01:38] We can change the shortcuts any way we want now. We just patch upstream [01:41] Sweet! [01:52] -lugito:#lubuntu-devel- [T97: Cala doesn't do 32-bit UEFI] Climby (Michael Garrison) commented on the task: https://phab.lubuntu.me/T97#2039 [02:33] -lugito:#lubuntu-devel- [T97: Cala doesn't do 32-bit UEFI] wxl (Walter Lapchynski) commented on the task: https://phab.lubuntu.me/T97#2040 [02:41] @Wafficus looks reasonable to me [03:04] @TheWendyPower https://phab.lubuntu.me/source/calamares-settings-ubuntu/browse/master/lubuntu/branding/lubuntu/Office.png should be LibREOffice [03:04] @TheWendyPower should https://phab.lubuntu.me/source/calamares-settings-ubuntu/browse/master/lubuntu/branding/lubuntu/FindUs.png be a screenshot of the homepage? [03:05] @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:06] no i mean the text [03:06] below "lubuntu," above "productivity suite" [03:06] also questions about https://phab.lubuntu.me/source/calamares-settings-ubuntu/browse/master/lubuntu/branding/lubuntu/show.qml [03:06] line 18-19: are the spaces essential syntax? [03:08] why are some images smooth and some not? [03:08] @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:09] and 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 be [03:10] is there a reason to not make the id something sensible and specific to the particular slide, e.g. office instead of image7? [03:11] 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:12] i wonder if relative positioning isn't an option [03:13] FindUs.png does not appear to be smooth [03:15] When you look at the PNG or in the slideshow? [03:16] i'm looking at the qml file [03:16] every image has "smooth: true" except that one [03:21] it looks like there's all sorts of layout options exposed by qtquick so you could do all sorts of things [03:21] 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:22] i 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 now [03:24] 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] yeah let's not worry about it now [03:24] so libreoffice and we're good i think :) [03:26] 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] no not at all [03:26] i just think libreoffice is misspelled XD [03:27] @tsimonq2: you ever ghoing to fix those symbols? :) [03:31] 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:34] Right. Thanks and good job! I think I'm going to go lay down [03:44] HmollerCI there are some 64 bit CPUs that don't have virtualization cpu options enabled for example core 2 duo t6500 [03:54] -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/rCALASETTINGS030028768bad [04:03] tsimonq2: 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 manual [04:08] -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/rMANUAL7d6f15c7a582 [04:19] -lugito:#lubuntu-devel- [rMANUAL76bf62ade228: Fix indentation of systemtools toctree.] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUAL76bf62ade228 [04:52] -lugito:#lubuntu-devel- [T67: Repository for manual for LXQt] lynorian (Lyn Perrine) commented on the task: https://phab.lubuntu.me/T67#2042 [04:57] -lugito:#lubuntu-devel- [T97: Cala doesn't do 32-bit UEFI] Climby (Michael Garrison) commented on the task: https://phab.lubuntu.me/T97#2043 [07:15] trojita is in [11:00] Huzzah [13:18] Caught up on msgs [13:19] 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:47] @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 t [13:47] heme is to put the close button in a circle. [13:57] @TheWendyPower and we could add color to the close button with a line like this: ... window.active.button.close.unpressed.image.color: #f95f57 [14:06] @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:17] this is the color that firefox use window.active.button.close.unpressed.image.color: #cc575d [15:26] @HMollerCl the lighter inactive window buttons look really good! I'm going to play with the close button color a bit more. [15:30] here is the firefox arc theme https://github.com/horst3180/arc-firefox-theme/tree/master/arc-firefox-theme/chrome/browser/custom_images/dark/window-controls [15:34] and you can see the gtk3 theme in /usr/share/themes/Arc-Darker/gtk-3.0/assets [15:35] @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 first [15:42] @tsimonq2: can you please get the symbols for libfm-qt fixed? [15:45] @wxl [ @tsimonq2: can you please get the symbols for libfm-qt fixed?], Dude, patience [15:45] @tsimonq2: i'm concerned about the freeze. that package is the first step to fixing our actual problem. [15:48] @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] @tsimonq2: you didn't hear me. that is only the first step. [15:49] @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] ok fair enough [15:57] wxl: Perhaps it should be documented somewhere that once a source is accepted from NEW, the binaries also need processing from NEW. [15:57] whtcha mean? [15:58] Sources build binaries, and they're handled separately. [15:58] Check Cosmic NEW right now. [15:58] The Trojita binaries haven't been approved. [15:58] oic [16:02] 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 sure [16:12] so @tsimonq2 i need to keep bugging archive admins to review the binaries? or what's the deal? [16:13] @wxl [ so @tsimonq2 i need to keep bugging archive admins to review the binaries? …], Yup. Keep bugging. [16:13] is that what the "pending publication" step is? [16:14] Wat? [16:15] if you !upkg trojita and open the proposed bit, it says the binaries are all pending publication [16:17] 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:19] 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. :P [16:20] For example, it's super fun when texlive or libreoffice has to publish... ^_^ [16:20] f*** texlive [16:20] XD [16:21] That's one source package. [16:21] ALL of those binaries and all of the code. [16:21] It's freaking massive. [16:21] And it takes the publisher a while... [16:21] it's pretty dumb, that [16:21] I think at one point it would hold up all publishing for several hours. [16:21] HOURS. [16:22] ok we've got the go from vorlon [16:23] Huzzah. [16:24] still waiting on publishing [16:24] 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:25] XD [16:25] a bit weird to have to approve the source, then approve the binaries, but yes it does go like that [16:25] Often times they do it at the same time, but in this case vorlon didn't. [16:26] well 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 sign [16:27] I find it's much cleaner to log out, install the deb via tty2, and log back in. [16:41] well i installed it and restarted sddm so more or less the same [16:41] maybe there were additional changes necessary to pcmanfm??? [16:41] Maybe it just needs to be rebuilt. [16:42] OH i bet [16:43] is 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] Do that in a PPA and append ~ppa1. [16:43] for pcmanfm-qt? [16:48] Yeah. [16:49] Make sure -proposed is enabled for the PPA though. [16:50] right [17:09] marneu was added by: marneu [17:34] 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 get [17:34] (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] tsimonq2: [17:34] wxl: l [17:34] hey guys Im free to do the commit from my phone actually [17:34] with Termux [17:42] tsimonq2: [17:42] OK. [17:44] tsimonq2: Heres my current main.py [17:44] tsimonq2: https [17:45] tsimonq2: https://gitub.com/SBanya/lubuntuBugs/blob/master/bug1794844/main.py [17:50] * wxl teaches Wafficus how to copy and paste XD [17:50] Wafficus: did you test this? [17:51] @marneu this is with display? [17:52] wxl: not yet unfortunately, dont have my Linux laptop at work [17:52] Wafficus: i'd make sure it works first [17:52] wxl: so if it works as a function alone, is that good enough? [17:52] wxl: cause it does in that case [17:52] @wxl [ @marneu this is with display?], Could you clarify the question? [17:53] Wafficus: put it in place in the live system and run the installer. if it doesn't break, that's good [17:53] @marneu display of a message or composition of a message [17:53] wxl: So place this on an actual ISO flashed drive? [17:53] @Wafficus: no, boot to the live system and put it in place there [17:54] @Wafficus: like overwrite the main.py on the live filesystem [17:54] 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:55] wxl: Ah I see. So place the newest cosmic iso on a drive, boot it to the live system, and replace it right? [17:55] wxl: like would I have to do the install all over again. Theres something Im not understanding about this [17:55] can 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:56] Wafficus: 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:57] but wouldnt that override all my stuff on my laptop? [17:57] you're not using virtual machines? [17:57] I only ask cause I have some rc files, and guides I might need to backup [17:58] I did for my 4 gig laptop but it died last week [17:58] I only have my 2 gig ram laptop running Lubuntu [17:58] left [17:58] I took a screenshot of what you said though, makes sense [17:58] you should be able to starve the vm to 512mb and it will still run [17:58] i think [17:59] what's the lower limit for ram on the installler, @tsimonq2 ? [17:59] gotcha, Ill try that for sure [17:59] Lubuntu within Lubuntu haha [17:59] nuts [17:59] wxl: There's no hard limit but I think the recommendation is a gig [18:00] ah it'll prolly work [18:00] or maybe i'll just do it for you [18:00] unless you get it donei n the next hour [18:01] or unless someone else wants to do it [18:01] anyone want to help wafficus test something???? [18:03] wxl: lunch hour is up sorry :/ I'll be able to try when I get home [18:04] anyone with a vm [18:04] please, it's super easy [18:04] Yes dear? [18:05] go overwrite the automirror main.py with wafficus' and run an install [18:05] if it does not fail, we at least have a sanity check done [18:05] o [18:05] *ok [18:05] thx [18:06] Meanwhile I think we have this 32-bit EFI thing almost worked out. [18:06] OH [18:06] And yeah, I'll also test Cala [18:06] i just need climby to test that last one [18:06] Right. [18:06] which cala? encryption? already did (for dos/bios/64) [18:07] i think the problem with what i gave climby was using the `commmand:` format without specifying a `timeout:` [18:07] @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] wxl: I thought he said it worked. [18:07] but i also redid it so it matches the spacing of the default [18:07] oh he did? [18:07] And bah, yes, testing the slideshow. [18:07] oh heh having looked at email yet :) [18:07] Uhm, yeah, check the task. XD [18:08] Secureboot with those devices would be fun too, if we can manage it. [18:08] let's try to find a really good qml intro tutorial for wendy [18:08] and anyone else that's going to want to help [18:08] Wendy's been figuring it out just fine I think :) [18:09] well 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 stuff [18:10] @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 source [18:14] (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:15] @marneu same result in full screen? [18:15] (Photo, 932x939) https://i.imgur.com/Cug1p7K.jpg and the html display of that same email [18:15] yep, no change at all [18:15] i'll see if i can find that manjaro iso. [18:19] O_O https://repology.org/metapackage/trojita/versions good god which version do you have install @marneu [18:20] i don't even see a link to trojita for any of the manjaros [18:22] I wonder if it is in the aur. [18:22] i don't know anything about manjaro but i guess that might make sense [18:23] It is arch based so you can install aur stuff. [18:25] 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:27] Pamac or octopi would be the graphical package manager. [18:27] I like the slideshow @TheWendyPower, just waiting to see if @Wafficus' stuff works now. :) [18:32] 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] trojita 0.7-2, built on 2018-09-06 [18:33] And the bug is definitely not present there, I checked again just now. [18:37] 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] @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 @wxl [18:41] 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 de [18:45] @marneu [Repository: community ... Could this be related to locale? My system language is se …], Mine is sp [18:45] Or es I believe [18:47] wxl: @Wafficus' changes LGTM. [18:48] wxl: what's LGTM? [18:48] Looks Good To Me. [18:48] Ah gotcha [18:48] Thanks [18:48] Thank *you* :) [18:49] 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 result [18:51] :D [18:56] does it work for en_US/en [18:56] Yes. [18:57] trojita does? [18:57] plaintext? [18:57] oh [18:57] no [18:57] Different thing. [18:57] yeah see above sorry :) [18:57] Β―\_(ツ)_/Β― [18:57] Unclear wxl is unclear. [18:59] I am not in front of my install right now, when I tested it I may have only checked html mails. [19:00] wxl: Testing a symbols update in a PPA now, wish me luck. [19:01] (Photo, 1121x661) https://i.imgur.com/b6rucMr.jpg welcome screen for me in trojita [19:02] @tsimonq2: if you want to help test, grab trojita, set it up and look at plaintext https://i.imgur.com/FPSj8s8.jpg [19:02] Is it normal that also welcome screen doen't use all the wide? [19:02] wxl: Already doing. [19:04] wxl: Yup, I can reproduce it. [19:04] can you get me a screenshot? [19:05] (Photo, 1280x686) https://i.imgur.com/fQAv5tG.jpg [19:12] guess who gets a gold star? @marneu does !!! 🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟 [19:13] Round two of fun symbols fixing. [19:13] noice. [19:13] thanks to the hint on majaro i was able to find the fix [19:13] extra noice! [19:13] it's actually mentioned in the AUR comments https://aur.archlinux.org/packages/trojita-git [19:13] https://github.com/annulen/webkit/issues/511#issuecomment-338685652 [19:13] Issue 511 in annulen/webkit "Incorrect page width for plain text messages in Trojita" [Closed] [19:14] two very small patches to webkit fixes the problem [19:14] I'll take care of that now then. [19:14] oh thanks :) [19:14] I already have upload access to the package in Debian and Ubuntu and it should go in both places, sooo [19:14] nice [19:17] i 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 out [19:17] -lugito:#lubuntu-devel- [High, Open] Our default LibreOffice theme looks bad: https://phab.lubuntu.me/T96 [19:19] @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/T96 [19:28] @wxl any hint of how to DDGit? "libreoffice default packging theme"??? [19:29] i think i did libreoffice theming or something of the sort [19:30] that give me info on how to change the theme, but not how to put it as default for a distribution. [19:31] well how do you change it? [19:32] @tsimonq2: do you have trojita added to our seeds yet? [19:32] wxl: I'm doing that now. [19:32] thx [19:33] @wxl [ well how do you change it?], tools->options->libreOffice->view and there in Icon Style select "Breeze" [19:33] ok so i'll teach you a fun trick [19:33] open a terminal [19:34] `touch` some file. let's just `touch ~/foo` [19:34] then make the change [19:34] and then go back to the terminal and do `find ~ -type f -newer ~/foo` [19:34] that's like saying "look through my home for any files that have a modification date newer than ~/foo" [19:35] i would assume something in ~/.config changes so you might want to start there [19:35] WOAH. [19:35] That's cool. [19:35] wxl: Put that in #debian-til. [19:35] my generally linux-disabled coworker (he does mostly database stuff) taught me that one [19:35] @wxl [ i would assume something in ~/.config changes so you might want to start t …], yes but /home/hmoller/.config/libreoffice/4/user/registrymodifications.xcu [19:36] you put it there. i didn't learn it today XD [19:36] the "4" doesn't seems canonical [19:36] oh no. [19:38] looks like they have a dev channel with a nice web interface https://irc.documentfoundation.org/?settings=#libreoffice-dev [19:40] it doesn't seem there's any package that has a file like that :( [19:49] they do make different versions, I don't know how https://colibreoffice.wordpress.com/2018/05/30/check-the-defaults/ [19:50] https://cgit.freedesktop.org/libreoffice/core/commit/?id=803a3539975059d2fde5b0eab3e0850ba155368a [19:51] maybe in that clear manual in cpp we can get something [19:56] that seems crazy [19:56] do you think you could check at their dev channel? maybe they can offer some advice [19:58] need to be registered with freenode. Do you know if they have an irc channel? [19:58] maybe is time to come back to irc. Last time I used was in late 90s with mIRC. [19:58] you should :) [19:59] registration will still be a necessity tho [19:59] but that's easy on freenode [20:07] I asked the question will see what they response [20:08] thx [20:29] @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's [20:29] own tab is good too. Same idea. [20:32] @Wafficus [@HMollerCl easiest Linux way to use IRC is to use Weechat in terminal imo. Their …], thanks! will look at it [20:33] @HMollerCl you're welcome Lubuntu fam :) [20:34] @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.com [20:35] and now I know what Poe Law is. [20:36] *Poe's law [20:37] One thing I wish open office could do right are pivot tables and ribbons [20:37] The ribbon. I wish they made it look identical to ms office. [20:37] @Wafficus [One thing I wish open office could do right are pivot tables and ribbons], Libreoffice has iproved a lot pivot tables [20:37] not sure what ribbons are (I'm used to use it in spanish) [20:38] Ah gotcha. I tried using it earlier this year for actual work using pivot tables for work and it just didn't work [20:38] Ribbon as in the UI [20:38] Maybe it's copyright concerns though [20:39] you mean the icon layout? [20:40] Yeah like in the actual program [20:40] They call that the ribbon in Microsoft office [20:40] Like button layout, GUI etc [20:41] It just always has felt all over the place and just old tbh [20:41] yeah I get it. [20:41] But I should complain on their irc than here ha [20:56] still in #libreoffice-dev they came with ubuntu satanic and justin bieber linux. [20:58] and from the manual in cpp I got: ... IconThemeSelector::GetIconThemeForDesktopEnvironment(const OUString& desktopEnvironment) ... { ... OUString r; ... if ( desktopEnvironment.equalsIgnoreAsciiCase("kde4") || ... desktopEnvironment.equalsIgnoreAsciiCase("kde5") || ... desktopEnvironment.equalsIgnoreAsciiCa [20:58] se("macosx") ) { ... r = "breeze"; ... } ... else if ( desktopEnvironment.equalsIgnoreAsciiCase("gnome") ) { ... r = "elementary"; ... } ... else { ... r = FALLBACK_ICON_THEME_ID; //effective also on Windows ... } ... return r; ... } [21:03] do I need to "bump" my question in libreoffice-dev? Giving that there are new people entering [21:03] @HMollerCl [and from the manual in cpp I got: ... IconThemeSelector::GetIconThemeForDesktopEnvir …], This right here is the answer. [21:03] Find the code in LibreOffice, patch it for LXQt. [21:11] ok, I will try to do it by myself. [21:12] not sure how to get the right libreoffice source [21:18] @HMollerCl [not sure how to get the right libreoffice source], `pull-lp-source libreoffice` [21:18] I'll talk to oSoMoN tomorrow. [21:20] @tsimonq2 [I'll talk to oSoMoN tomorrow.], But please still do it :) [21:20] Should be the usual process for patching a file. [21:21] I'm on it [21:22] is `pull-lp-source libreoffice` or ... git `pull-lp-source libreoffice` or ... git clone `-lp-source libreoffice` [21:23] `pull-lp-source` [21:23] that's part of the "Not on Phab" exception that is yet to be written [21:25] and that should replace the uscan part? [21:25] basically yes [21:25] i can't remember if it untars or not [21:26] ok, will see whenit ends downloading [21:27] but I havent initialized git. How shoudl I know where should it be uploaded when the patch is made? [21:30] i'm guessing this is what you want https://code.launchpad.net/~libreoffice/ubuntu/+source/libreoffice/+git/libreoffice-debian-pkg [21:30] i.e. also unwritten stuff: how to do a merge request on launchpad [21:31] should I start again cloning that? or with pull lp-source is ok? [21:31] sorry, I'm confused. [21:31] pull-lp-source is only for the source [21:31] you'd want to start with cloning the above most likely [21:31] here's the members of that team which also may be able to help https://launchpad.net/~libreoffice/+members#active [21:32] ok, so instead of cloning phab I clone that, [21:32] so osomon is one of them.. doko too [21:32] right [21:36] (both of those being on irc should you want to ask them, that might be good) [21:36] doko's on #kubuntu-devel and #ubuntu-devel [21:36] e.g. [21:41] 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:42] did you pull-lp-source libreoffice ? [21:42] yup [21:42] that's the final message I got [21:42] huh [21:42] I got a lot "thre is no space left" or similar [21:42] that probably means your hard drive is full? XD [21:43] A df - h will tell you. [21:43] 95% [21:43] 500M fre [21:43] e [21:44] that's Probably Badβ„’ [21:44] Might want to delete something. [21:44] will have to increase virtual drive [21:44] rm: cannot remove β€˜something’: No such file or directory [21:45] LoL [21:45] Got me there. [21:45] XD [21:49] jajaa [21:55] @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 o [21:55] ne 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:56] @TheWendyPower I don't know of anything. To be frank, you know more QML than I do by far XD [21:56] i'll ask the cala folks [21:57] @wxl Thanks! [21:58] @TheWendyPower you should hook up with @Wafficus since he was working on a bit of a QML project himself. you could help each other out [22:00] πŸ‘πŸ‘πŸ‘ [22:09] 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:10] yes pls @Wafficus [22:10] You got it [22:10] @Wafficus a good starting point may be helping @TheWendyPower figure out proper layout of the slideshow [22:11] there's no extra programming logic involved (as with the whole radio button thing) so should be fairly simple, relatively speaking [22:11] wxl: This is pretty handy with the Telegram app cause weechat usually bugs out if not enough mobile signal is sent through [22:11] I am currently working on the hard part of the manual of how to upgrade from previous release [22:11] that's the idea :) [22:11] go lyorian go lyorian [22:12] grr I tried screenshot but did not quite got them working I don't think [22:12] wxl: gotcha I'll reach out to Wendy tomorrow onward then regarding that then for sure [23:11] yay the cala 32bit efi thing is as good as fixed [23:12] i just need to do the work when i get home [23:12] unless someone else wants smoething to do? :) [23:27] -queuebot:#lubuntu-devel- Unapproved: lubuntu-meta (cosmic-proposed/universe) [1.14 => 1.15] (lubuntu) [23:43] hey guys im back [23:43] wxl: [23:43] wxl: you ready to help me make that commit? [23:44] @Wafficus: go for it [23:50] ok [23:50] so my file is setup [23:50] aka WORKDIR is good [23:54] so do you have the thing set up as when you did this last time? [23:55] wxl: not sure, I just git cloned it from my GitHub [23:55] I'm assuming just do the Long story short thing [23:57] im in WORKDIR [23:57] and it says I don't have the access rights again [23:57] git clone ssh://git@phab.lubuntu.me:2222/source/PACKAGE.git [23:57] ^ for that step [23:57] I have the WORKDIR setup like last time where it contains calamares-settings-ubuntu