[00:29] -lugito:#lubuntu-devel- [T57: Proper HiDPI] kc2bez (Dan Simmons) commented on the task: https://phab.lubuntu.me/T57#3499 [01:04] @kc2bez great find [01:06] Thanks lynorian I try to keep my ear to the ground. [09:22] http://blog.qt.io/blog/2018/12/06/qt-5-12-lts-released/ [12:22] Good to know cause I should upgrade in that case [14:44] joeberetta was added by: joeberetta [14:47] Hi guys. I'm newbie in the sphere of lubuntu. Where can i find issues page? I have the problem with apt. When I try install or update get errors [14:47] you might want to ask the support channel for assistance, as this is the devel-specific channel [14:47] but if you do you should also share what errors you're getting :P [14:48] it's less an 'issue' that needs reported and usually an issue with your end specifically [14:48] rather than an Lubuntu global issue [14:48] unless you're working with 19.04 then that might be for here :P [14:48] but most users arent heh [14:48] Thank you very much [14:51] @joeberetta the support channel can be found here: https://telegram.lubuntu.me/support [14:51] that'll take you to our support room :) [15:10] ^ good idea to include the link. Was just about to say that's the best idea for support questions. By the way, Joe, if you'd like to help contribute, feel free to stick around in this channel and ask how to contribute. We're always happy to have more help for our team. [15:11] yep [15:11] I mention this because of your HTML tag based name :^) [15:11] @SamuelBanya i am on my phone getting the link was pain :P [15:11] You did awesome Tom. [15:11] *great [15:13] @SamuelBanya [I mention this because of your HTML tag based name :^)], Yeah I'll be glad do it. Because I've not contributed yet with html, css and js. So. In this point I think I need to read wiki page for contributing. Thank you for idea, Samuel [15:16] @teward001 [@SamuelBanya i am on my phone getting the link was pain :P], By the way. Does the link work? Because I can't open it... [15:18] *does a thing* [15:18] you could also just go to https://lubuntu.me/links/ and find the links there [15:18] under "Telegram" [15:18] :P [15:30] -lugito:#lubuntu-devel- [T176: Test the python-phabricator SRU] tsimonq2 (Simon Quigley) just created this task: https://phab.lubuntu.me/T176 [15:31] Today we have a standup: https://phab.lubuntu.me/E17 [15:31] SRU:FAILURE :P *shot* [15:33] -lugito:#lubuntu-devel- [T88: Lugito should do diffs] tsimonq2 (Simon Quigley) commented on the task: https://phab.lubuntu.me/T88#3511 [15:34] @teward001 [SRU:FAILURE :P *shot*], :P [16:05] Absolutely. I was in the same boat as you since I came in here for support originally, and one of our senior team members, Walter recommended I help out hence I'm here developing the welcome center for the team using C++ and qt. [16:05] You can call me Sam :^) [16:06] Ok Sam) [16:11] @tsimonq2 [Today we have a standup: https://phab.lubuntu.me/E17], Well no too long ago I had to hire an electrician to fix the wire in my house. Unfortunately, he didn't do a good job so needless to say, I was pretty shocked by it. 🥁 [16:11] ba-dum-tish [16:14] HAH [16:14] Bad [16:15] @tsimonq2 [Bad], I'm sorry, were you referring to yourself? :P [16:15] @teward001 [I'm sorry, were you referring to yourself? :P], noU [16:17] lol [16:21] Btw not sure ya'll looked but that new Qt has better Python support [16:21] or so they claim. *Shot* [16:22] @teward001 [or so they claim. *Shot*], ^ [16:22] Also I may not be here for the meeting. $kid has an event [16:23] Tell her I say hai [16:29] you love you $kid more than lubuntu? [16:29] Cutie [16:30] Hmm? [16:31] Qt [16:31] Btw did you know [16:31] Specific latent heat is Q=mL [16:32] That's how i remembered it ;_; [16:32] Qml [16:49] -lugito:#lubuntu-devel- [T176: Test the python-phabricator SRU] doc-E-brown (Ben Johnston) commented on the task: https://phab.lubuntu.me/T176#3512 [17:02] Ooh so do we have to change the codebase to Python instead ? [17:02] For the welcome center ? [17:03] It'd be good to know cause it's either c++ or python when it comes to qt [17:11] @SamuelBanya you don't have to change anything.. but the option is potentially there [17:11] @SamuelBanya in other news look at this https://i.imgur.com/37XTDDe.jpg [17:12] @wxl that almost looks as if the websocket to utilize was not properly brought up [17:12] and therefore explodified [17:13] is it that we're importing "from socket import timeout" and calling "socket.timeout" rather than "timeout?" https://phab.lubuntu.me/source/calamares-settings-ubuntu/browse/master/common/modules/automirror/main.py$25 [17:13] wxl: that'd be exactly it [17:13] `from socket import timeout` imports `timeout` as `timeout`, not `socket.timeout`. [17:13] wxl: you can just do `import socket` then socket.timeout would work [17:14] ^^ go fix it @SamuelBanya .. and there's more than one instance [17:14] which TO BE FAIR is the PEP8 compliant way of doing it [17:14] importing EVERYTHING is PEP8 compliant??? [17:14] no, but I mean, they'd rather you do socket.timeout instead of just `timeout` in the event that you have two 'timeout' variables in a program [17:15] so if you only wanted timeout you would `from socket import timeout as socket.timeout` ?? [17:18] no you'd just do `import socket`, then do `socket.timeout` [17:19] I will have time tomorrow to do so tbh [17:19] or you do `from socket import timeout as socket_timeout` [17:19] and then your timeout variable is `socket_timeout` [17:19] I just got word of like 3 potential job phone interviews for tomorrow morning [17:19] ah that's what i wanted. ok [17:19] So bear with me [17:32] These bugs always happen when I never have time ha [17:32] This happened last time too [17:32] I can definitely work on this on Saturday. Is that ok Walter? [17:33] i'd put time and effort in, but I's busy trying to wiggle my way onto the ubuntu backporters team so blah [17:33] Just confirmed 2 phone interviews for customer support related tech jobs. Wish me luck fam [17:33] ... that and wxl's documentation for the packaging sucks so [20:54] -lugito:#lubuntu-devel- [rMANUAL43b7f3cfdf23: Minor rephrasing] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUAL43b7f3cfdf23 [20:54] -lugito:#lubuntu-devel- [rMANUAL08121653a863: Merge branch 'master' of ssh://phab.lubuntu.me:2222/source/lubuntu-manual] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUAL08121653a863 [21:11] -lugito:#lubuntu-devel- [rMANUAL13d61e8e9e48: Add change order of sorting and sort by file name to pcmanfm-qt] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUAL13d61e8e9e48 [21:12] I have noticed something odd only this desktop gets contribution credit on github when I push to the manual [21:13] the commits from my laptop still show up in the git but doesn't show up in my contributions on github [22:04] meetingtime? [22:06] In theory, yes. [22:19] -lugito:#lubuntu-devel- [rQUASSELARCHIVE40209c481cb9: DSC file for 1:0.13.0-2ubuntu1] Diffusion committed: https://phab.lubuntu.me/rQUASSELARCHIVE40209c481cb9 [22:19] -lugito:#lubuntu-devel- [rQUASSELARCHIVE0a26c9f3e67b: Import patches-unapplied version 1:0.13.0-2ubuntu1 to ubuntu/disco-proposed] rikmills (Rik Mills) committed: https://phab.lubuntu.me/rQUASSELARCHIVE0a26c9f3e67b [22:19] -lugito:#lubuntu-devel- [rQUASSELARCHIVEb17761147fab: 02_script_interpreter_path.patch] rikmills (Rik Mills) committed: https://phab.lubuntu.me/rQUASSELARCHIVEb17761147fab [22:19] -lugito:#lubuntu-devel- [rQUASSELARCHIVE17a77d62cf19: lubuntu_01_default_network_channel.patch] rikmills (Rik Mills) committed: https://phab.lubuntu.me/rQUASSELARCHIVE17a77d62cf19 [22:19] -lugito:#lubuntu-devel- [rQUASSELARCHIVE0d3f616977bf: Import patches-applied version 1:0.13.0-2ubuntu1 to applied/ubuntu/disco…] rikmills (Rik Mills) committed: https://phab.lubuntu.me/rQUASSELARCHIVE0d3f616977bf [22:24] Hey here for the meeting [22:24] o/ [22:24] Aha. [22:24] Anyone else? [22:24] I'll go first [22:24] yes I am [22:24] Or now whatever [22:24] Go go go :) [22:24] Just got signal on the train above groubd [22:24] Ground [22:24] Alright so: [22:25] o/ [22:26] I think we lost Sam. [22:26] I've been working on the Welcome Center and functionality works just fine currently. I'm still waiting for Wendy's assets but I'm sure she'll give them too me soon otherwise I might just make my own regardless. That being said. I saw the automirror bug and I can work on that on Saturday since I have a total of 3 phone interviews f [22:26] or related tech jobs tomorrow and have to work 2 hours tonight [22:26] Otherwise that's all I got fam. Thanks for the Linux server vm support. Thats been a fun side project to get more sys admin skills [22:27] Might have to update my welcome center because of the latest qt update though [22:27] We'll see [22:27] Thanks guys im done [22:28] who next? [22:29] my turn ? [22:29] Go ahead [22:29] Sure go for it [22:29] Yup [22:29] I have had more work on the manual [22:30] I got to more work on pcmanfm-qt [22:31] Awesome! [22:31] Stupid question Lynorian but are there shortcuts in the manual? [22:31] a lot more on libreoffice impress and writer [22:31] @SameulBanya keyboard shortcuts? [22:31] or hyperlinks? [22:31] a little bit omre on vlc [22:32] ctisme was added by: ctisme [22:32] I have more on Quassel and rejoin [22:32] I did mulitmonitor now has its own screenshot [22:33] Cool^ [22:34] that is all I have this week [22:34] Awesome lynorian! [22:37] is quassel a web browser? [22:38] IRC chat client [22:38] noted @kc2bez ... what's the phab.lubuntu* for? [22:39] afaik it's related to python dev [22:41] Keyboard shortcuts [22:41] Phab is our collaborative development suite. [22:41] https://www.phacility.com/phabricator/ [22:42] Phab.lubuntu.me [22:42] Think of phabricator like an open source Github alternative [22:42] Same idea. Our repositories and issues are placed there [22:42] noted [22:42] They are then mirrored on our actual Github as well [22:42] SAmeulBanya appendix F [22:43] Thanks Lynorian! Awesome [22:43] https://manual.lubuntu.me/F/keyboard_shortcuts.html [22:43] Shall I go? [22:44] Gogogogo [22:44] @kc2bez [Phab.lubuntu.me], cool [22:45] Not much to add this week. Still waiting on @tsimonq2 to land libfm so I can build pcmanfm. [22:46] Keeping an eye on the forums too. [22:46] That is about it for me. [22:48] guiverc you might be next. [22:50] i've got nothing to report sorry, real life has been in the way & i've not progressed with key/signature issues on upload to ppa [22:51] -lugito:#lubuntu-devel- [rMANUAL41434dbadaac: Add sort by modification time to pcmanfm-qt] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUAL41434dbadaac [22:52] Understood. Real life gets in the way here at times too. [22:53] -lugito:#lubuntu-devel- [rMANUAL12eba9a0c9f8: Add sort by file size] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUAL12eba9a0c9f8 [22:54] Believe me if I weren't preparing for those interviews I would dive right into that automirror bug tbh [22:55] @tsimonq2 you still here? [23:00] Hi [23:00] Nothing from me [23:01] I think that is everyone. [23:02] Did we miss anybody? [23:24] -lugito:#lubuntu-devel- [rMANUAL60558812dc21: Add sort by file type and owner] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUAL60558812dc21 [23:36] Sorry not being in the latest stand-up , and of year is awful for me [23:43] Today was the las day of cp-op for the semester. I'll be around next Thursday.