/srv/irclogs.ubuntu.com/2018/12/06/#lubuntu-devel.txt

-lugito:#lubuntu-devel- [T57: Proper HiDPI] kc2bez (Dan Simmons) commented on the task: https://phab.lubuntu.me/T57#349900:29
lynorian@kc2bez great find01:04
lubot<kc2bez> Thanks lynorian  I try to keep my ear to the ground.01:06
lubot<acheronuk> http://blog.qt.io/blog/2018/12/06/qt-5-12-lts-released/09:22
lubot<SamuelBanya> Good to know cause I should upgrade in that case12:22
lubotjoeberetta was added by: joeberetta14:44
lubot<joeberetta> 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 errors14:47
lubot<teward001> you might want to ask the support channel for assistance, as this is the devel-specific channel14:47
lubot<teward001> but if you do you should also share what errors you're getting :P14:47
lubot<teward001> it's less an 'issue' that needs reported and usually an issue with your end specifically14:48
lubot<teward001> rather than an Lubuntu global issue14:48
lubot<teward001> unless you're working with 19.04 then that might be for here :P14:48
lubot<teward001> but most users arent heh14:48
lubot<joeberetta> Thank you very much14:48
lubot<teward001> @joeberetta the support channel can be found here: https://telegram.lubuntu.me/support14:51
lubot<teward001> that'll take you to our support room :)14:51
lubot<SamuelBanya> ^ 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:10
lubot<teward001> yep15:11
lubot<SamuelBanya> I mention this because of your HTML tag based name :^)15:11
lubot<teward001> @SamuelBanya i am on my phone getting the link was pain :P15:11
lubot<SamuelBanya> You did awesome Tom.15:11
lubot<SamuelBanya> *great15:11
lubot<joeberetta> @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, Samuel15:13
lubot<joeberetta> @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:16
lubot<teward001> *does a thing*15:18
lubot<teward001> you could also just go to https://lubuntu.me/links/ and find the links there15:18
lubot<teward001> under "Telegram"15:18
lubot<teward001> :P15:18
-lugito:#lubuntu-devel- [T176: Test the python-phabricator SRU] tsimonq2 (Simon Quigley) just created this task: https://phab.lubuntu.me/T17615:30
lubot<tsimonq2> Today we have a standup: https://phab.lubuntu.me/E1715:31
lubot<teward001> SRU:FAILURE :P  *shot*15:31
-lugito:#lubuntu-devel- [T88: Lugito should do diffs] tsimonq2 (Simon Quigley) commented on the task: https://phab.lubuntu.me/T88#351115:33
lubot<tsimonq2> @teward001 [SRU:FAILURE :P  *shot*], :P15:34
lubot<SamuelBanya> 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
lubot<SamuelBanya> You can call me Sam :^)16:05
lubot<joeberetta> Ok Sam)16:06
lubot<MichaelTunnell> @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
tewardba-dum-tish16:11
lubot<tsimonq2> HAH16:14
lubot<tsimonq2> Bad16:14
lubot<teward001> @tsimonq2 [Bad], I'm sorry, were you referring to yourself?  :P16:15
lubot<tsimonq2> @teward001 [I'm sorry, were you referring to yourself?  :P], noU16:15
lubot<teward001> lol16:17
wxl[m]Btw not sure ya'll looked but that new Qt has better Python support16:21
lubot<teward001> or so they claim.  *Shot*16:21
lubot<tsimonq2> @teward001 [or so they claim.  *Shot*], ^16:22
wxl[m]Also I may not be here for the meeting. $kid has an event16:22
lubot<tsimonq2> Tell her I say hai16:23
apt-ghettoyou love you $kid more than lubuntu?16:29
lubot<fwapy> Cutie16:29
lubot<tsimonq2> Hmm?16:30
lubot<fwapy> Qt16:31
lubot<fwapy> Btw did you know16:31
lubot<fwapy> Specific latent heat is Q=mL16:31
lubot<fwapy> That's how i remembered it ;_;16:32
lubot<fwapy> Qml16:32
-lugito:#lubuntu-devel- [T176: Test the python-phabricator SRU] doc-E-brown (Ben Johnston) commented on the task: https://phab.lubuntu.me/T176#351216:49
lubot<SamuelBanya> Ooh so do we have to change the codebase to Python instead ?17:02
lubot<SamuelBanya> For the welcome center ?17:02
lubot<SamuelBanya> It'd be good to know cause it's either c++ or python when it comes to qt17:03
wxl@SamuelBanya you don't have to change anything.. but the option is potentially there17:11
wxl@SamuelBanya in other news look at this https://i.imgur.com/37XTDDe.jpg17:11
lubot<teward001> @wxl that almost looks as if the websocket to utilize was not properly brought up17:12
lubot<teward001> and therefore explodified17:12
wxlis 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$2517:13
tewardwxl: that'd be exactly it17:13
teward`from socket import timeout` imports `timeout` as `timeout`, not `socket.timeout`.17:13
tewardwxl: you can just do `import socket` then socket.timeout would work17:13
wxl^^ go fix it @SamuelBanya .. and there's more than one instance17:14
tewardwhich TO BE FAIR is the PEP8 compliant way of doing it17:14
wxlimporting EVERYTHING is PEP8 compliant???17:14
tewardno, 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 program17:14
wxlso if you only wanted timeout you would `from socket import timeout as socket.timeout` ??17:15
tewardno you'd just do `import socket`, then do `socket.timeout`17:18
lubot<SamuelBanya> I will have time tomorrow to do so tbh17:19
tewardor you do `from socket import timeout as socket_timeout`17:19
tewardand then your timeout variable is `socket_timeout`17:19
lubot<SamuelBanya> I just got word of like 3 potential job phone interviews for tomorrow morning17:19
wxlah that's what i wanted. ok17:19
lubot<SamuelBanya> So bear with me17:19
lubot<SamuelBanya> These bugs always happen when I never have time ha17:32
lubot<SamuelBanya> This happened last time too17:32
lubot<SamuelBanya> I can definitely work on this on Saturday. Is that ok Walter?17:32
tewardi'd put time and effort in, but I's busy trying to wiggle my way onto the ubuntu backporters team so blah17:33
lubot<SamuelBanya> Just confirmed 2 phone interviews for customer support related tech jobs. Wish me luck fam17:33
teward... that and wxl's documentation for the packaging sucks so17:33
-lugito:#lubuntu-devel- [rMANUAL43b7f3cfdf23: Minor rephrasing] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUAL43b7f3cfdf2320: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/rMANUAL08121653a86320:54
-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/rMANUAL13d61e8e9e4821:11
lynorianI have noticed something odd only this desktop gets contribution credit on github when I push to the manual21:12
lynorianthe commits from my laptop still show up in the git but doesn't show up in my contributions on github21:13
lynorianmeetingtime?22:04
lubot<kc2bez> In theory, yes.22:06
-lugito:#lubuntu-devel- [rQUASSELARCHIVE40209c481cb9: DSC file for 1:0.13.0-2ubuntu1] Diffusion committed: https://phab.lubuntu.me/rQUASSELARCHIVE40209c481cb922: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/rQUASSELARCHIVE0a26c9f3e67b22:19
-lugito:#lubuntu-devel- [rQUASSELARCHIVEb17761147fab: 02_script_interpreter_path.patch] rikmills (Rik Mills) committed: https://phab.lubuntu.me/rQUASSELARCHIVEb17761147fab22:19
-lugito:#lubuntu-devel- [rQUASSELARCHIVE17a77d62cf19: lubuntu_01_default_network_channel.patch] rikmills (Rik Mills) committed: https://phab.lubuntu.me/rQUASSELARCHIVE17a77d62cf1922: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/rQUASSELARCHIVE0d3f616977bf22:19
lubot<SamuelBanya> Hey here for the meeting22:24
lubot<kc2bez> o/22:24
lubot<tsimonq2> Aha.22:24
lubot<tsimonq2> Anyone else?22:24
lubot<SamuelBanya> I'll go first22:24
lynorianyes I am22:24
lubot<SamuelBanya> Or now whatever22:24
lubot<tsimonq2> Go go go :)22:24
lubot<SamuelBanya> Just got signal on the train above groubd22:24
lubot<SamuelBanya> Ground22:24
lubot<SamuelBanya> Alright so:22:24
guiverco/22:25
lubot<kc2bez> I think we lost Sam.22:26
lubot<SamuelBanya> 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 f22:26
lubotor related tech jobs tomorrow and have to work 2 hours tonight22:26
lubot<SamuelBanya> 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 skills22:26
lubot<SamuelBanya> Might have to update my welcome center because of the latest qt update though22:27
lubot<SamuelBanya> We'll see22:27
lubot<SamuelBanya> Thanks guys im done22:27
lynorianwho next?22:28
lynorian my turn ?22:29
lubot<kc2bez> Go ahead22:29
lubot<SamuelBanya> Sure go for it22:29
lubot<tsimonq2> Yup22:29
lynorianI have had more work on the manual22:29
lynorianI got to more work on pcmanfm-qt22:30
lubot<tsimonq2> Awesome!22:31
lubot<SamuelBanya> Stupid question Lynorian but are there shortcuts in the manual?22:31
lynoriana lot more on libreoffice impress and writer 22:31
lynorian@SameulBanya keyboard shortcuts?22:31
lynorianor hyperlinks?22:31
lynoriana little bit omre on vlc 22:31
lubotctisme was added by: ctisme22:32
lynorianI have more on Quassel and rejoin22:32
lynorianI did mulitmonitor now has its own screenshot22:32
lubot<kc2bez> Cool^22:33
lynorianthat is all I have this week22:34
lubot<kc2bez> Awesome lynorian!22:34
lubot<ctisme> is quassel  a web browser?22:37
lubot<kc2bez> IRC chat client22:38
lubot<ctisme> noted @kc2bez ... what's the phab.lubuntu* for?22:38
lubot<ctisme> afaik it's related to python dev22:39
lubot<SamuelBanya> Keyboard shortcuts22:41
lubot<kc2bez> Phab is our collaborative development suite.22:41
lubot<kc2bez> https://www.phacility.com/phabricator/22:41
lubot<kc2bez> Phab.lubuntu.me22:42
lubot<SamuelBanya> Think of phabricator like an open source Github alternative22:42
lubot<SamuelBanya> Same idea. Our repositories and issues are placed there22:42
lubot<ctisme> noted22:42
lubot<SamuelBanya> They are then mirrored on our actual Github as well22:42
lynorianSAmeulBanya appendix F22:42
lubot<SamuelBanya> Thanks Lynorian! Awesome22:43
lynorianhttps://manual.lubuntu.me/F/keyboard_shortcuts.html22:43
lubot<kc2bez> Shall I go?22:43
lubot<SamuelBanya> Gogogogo22:44
lubot<ctisme> @kc2bez [Phab.lubuntu.me], cool22:44
lubot<kc2bez> Not much to add this week. Still waiting on @tsimonq2 to land libfm so I can build pcmanfm.22:45
lubot<kc2bez> Keeping an eye on the forums too.22:46
lubot<kc2bez> That is about it for me.22:46
lubot<kc2bez> guiverc you might be next.22:48
guiverci'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:50
-lugito:#lubuntu-devel- [rMANUAL41434dbadaac: Add sort by modification time to pcmanfm-qt] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUAL41434dbadaac22:51
lubot<kc2bez> Understood. Real life gets in the way here at times too.22:52
-lugito:#lubuntu-devel- [rMANUAL12eba9a0c9f8: Add sort by file size] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUAL12eba9a0c9f822:53
lubot<SamuelBanya> Believe me if I weren't preparing for those interviews I would dive right into that automirror bug tbh22:54
lubot<kc2bez> @tsimonq2 you still here?22:55
lubot<tsimonq2> Hi23:00
lubot<tsimonq2> Nothing from me23:00
lubot<kc2bez> I think that is everyone.23:01
lubot<kc2bez> Did we miss anybody?23:02
-lugito:#lubuntu-devel- [rMANUAL60558812dc21: Add sort by file type and owner] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUAL60558812dc2123:24
lubot<HMollerCl> Sorry not being in the latest stand-up , and of year is awful for me23:36
lubot<TheWendyPower> Today was the las day of cp-op for the semester. I'll be around next Thursday.23:43

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