/srv/irclogs.ubuntu.com/2015/12/09/#ubuntu-google.txt

tsimonq2popey: mind lending a hand in terms of https://codein.withgoogle.com/dashboard/tasks/6263832280301568/? could you add sir wxl and make it public?00:02
* popey looks00:05
popeydone00:07
tsimonq2popey: thanks! :)00:12
tsimonq2popey: oh wait...can you add wxl as well?00:12
popeyoh, sorry, missed that bit00:14
=== _salem is now known as salem_
popeydone00:15
adueppen@popey Is it OK that this terminal app mockup I'm doing has a mixture of vector and raster elements?00:16
popeysure00:16
adueppennow that I think about it the final thing is going to be a png anyway00:16
tsimonq2popey: thank you :)\00:17
wxlSean2147483647: did you get all the information you need to continue your task?00:26
jun1707'Alan Pope' 'Samsruti' May I know if these people are in the IRC right now?00:44
wxljun1707: popey is alan pope00:44
popeyi should put it in the /topic00:45
jun1707Ahh okay00:45
wxlpopey: or just make your displayed name on code-in the same as your nick00:45
jun1707I submitted my work for a while and I wannna know if that's sufficient enough00:45
=== popey changed the topic of #ubuntu-google to: Welcome to the Ubuntu Google Events Coordination channel! || Now running: Google Code-In || codein.withgoogle.com || Organisation Admins:- Alan Pope (popey) & Nicholas Skaggs (balloons) & José Antonio Rey (jose)
fazerballoons: I'm working on this task: https://codein.withgoogle.com/dashboard/task-instances/5939784010694656/ and need some help.00:47
=== popey changed the topic of #ubuntu-google to: Welcome to the Ubuntu Google Events Coordination channel! || Now running: Google Code-In || codein.withgoogle.com || Organisation Admins:- Nicholas Skaggs (balloons) & Alan Pope (popey) & José Antonio Rey (jose)
popey;)00:47
wxlhahahah00:48
wxlmaybe it would be wise to add info about how voiced folks are mentors and ops are admins?00:49
ahoneybunI don't have a pretty blue color lol01:12
wxlahoneybun: you're a mentor? if so, bug jose. he set up all the flags.01:12
ahoneybunI am01:13
* ahoneybun goes back to video games01:13
GirishCan I reply to a particular person in the IRC webchat client? If so, how?01:23
wxlGirish: assuming you know their nick, you just mention it, like i just did. if you want it to be private, use the form /msg <nick> <message>01:24
ahayzenfazer, did you sort your music app issues? (i'm one of the music-app devs)01:25
fazerahayzen: yes, I think I found what I was looking for. I'll be back here looking for help if I still need it.01:26
ahayzenfazer, ping me if you need anything :-)01:26
fazerahayzen: will do.01:26
Girish+wxl Thanks!01:26
wxlGirish: np. btw the + and the @ refer to different privledges we have on the channel, so no need to use them.01:27
Girishwxl okay? ok!01:27
wxlGirish: yep, that's right. :)01:27
wxlGirish: also you can just google irc and you'll find a million and one pieces of information about it. it's a fairly common communication platform for, well, a long time. i've been using it over 20 years and i'm not super old. :)01:28
wxlGirish: there's also clients you can use (e.g. hexchat, irssi, chatzilla if you use firefox, pidgin, etc) that will handle it as well01:29
Girishwxl Cool thanks!01:29
wxlGirish: here to help. let me know if you need anything else.01:29
fazerahayzen: would you reference an Item the same as a variable(from the qml source), in autopilot?01:40
* ahoneybun uses HexChat01:41
ahayzenfazer, potentially, depending what you mean? like if you had Rectangle { color: "red" } .. you could in the python go rectangle.color (assuming rectangle is the Rectangle)01:41
ahayzen+1 for HexChat :-)01:41
ahoneybunit has a windows port and it is not that bad so it has some bonus points from me01:42
ahayzenfazer, maybe give an example, as i'm not perfectly sure what you mean, sorry01:42
McIntireEvanI use hexchat too, I like it01:43
=== salem_ is now known as _salem
=== _salem is now known as salem_
ahoneybunGirish, good questions01:43
ahoneybundamn balloons loves adding me to things01:44
ahoneybunlol01:44
ahayzenhah01:44
fazerahayzen: if I have an bool isEnabled in a class, I would access it with this command: className.isEnabled... But would this syntax hold for any Object? for example: a label in a qml file01:45
ahoneybunmm ahayzen your busy lol01:45
fazera bool*01:45
ahayzenahoneybun, i have two exams on Saturday :'(01:45
ahoneybunwow01:46
ahoneybungood luck01:46
ahayzenyeah thanks :-/01:46
ahayzenfazer, yes if you had a Label { text: "abc" } ... you could then go label.text01:46
adueppenyeah I'm not quite sure I'll be able to finish my task since I claimed it on the day the contest opened and I have several things to do.01:46
tsimonq2adueppen: talk to the mentor01:47
fazerok thank you.01:47
adueppentsimonq2: as in comment on the task?01:47
ahayzenfazer, you know how todo the select_single method? to get the label object for example?01:48
tsimonq2adueppen: that or ping him on IRC01:48
adueppenOK01:48
tsimonq2or her01:48
ahayzenfazer, eg http://bazaar.launchpad.net/~music-app-dev/music-app/trunk/view/head:/tests/autopilot/music_app/__init__.py#L34101:48
fazerahayzen, no, no I do not.01:48
ahayzenfazer, so what you would do is give the Label a name in the QML like Label { objectName: "myLabel" } ... then in the python you do .. label = self.select_single("UCLabel", objectName="myLabel")01:49
fazerahayzen: Thank you very much! I've been looking for something exactly like that for ages!01:50
fazerahayzen, you just saved me! Thanks!01:50
ahayzenfazer, hah no problem :-) have a look through that file as that has most of the selectors and will probably be useful01:50
fazerahayzen, will do.01:51
ahayzenfazer, https://developer.ubuntu.com/api/autopilot/python/1.5.0/ might be useful if you haven't seen it already, especially the writing ones01:51
ahayzenfazer, have you got Autopilot Vis running as well?01:52
=== salem_ is now known as _salem
tsimonq2balloons: I made this task, I would suggest adding yourself then making it public...but only if you feel the content of the task is good. https://codein.withgoogle.com/dashboard/tasks/5352155007418368/02:20
jun1707Hi, I've submitted my task for a few hours already and no one has yet to review it... Any update on it?02:23
adueppenjum1707: many of the mentors are from the UK and it is the early morning there right now02:24
jun1707I see thanks .02:25
fazerahayzen, I've been looking through that API guide for a while, it proved pretty useful. Yes, I looked at vis, but it's a little too broad. Every single process running shows up on it.02:36
ahayzenfazer, hah, yeah it is but its useful when you're wondering why you can't locate a label with 'Label' when its infact 'UCLabel' :-)02:37
fazerahayzen, I'll keep that in mind, thank you.02:37
ahayzenno problem02:39
tsimonq2adueppen: what tasks have you done so far?02:39
adueppentsimonq2: I'm still on my first one, the mockup of the updated terminal app in Ubuntu touch. I have homework I'm finishing02:40
tsimonq2adueppen: ok02:41
tsimonq2adueppen: cool :)02:41
jun1707So apparently, autopilot test works better on terminal than the Ubuntu SDK02:45
samsrutihey jun170702:45
jun1707hello02:46
samsrutihows your work going on ?02:46
jun1707uploaded the screenshots already02:46
samsrutithe test was failed02:48
samsrutifailed 9 tests02:48
jun1707So, I'm supposed to make sure all the tests pass?02:51
fazerahayzen, the python test is trying to import the music_app module. Would this be qml project? If so, why exactly is python returning an ImportError: 'No Module name music_app'?02:54
ahayzenfazer, where are you running it from? it should be from the directory "autopilot" as then music_app is the package name02:56
ahayzenand how are you running it?02:56
fazerif I try running it in the autopilot dir, it says there aren't any tests. Only when I run it from the autopilot/music-app dir does it run the test.02:57
ahayzenfazer, can you pastebin what you are doing for me?02:57
fazerahayzen: autopilot3 run tests02:57
ahayzenhttp://pastebin.ubuntu.com/02:57
jun1707samsruti, I'll try and read through the logs and see what's causing the failures02:58
ahayzenfazer, it'd be $ autopilot3 run music_app02:58
ahayzenfrom the autopilot directory02:58
fazerit doesn't work.02:58
ahayzenwhat happens?02:58
fazerok, nevermind. It works now...... thats weird, because earlier it said it couldn't find any tests.02:59
ahayzenfazer, also another hint you can use $ autopilot3-sandbox-run music_app  .. to run in a hidden window so you can do other stuff03:00
fazerahayzen, if every single test in the class fails I'm doing something wrong right?03:01
fazeroh ok that's handy03:01
ahayzenpossibly, possibly not as there is an issue if you're running on Xenial03:01
ahayzenfazer, pastebin one of them and i'll have a look03:01
jun1707http://pastebin.com/Py4vWZb3 so this is the log of what happened for the autopilot calendar test03:02
fazerahayzen: http://pastebin.ubuntu.com/13845168/03:03
fazerahayzen, by xenial do you mean Ubuntu 16.xx?03:04
ahayzenjun1707, things like "module "QtContacts" is not installed" maybe help if they are resolved03:04
ahayzenfazer, yeah03:04
fazerok, no I'm not. I'm running 15.1003:04
ahayzenfazer, "Tried to open a db with schema version 10, while supported version is 9." means you have an old mediascanner2 version to what our mocked db (that is injected) is03:05
ahayzenso you'll need to get a later version of that03:05
jun1707ahh I see03:05
ahayzenjun1707, but some didn't fail with that error, but it should help some of them at least :-)03:05
McIntireEvanahayzen, Im running Xenial and once the SDK finishes installing I need to run some tests for the Terminal app, what kind of errors are 'normal' on Xenial?03:06
ahayzenMcIntireEvan, we were suffering this issue this morning https://bugs.launchpad.net/music-app/+bug/152400003:07
fazerahayzen, yeah I encountered that issue earlier, except I didn't have it at all, so installed it using: sudo apt-get install qtdeclarative5-ubuntu-mediascanner0.103:07
ahayzenfazer, ok, i guess the one in wily is not the latest that is on the phone03:07
McIntireEvanOkay cool, thanks ahayzen03:08
ahayzenfazer, http://packages.ubuntu.com/search?keywords=qtdeclarative5-ubuntu-mediascanner0.1&searchon=names&suite=all&section=all shows there is a difference03:08
fazerahayzen, is there nothing I can do about then? would my task end there, if I can't test my test?03:08
fazeroh ok03:09
ahayzenfazer, the issue we have is the mocked db needs to be whatever the latest version of mediascanner2 is on the rc-proposed (so that it passed when QA test)... so yeah you may have to download the debs and manually install the packages :-/03:09
ahayzenunless you could get on the overlay PPA, but not sure if that is recommended for desktop users03:09
fazerahayzen, alright. I'll do that. Thanks for all of your help. :)03:10
ahayzenfazer, it maybe better to wait until balloons or someone is around who could advise the best action here. it maybe as simple as just downloading the debs for all the mediascanner packages from xenial (assuming they won't break something on wily) or installing a PPA03:10
ahayzenfazer, you'll likely need http://packages.ubuntu.com/xenial/qml-module-ubuntu-mediascanner0.1 http://packages.ubuntu.com/xenial/libmediascanner-2.0-4 http://packages.ubuntu.com/xenial/mediascanner2.003:12
ahayzenfazer, the issue comes if they have been built with something else of a newer version than what is in Wily03:12
ahayzenfazer, who is your mentor btw ?03:13
fazeroh ok. so would you recommend I wait for balloons?03:13
fazerballoons is.03:14
ahayzenah cool, yeah chat with balloons hopefully he'll look at ^^ and be able to advice03:14
fazerahayzen, ok I'll do that.03:14
jun1707So, I've ran the test after installing QtContacts, 7 failed this time.03:19
samsrutican you show me the terminal output ?03:21
=== _salem is now known as salem_
jun1707http://pastebin.com/a4LekNzS03:24
tsimonq2(just a suggestion, in the future, pastebinit is an option)03:25
ExplodingKittensI keep getting an error when trying to build using qmake from inside the Ubuntu SDK. I get three instances of the message "'autopilot3 list' command failed.", boiling down to the module 'ubuntuuitoolkit' not being installed. Has anyone else had this issue and been able to fix it?03:28
GirishI had this issue. Instaledl ubuntu-ui-toolkit if I remember correctly.03:29
jun1707I think they mentioned once that ubuntu sdk doesnt support ubuntu-ui-toolkit yet03:30
jun1707try running your build through terminal03:30
GirishI did the autopilot tests from the terminal and they ran.03:30
GirishHow does someone confirm a new bug in launchpad?03:31
ExplodingKittensOkay, I'll give that a shot. Seems I also didn't have ubuntu-ui-toolkit-autopilot installed before, so I'l try again. Thanks!03:32
darkxstballoons, jose, popey 3 more to publish and also need amjjawad added as mentor03:32
darkxsthttps://codein.withgoogle.com/dashboard/tasks/5060906429972480/03:32
josedarkxst: link me03:32
darkxsthttps://codein.withgoogle.com/dashboard/tasks/6042960365879296/03:32
darkxsthttps://codein.withgoogle.com/dashboard/tasks/5717665985331200/03:32
GirishHow do I confirm a new bug from launchpad?03:33
josedarkxst: you're all set03:34
joseGirish: click on "This bug affects me too"03:34
GirishThat's all? I don't have to email anything?03:35
jun1707So, can anyone tell me why are my tests failing? http://pastebin.com/a4LekNzS03:37
darkxstthanks jose03:37
joseGirish: that's all03:37
josedarkxst: np03:37
ahayzenExplodingKittens, if you are on 16.04 could be https://bugs.launchpad.net/bugs/152400003:42
ExplodingKittensahayzen, I'm on 15.04. Looks like I was just missing a couple packages. It looks like it's fixed now. Thanks!03:42
ahayzensweet :-)03:43
samsrutijun1707 try running rhese :04:08
samsrutisudo apt-get update && sudo apt-get install qtcreator-plugin-autopilot04:08
samsrutisudo apt dist-upgrade04:09
samsruti sudo apt-get install qtdeclarative5-dev-tools qtdeclarative5-test-plugin04:10
samsrutisudo apt-get install qmlscene04:12
samsrutinow tell whether you are able to run your tests or not04:13
tsimonq2night all04:13
samsrutiGood night :D04:14
McIntireEvanNight!04:14
samsrutijun1707 ^^04:14
ExplodingKittensGood night!04:14
ExplodingKittensI'm think I'm going to head that way as well, so good night everyone! :)04:15
McIntireEvanNight :)04:15
jun1707samsruti, will run the tests now04:20
samsruticool :)04:21
gourabactually i m not getting the calender project04:23
jun1707Tests gave back 6 failures this time04:51
jun1707samsruti^04:51
=== vatika_ is now known as vatika
jun1707samsruti http://pastebin.com/ZmnjDtLh any idea what could be wrong?05:03
pablo_hello05:41
pablo_how are yo??05:41
darkxstballoons, jose,popey: any of you around I need you to invite a new mentor?07:03
didrocksdarkxst: all those guys, slacking as usual ;)07:04
darkxstdidrocks, no idea, havent worked out their timezones as yet!07:04
jun1707Can anyone help me figure out what's wrong? http://pastebin.com/ZmnjDtLh07:05
darkxstjun1707, looks like you are probably missing some dependency07:06
jun1707darkxst, which one to be exact?07:07
darkxstjun1707, look through the log for a message about missing service07:08
jun1707Fail to connect with sync monitor: QDBusError("org.freedesktop.DBus.Error.ServiceUnknown", "The name com.canonical.SyncMonitor was not provided by any .service files")07:09
jun1707there's this line07:09
jun1707but I already have sync monitor07:09
flocculantwxl darkxst - if we only have a generic iso test task then people will just do Ubuntu - if you don't want to do so then that's up to you - I'm happy to have a seperate one for us ;)07:46
DanChapmanmorning all o/07:53
flocculantmorning DanChapman :)07:53
jun1707DanChapman good morning07:54
jun1707this error is the most common error that popped up every time I run autopilot though07:55
jun1707Fail to connect with sync monitor: QDBusError("org.freedesktop.DBus.Error.ServiceUnknown", "The name com.canonical.SyncMonitor was not provided by any .service files")07:55
jun1707Tried searching around the internet.. no solution yet07:56
DanChapmanjun1707, do you have any issues running the application? I don't think that error is cause for concern as it's just telling you there is no syncmonitor service running. It shouldn't affect the application running though08:02
jun1707hmm08:02
jun1707no08:02
jun1707but like08:03
jun1707I still can't make clear of what's making the test fail08:03
DanChapmanahh i see you posted a log. Let me just look08:03
DanChapmanjun1707, ok so 6 tests failed 27 passed. A few of the fails look like actual bugs in the tests like not selecting the correct day.08:09
DanChapmanjun1707, Are you doing the "Build calendar & run testsuite task?"08:09
jun1707DanChapman yes08:09
DanChapmanRight well in my opinion the task isn't to ensure all tests pass. You should attach that log file to your task instance and explain 6 tests were failing08:11
jun1707DanChapman, alright then. Thanks for the help. :D08:14
DanChapmanjun1707, your welcome :-)08:16
shreyasi am new to Linux coding and cant figure out how to install all the required software and SDK to get going. can any one please help me with it. thank you08:31
popeydarkxst, who?09:38
darkxstpopey one of our QA guys, I'll pm you the email09:48
popeyok09:49
cShubhamRaohi!10:04
SamdippHey, can someone please help me understand how to install the SDK?10:27
DanChapmanSamdipp, https://developer.ubuntu.com/en/start/ubuntu-sdk/installing-the-sdk/ should get you going10:28
SamdippThanks.10:29
cshubhamrao?? there?10:44
cshubhamraoDrupal setup problems10:45
GirishWhat problem are you facing?11:00
cshubhamraounable to complete installation.php completely11:04
cshubhamrao500 on last page11:04
GirishI'll try to reproduce the error. Which version of Ubuntu are you using?11:10
cshubhamrao14.04.111:11
GirishOkay. Which task is this for?11:12
cshubhamraoseting up dev environment for QATracker11:12
GirishOkay.11:13
cshubhamraofor the time being, trying to setup drupal with SQLite11:14
cshubhamrao(how bad/slow can it go?)11:14
smajevicirfancshubhamrao, making an automated script for it as we speak11:16
smajevicirfanthe setup11:17
cshubhamrao??, didnt get you11:17
smajevicirfanI'm making a script that will install the dependencies and setup the dev environment for the qatracker11:22
cshubhamraoohk11:23
cshubhamraomeanwhile SQLite based Drupal website seems to be functional11:23
cshubhamraoverry slow it seems11:24
smajevicirfanwell, at least it works11:25
cshubhamraoyup11:28
Girishcshubhamrao: How did you change to sqlite after initializing with psql?11:42
GirishDid you reconfigure Drupal 7?11:43
=== salem_ is now known as _salem
=== john is now known as Guest72558
Guest72558hi12:47
Guest72558i want to coding12:47
Guest72558what should i do12:47
Guest72558any answer12:48
tsimonq2darkxst: Alan Pope is in the UK, Balloons is in Florida, and AFAIK Jose is in California.12:52
tsimonq2darkxst: so Alan should probably be on first12:53
darkxsttsimonq2, thanks, popey already sorted it and I am in Australia so need to sleep now!12:55
tsimonq2ok :D12:55
tsimonq2darkxst: sleep well :D12:56
=== _salem is now known as salem_
tsimonq2popey: permission to PM about an issue?12:56
cshubhamrao@girish yup setup drupal with SQLite as DB13:00
ahoneybuntsimonq2, jose is in Puru I think13:03
popeytsimonq2, no need to ask permission, pm anytime13:04
ahoneybuno/ popey13:04
onalpha_Hello Guys!13:04
=== popey changed the topic of #ubuntu-google to: Welcome to the Ubuntu Google Events Coordination channel! || Now running: Google Code-In || codein.withgoogle.com || Organisation Admins:- Nicholas Skaggs (balloons) [USA] ]& Alan Pope (popey) [UK] & José Antonio Rey (jose) [Peru]
ahoneybunwe have a bot in our Kubuntu telegram group that tells timezones so you can see who is asleep13:05
ahoneybunor should be lol13:05
ahoneybunhey onalpha_13:05
onalpha_i don't remember putting an underscore in my name, was that auto inserted?13:06
ahoneybunif the name was already taken on freenode13:06
onalpha_ok13:06
ahoneybunthe _ is the second choice name it can use13:06
ahoneybunare you alpha who claimed the interview task?13:07
onalpha_yeah13:07
ahoneybunok cool!13:07
onalpha_it seems you already know everything...13:07
ahoneybunballoons and I are in the same timezone UTC413:07
onalpha_ok13:08
ahoneybunfor the inteview stuff13:08
ahoneybun:)13:08
ahoneybunand popey is around right now13:08
tsimonq2popey: k thx13:08
onalpha_utc+4 right? just to be sure13:08
ahoneybunor tsimonq213:08
ahoneybunlol13:08
cshubhamraoSorry to interrupt, for the "setup dev environment for QA Tracker" task, what is considered "complete" ?13:09
ahoneybunI'm pretty sure onalpha_ XD13:09
ahoneybunthey are confusing no matter how many times you look and use them13:09
onalpha_ok13:09
* ahoneybun trys to find that website with timezones13:10
ahoneybunhttp://everytimezone.com/13:10
ahoneybunthis is very helpful everyone!13:10
ahoneybunopps we are in UTC-5 now13:11
ahoneybunI guess daylight savings13:11
onalpha_ok13:11
onalpha_-5? that's a pretty big difference13:11
ahoneybunwe went forward 1 hour13:11
onalpha_I thought you said +4 my bad13:12
onalpha_popey: will you please agree for an interview?13:12
popeyNot sure I'm the best person to interview tbh :)13:13
ahoneybunXD13:13
onalpha_popey:can i ask why? i am a bit curious.13:14
* ahoneybun flies out for work13:14
onalpha_popey: are you out?13:16
tsimonq2!patience13:16
onalpha_ok so sorry!13:17
tsimonq2onalpha_: it's okay :)13:18
tsimonq2onalpha_: we all make mistakes ;)13:18
tsimonq2but don't make them again! :P13:18
* tsimonq2 cracks his whip13:18
tsimonq2(joking of course)13:18
onalpha_lol13:19
onalpha_so what is this webchat.freenode.net? an online client for IRC?13:20
tsimonq2onalpha_: yep! :)13:20
tsimonq2onalpha_: I usually recommend Kiwi, but that was not my decision :P13:21
onalpha_a quick question, if i close this tab can i come back here?13:21
tsimonq2ahoneybun: just reading, I would love to be interviewed! do you want the 500 page essay or the 1000 page double-spaced essay? XD13:22
tsimonq2onalpha_: yep, but you should register with Freenode so nobody steals your nick13:22
popeyonalpha_, yeah, you can or you can use a "proper" irc client13:23
tsimonq2heyo13:23
popeythere's a lot of irc clients out there, but webchat works just fine (until you close your browser tab) :)13:23
tsimonq2I use irssi and tmux so I can idle13:23
tsimonq2onalpha_: more information on registration: https://plone.org/support/chat/how-to-register13:23
onalpha_thanks!13:23
onalpha_tsimonq2: i think it will be much shorter13:24
onalpha_msg NickServ VERIFY REGISTER onalpha_ yfspmxrkqdpe13:27
onalpha_sorry about that13:27
cshubhamraoFor Drupal, can MySQL be used?13:30
onalphawell i just got my preferred nick13:43
onalpha_that is me13:44
onalphaso, anyone willing for an interview?13:47
jun1707I'm still waiting for someone to review my task. But it seems that samsruti is mia for a while...13:49
onalphajun1707: ok13:49
jun1707Goodnight14:02
onalpha1Hello!14:10
xcubwhois14:12
xcubsorry, I was trying to do a command14:12
mcintireevanYo14:12
cshubhamraoHi114:14
Gilly15Is there any requirement of installing Ubuntu GNOME alongside any other OS ?14:19
theghostinthemachas anyone here completed the "build the terminal app and run all the testsuites" task?14:42
theghostinthemacanyone?14:43
cshubhamraoAnyone done/in progress with the setup Dev environment for QA Tracker?14:46
xcubxcub14:55
theghostinthemacmcintireevan: are you on here?14:57
theghostinthemacis anybody on here?14:58
theghostinthemacballoons: are you on here?14:59
balloonsindeed I am15:00
balloonscshubhamrao, yes, someone was working on making it easier to setup. Did you try?15:01
balloonsgood day to everyone :-)15:02
onalphaballoons: I am alpha, Hi15:03
cshubhamraoGood day @balloons15:03
cshubhamraoIDK I setup PostgreSQL myself :)15:03
cshubhamraoTracker up and running now,15:03
balloonsI see some folks had questions in the backlog, which I'm trying to parse through. Looks like everyone has been busy!15:04
balloonscshubhamrao, did you get things setup for the dev environment for the qatracker?15:07
cshubhamraoyup15:07
balloonsfor completeness sake, a screenshot of the running install and a little description of how it went is what I'd like to see15:07
balloonsFrom there, you should be able to tackle adding features or fixing bugs in the qatracker. Take a look at the other tasks for it and try one ;)15:08
cshubhamrao"running install" -> a screenshot of running instance on a browser?15:08
balloonscshubhamrao, yes that would work15:09
balloonsI saw a mention in the backlog you tried it with sqlite, so please, give me details about that too :-)15:09
balloonsin the submission, not here15:09
Ana_hello! :) I am Ana and I have started to work on my first task, but I have a little problem15:11
Ana_Can anybody help me, please? :)15:11
balloonstsimonq2, on your task, we're trying to add tasks that map to bugs on a 1 to 1 ratio. Also, 1 fixing one bug is enough to warrant a task. I don't think any are super trivial that you would need more than 1 to finish15:13
balloonsAna_, what's your task and what's the problem?15:13
balloonstsimonq2, does that make sense?15:13
Ana_I have to install Ubuntu. I created the virtual machine Ubuntu using VirtuaBox, but when I tried to start the installation, I received the error "This Kernel requires a x86-64 CPU, but only detected an i686" . I searched on google for solutions.The problem is that the virtual machine's architecture is not set to 64-bit. I've tried to do so, but I do not have the option in settings.15:21
Ana_Then I found out that in order to have that option available, I should enable the hardware virtualization  in the computer BIOS15:21
Ana_and I found these instructions, an I think that this is the first thing I need to do, but I don't know how to do that - I've never done it before15:22
Ana_" 29 down vote Before changing BIOS settings we may want to see if hardware virtualization (VT-x for Intel, AMD-V for AMD processors) is supported by our CPU.  From a terminal issue  grep --color vmx /proc/cpuinfo ## for an Intel processor grep --color svm /proc/cpuinfo ## for an AMD processor If virtualization was supported the flag vmx (for Intel CPUs) or svm (for AMD CPUs) will be colored.15:23
Ana_In case the CPU supports hardware virtualization, we need to enable it in the computer BIOS to be able to use it."15:24
Ana_I really don't understand how to verify either hardware virtualization is supported by my CPU or not!15:25
tvossAna_, hey there :)15:29
tvossAna_, so you need to execute those commands in a terminal on your machine. Do you use windows?15:30
samsrutihttps://codein.withgoogle.com/dashboard/task-instances/6454275290955776/15:30
samsrutican someone get to this task ?15:31
samsrutii dont understand what kind of error jun1707 is getting15:31
Ana_yes15:31
tvossAna_, let me find you instructions, I'm not too familiar with windows tbh :)15:35
Ana_All right :)15:35
Ana_I thought of skipping that step and just enabling the vizualization in the BIOS15:36
Ana_do you think that it could cause my computer problems or something?15:36
tvossAna_, if you know how to do that, just enable it in the bios.15:36
tvossAna_, unlikely, but again, I'm not too familiar with windows.15:37
Ana_I understand15:37
Ana_thank you15:37
tvossAna_, https://powermore.dell.com/technology/windows-8-1-computer-support-hyper-v/15:37
cshubhamraosomeone fill in the details, i may be of some help15:37
tvossAna_, happy to help15:38
tvosshave fun15:38
Ana_:)15:38
DanChapmansamsruti, a few of the autopilot tests were failing when jun1707 ran the testsuite. So i advised him to just add a comment those tests failed but the other 20 odd passed..15:40
samsrutiso can i accept that task ? i wasnt sure of that so that why i asked15:41
Darshanhello . I had to ask simple question15:41
DanChapmanIMO he fullfilled the requirements for that task as he ran the app and the testsuite :-)15:41
DarshanActualy What is GNOME Ubuntu ?15:41
samsrutiCool :D15:42
DarshanI am talking about the task of installing gnome ubuntu15:42
Darshani already have ubuntu installed , is it gnome15:42
cshubhamraodarshan, Ubuntu GNOME is a "flavour" of Ubuntu which comes with GNOME3 Desktop environment by default15:44
Darshansomebody there ?15:44
cshubhamraoThe plain Ubuntu which is available, comes with the Unity desktop environment15:45
Darshanso if i have installed ubuntu , can i claim that task and  submit it ?15:45
=== tvoss is now known as tvoss|dinner
cshubhamraoumm, i dont think so15:45
samsrutiballoons are you here ?15:46
dimitris__Darshan, you can install ubuntu gnome in a virtual machine like virtualbox15:47
cshubhamraoDarshan, The installation process is quite similar to normal Ubuntu,15:47
cshubhamraoInstalling on VM is the best thing to do :)15:47
balloonsyes, trying to catch up on thigns15:48
balloonssamsruti, yes.. We just want them to run the tests; if they blow up, that's ok15:49
samsrutinopes i didnt mean that15:49
samsrutii saw one student is copying the same from another task15:49
samsrutiwhat should i do15:49
samsrutishould i complain it to gci support ?15:50
samsrutibut i dont want any student get rejected from the contest itself15:50
samsruti^balloons15:53
cshubhamraoballoons, submitted my task, kindly review :)15:56
DanChapmansamsruti, I'd speak to the student first and explain this isn't a race and the tasks should be done correctly and not just copy from other tasks. They should get a chance to correct their mistakes :-)15:57
subin1I'm really glad that Ubuntu has joined Google Code In16:12
subin1Using Ubuntu since 10 years old, and now at 15 got the chance to contribute back16:12
subins2000I'm a participant of Google Code In16:14
balloons:-)16:14
subins2000I have some doubts about task : https://codein.withgoogle.com/dashboard/task-instances/5131342014578688/16:14
subins2000Where do I upload the patches ?16:14
subins2000Where's the git repo ?16:15
didrockssubins2000: you would need to have some familiarities (or just start using it now!) launchpad, you would attach the patch to a bug you are opening on the related ubuntu package. Then, we can work together to figure out where is the upstream repository and forward it there as well16:16
subins2000Oh, ok16:16
didrocks(unless you figure our yourself where the upstream repo is, which depends on each project of course ;))16:17
subins2000So what exactly is the site for : http://162.213.34.169/html/xenial/main/issues/index.html16:18
didrockslisting the packages/upstream projects that needs fix16:19
didrockswith a description of each one16:19
didrocksfor instance, if you click on gnome-calculator16:19
subins2000Let's take an example16:19
didrocksyou end up on http://162.213.34.169/html/xenial/main/issues/gnome-calculator.html16:19
subins2000metacity16:19
subins2000k16:19
didrocksmetacity is fine as well :)16:19
didrocksif you click on it:16:19
didrocksgui-app-without-icon16:19
didrocksand a description16:20
subins2000huh16:20
subins2000yeah16:20
didrocksso, either, it doesn't make sense for the .desktop to have a Type=Application16:20
didrockseither you need an icon :)16:20
subins2000Metacity is an application, so need an icon16:20
didrockswell, it's a window manager, so hard to say it's an application :)16:21
didrocks(the webpage is generated by a script, so there can be false errors as well)16:21
subins2000If it's a WM, would it need an icon ?16:21
didrocksyeah, you can argue that (and others are doing the same, I just checked)16:22
didrocksso yeah, in that case, you need to ship/add an icon reference to the desktop file16:22
subins2000Would an icon of a window be alright ?16:24
subins2000If I change the .dekstop file, where would I upload it ?16:25
subins2000in GCI, or add a new bug in Launchpad's metacity package and upload there as a patch ?16:25
didrocksthe second one first16:26
didrockswe can then review16:26
didrocks(ensure it's building in an ubuntu package)16:26
subins2000So file a new bug for .desktop file updation16:26
didrocksand forward the part that makes sense for upstream to gnome bugzilla (for metacity)16:26
didrocksyeah16:26
didrocksand if you can make a debdiff against the ubuntu package, this is even better :)16:27
subins2000So, get the source code from Launchpad, update the file, compile and reupload ?16:28
didrocksexactly!16:29
didrocks(if you know how to upload that to your ppa, you can test easily that it compiles and works :))16:29
subins2000How would I know which icons come builtin with Ubuntu ?16:29
didrocksyou should rather use/find an icon in the upstream project16:30
didrocksfor that particular case16:30
didrocksso either upstream already ship one16:30
didrocksand you just reference that one16:30
didrockseither you can even maybe include one?16:30
didrocksand we will propose this to GNOME16:30
subins2000Can I make one or borrow from other Window Managers like XFCE's ?16:30
didrockssubins2000: I would say avoid borrowing one from other Window Managers because then it will be confusing if you have a choice between the two and you have the same icons16:32
subins2000Oh right ! Didn't think that16:33
subins2000So, I have full freedom to design a logo ?16:33
subins2000I mean icon ?16:33
xcubHi!16:33
didrockssubins2000: or find one which is under a free software-compatible license like CC:BY-SA16:34
subins2000Ok16:34
didrockssubins2000: but yeah, it will need to please upstream if there isn't any of course :)16:34
subins2000yeah ! :D Thanks16:35
didrocksyw ;)16:36
onalpha_Hi I am tasked with interviewing someone, anyone willing?16:38
=== Yannick_ is now known as Guest55981
Tim__What happened to the Rhythmbox-Task?16:40
=== Tim__ is now known as Guest39120
Guest39120What happened to the Rhythmbox-Task?16:41
onalpha_probably someone has already completed it16:42
Guest39120k, thx16:43
=== thomasokeeffe is now known as theghostinthemac
theghostinthemacis didrocks on?16:51
flocculantballoons: wondering if we should do what gets done at UOS - if someone has an actual question [QUESTION] or something - easier to parse through reams and reams of chatting17:07
robertheberthello everyone, I am from Google Code-In, currently working on a task17:44
roberthebertis there anyone here who could answer questions regarding the submission?17:45
mcintireevanroberthebert: I have to go in a minute here but i can try17:45
roberthebertok, thx so i try the task Triage Terminal app bugs for relevance17:46
mcintireevanand if I have to go by the time I finish helping, just ping one of the admins/mentors and they will help :)17:46
roberthebertthank you :), so it asks me to review some bugs and mark them either as still relevant, or not17:47
mcintireevanYeah, I remember seeing that task17:47
roberthebertso my question is how i should "submit" my results to the admins17:47
roberthebertlike, how will they see i did my work?17:48
mcintireevanFor submitting it, I'd guess you put the links in a document and upload it or submit them in comments on the tasks17:48
mcintireevanAnyway, I gotta run, sorry, good luck!17:48
MatthewAllenAnyone able to give me a hand with running the tests for the Ubuntu-Calendar-App, whenever I run it I fail 10 or the 33 tests and I can't work out how to resolve these failures17:49
MatthewAllenConsole output is here --> http://paste.ubuntu.com/13825846/17:50
nuborois amjjawad sometimes online ?17:57
balloonsnuboro, not likely. he has a weird timezone17:59
balloonsflocculant, interesting.. I suppose a bot could collect things, but..17:59
nuboro@balloons ok thanks do you it ?17:59
balloonshave what exactly?18:00
flocculantballoons: not so much bot - but mentors could at least search QUESTION18:10
=== Mohammed is now known as Guest40345
flocculantso how does a student actually submit a task - I've got a confused student :)18:13
flocculantif someone could screenshot perhaps - that would be helpful I suspect :)18:14
octoquadpopey, thanks for sending an invite to sign up as a mentor for Ubuntu GNOME.18:31
octoquadcould someone add me to all Ubuntu GNOME task, except for Vino when you get a chance. Not sure darkxst is around yet.18:32
flocculantoctoquad: you need balloons, popey or jose to do that18:35
octoquadthanks flocculant18:39
WunderhackerHello18:39
smajevicirfanWunderhacker, hello18:40
nuboroin https://codein.withgoogle.com/tasks/5284116048117760/?sp-organization=4568116747042816 is it also ok that one of the 2 dont know how to do and i do it for him ?18:48
balloonsoctoquad, what's your name?18:58
octoquadBruce Pieterse18:59
balloonsnvm, I found you, heh18:59
balloonsyou are attached to those tasks19:00
octoquadthanks balloons19:00
nuboroin https://codein.withgoogle.com/tasks/5284116048117760/?sp-organization=4568116747042816 is it also ok if one of the 2 dont know how to do and i do it for him ? can you please answer because i cant contact amjjawad19:02
octoquadHi nuboro. Do you want to help one of the people to install Ubuntu?19:06
nuborooctoquad yes he wants it but doesn't know how to19:07
nuborothe other i convinced19:07
octoquadnuboro, you have essentially convinced them to try and/or to install Ubuntu, so yes it would be ok.19:09
nuborooctoquad , ok thanks for the answer19:09
octoquadnuboro, no problem :)19:10
ahoneybunit's hard to get in contact with amjawad as he does not seem to use IRC much19:40
nuboro 2) What were the top concerns of the person you helped install Ubuntu?  and  6) What were the users biggest fears to converting to Ubuntu?  is tecnically  the same right ?19:41
roberthebertnuboro I'm not a mentor, but it seems so, yes19:54
nubororoberthebert to me it also seems so so i asked and thanks19:55
octoquadnuboro, yes, I would agree they are both the same. I will speak to amjawad, maybe he wanted to ask something else.19:57
=== salem_ is now known as _salem
=== tvoss|dinner is now known as tvoss
octoquadnuboro, I notified Ali. Hopefully he will remove or update question six for that task. Thanks for letting us know.20:07
nuborook20:07
tsimonq2balloons: ok :P21:24
tsimonq2I meant :)21:25
uniqueidtest21:25
tsimonq2balloons: have you modified it yet, or should I?21:25
darkxstballoons, can you please publish https://codein.withgoogle.com/dashboard/tasks/5769359540617216/21:41
Girishballoons : Submitted the task for interviewing a community member. Thanks.21:42
fazerballoons I need to know whether or not I should install the mediascanner packages for xenial, I'm running wily21:43
fazerAll of the tests failed and ahayzen pointed out that my mediascanner2 version is old, but its the latest one on wily.21:44
MiaomatoBasically i am doing the task which is on testing Ubuntu iso, what do i need to submit to let my mentor to review(●'◡'●)21:46
McIntireEvanMiaomato, do they ask any questions in the task?21:47
Miaomatoit says run the testcase and report21:48
Miaomatoi reported on ubuntu website21:48
McIntireEvanThen a link to that would probably be good, Im not 100% sure though21:48
McIntireEvanYou could try pinging an admin or mentor, or asking in the task21:49
wxlMiaomato: coming in a bit late. could you link to the task?21:49
Miaomatohttps://codein.withgoogle.com/dashboard/task-instances/6522900546846720/21:49
wxllink me to the report please, Miaomato21:51
Miaomatohttp://iso.qa.ubuntu.com/qatracker/milestones/351/builds/108418/testcases/1302/results21:52
Miaomatoxuhairong1818 is me21:53
wxlso looks like you did everything you needed to21:55
wxlyou might want to leave a comment with that link21:55
wxlthen click the "Submit Task" button21:55
Miaomatooh thank you21:56
fazeris balloons active on this channel?21:57
fazerI haven't seen him yet.21:57
balloonshere now21:57
fazeroh ok cool21:57
tsimonq2balloons: oh hai!21:57
* balloons is running again soon, lol21:57
tsimonq2balloons: did you happen to edit the task, or should I?21:58
wxlballoons: do you know of anywhere that shows screenshots of the workflow for students?21:58
balloonswxl, tsimonq2 no to both ?'s21:58
fazerballoons, I need to know if I should install the mediascanner2 packages for xenial onto my wily system. I'm unable to test the tests for the music-app21:58
fazerI left a comment on the task page.21:58
balloonsfazer, ahh, I saw news of that :-(21:58
balloonsAre you running vivid?21:58
fazerno, wily21:59
balloonsohh.. right, I meant wily21:59
balloonsanyways, I think you simply need ppa:ci-train-ppa-service/stable-phone-overlay21:59
tsimonq2balloons: do YOU run wily? :P22:00
wxlflocculant: your student just submitted her task :)22:00
balloonsno xenial22:00
balloonswell, devel actually22:00
balloonsfazer, trying using ppa:ci-train-ppa-service/stable-phone-overlay  and doing a dist-upgrade22:00
balloonsit should pull the new stuff22:00
tsimonq2balloons: me too XD22:00
fazerballoons, ok, I'll try22:00
tsimonq2balloons: I even get the apt ppa from Debian22:00
tsimonq2:D22:01
GirishHI, I was looking at the task: Create a Testing Apps video. It says to Create a 5 minute video showing how to test applications developed with the Ubuntu SDK on the desktop, in an emulator and on a physical Ubuntu phone device. I dont have an Ubuntu phone. Can I build only for the first two?22:02
tsimonq2flocculant: I got the two students22:03
McIntireEvanballoons, when doing my task I found a bug with the Ubuntu SDK in Xenia. Where do I report it?22:08
tsimonq2McIntireEvan: on the LP page for the SDK22:08
tsimonq2McIntireEvan: Click the File a bug button22:08
fazerballoons, it updated but all my tests still fail, even the ones I didn't write, with this error: http://paste.ubuntu.com/13871193/22:09
tsimonq2(If I remember correctly :P)22:09
balloonsMcIntireEvan, indeed: https://bugs.launchpad.net/ubuntu-sdk-ide/+filebug22:09
McIntireEvanThanks balloons :)22:09
balloonsfazer, follow the info in the readme to do the conversion process. It seems some folks have trouble with this22:09
fazerballoons, which reademe?22:10
fazerreadme*22:10
balloonslook at line 63: http://bazaar.launchpad.net/~music-app-dev/music-app/trunk/view/head:/README.autopilot22:10
fazercool, thanks22:10
wxltsimonq2: based on today's lubuntu meeting, i'd like to add a task for lxqt. unfortunately, we don't have lxqt-metapackage in debian/ubuntu yet. want to help test explicitly installing all the necessary packages?22:14
tsimonq2wxl: I run regular Lubuntu, won't there be config conflicts?22:15
wxltsimonq2: among other things, that's what we'll need to test. shoudln't be though22:15
tsimonq2popey: aren't you involved with Ubuntu Touch? Can you help Girish?22:18
fazerballoons, thanks for help. My tests run now. :)22:20
tsimonq2wxl: where are the packages I need to install?22:20
tsimonq2wxl: or the list?22:20
tsimonq2balloons: revised the task, wanna publish now?22:22
McIntireEvanThe tests are located in /tests/autopilot, right?22:36
McIntireEvan(From the project dir)22:37
GirishMcIntireEvan: Yes.22:37
fazerballoons, self.app is referring to music_app.qml right? Or is it a different class?22:37
jun1707Hi, I'm not doing the triage task, and I want to ask.22:38
jun1707https://bugs.launchpad.net/ubuntu-terminal-app/+bug/1400285 isnt this already solved by https://bugs.launchpad.net/ubuntu-terminal-app/+bug/140199422:38
McIntireEvanAccording to autopilot, the only test availible for the Terminal app is ubuntu_terminal_app.tests.test_terminal.DummyTest.test_dummy_true22:39
McIntireEvan. Is that normal?22:39
McIntireEvanping popey ^22:47
wxltsimonq2: here'22:50
wxltsimonq2: oops here's the metapackage list https://bazaar.launchpad.net/~lubuntu-dev/lxde/lxqt-metapackage/view/head:/debian/control22:50
Girishballoons: https://codein.withgoogle.com/dashboard/task-instances/4903731598458880/ Please review my task. Thanks!23:01
tsimonq2wxl: k thx23:02
tsimonq2wxl: the packages aren't in the official repos, installing Julien's ppa23:05
tsimonq2or adding rather23:05
wxltsimonq2: gilir said they were in the xenial repos23:06
wxle.g.:23:06
wxl!info pcmanfm-qt xenial23:06
wxloh no bot23:06
wxlwell you get the idea23:07
wxlballoons: jose: popey: needs publishing https://codein.withgoogle.com/dashboard/tasks/5788843257102336/23:07
tsimonq2wxl: well not all of them are there23:08
tsimonq2wxl: not even in the ppa23:08
tsimonq2I did sudo apt -y install lxqt-session lxqt-panel lxqt-globalkeys lxqt-policykit lxqt-powermanagement lxqt-openssh-askpass lxqt-runner lxqt-notificationd lxqt-config lxqt-qtplugin lxqt-admin lxqt-connman-applet lxqt-sudo cups-driver-gutenprint audacious-qt muon-installer cute-update and it gave me a lot of crap23:09
wxltsimonq2: try them one at a time then to be sure and i'll chat with gilir about it23:10
tsimonq2I did23:10
tsimonq2all have dependency errors23:10
ExplodingKittensHas anybody here had any luck running the Touch emulator in VirtualBox? I keep getting thrown "libGL error: failed to get magic" whenever I try to boot it, and then it just hangs.23:12
tsimonq2ExplodingKittens: Googling for ya23:14
tsimonq2ExplodingKittens: maybe https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1332492 ?23:15
tsimonq2balloons, jose, popey: The Ubuntu bot would be awesome to have here. Any chance of getting it?23:16
ExplodingKittenstsimonq2, I'll give it a shot and get back to you. Thanks!23:16
tsimonq2ExplodingKittens: yep! :)23:17
tsimonq2ExplodingKittens: and remember for next time, Google is your friend ;)23:17
tsimonq2ExplodingKittens: use us as a second option23:17
tsimonq2ExplodingKittens: and #ubuntu as a last resort23:17
ExplodingKittenstsimonq2, yeah, I had tried searching "ubuntu emulator virtualbox" but that was mostly people looking to run the image itself in VirtualBox, not the emulator.23:18
tsimonq2ExplodingKittens: paste the error you pasted here next time ;) :P23:18
wxlballoons: jose: popey: another one to get published https://codein.withgoogle.com/dashboard/tasks/5912317124411392/23:18
ExplodingKittenstsimonq2, yeah, I'll give that a shot. Thanks! :)23:19
tsimonq2ExplodingKittens: no problem! :D23:19
balloonstsimonq2, unlikely on the bot23:19
tsimonq2balloons: why not?23:20
krishna_ravi732Hi23:20
balloonsback for a moment fazer, how's it going23:20
krishna_ravi732i am planning on working on some ubuntu tasks for google code in23:20
krishna_ravi732and i was wondering, is it alright if installed ubuntu with another de, such as kubuntu?23:21
tsimonq2balloons: is there a specific reason for not having the bot, or is it just not being able to talk to the right people23:21
wxloctoquad: shouldn't kubuntu be on https://codein.withgoogle.com/dashboard/tasks/5723218203639808/23:21
tsimonq2krishna_ravi732: absolutely! :)23:21
balloonstsimonq2, I said unlikely because I've no idea how to make it happen anymore :-023:21
tsimonq2krishna_ravi732: I am using Lubuntu(LXDE) right now! :)23:21
tsimonq2balloons: oh23:21
wxltsimonq2: ask at #ubuntu-irc23:21
wxlballoons: does inviting work?23:22
krishna_ravi732tsimonq2: awesome, so it would be alright if i used kubuntu or xubuntu for the dialer app tasks? or the beginner tasks like building the clock/calendar?23:22
balloonswxl, supposedly yes. but i think it leaves23:22
tsimonq2wxl: could I just ask Anthony? :D23:22
wxlballoons: also could you add tsimonq2 as a mentor on those tasks i just asked to be published?23:22
balloonsfeel free to go wild23:22
balloonswxl, I published them23:22
balloonswill do23:22
Girishkrishna_ravi732: Yep, it wont be a problem.23:22
krishna_ravi732Girish: awesome, thanks alot23:22
tsimonq2krishna_ravi732: if it is a DE specific task, then either use that for now or develop in a VM23:22
wxlballoons: i'd go wild but i'm not op XD23:22
* tsimonq2 nominates wxl for GCI OP XD23:23
wxlnaw23:23
wxli'm not an admin23:23
* tsimonq2 nominates wxl for GCI Admin XD23:23
krishna_ravi732tsimonq2: the task doesnt explicitly say if it is DE specific or not23:23
krishna_ravi732so for instance: https://codein.withgoogle.com/tasks/5801254236192768/23:23
krishna_ravi732would i need ubuntu with unity, or are other DEs allowed23:24
tsimonq2krishna_ravi732: uhhhh idk if this is a DE specific task23:24
tsimonq2would anyone else happen to know?23:24
krishna_ravi732i was wondering that too :(23:24
wxllemme look23:24
wxlany de should do the trick krishna_ravi73223:25
tsimonq2ohh gotcha, what he said krishna_ravi73223:25
krishna_ravi732amazing, thanks alot wxl23:25
krishna_ravi732thank you too tsimonq223:25
wxlnp23:25
* tsimonq2 high-fives wxl 23:25
wxltsimonq2: ping me with what help you need on that task i suggested23:26
tsimonq2wxl: which one again?23:26
wxltsimonq2: using lxqt from the xenial repos23:26
tsimonq2wxl: I...I...I have never gotten it to work...23:27
tsimonq2wxl: never, not on Ubuntu, not on Debian, not on Arch23:27
tsimonq2wxl: so please don't torture me ;D23:27
wxlk nm23:27
GirishWho is the mentor amjjawad in this task https://codein.withgoogle.com/tasks/4762655445221376/ ?23:27
tsimonq2wxl: tag in ^23:28
tsimonq2(tag team :P)23:28
balloonsGirish, he's not on IRC23:28
wxllike he's NEVER on irc23:29
GirishHow can I contact him/her? Have a task related question.23:30
McIntireEvanGirish, you could just leave a comment on the task23:30
McIntireEvanOr try and find their email or something23:30
GirishOh yeah, that would work.23:31
adueppenpopey: Is it OK to provide the source material for the terminal mockup task as XCF? the description page says SVG/PSD.23:47
popeythats fine.23:47
GirishI would like to work on the 'Tabs lacking contrast; bug. https://codein.withgoogle.com/tasks/5419734572990464/23:48
Girishhttps://bugs.launchpad.net/ubuntu-themes/+bug/76234923:49
GirishIt says to work with the Design Team to ensure the change. How can I contact the design team?23:49
tsimonq2o/ adueppen23:50
balloonsGirish, perhaps a popey question. Or ask on the task. Mentor can help23:53
tsimonq2#popeyquestion23:53
GirishMy previous task is in review. So can't comment on the task. Will do once I am able to claim it.23:54
Girishpopey: In the meantime of you could help me get started with the bug, it would be great!23:56
Girishif*23:56

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