[00:05] maennchen: use manual partitioning on mini.iso or server cd. === Ursinhal is now known as Ursinha === Ursinha-afk is now known as Ursinha === Ursinha is now known as Ursinha-afk === Ursinha-afk is now known as Ursinha === Ursinha is now known as Ursinha-afk === Ursinha-afk is now known as Ursinha [04:13] Good morning [04:51] hello, pitti! [06:19] Good Morning all :-) [06:22] morning DanChapman [07:04] jodh: good morning [07:04] jodh: sorry, I guess when I tested that I still had a VM created with a modified prepare-testbed (with a different approach) http://paste.ubuntu.com/5924210/ should work now [07:30] Hi all :) Someone can help me with autopilot for U-Touch Core App? I need to close and reopen the app, but I don't know how to close... some references? [07:36] WebbyIT: unless the app has a "close" menu item, it's not normally intended to explicitly close apps; you just switch between them [07:36] WebbyIT: if that's for some internal thing, you could just SIGTERM it, of course [07:37] pitti, thanks for helping. It's for #1188716, what do you think? [07:37] https://bugs.launchpad.net/ubuntu-calculator-app/+bug/1188716 [07:37] Launchpad bug 1188716 in Ubuntu Calculator App "Autopilot Testcase Needed: tear off calculations" [Undecided,Confirmed] [07:38] I have to tear off a calculation, close the app, relaunch the app and check if the calc was saved [07:38] WebbyIT: sounds like terminating it with the Python API is right then; hang on, let me check something [07:38] :q [07:38] err, -EFOCUS [07:39] thanks [07:54] WebbyIT: hm, I'm trying to see how one gets from the "self.app" object that gets returned by self.launch_test_application() to a subprocess.Popen object [07:54] (sorry, was OTP) [07:56] WebbyIT: ah, so self.app.process is the Popen object [07:56] WebbyIT: so you can use [07:56] self.app.process.terminate() [07:57] self.app.process.wait() [07:57] WebbyIT: to quit it, and then re-start it with launch_test_application [07:57] pitti cool, thank you very much :D [09:38] pitti, can you help me with bug? I'm looking how to relaunch the app, I think to something like CalculatorTestCase().setUp(), but I get an error... (setUp calls launch_test_application) [09:39] good morning all [09:42] hello slickymaster [09:45] WebbyIT: you really shouldn't call setUp() again; in the test case taht calls terminate/wait, just call launch_test_application again [09:52] pitti, ok, thanks, now works... But I can't use functions defined in simplepage, it gives me an error... [09:52] pitti, sorry for the trouble! [09:59] I've found three new installer bugs while i was away from the internet, i'll have them filed by tomorrow [10:10] elfy, hello [10:44] jibel, hey is it the ubiquity tests or the runner causing the problems? As i can't run the tests with the runner locally but they are working fine not using the runner [10:45] DanChapman, I didn't look yet, maybe it is because it is not the latest image [11:05] jibel, ok It seems its an ubiquity attribute error. The process has no poll attribute. Will need to get xnox to take a look [11:05] DanChapman: is that on the jenkins test? [11:05] xnox, yeah https://jenkins.qa.ubuntu.com/job/autopilot_ubiquity-saucy/lastCompletedBuild/ARCH=i386,TESTNAME=ubiquity,label=rabisu/testReport/ubiquity.tests.test_default/DefaultInstallTests/test_default_install/ [11:06] on all tests [11:06] thanks will look into it in a sec. [11:06] xnox, cheers mate === _salem is now known as salem_ [14:40] WebbyIT, how's the tear off test coming? [14:47] balloons, it's ready [14:47] balloons, https://code.launchpad.net/~rpadovani/ubuntu-calculator-app/1188716 [14:47] WebbyIT, :-) That was last test needed for calc! Hurray [14:47] balloons, but it will not work until #1188292 is fixed [14:47] bug 1188292 [14:47] bug 1188292 in Ubuntu Calculator App "Saved calculations are lost when the app is closed" [Undecided,Confirmed] https://launchpad.net/bugs/1188292 [14:48] balloons, I'm sure that the test works because I used only functions that works in other test [14:49] well, not sure but 99% :D [14:49] WebbyIT, hmm.. can we send a nicer signal to the application? like a SIGUP? [14:49] or does it matter? perhaps it will always fail [14:50] balloons, well, I use process.terminate(), there is a better way? [14:51] WebbyIT, well that [14:51] WebbyIT, that [14:51] lol [14:51] balloons, :D [14:51] that's probably the right way to do it, I'm just thinking of working around it for the moment. It works when you manually push the close button right? [14:52] so it must be getting a different signal. We can try and send the same signal in the test [14:52] balloons, IMO the best way, one for a forced closure, like that, and one for normal closure [14:53] balloons, yes, if you close the app with the close button, on PC, calc has been saved [14:53] right.. in other words I'd like to merge your test now with the "working way" and once the bug is fixed, add that too [14:53] balloons, nice. How we can fix it to work? [14:54] balloons, I have to move mouse on button then click? [14:57] WebbyIT, well it's about sending the proper signal [15:02] balloons, ok, I'm going to search the proper way! I'll inform you when I'll found something :) [15:16] WebbyIT, sorry was in a meeting ;-) === netcurli_ is now known as netcurli [15:17] WebbyIT, so I was trying to say let's look at the signal it's sending [15:17] WebbyIT, if we send a terminate signal, not a kill signal, i believe it will work [15:18] WebbyIT, kill -s TERM pid [15:18] WebbyIT, let me try that manually on my bo [15:21] WebbyIT, :-( properly terminating it didn't work either.. I'll keep trying different signals till I find it [15:22] balloons, ok, thanks :) [15:25] WebbyIT, no luck with signals.. I wonder if we can click the close button :-) [15:30] WebbyIT, I've got a way to do it :-) [15:31] we can at least run your test [15:32] WebbyIT, so signals didn't work, but you can issue the XEvent and have it function correctly. So wmctrl -c "qmlscene: calculator" will close the window and have it save the tearoff [15:33] so as a way to test anyways, replace your python code to close the calculator with shelling out and issuing that call. it should workaround for now [15:39] jodh, jibel: FYI, I added my current proposal to bug 1158391 [15:39] bug 1158391 in Auto Package Testing "ability to have a DEP-8 test run a test in a separate full system environment" [High,Confirmed] https://launchpad.net/bugs/1158391 [15:40] jodh, jibel: that's less ephemeral than IRC pings and pastebins :) [15:40] pitti: thanks! [15:40] pitti, or my brain :) [15:41] jodh: not sure whether you got my IRC ping from this morning, but I fixed the "no group kvm" issue [15:43] pitti: sorry - didn't see the ping, but I ended up with the same fix, thanks. [15:44] jodh: yeah, wasn't quite rocket science :) [15:44] jodh: I tried a different approach before that, and my pristine VM still had kvm installed, so I didn't notice [15:47] pitti: ah :) I'm getting close to being able to run the upstart tests in the pristine vm now. I've created a pseudo-adt variable ADT_ENVIRON_TYPE=nested so that when I run the dep-8 test from within the pristine environment they can check that variable and know which "level" they are running at. [15:47] jodh: ah, I had assumed you'd put debian/tests/controller into Tests:, and the controller script starts the child VMs and runs debian/tests/realtest or sth. like that [15:48] pitti: I may end up doing that. trying a few different approaches atm. [15:50] pitti: I'm also wondering if I should maybe use libvirt/virsh rather than kvm directly to make managing the vm easier. [15:50] jodh: I haven't tried libvirt yet; I find calling kvm directly easy enough, and easy to handle with subprocess [15:52] pitti: sure, I'm using shell though :) [15:53] jodh: well, &, kill, fg :) [15:54] jodh, virsh needs more setup than direct qemu, which anyway ends up generating a qemu command [15:57] pitti/jibel: understood, but I'm thinking of the scenario where I'm booting kvm in the background and am running a test via ssh. What if the VM freezes and the ssh connection just hangs? [15:58] pitti/jibel: I need a main loop so I can run the test, but periodically ping the VM or something so I know it's still alive. [16:00] * pitti waves goodnight [16:00] ir //temp-dir [16:09] jodh, well, there are several options here, ping a service inside the vm, use qemu monitor (or qmp) to check/control the state of the vm or encapsulate the ssh call in a timeout. It depends on what "freezes" means and which state the VM is [16:16] balloons, Hey. You got a moment? [16:17] DanChapman, hey mate! [16:17] I'm in a meetin' but shoot [16:20] balloons, just knocked up a quick terminal test http://bazaar.launchpad.net/~dpniel/ubuntu-autopilot-tests/terminal/view/head:/ubuntu_autopilot_tests/terminal/test_terminal.py but not sure how far to go into it. See if it was to test the profiles dialog its not like it changes anything i can test. Should I just leave it out for now? [16:26] DanChapman, one min and I'm done :-) I'll look then [16:26] no rush mate [16:34] DanChapman, alright, let's look [16:35] balloons, :-) [16:35] DanChapman, ahh, yea terminal is always a little interesting. My thoughts are to focus as much as possible on the terminal itself. Opening and closing tabs and windows, editing preferences, etc [16:36] it's really difficult because much of the terminal is visual. I think the basic command check it's horrible etheir as you want to make sure keyboard input and response works, but again, try to avoid testing the underlying binaries ;-) [16:37] whoops.. "it's horrible"? not sure what I was trying to say.. the basic command check is good, just avoid going too deep on it [16:39] balloons, yeah i just finished tabs. But its the preferences/profiles windows i'm not so sure about as I can change the settings change colour, make scrollback unlimited etc etc but there is not any way of testing that it has actually changed anything [16:39] I was going to leave the command side at whats at. Just a few simple ones [16:39] DanChapman, right.. that's the trouble with it being so visual [16:39] DanChapman, yea, the command side looks good as-is [16:42] balloons, so do I keep it simple just test that the dialogs load check window title to test the right dialog opens and not really go into whats in the dialog [16:47] DanChapman, hmm.. well, as we already know, we want this to run nicely in the lab :-) So, high-value reproducible tests is the way to go [17:12] good evening [17:17] balloons, unable to select any of the dialogs anyway. It has no names or labels that it can select so have MP'd it as it is. Have you heard anything from Vasudevan about nautilus? [17:17] dkessel, evening [17:18] balloons: ping, can you waste 30 seconds? [17:23] DanChapman: Hi, Dan, do you have 30 secs for quick question? [17:23] slickymaster, hey :-) yeah sure [17:24] DanChapman, Thanks :) I want to put an absolute path in a manual test. Are there any specific tags for it? [17:25] ooo good question! And one i'm afraid I do not know. balloons ^^ [17:26] DanChapman, no problem. I'll wait until is free to answer me. Thanks anyway Dan [18:11] DanChapman: got go, cy [18:11] slickymaster, see ya [18:14] balloons, sorry for the delay, it's a busy week, here the MR -> https://code.launchpad.net/~rpadovani/ubuntu-calculator-app/1188716/+merge/177445 [18:16] balloons, only a small favor: in your last post on The Orange Netbook, you write "Ricardo", is "Riccardo" :) I'm Italian, not Spanish ;) [18:16] DanChapman, ohh.. no I haven't heard from vasudevan at all.. not since his issue that we resolved [18:16] I'll try pinging him again [18:16] WebbyIT, ohh I'm sorry! You are right! [18:17] WebbyIT, scusa! [18:17] balloons, np :) I'm going to dinner,we can talk about the test, if is necessary, later :D [18:18] dkessel, evening to you [18:19] * dkessel waves [18:19] WebbyIT, enough dinner! but it does look like there are a few fixes to do [18:20] WebbyIT, I meant enjoy dinner.. typos :-) [19:10] balloons, Hi :) [19:10] Letozaf_, buongiorno :-) [19:11] balloons, :-) it's buonasera now :) [19:11] come va? [19:11] Letozaf_, :-) See a new phrase to try [19:11] balloons, bene [19:11] balloons, see you're learning Italian :-) [19:12] I'll infer that to mean "good"? :-) [19:12] balloons, sure, good [19:12] Letozaf_, hehe.. yes almost all the essentials [19:12] hello, how are you.. and one more.. where's the bathroom :-) [19:12] balloons, dovè il bagno ? [19:12] with that you can do anything right? [19:12] balloons, sure [19:12] bagno.. ahh yes.. [19:12] anyways .. :-p [19:13] balloons, I worked on the rssreader app autopilot test [19:13] balloons, but I think I have a bug [19:14] balloons, wanted to hear you first, maybe it's just work in progress and not a bug [19:14] balloons, buonasera :) I have finish dinner, so we can talk ;) Ciao Letozaf_ :) [19:14] hello WebbyIT [19:15] how are you ? [19:15] Letozaf_, must I talk to you about the rssreader app ? [19:15] Letozaf_, fine, I'm tring to do some autopilot, but I have a lot to learn! [19:15] balloons, now I know where you got your Italian from :D [19:16] and have to learn also english :P [19:16] WebbyIT, you're in the right place, then, there is lot to learn and have fun too [19:16] WebbyIT, don't worry balloons knows Italian :p [19:16] Letozaf_, indeed.. poor Riccardo taught me to spell his name properly today :-) [19:17] Letozaf_, lololo.. si si! [19:17] :D [19:17] WebbyIT, maybe I can teach you some English, but got little time :P [19:18] ok so Letozaf_ what bug do you think you'd found? [19:19] Letozaf_, it would be an honor ;) Enough for me that you correct any error when I write! [19:19] balloons, after inserting a feed, for example http://www.canonical.com/rss.xml you select the checkbox so you can click on the next button [19:20] balloons, after that you insert a topic, and that's it, you cannot do anything else but press previous button or [19:20] balloons, well or nothing.. [19:20] balloons, suppose the topic should be selectable [19:20] Letozaf_, hmm.. ok, let me try and reproduce. But from what your saying, I agree. Sounds like a bug in the app :-) [19:21] balloons, you get this output on terminal feed INSERT ID: 53 [19:21] file:///home/letozaf/autopilot-tests/ubuntu-rssreader-app/databasemodule_v2.js:57: TypeError: Cannot read property 'id' of undefined [19:21] WebbyIT, well if I can I will, but I can be a pain sometimes, ask my husband, when I correct his english :p [19:22] Letozaf_, ahahha thanks :D [19:22] WebbyIT, :) [19:22] Letozaf_, WebbyIT normally smartboyhw and knome correct my English. Neither speak it natively :-p I laugh that smartboyhw speaks better english, and he's from hong kong [19:23] balloons, another "bug" is that I cannot delete a topic, but the terminal output says its TODO [19:23] balloons, I say that the most important thing is to be understood [19:23] balloons, so as long as we understand each other :p [19:24] Letozaf_, ok so I'm on the screen that says add your new feeds to a topic [19:24] After I input something, there's no button to click [19:24] balloons, there is a grey box on the left [19:24] hmm.. if I hit enter and then select it, I get the error as you say [19:24] balloons, yes yes that's it [19:25] Letozaf_, I see several little bugs in here actually [19:25] balloons, yes [19:25] just little UI things. .ok perfect [19:26] so let's start filing :-) [19:26] balloons, what about deleting a topic ? it's TODO [19:26] balloons, but I need to delete it for testing purposes [19:26] balloons, :p [19:26] right.. it looks like that works, but i think the ui is a bit off also [19:27] click edit topic, then select toolbar again and select topic [19:27] then click and hold on the topic and select delete with feeds [19:27] balloons, the delete with feed does not work [19:27] balloons, already tried it [19:27] Letozaf_, lol so I see ;-) [19:27] right.. edit too [19:27] heh [19:27] balloons, :p [19:28] balloons, I wrote the part of the test that adds a new feed and now I'm stuck :P [19:28] right.. it looks like I can add a topic ok [19:29] and verify it exists [19:29] on the adding a feed thing, well for now hmm [19:30] oh.. I see.. I removed my feed and tried to add it back.. it blocks you completely [19:30] anyways, I can file bugs on everything we've seen. But I think you can do the add topic as it stands [19:31] balloons, but once you've run the test once, you get an error as the feed is already there and I cannot remove it [19:31] Letozaf_, I was able to remove my feed.. I just can't add it back now :-) [19:31] balloons, is there a way to delete the feed using the terminal or something like that ? [19:31] balloons, how ? [19:32] balloons, how did you remove it ? [19:32] Letozaf_, umm the apps use localstorage I wonder if there's an easy way to clear it [19:35] Letozaf_, I went into edit topics, then click and hold remove on the feed [19:35] balloons, mmm let me see [19:37] balloons, the funny thing is that I do not see the Canonical feed I added in edit topics, probably I had added it saturday today I updated and to sort of stuck in the middle [19:38] balloons, sorry I meant I got sort of stuck with the canonical feed in but not visible... [19:38] balloons, wounder if there is a way to reset them all [19:38] Letozaf_, after deleting the canonical feed mine reset [19:38] I wonder what the easy way to kill localstorage would be [19:39] * Letozaf_ is browsing the rssreader direcotry to find out [19:41] mhall119, do you know where the core apps typically have there localstorage? I can't remember and want to wipe the app's localstorage [19:42] so WebbyIT for whenever your back again.. The tree seems to have conflicts in it https://code.launchpad.net/~rpadovani/ubuntu-calculator-app/1188716/+merge/177445 [19:42] balloons: ~/.local/share/Qt\ Project/QtQmlViewer/QML/OfflineStorage/Databases/ [19:43] ty mhall119 [19:43] Letozaf_, ^^ [19:43] :-) I should note that somewhere [19:43] balloons, mhall119 cool thanks [19:44] this might fix some of our bugs too [19:45] nah, we still can't choose the topic [19:45] balloons, :) [19:45] Letozaf_, anyways I'll start filing [19:46] balloons, ok I will carry on with the test, if you do not need help filing... [19:46] Letozaf_, yep, sounds like a plan [19:47] balloons, :) [19:47] https://bugs.launchpad.net/ubuntu-rssreader-app/+bug/1203528 [19:47] Launchpad bug 1203528 in Ubuntu RSS Feed Reader App "No way to add a feed" [Undecided,Confirmed] [19:49] balloons, cool that was quick :) [19:51] https://bugs.launchpad.net/ubuntu-rssreader-app/+bug/1206248 [19:52] Launchpad bug 1206248 in Ubuntu RSS Feed Reader App "Edit topics screen is confusing" [Undecided,New] [19:52] balloons, i saw somebody had pinged me, but d'oh, it was just something unrelated ;) [19:52] knome, sorry! [19:52] haha np [19:52] i'm just kidding :) [19:52] I get that all the time [19:52] I should have typed out Pasi [19:52] what's up? [19:52] I usually do that to refer to you without pinging you :-) [19:52] balloons, that highlights me too... [19:52] BAH! [19:52] you went the extra mile! [19:53] balloons, but when you are on the topics page and you click on the topic you just added don't you get this messge on terminal:CLICKED 4 Canonical [19:53] feed INSERT ID: 5 [19:53] file:///home/letozaf/autopilot-tests/ubuntu-rssreader-app/databasemodule_v2.js:57: TypeError: Cannot read property 'id' of undefined [19:53] Letozaf_, I think those 2 bugs cover it. But tell me if not [19:53] Letozaf_, yes, I get that exact error. They'll have to fix the code [19:53] balloons, ok fine [19:53] balloons, sure... not too much that gets me a highlight in english channels, and i'm on one finnish channel only, where i want those highlights... :) [19:53] * Letozaf_ is reading the bugs [19:54] balloons, yes I think they are fine, should I confirm them ? [19:54] Letozaf_, so fo now, you can add and remove a topic I think as a test [19:55] Letozaf_, sure confirm away [19:55] the one is confirmed already [19:55] balloons, ok [19:55] speaking of bugs.. elopio are you about? [19:57] balloons, you consider e lopio a bug? [19:58] knome, not at all.. But I've got one for him :-) [19:58] hehe [19:59] ok well elopio whenever you do read this; https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1206251 [19:59] Launchpad bug 1206251 in Ubuntu UI Toolkit "Autopilot Emulator needs to handle tabs better" [Undecided,New] [20:04] balloons, I'm still quite confused about one thing on adding a feed, once added, you can either click on next, but if i click on a topic the feed is not added to that topic or click cancel, but my feed, even if clicked is not added, how did you add yours ? [20:04] Letozaf_, I can't add a feed.. as you said, it doesn't work [20:05] balloons, oh! fine, thought you added it :p [20:05] Letozaf_, no matter what i do on the topic screen after selecting my feed it won't be added [20:05] but I can do this [20:05] balloons, :) then WebbyIT want's me to teach him english :P [20:05] 'edit topics' -> 'topics' -> 'add' [20:05] type name, add topic [20:05] it should appear [20:06] I can't delete it yet, but adding does work :-) [20:06] so that piece of the test should be doable as-is [20:07] balloons, yes the topic appears but the feed ? [20:07] balloons, also you can't get the feed in, right ? [20:08] Letozaf_, yes, that will only add a topic. Which then appears on the topic page [20:08] I can't do anything else with the topic [20:09] balloons, fine that's just what happens to me too [20:09] I can also move feeds around between topics, but it's quite weird. [20:09] I wouldn't add a test for it yet [20:09] balloons, yes ok [20:09] balloons, but maybe if you put a feed in the wrong topic then you can move it to the right one [20:18] I found three bugs on the weekend, but my internet is too slow to get a VM to report them from. Can someone check the bottom of the language select menu, The OEM-setup's lack of slideshow, and the top-left icon changes half-way through the End-user setup. [20:20] All where found in a lubuntu OEM install [20:20] Noskcaj, hmm [20:20] I think my machine needs a reboot.. brb [20:20] wondering if the OEM installation should have the slideshow [20:21] I'd not be wanting one [20:24] knome, I'm meaning in the end-user setup. But it does raise the question of why OEMs want to see it. [20:34] balloons, lol [20:35] balloons, I found how you remove a topic [20:35] balloons, just swipe it to the right or to the left :P [20:35] balloons, lol [20:36] balloons, I mean from the topics page [20:38] Letozaf_, OHH! [20:38] balloons, cool :P [20:38] sweet.. so the other delete is deleting with the feed too.. right makes sense [20:39] ok, so you can add and delete a feed :-) [20:39] err [20:39] add and delete a topic! [20:39] not a feed :-) [20:39] balloons, yes [20:39] * knome slaps balloons [20:39] balloons, the add topic has already been done :P [20:39] get a grip [20:42] balloons, ah! I have a sudoku app merge proposal hanging... [20:49] balloons, https://code.launchpad.net/~carla-sella/sudoku-app/settingsTab/+merge/176027 [20:52] Letozaf_, ohh! [20:52] balloons, it's for the settings tab, it's pending [20:53] Letozaf_, indeed you do! [20:53] balloons, :D [20:53] Letozaf_, ohh more conflicts [20:54] balloons, yep [20:54] balloons, looks like I have feeling with conflicts :P [20:57] the trouble is because of how it merges it's hard.. anyways, let's have a look [20:58] balloons, thanks [21:00] ok so 2 conflicts found :-) [21:08] 1 down :-) [21:08] balloons, good [21:10] balloons, its getting late here, can I come back tomorrow evening so you let me know about the last conflict ? [21:10] Letozaf_, it resolved fine too [21:10] balloons, cool so it works fine! [21:10] Letozaf_, enjoy your evening.. I'll review things now [21:10] no more conflicts :-) [21:10] balloons, thanks :D [21:10] balloons, good night [21:16] good evening all [21:17] Noskcaj, ping. Can you spare 30 seconds? [21:18] slickymaster, pong. sure [21:18] counting. [21:18] *facepalm* [21:18] you're out of time [21:19] Noskcaj, I need to put an absolute path in Orage manual test. Do I use tags or is there a specific tag? [21:19] slickymaster, if the path is something like /var/log, i don't think you need the tag [21:20] You don't need to put tags in unless it's a command IIRC. balloons is the one to ask for this stuff [21:20] if it's a longer one, you can use if you want it to pop up [21:20] i believe the goal is legibility [21:20] knome, actually is /usr/share/orage/sounds [21:20] * knome shrugs [21:21] does the user need to type it, or just navigate there with a file manager or so? [21:21] slickymaster, evening [21:21] knome, just to navigate into [21:21] balloons, hi. evening :) [21:21] slickymaster, then i'd probably leave it without [21:21] balloons, speaking of the devil [21:21] slickymaster, knome and Noskcaj can speak well on this topic. :-0 [21:22] it's all about readability [21:22] Noskcaj, btw, did you file on those 3 bugs? I will confirm / deconfirm them [21:22] balloons, alright, I'll go without the tags since it's nothing a user will have to type [21:23] balloons, I want a lubuntu install to file them, but my internet is too slow to zsync them === balloons changed the topic of #ubuntu-quality to: Welcome to Ubuntu Quality | http://wiki.ubuntu.com/QATeam | Cadence Week Schedule: https://wiki.ubuntu.com/QATeam/Cadence/Saucy [21:23] balloons, knome, Noskcaj, thamk you guys [21:23] np === saintlulu1 is now known as saintlulu === salem_ is now known as _salem