=== chriadam is now known as chriadam|away [06:58] good morning [07:00] morning dholbach [07:00] hey dpm === chihchun is now known as chihchun_afk [08:16] Good morning all; happy World Environment Day! :-D === chihchun_afk is now known as chihchun [08:46] is it possible for something to swallow console.log and qDebug output? [08:52] I can put them in system-settings code but they don't get printed out [08:52] why :( [08:59] Laney, how do you start system settings? [09:00] seb128: ssh> system-settings --desktop_file_hint=/the/path/... [09:00] it comes up and I get some warnings from qt but not the ones I put in the code [09:02] weird [09:17] indeed [09:22] dpm, do you have access to https://bugs.launchpad.net/ubuntudeveloperportal/+manage-official-tags? [09:23] dpm, maybe I need to be admin in https://launchpad.net/~ubuntudeveloperportal/+members? [09:23] let me have a look [09:25] dholbach, done, I've kicked you out of the team [09:25] looks like I'm done here [09:25] seb128, do you need somebody new on your team? [09:25] that'll teach you for complaining about tags [09:25] dpm, I still don't have access to https://bugs.launchpad.net/ubuntudeveloperportal/+manage-official-tags [09:26] hm, weird [09:26] dholbach, want to come back doing desktop updates and merges like in the good old time? ;-) [09:26] seb128, ... and ignore my bugs inbox ;-) [09:26] or try to ignore [09:27] dholbach, that's not going to fly here :p [09:28] dpm, maybe set the maintainer of the ubuntudeveloperportal project to ~ubuntudeveloperportal? [09:28] seb128, I'm sure that's exactly what the rest of your team is doing ;-) [09:28] dholbach, calling them slackers?! [09:28] seb128, my settings daemon crashed this morning! [09:29] and how about some desktop sponsoring? :-P [09:29] dholbach, yeah, that was what I was trying to do, but LP does not seem to allow me to do that. I can only set it to be ubuntudeveloperportal-editors, which is another team. Give me a few mins to sort it out... [09:29] dpm, don't worry too much [09:30] dpm, I'm just filing a bunch of bugs right now and tag them with 'bitesize', 'screenshot', 'diagram' - that sort of thing [09:30] I hope we make the whole thing a bit more manageable this way [09:30] seb128, even if dholbach is not officially joining the desktop team, feel free to give him some work, he's got way too much spare time [09:30] dholbach, desktop sponsoring queue is clean, "desktop-core: 1", "desktop-extra: 1" [09:30] dpm, yeah, I just noticed [09:30] dholbach, and yeah, the settings daemon issue is known/being worked on [09:30] * dholbach looks into the direction of the kernel team [09:30] hippies! [09:30] dholbach, you don't drink enough to join the kernel team [09:30] * dpm hugs seb128 and dholbach [09:31] * seb128 hugs dpm and dholbach [09:31] seb128, I can at least try! [09:31] * dholbach hugs you all :) [09:38] dholbach, ok, I'm asking in #launchpad how to set the maintainer to be that team, which I don't seem to be able to do. In the meantime, I can set up the official tags for you. Which ones would you like to have? === hunger_ is now known as hunger [09:39] dpm, I used example, bitesize, diagram, screenshot [09:39] dpm, not sure if there's others which have been used a lot [09:39] zbenjamin: ping (again sry :P) [09:40] nik90: i'm here [09:40] zbenjamin: I am having trouble with the kit [09:40] zbenjamin: let me create a kit for the x86 emulator now, and send you a screenshot of the error [09:41] 1 min [09:41] sure [09:42] zbenjamin: https://imgur.com/GCGToAr [09:43] zbenjamin: As you can see, i have used the chroot we created yesterday. It is a i386 chroot for the emulator. [09:43] nik90: your host, is a also x86 or x86_64 [09:43] dholbach, can you try now accessing https://bugs.launchpad.net/ubuntudeveloperportal/+manage-official-tags ? [09:43] zbenjamin: I have also added it to the project. However when I choose it as the kit and then press run, I get the error [09:43] zbenjamin: my host (laptop) is a x86_64 [09:44] dpm, well done - thanks [09:44] nik90: what does the compile output say? [09:44] zbenjamin: http://paste.ubuntu.com/7593701/ [09:46] weird , so it actually tries to start to build [09:46] nik90: what you can try is, outside of qtc, log in the chroot, go to your project : cd project && mkdir build && cmake .. && make [09:46] nik90: see if it builds [09:46] zbenjamin: how do I login into the chroot? [09:47] nik90: in QtC you can go to Tools -> Options -> Ubuntu -> and click on Maintain in the click chroot list [09:48] nik90: or fromt he commandline "click chroot -a -f run" i think [09:51] zbenjamin: if I do it through the terminal, the it built fine [09:51] Built target ubuntu-clock-appbackend-qmldir [09:51] strange [09:54] zbenjamin: should I delete the kit and create it again? [09:54] zbenjamin: this was the kit that was automatically created by qtc [09:54] nik90: no, i don't think that will help [09:56] nik90: try rightclick on the project -> run cmake -> and then build again [09:58] zbenjamin: same error [09:59] i try to reproduce your issue but i need to create a click chroot first [09:59] zbenjamin: however in my emulator, I see an empty ubunut-clock-app [09:59] zbenjamin: On clicking it I was shown the qml file chooser dialog :) [09:59] lol [10:00] ok let me try to reproduce this, sadly that will take a while because my connection is not so fast [10:03] popey, branch review call? [10:04] omw [10:25] Hi folks. How can I force the emulator to be smaller in terms of screen size? How can I change density? [10:25] density in terms of resizing the emulator [10:26] karni: when you run from the terminal you can add an argument -size: 0.5 [10:26] if I remember vaguely [10:26] nik90: thanks, will try (and find a place where to put that in Ubuntu SDK) [10:27] karni: np [10:30] zbenjamin: Do you perhaps now how to apply nik90's hit regarding emulator size through Ubuntu SDK? I'm not starting the emulator from terminal, been looking for where I can provide -size: 05 [10:33] karni: there is a script called local_start_emulator in /usr/share/qtcreator/ubuntu/scripts [10:33] aha, line 19 looks like it :) [10:33] zbenjamin: thanks pal! I think it would be fantastic to be able to apply this settting from Ubuntu SDK :) [10:34] karni: line 30 is the command just add --size behind the memory switch [10:34] oh, this computer is still trusty. different like, but I got the point :) [10:35] karni: thats true, but that is convenience and atm not very high in priority ;) [10:35] zbenjamin: sure, I imagine. though, the emulator is huge :) [10:35] zbenjamin: I'll file a bug, so we keep trak of this === chihchun is now known as chihchun_afk [10:36] karni: make it more generic , like "Support setting emulator switches from the SDK" instead of just the size switch [10:36] yep [10:41] zbenjamin: reported https://bugs.launchpad.net/qtcreator-plugin-ubuntu/+bug/1326737 [10:41] Ubuntu bug 1326737 in qtcreator-plugin-ubuntu "Support setting emulator switches from the SDK" [Undecided,New] [10:42] karni: thx [10:43] thank you === chihchun_afk is now known as chihchun [10:48] mzanetti: didn't you create a bug for the problem with the SSH keys? [10:48] bug report i mean [10:56] kalikiana: I happroved https://code.launchpad.net/~ubuntu-sdk-team/ubuntu-ui-toolkit/initSortOrder2/+merge/222072 again after the fix for the .xauthority file was merged in staging [10:57] zbenjamin: yes [10:57] lemme search for it [10:58] zbenjamin: https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1237923 [10:58] Ubuntu bug 1237923 in Ubuntu UI Toolkit "SSH keys should not be generated automatically - or at least kept for QtCreator use only" [Medium,Confirmed] [10:58] mzanetti: thx, just uploaded a branch with the fix for that [10:58] zbenjamin: yay :) [10:58] Saviq: ^ [10:59] \o/ \o\ /o/ [11:00] * Saviq can't ssh into my device image 65 anyway, I think they start locking stuff up ;) [11:00] Saviq: yes. there was a mail about that [11:00] it's good that we *just* got the phablet-shell tool, which is useless now ;) [11:01] t1mp: thx [11:01] Saviq, security demanded we drop password auth support === chihchun is now known as chihchun_afk [11:02] ogra_, yeah, I'm publickey... [11:02] cant argue with the security team :) [11:02] ogra_, and I can't log in [11:02] oh ? [11:02] need to dbg a bit more [11:02] not even with phablet-shell ? [11:02] no SSH process started? [11:02] zbenjamin, no, it rejects me [11:03] use adb to debug ;) [11:04] yeah I know, just have a bit bigger thing to tackle first, TED! [11:05] ++ [11:10] Saviq: please let me know of your findings, I didn't have time to debug phablet-shell, I'm having the same problem. [11:10] karni, will do [11:11] tnx [11:14] nik90: i can reproduce your problem . Currently I don'T know why its not working. Theoretically it should be exactly the same [11:14] zbenjamin: it is good to know that you can reproduce the issue though [11:14] nik90: it should not make a difference between logging in and running the build and running the build with click chroot run cmake [11:14] nik90: there might be a bug in the chroot itself === MacSlow is now known as MacSlow|lunch === jhodapp|afk is now known as jhodapp [11:50] hello! [11:51] anyone know a Canical email address that I could write to? I'm an Ubuntu apps developer and I'm having some troubles with uploading my app (not reiceving any answer) [11:52] hi carlduke [11:52] hi! [11:52] what type of issues are having? [11:52] ahayzen, dpm: https://plus.google.com/hangouts/_/hoaevent/AP36tYed7aW-8ZozRAdVgfKTJW-xmC2Skpf9eef_V4pKUmL9oGmNyA [11:53] popey: ^^ [11:53] nik90, o/ [11:53] nik90, joining in a minute, thanks! [11:53] I uploaded my app something like two weeks ago, and it's still in pending review. I tried to write in the "feedback" section but I didn't get any reply [11:53] vthompson, ^^ [11:53] ah he is on irc [11:54] carlduke, can you give us the URL of your app in myapps.developer.com for us to have a look? [11:54] sure wait [11:54] ahayzen: are you able to join? [11:54] here it is https://myapps.developer.ubuntu.com/dev/apps/3783/ [11:55] nik90: one moment [11:55] nik90, i'm in! [11:56] carlduke: there's quite a queue for desktop apps I'm afraid, and one of the guys who deals with it is on vacation. [11:56] carlduke: sorry about that. [11:56] Ah okay! no problem, thanks! I just wanted to be sure there was no problem with my package :) [11:57] carlduke: well I can't guarantee that ☻ [11:58] yeah but It must be something like that as usually problems with the package show up during the following steps ;) === _salem is now known as salem_ === MacSlow|lunch is now known as MacSlow [12:33] popey: for calendar we doing hangout or IRC today ? [12:39] Saviq, fyi, i cant reproduce any issues with phablet-shell over here, works just fine [12:39] popey, regarding your last webapp-googlecalendar review: try again with the version from trunk [12:39] popey, unfortunately it's just in trunk, but not in other versions yet, because of some issues we're still working out [12:40] jdstrand, shall I do an upload of click-reviewers-tools to utopic? [12:40] dholbach: I always use trunk. every review I do, I pull click-reviewers-tools [12:40] popey, and you ran from bzr? [12:40] jdstrand, what do you suggest we do about bug 1324121? [12:40] bug 1324121 in Canonical Click Reviewers tools "FTBFS on saucy/trusty since r195" [Undecided,In progress] https://launchpad.net/bugs/1324121 [12:40] dholbach: i bzr pull every time [12:41] popey: battery life has decreased this week, not sure why :( [12:41] i am seeing apport always running and taking +50% on CPU [12:42] erk [12:42] popey, with latest trunk I just get a warning in the lint_description test [12:42] daker, which image ? [12:43] we had a few seriously broken ones [12:43] r63 [12:43] ogra_, yeah, I need to dig in [12:43] dholbach: http://paste.ubuntu.com/7594571/ [12:43] daker, uuh, upgrade :P [12:43] ogra_: and the indicators don't appear when the welcome screen in on [12:43] yes [12:44] thats a completely broken image [12:44] 64 too iirc [12:44] popey, maybe it's calling /usr/bin/click-run-checks? [12:44] ogra_: :( [12:44] instead of ./bin/click-run-checks? [12:44] /home/alan/phablet/click-reviewers-tools/bin/click-run-checks [12:44] its calling that [12:45] http://paste.ubuntu.com/7594585/ is the script [12:45] popey, http://paste.ubuntu.com/7594588/ is what I got [12:47] dholbach: dunno what I'm doing wrong then [12:48] popey, I'll take a look at it - to me it seems like the app could be approved, but I'll have a closer look first [12:52] dholbach: lets not do a build just yet, something came up with scopes confinement and I need to make a change to the tools [12:53] jdstrand, ok, WFM - shall I upload a backported apparmor-easyprof-ubuntu to the sdk staging ppa for trusty? (saucy will be hard and we might want to ignore it for now?) [12:53] dholbach: as for apparmor-easyprof-ubuntu to saucy-- why is this an issue? is the sdk team even supporting saucy any more? (I thought I heard they were not) [12:54] dholbach: hold off on the apparmor-easyprof-ubuntu backport until it is at 1.2.4 (same thing with scopes confinement) [12:54] jdstrand, we had a daily build which was targeting saucy first, then saucy and trusty, etc - I'm happy to turn off and ignore saucy [12:54] jdstrand, all right, I'll just disable saucy for now then [12:54] thanks jdstrand [12:54] dholbach: I could be wrong btw-- like I said, I thought I heard that somewhere === salem_ is now known as _salem === _salem is now known as salem_ [13:07] jdstrand: do you have an eta for a-e-u 1.2.4 in the image so we can land https://code.launchpad.net/~pkunal-parmar/ubuntu-calendar-app/CalManagement/+merge/213355 ? [13:07] popey: I am working on it right now [13:08] ok [13:11] popey: do you have a device on the latest image? if so, can you paste the output of 'cat /var/lib/apparmor/clicks/com.ubuntu.music_music_' [13:12] popey, do you get the same output if you go into the directory manually and run bzr pull; ./bin/click-run-checks ? (still not sure why this is happening) [13:12] i do [13:12] * jdstrand wants to know if it is still unconfined [13:13] jdstrand: it is [13:13] "template": "unconfined", [13:13] ok, thanks [13:13] that helps with my 1.2.4 upload [13:13] anything else you need? tea, cakes? [13:13] hehe, no, I'm almost to the point of testing it [13:14] dholbach: yes [13:14] dholbach: http://paste.ubuntu.com/7594734/ [13:15] dholbach: is it possible it's pulling some python library from the installed click-reviewers-tools deb, rather than the local stuff? [13:15] popey, ahhhh, you're on trusty right? probably and "old" version of apparmor-easyprof-ubuntu or click or wherever the framework definitions live? [13:16] yes [13:17] popey, ok, then I guess we'll have to wait for stuff to be backported to the sdk ppa [13:17] oh, thats annoying. i cant reliably check apps then [13:19] zbenjamin: hey, so, apparmor-easyprof-ubuntu 1.2.3 has the debug policy group [13:19] popey, I don't know which package exactly needs backporting right now - I pinged bzoltan about click itself and apparmor-easyprof-ubuntu is on hold (cf above) [13:19] AFAICT it'll be done soon [13:19] zbenjamin: have you tried it? it isn't clear to me how to test it [13:20] and it's "just" the lint_framework check [13:20] but yeah, it'll be good when this is fixed [13:23] hi fginther, balloons - could you give us a hand determining why this MP failed on Jenkins? -> https://code.launchpad.net/~yohanboniface/ubuntu-calendar-app/DatePicker/+merge/212163 [13:28] dpm_, it looks like the failing test is meant to be skipped. Is that the case? [13:28] ogra_, does https://pastebin.canonical.com/111156/ tell anything to you re: ssh issue? [13:29] pkunal-parmar, do you know more about that failing test to answer fginther's question? [13:29] ^^ [13:30] what i know is, Leo is going to help us fixing the those test case [13:30] so we need not skip those [13:30] Saviq, the keys dont match i think [13:31] ogra_, well, they match in image 64 ;D [13:32] ogra_, ok, cleared things up and it works now [13:32] ogra_, looks like it's more strict now or something [13:32] ogra_, had to drop the original authorized_keys*; touch -m authorized_keys and cat > authorized_keys my key [13:32] karni, ↑ [13:32] file a bug against ühablet-tools please, i'm sure robru didnt intend to have it behave like this [13:33] Saviq: \o/ [13:33] OH [13:33] karni, wait for it [13:33] now I can't log in again [13:33] :( [13:33] I could only log in once?? wtf [13:34] ok, thanks pkunal-parmar [13:34] aaah phablet-tools breaks it for me [13:34] phablet-shell I mean [13:35] yup, it replaces authorized_keys with the canonical one, and it tries my own one first and fails [13:35] nasty [13:35] karni, so yeah, as long as you don't use phablet-shell, stuff should work [13:36] WWTTTHHH [13:36] elopio, we've got a test failing on https://code.launchpad.net/~yohanboniface/ubuntu-calendar-app/DatePicker/+merge/212163 and we can't figure out why - the calendar devs are mentioning that you were saying you were planning to fix that test. Is this something that you are looking into? Or is there anything else we can do to get that longstanding branch landed? [13:36] Saviq: haha wait. wasn't this supposed to *FIX* using phablet-shell :D? [13:36] karni, yeah, I don't know what's happening [13:36] I can't log in again [13:37] Saviq: ah, I suppose we were talking about diffrent things. you're trying to ssh in, I was trying to use phablet-shell. similar symptom once you use phablet-shell, I suppose :) [13:37] karni, p-s uses ssh [13:37] karni, just tcp-forwarded over adb [13:37] yes, I know :) [13:37] I mean, I don't know the internals, but it just wraps stuff we'd normally do in CLI [13:38] zsombi: I cleaned up https://docs.google.com/a/canonical.com/document/d/1wUUKtPmRmwbUELC1BUB9l0VOAwS_zAPRSCqMopUxR1c/edit after our discussion [13:38] \o/ hurray we have finally agreed on the new header API :) [13:39] t1mp: looks "clean" now :) [13:39] ok I *kinda* know what's happening now [13:40] zsombi: the "content" property is very close (actually the same) as what we were using all the time, but which we did not support :) [13:41] t1mp: :) [13:43] zsombi: btw, what do you think of this one? https://code.launchpad.net/~tpeeters/ubuntu-ui-toolkit/98-DeprecateHeader/+merge/221935 [13:43] zsombi: ^there are 3 apps that use select_single(Header) in their AP tests that need to update to use our cpo's before I can make that change, but other than that it is ready [13:44] zsombi: I'm gonna propose changes to those apps now, it is some work so better stop me now if you think that MR is complete nonsense [13:44] t1mp: so we have a CPO now for that, right? [13:44] zsombi: yes, we have a CPO, but elopio checked and three apps don't use that yet [13:45] so they use the internals which will break when we change stuff [13:45] t1mp: what if you make the CPO first with the current setup, change the apps then we remove the header? [13:45] karni, bug #1326805, sounds related to what you're seeing? [13:45] bug 1326805 in phablet-tools (Ubuntu) "phablet-shell replaces authorized_keys" [Undecided,New] https://launchpad.net/bugs/1326805 [13:45] zsombi: can you top-approve this? https://code.launchpad.net/~tpeeters/ubuntu-ui-toolkit/98-DeprecateHeader/+merge/221935 [13:45] zsombi: no not that one! [13:45] epaste [13:45] :) [13:46] sheets? [13:46] zsombi: can you top-approve this? https://code.launchpad.net/~tpeeters/ubuntu-ui-toolkit/deprecateSheets/+merge/221879 :) [13:46] zsombi: ya [13:46] t1mp: done [13:46] thanks [13:46] I believe it may be the same issue. The problem is that I haven't ssh'ed in for a while (just used adb shell). I'll mark it as affecting me. [13:47] zsombi: hmm.. is it going to land now that you top-approved after CI rejected (because of the .xauthority file which just got fixed in staging) [13:47] ? [13:48] oh yay, now I locked myself out of chinstrap :D [13:51] FTR not the case here, though [13:51] t1mp: let's see... I don;'t think so... [13:51] zsombi: ok I'll do an empty commit to re-trigger CI [13:52] zsombi: I merged staging on https://code.launchpad.net/~tpeeters/ubuntu-ui-toolkit/deprecateSheets/+merge/221879 [13:52] zsombi: interesting, it is still "Approved", it didn't go back to "Needs review" automatically [13:53] I thought that always happens when I make a change [13:53] t1mp: no, it doesn't, but the CI will fail, and then we can set it again [13:53] zsombi: I set it back to needs review [13:53] zsombi: if you happrove now, it will be happroved after my latest change [13:53] and then everything should pass automatically [13:54] or I can happrove myself ;) [13:54] done [13:54] ok thanks [13:56] zsombi: did we ever discuss changing default values of properties? [13:56] zsombi: I am thinking to set useDeprecatedToolbar to false by default in uitk 1.1, but keep it true in 1.0 [13:56] that may mess up apps that use 1.1 but which rely on the toolbar === oSoMoN_ is now known as oSoMoN [13:57] t1mp: hmm... you shoudl communicate before doing that. The name of the API is anyway bad :) [13:58] zsombi: I'm not saying to just make the switch today, of course I'll communicate it first if we do that :) [13:58] and useDeprecatedToolbar is a suitable name :) [13:58] zsombi: or we introduce 1.2 and switch there [14:02] dpm_: I have never seen before the test that's failing. But I can give it a try. [14:03] elopio, great, thanks. Even if it's to give us some pointers, that'd already help. Not really sure why it's failing [14:03] dpm_: ok, give me some minutes [14:03] cool [14:04] dpm_: replying late, yes, we don't need the evernote 2.7 packages. [14:04] dpm_: and on evernote I found that it's now getting a segfault on online accounts. [14:04] still debugging there. [14:05] elopio, ah, yes, confirmed by Nick (re: the 2.7 packages), but thanks for coming back to me on that one [14:05] t1mp: postpone the pain :D [14:05] t1mp: that will not happen in 14.10 timeframe [14:05] elopio, what is getting a segfault? The python sdk when trying to access evernote via o-a? [14:06] dpm_: no, online accounts when the reminders app is opened. [14:06] something similar happened on the click scope [14:06] so I'm tracing back my steps on how we fixed that one. [14:07] zsombi: before using the new header API (in 1.1), app developers still have to explicitly say useDeprecatedToolbar: false, which seems a bit silly [14:07] elopio, huh? I've not seen that one. It's working fine here. On what image? Or are you testing on the desktop? [14:07] dpm_: ah, but it's because of the account we add before opening the app [14:07] t1mp: that's why we should change its default value to false [14:07] nothing to worry on your side. Ot doesn't happen if we add the account throug system settings. [14:08] zsombi: in 1.1 only, right? 1.0 doesn't offer all of the new header stuff anyway [14:09] t1mp: yep [14:09] zsombi: ok [14:15] dholbach: ok, click-reviewers-tools can be updated (though apparmor-easyprof-ubuntu 1.2.4 still isn't uploaded) [14:15] jdstrand, ok, I'll take care of it now and we can still do the backports later on [14:19] dholbach: be sure to use r198. thanks for taking care of that! :) [14:20] jdstrand, I saw your message a millisecond too late - I'll take care of that :-/ [14:25] boiko, elopio: I have an MP for messaging-app: https://code.launchpad.net/~tpeeters/messaging-app/ap-get-header/+merge/222201 [14:25] boiko, elopio: I did not test it (I think the messaging-app dependencies will mess up my system), but we need a change like this. If the MP is wrong, probably you can easily remove that function in your own branch [14:26] anyway I couldn't see any place where you use the function [14:27] t1mp: thanks for that, I will be doing some more changes to messaging-app's ap tests, I will probably include that in the same branch if you don't mind [14:27] boiko: sure [14:27] t1mp: boiko, +1 [14:27] boiko: do you know how long it will take? [14:28] boiko: let me know when you have the changes. I am preparing a change in UITK that breaks your test if you are using your custom get_header() function, see https://code.launchpad.net/~tpeeters/ubuntu-ui-toolkit/98-DeprecateHeader/+merge/221935 === chihchun_afk is now known as chihchun [14:35] elopio: I'll check notes-app and terminal-app later [14:35] elopio: unless you want to do it first ;) [14:36] * t1mp afk now [14:36] t1mp: unlikely :) [14:38] elopio: ok, np :) [14:39] dpm, on https://code.launchpad.net/~yohanboniface/ubuntu-calendar-app/DatePicker/+merge/212163 the test likely needs updated. They've changed the new event qml [14:40] balloons, but he did update the test, didn't he? The failure in the logs doesn't look like a failed test? [14:40] dpm, no the only changes I see are to skip tests [14:40] hm, weird [14:41] it's probably not too hard to update the test [14:41] but the results are legitimate [14:42] balloons, ah, so I guess it's down to what this comment was already saying: https://code.launchpad.net/~yohanboniface/ubuntu-calendar-app/DatePicker/+merge/212163/comments/503862 [14:42] dpm, balloons, mhall119, popey: I filed a bunch of bugs on ubuntudeveloperportal and tried to tag them / set importance of them... if you could help a bit during your docs day (or one of the next), that'd be great [14:43] dpm, wow, this branch is quite old.. I wonder if the datepicker emulator has landed. If not we can ask someone to write one [14:43] need to make sure a bug exists for it if one doesn't [14:44] balloons, it's our oldest branch indeed. Could you help us figuring out whether there is an emulator already and if not, to figure out what to do? [14:44] It'd be great to finally merge the branch [14:45] dpm, yep I'll look and see if it exists. If not, I'll write it. Getting it into the sdk will be a separate task [14:45] balloons, if there is no emulator we could also skip the test, get the branch merged, but block a store update until the test is written [14:45] dpm, yes we could do that.. That would take seconds if you just want ot land the branch [14:46] dholbach, awesome, will don, thanks! [14:46] I could propose a branch to add it afterwards [14:46] dholbach: thanks, I'll go through the open bugs today [14:46] rock on [14:46] balloons, ok, cool, so do you think it makes sense? [14:46] balloons, when your free could you let me know [14:46] dpm, yes given the circumstances. To do it, I would want a bug filed and linked in with the skip [14:47] ahayzen_, I haven't forgotten about you.. I'm sorry I've been out! [14:47] I spent a little time with the branch last night [14:48] balloons, no worries we have a slight change of plan.... so firstly we are gonna ignore the dbus error on startup and concentrate on fixing the autopilot tests first, as i have proved it is not music-app it is mediascanner2.... [14:49] balloons, now the autopilot tests themselves popey said if we can't figure out how to get the isolation/fakeenv working then we should go back to patching the live home rather than trying to create a fake environment.... as it is more important to land this and remove grilo than preserving peoples ~/Music correctly at the moment [14:49] balloons, bug 1326833 - how do we skip a test? [14:49] bug 1326833 in Ubuntu Calendar App "[QA] Need test for adding a new event" [High,Triaged] https://launchpad.net/bugs/1326833 [14:50] ahayzen_, yes the plan was always to remove the fakenv patching so the branch could land [14:50] popey, did we set a deadline date/time for not figuring out isolation/fakeenv? [14:50] ahayzen_, I don't want to play with it in this merge [14:50] balloons, ah cool... i've got sooo confused where everything is now [14:51] ahayzen_: by the end of the week really. [14:51] ahayzen_, hah, yay. The only thing stopping me was the core dump on launch.. I still can't run music by itself, even with a pristine home and nothing in it [14:51] popey, sounds like we may be going this route anyway [14:51] balloons, what about on device? [14:51] popey, yes basically I spent time with jdstrand trying to get it to work, but it's proving extremely difficult to get right.. the apparmor policy keeps growing [14:52] balloons, i can run in a utopic VM... and on my device ... it seems to be worse when you have large libraries [14:52] balloons, or the 'hack' i found was to make another process use 100% CPU then it doesn't core dump lol [14:52] ahayzen_, I couldn't run it last not on utopic [14:52] ahayzen_, yes, well, heh, that should be fixed [14:53] balloons, even on your device can you not run? [14:53] ahayzen_, I didn't try the device.. I was focusing on the desktop as I need it to run to write the test easily [14:53] balloons, yep there is a bug https://bugs.launchpad.net/mediascanner2/+bug/1326753 [14:53] Ubuntu bug 1326753 in mediascanner2 "Mediascanner2 QML applications fail to start" [Undecided,New] [14:53] ahayzen_, so how are you going to land it then? [14:54] balloons, ah damn [14:54] balloons, we popey said to just land it anyway as it isn't our bug... [14:54] *well [14:54] ahayzen_, well we can land as-is then.. it passes jenkins.. but indeed tests are broken [14:54] running it is broken [14:54] balloons, but we obviously need to get the AP tests passing [14:54] we don't want to push that into the store [14:55] you can file a bug to track the tests [14:55] balloons, it runs *sometimes* lol... as i said small libraries usually work [14:55] ahayzen_, lol.. my library was 0 files and it doesn't run for me [14:55] balloons, oh damn :( [14:55] I can do the work to undo things anyways and assume it will work I guss [14:55] bug 1326753 is likely a dupe of bug 1303962 [14:55] bug 1326753 in mediascanner2 "Mediascanner2 QML applications fail to start" [Undecided,New] https://launchpad.net/bugs/1326753 [14:55] bug 1303962 in apparmor-easyprof-ubuntu (Ubuntu) "please integrate mediascanner2 and media-hub with apparmor" [High,In progress] https://launchpad.net/bugs/1303962 [14:56] jdstrand, but this is on trusty desktop...and it *sometimes* works [14:56] ah, then likely not [14:56] jdstrand, surely that is not apparmor? [14:56] ahayzen_: you could double check by doing 'grep DEN /var/log/syslog' [14:57] jdstrand, nothing appears in syslog [14:57] jdstrand, nothing appears in any logs which is really worrying :( [14:57] balloons, do you experience the same? nothing in any of the logs? [14:57] dpm_: the calendar test calendar_app.tests.test_calendar.TestMainView.test_new_event also fails in trunk. And it's because when you click the a text field for the first time, it doesn't get enabled. [14:58] that's on create a new event. The second time you click it, it gets the focus. [14:58] ahayzen_, not entirely sure I can run again and check [14:58] elopio, there's a bug for that one [14:59] popey, what direction/actions should we take now? [14:59] victor actually worked around it and that landed, so trunk should work [15:01] balloons: I can't find it, do you have the # ? [15:01] so we have two choices? proceed with (trying to) mock home or revert and go back to trampling on ~/Music, right? [15:02] popey, no we can only trample on ~/Music [15:02] Ok, that's what we do then. [15:02] but the mediascanner2 issue that stops it from running is a problem [15:04] i thought the ms2 issue only occurred intermittently, not during AP? [15:05] popey, if it occurs on your machine then you seems to always get it [15:07] popey, I can't launch the branch at all on my desktop.. it just core dumps [15:08] and yes ahayzen_ jdstrand nothing in syslog about apparmor denials :-) [15:08] balloons, i tried running dbus-monitor but couldn't spot anything obvious either [15:09] balloons: any suggestion who might be able to debug this? guessing tvoss / jamesh ? [15:12] dpm, there is a datepicker helper in the sdk [15:13] so the tests should be able to use it [15:14] balloons, ah, nice. Could you help the developer with some pointers as a comment on that MP? I don't think he's got previous AP experience [15:17] I think I should try on my laptop with a clean home.. maybe the out of mem errors won't appear and it will print something usefulk [15:19] elopio, oh, so howcome the test_new_event fails on trunk locally but not on Jenkins? Was it disabled somehow in the past? [15:22] ahh yes the trace is better [15:24] dpm_: I don't know. The results of the latest MP on trunk are too old and no longer on Jenkins. [15:24] also, I'm running on trusty. But I'm not sure if jenkins will succeed. [15:24] on yohan's branch it's currently failing because of the wrong use of skip. [15:26] elopio, what do you mean by the wrong use of skip? [15:27] dpm_: I left a comment on the branch. He's trying to skip the test, but without a comment python will raise an exception. [15:27] dpm_: maybe, if the skip is removed, jenkins will show the same error I'm seeing. [15:27] dpm, yep, link the bug in there [15:27] also, he doesn't need to have the @unittest.skip on the helper function [15:36] ahayzen_, http://paste.ubuntu.com/7595542/ is a dump of me trying to start music app on a blank /home [15:39] balloons, thanks, as popey said who would be best to debug this? [15:41] ahayzen_, who has helped you with mediascanner in the past? [15:41] balloons, jamesh mostly but he cc'd tvoss in the last message related to dbus issued [15:42] ahayzen_, then I would start with those two for this as well :-) [15:42] balloons, cool === gatox is now known as gatox_lunch [15:44] elopio, so do you think you might be able to fix the test as per your comment on https://code.launchpad.net/~yohanboniface/ubuntu-calendar-app/DatePicker/+merge/212163/comments/532186 ? Or shall we skip it, merge the branch as it is, and block store uploads until the test has been fixed? [15:45] The branch is over 2 months old, so I'd really like to merge it asap before it diverges even more [16:06] balloons, i've added your dump to the bug and ping'd a mail the james and thomas...now we wait for a reply :) [16:06] ahayzen_, so I pushed the backup / restore code. I've no way to confirm it works tho ;-( [16:06] balloons, ok thanks... i can try in my utopic VM as that was working... [16:12] balloons, self.home_dir is never set anywhere so it breaks [16:12] ahayzen_, cool, let me fix quickly [16:14] ahayzen_, pushed [16:14] * ahayzen_ pulls [16:14] I still don't know how you have this working [16:14] ahh, I think there is another issue tho [16:14] balloons, tests/__init__.p: line 193, file exists [16:15] balloons, it cannot do the os.mkdir(musicpath) [16:15] ahayzen_, right.. let me check all the mkdirs and fix [16:15] balloons, idk my VM seems to work (only has ~30 tracks) ... but i'm not complaining as it is helping us debug autopilot for now :) [16:36] dpm: I'm not able to fix it, but it's a regression [16:36] it shouldn't be skipped. [16:37] it should be fixed in a separate branch by a developer, and no new branches should be merged while we have that regression [16:39] t1mp: ping [16:41] nik90: hi [16:41] t1mp: I need your opinion on the design I got...https://docs.google.com/presentation/d/1JvDyhsW17d1-Mz8OY1YMBKwfRI2z9qgyRjbujEsxEMk/edit#slide=id.g34303b1ce_2_0 === gatox_lunch is now known as gatox [16:42] what do you need an opinion on? [16:43] t1mp: as you see the home page does not have a header. So I will just be using the MainView. [16:43] I thought bottom edge was going to show the clocks in different places, or is the bottom edge different in the alarms page? [16:43] t1mp: however when a user slides up the bottom panel, the saved alarms will be shown. [16:44] nik90: you can still use a Page. Currently just set the title to "" (bad API, with the new API you can set Page.head.mode: "hidden") [16:44] t1mp: but can I put the page inside a bottom panel? [16:45] nik90: yes, should work I think. And once you swipe it up completely, you push it on the PageStack and the header appears :) [16:45] nik90: there is an app that does this already.. let me see which one was it [16:45] renato: ^was it address-book? [16:45] boiko: or messaging-app? [16:46] renato, boiko see https://docs.google.com/a/canonical.com/presentation/d/1JvDyhsW17d1-Mz8OY1YMBKwfRI2z9qgyRjbujEsxEMk/edit#slide=id.g34303b1ce_2_0 [16:46] t1mp: ah so while it is being swiped up, the page is shown, but once the swipe is complete, I push the page into the pagestack [16:46] elopio, it's a regression where? In AP, or in the test, or in the app? [16:47] nik90: yes, that seems the way it should work. If it doesn't work maybe we should make it such that it works [16:47] t1mp: ok. [16:47] t1mp: last thing was https://drive.google.com/#folders/0B-I2gOjaTc7dR01RODhVbXBLbkk [16:47] dpm: in the app. You can give it a try. Open the calendar, go to new event, and then click the name text field. [16:47] nik90, yeah we have that implemented as a private component for address-book-app, message, dialer [16:47] you can copy the code [16:47] t1mp: is it possible to make the bottom panel indicator hide after a certain time..in the video the "2 active alarms" hint hides after 3 seconds [16:48] renato: thnx. Do you have a link to that private component? [16:48] nik90: we don't have indicators for the panel yet in uitk, and I don't think we will before rtm, so you have to implement that yourself [16:48] nik90, http://bazaar.launchpad.net/~renatofilho/address-book-app/new-designer-contact-list/view/head:/src/imports/ContactList/PageWithBottomEdge.qml [16:49] t1mp: ack [16:49] renato: thnx [16:50] I love music and mediascanner. Seems I've wiped my entire local music collection [16:50] elopio, I'm running the DatePicker branch on my desktop, and clicking on the "Event name" field does as expected. What are you seeing? Or should I be running this on a device to reproduce it? [16:50] pretty slick... [16:51] see, your storage space problems gone! :) [16:51] yea.. just a decade or so of music wiped.. heh [16:51] balloons: oh, crap. [16:51] oh really? [16:51] that sucks [16:51] well, I don't backup my music folder in my backup run. [16:52] balloons: I had something similar with gallery-app (does that use mediascanner?) autopilot tests wiping my ~/Pictures [16:52] yea, I think it might really be gone [16:52] ah, shit [16:52] this is why backup/restore sucks and mocking is the only sane solution [16:52] balloons: I agree with that [16:52] I moved it.. I've no idea how it got caught up [16:57] * balloons sits stunned [16:57] balloons: thepiratebay has a backup of your music for your convenience [16:58] popey, lol.. I found my of my original work, so I only lost a couple pieces there I think.. Those are backed up :-) But yea, pretty vrazy [16:58] I'm just confused how it happened [16:59] time to get forensic.. time to boot from the livecd [16:59] back in a bit [17:22] popey: hope the suggestions were useful, sent you another suggestion today :) === dpm is now known as dpm-afk [17:31] big system offline while the attempted restore runs :-0 [17:32] ahayzen_, I'll be back to hacking when it's odne [17:32] balloons, ok :) [17:32] ahayzen_: nik90: the Community Council is talking about the app dev community in #ubuntu-meeting if you guys care to join and give feedback [17:32] If any core apps devs are about there's a community council meeting in #ubuntu-meeting right now which may be interesting for you to lurk or contribute to [17:32] hahah [17:32] beat me to it [17:32] too slow! [17:36] dpm-afk: are you on trusty or utopic? [17:36] what I see is that nothing happens the first time I click the text field. [17:37] the second time, it gets focused. [17:38] elopio, i have time now i can help [17:39] balloons: can you run the gallery from trunk and try to create a new event, please? [17:39] you mean calendar yes? and yes [17:40] sorry, yes [17:42] elopio, this is the new menu system.. I wonder if I'm missing a component [17:43] * balloons installs ubuntu-sdk [17:45] balloons: I'm seeing the new menu too, I thought that was the idea. [17:46] elopio, it is.. I just can't use it.. Finally got a new laptop, so I'm probably missing a lib. Just set it up [17:47] install almost done and I'll try again. Anyways, let me find the old bug and merge for this === om26er_ is now known as om26er [17:50] hmm.. I'm not seeing it. I'm feeling crazy [17:50] vthompson isn't about.. but I remember him looking at this and fixing it [17:56] elopio, cool working now. So what issue are you seeing? [17:57] balloons: when I click the name text field, it doesn't get the focus. [17:57] I have to click it twice. [17:58] elopio, ahh.. it was rssreader! [17:58] this is what I was thkning of: https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1321680 [17:58] Ubuntu bug 1321680 in Ubuntu RSS Feed Reader App "TextField onAccepted is fired twice when enter or return is pressed" [Undecided,Confirmed] [17:59] elopio, i believe it only required one click for me [17:59] hum [18:00] ahh nope, you are correct [18:00] balloons: utopic? [18:00] there's some other issues I see, and yes this is on utopic [18:00] oh, good :) [18:00] I also can't get dayview to show up [18:00] balloons: so, regression right? Not tests fault? [18:01] elopio, that's a problem.. But the merge in question also changes the new event page and probably should include test updates for it [18:01] so it's complex :-) [18:01] I wonder if it's an sdk issue or something within calendar [18:01] we'll have to look @ the qml [18:02] elopio, seems like the first textfield requires 2 clicks, then they all work [18:02] balloons: any text field fails at the first click. [18:02] after you click one text field, any one works. [18:02] elopio, yes I agree [18:02] * balloons pulls and tries clock-app [18:02] I'm going to have lunch. I'll ping you when I'm back to see if you need help. [18:02] this requires a QML test :D [18:02] elopio, :-) === chihchun is now known as chihchun_afk [18:14] t1mp: any estimate on when https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1317816 will be looked at? [18:14] Ubuntu bug 1317816 in Ubuntu UI Toolkit "Tab drawer icon color should be the same as the header text color" [High,Confirmed] [18:35] popey: "soon" ;) [18:36] popey: it is high on my list, https://bugs.launchpad.net/ubuntu-ui-toolkit/+bugs?search=Search&field.assignee=tpeeters [18:36] popey: I'm working on a new header api and adding search to the header now, when that is done I can go through the list of smaller bugs that tweak the header [18:36] popey: I don't think I'll get to it this week, and next week I'm at Qt contributor summit mostly, so the week after [18:37] popey: lets hope the evenings at QtCS are very boring ;) [18:37] hah [18:38] No irish pubs! [18:38] :) [18:39] popey: reggae bars then? ;) [18:41] oh that was a great bar. [18:41] I enjoyed that evening. [18:42] yes, me too [18:43] I had time to sleep 45 minutes and then I had to catch my taxi to the airport [18:43] surprisingly, I made it :) [18:45] ouch [18:45] reggae bar? :-) [18:49] balloons: http://www.juulsbar.com/ [18:49] was it that one? [18:50] yes [18:59] elopio, if you are back it seems r300 causes the regression [19:00] balloons: I'm back. [19:00] renato merged it this morning [19:01] and the diff is small.. it's weird [19:01] it's good we found a regression. I'm still not clear on why they keep appearing on trunk, if jenkins and launchpad should prevent it to happen. [19:02] elopio, I can't find an MP or branch for it [19:03] ping renato are you about? [19:04] hey guys what are you talking about? [19:04] I merged the tests re-factory today but on the staging branch [19:04] hey renato http://bazaar.launchpad.net/~ubuntu-calendar-dev/ubuntu-calendar-app/trunk/revision/300 [19:04] did you accidentally push that to trunk or ? [19:05] no popey asked me to do that [19:05] what is the problem with that? [19:06] ahh.. well I don't see an MP for it. And despite it being so simple it seems to have exposed / caused a random regression [19:06] textfields don't activate on the first tap [19:06] try creating a new event and tap a textfield on r300 [19:06] you have to tap twice for the field to open.. it only occurs on the first one [19:06] r299 doesn't have this [19:07] renato: yes, don't worry about the re-factor in the address book, that one was fine, thanks :) [19:07] balloons, this is the MR: https://code.launchpad.net/~renatofilho/ubuntu-calendar-app/fix-1311125/+merge/217251 [19:08] ahh.. I didn't see it because you pushed it yourself gotcha [19:08] so yea, when that happens we don't get the test runs which would have caught this [19:08] balloons, maybe the problem is related with line 16-20, these should not be part of this change, I am not sure how this appear on this, I did not change that [19:09] renato, oh really? Well let's try then and see [19:10] nope, still exists [19:10] I don't know why the small amount of code would cause the issue.. it's probably just revealing something in the toolkit [19:12] yes this code only add a new button on the toolbar [19:12] balloons: heh.. you don't know so its probably something in the toolkit? ;) [19:12] what got broken? [19:12] t1mp, caught yay! of course it's the toolkit! [19:13] t1mp, so renato added a new button to the toolbar as he says and we are seeing some weird behavoir with textfields [19:13] let me branch calendar-app [19:13] will it work on desktop? or do I need to install dependencies first that will mess up my system? [19:14] t1mp, yep the breakage shows on the desktop, it's where I am [19:14] renato, is this import needed btw? doesn't seem to make sense: import QtQuick.Window 2.0 [19:14] weirdness, [19:14] tim@trusty:~/dev$ bzr branch lp:ubuntu-calendar-app [19:14] ssh: connect to host bazaar.launchpad.net port 22: Connection refused [19:14] balloons, this is part of the code in line 16] [19:15] lp is not responding to my pulls/branches [19:15] renato, thanks for confirming.. so removed it too.. we should push an mp to do that [19:15] I'm playing with the properties of the button to see if one of them is causing it [19:16] or merely the existence of another button [19:19] seems to point to the latter [19:19] where should I get this? file:///home/tim/dev/ubuntu-calendar-app/calendar.qml:4 module "Ubuntu.SyncMonitor" is not installed [19:20] t1mp, qtdeclarative5-ubuntu-syncmonitor0.1 [19:21] it's in universe [19:21] ubuntu-sdk-libs or install it directly [19:21] I'm no trusty, its not there? [19:22] as of last month no.. i'm not sure if it's there now or not [19:22] *on trusty [19:22] I don't think it matters [19:23] popey: hope the suggestions were useful, sent you another suggestion today :) [19:23] t1mp, indeed it doesn't matter [19:23] here I'll push a branch [19:23] anyway, I can run it when I comment out the syncmonitor [19:24] t1mp, lp:~nskaggs/ubuntu-calendar-app/regress-test [19:25] t1mp, yea.. basically I removed everything renato did, just made another button.. that's enough to trigger it [19:26] balloons: how should I reproduce? I go to new event and edit in a textfield? [19:26] t1mp, yep go to a texfield and attempt to select it [19:27] the first click won't select the field [19:27] t1mp, then revert to trunk r299 and see that it works on the first click [19:29] ok, confirmed [19:30] t1mp, ok cool.. so looking at the qml.. look in newevenentryfield.qml [19:30] the textfield being used it defined there [19:30] trying to make a simple example [19:38] something weird is happening [19:39] the popover that shows the two actions doesn't close properly after the new page is pushed [19:39] so that is eating the events. [19:39] if I remove the pageStack.push from the action, it does close the popover [19:46] t1mp, ahh interesting [19:47] t1mp, are the icons working properly too.. seems weird to show 1, but then have the others in a popover [19:47] balloons: it was designed like that. If there is the tabs drawer button on the left, there should be at most two buttons on the right [19:48] if there are more than two buttons on the right, they go in an overflow [19:48] I figured, just curious [19:48] I am guessing those rules will change for desktop/tablet since there is plenty of space for more buttons [19:49] t1mp, so do you have enough to go on now? [19:50] I'm confused now why this happens ;) [20:00] t1mp, how can I help? I've been trying to create a slim version of this to play with. [20:01] I am trying to figure out what is the problem [20:01] it seems it all works fine, except if in onTriggered, there is a pageStack.push().. then the Popover.close() that is called in onTriggered for the listitem (which represents the action) is not executed [20:01] balloons: a small qml program that can reproduce this would be useful [20:02] for reporting the bug [20:09] t1mp, I'll work on it [20:10] thanks === shenk is now known as shenkz [20:18] 21:12:33 < balloons> t1mp, caught yay! of course it's the toolkit! [20:18] balloons: ^ you were right! ;) [20:19] when pushing a new page, the list of actions in the header changes, which destroys the list items in the popover that shows the actions [20:19] ^ and that happens before the onTriggered of the list item which should close the popover is executed [20:19] that messes up things [20:20] t1mp, awesome. I have a simple example almost ready [20:21] balloons: great. can you report the bug and attach the example there? [20:21] I am still figuring out how to fix this [20:21] t1mp, yep will do [20:22] thanks === shenk is now known as shenkz [20:37] balloons: can you send me the link to the bug when you reported it? [20:43] t1mp, i just reported it, but lp might have eaten it [20:43] this is the branch lp:~nskaggs/+junk/pagestack-push [20:44] there we go t1mp, https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1326963 [20:44] Ubuntu bug 1326963 in Ubuntu UI Toolkit "New header toolbar popover eats events" [Undecided,New] [20:45] balloons: I found it by searching for nskaggs :) [20:45] ah [20:45] thanks! [20:47] ty for the help in determining the issue [20:48] balloons: yw [20:48] balloons: I linked a branch with the fix :) [20:48] balloons: now I have to think hard to see if I can come up with a regression test [20:49] t1mp, wow, that's what I call service! [20:49] balloons: don't be too enthusiastic.. next we have to land it ;) [20:50] t1mp, I know, I know.. that could be a week [20:53] Hello, I am looking for a guide to package a QtQuick2 Extension Library. Do I have to add it as a dependency for the QML click package or do I just include the library into the QML click package? [20:55] Neo31: click packages don't have dependencies (as I understood it), so you include the lib in the package [20:56] thank you t1mp [20:57] t1mp, can you provide a file structure for where to include the library in the click package please? [20:58] Neo31, if you use qtcreator it should do that for you, or you can check the template there to see how it would do it [21:00] anyone here [21:00] i need help [21:03] yakiza, hard to know what it is you need [21:05] pmcgowan, it did run the qml+extension out of the box (good this wasn't the case in the early releases) but building the click package shows this error "It is not supported to create click packages for a non UbuntuSDK target" [21:06] ah [21:06] your kit needs to be set up properly [21:09] Neo31, did you make an armhf ubuntu kit for your project? [21:09] balloons, might remember how to do that [21:11] pmcgowan, Neo31 no one has to remember anymore as it's a part of developer.u.c now :-) http://developer.ubuntu.com/apps/sdk/tutorials/building-cross-architecture-click-applications/ [21:11] nice [21:12] ballons i spoke to private [21:14] yakiza, please feel free to ask whatever question you have to the channel. ask directly no reason to ask if you can ask, or if someone is about, etc [21:14] ok [21:14] look [21:15] http://www.youtube.com/watch?v=sFOaYv_22go [21:15] this video [21:15] i did this [21:16] and when i go to write on my teamspeak in the end my [21:16] 192.168..... [21:16] i get an error [21:16] faild to connect to server [21:18] there is my problem [21:21] ballons can you help me with taht [21:25] balloons, renato here is the MR for the fix https://code.launchpad.net/~tpeeters/ubuntu-ui-toolkit/closeActionsPopover/+merge/222261 [21:25] balloons, renato feel free to test the branch and comment on the MR. I will ask a review from the SDK team tomorrow [21:28] elopio: if you are still around, could you review the autopilot part of https://code.launchpad.net/~tpeeters/ubuntu-ui-toolkit/closeActionsPopover/+merge/222261 ? [21:35] t1mp, thanks [21:48] t1mp, thanks mate [22:04] ahayzen_, re: music.. didn't we discuss just moving to unconfined again/ [22:04] balloons, we *are* unconfined again aren't we? [22:04] ahayzen_, well as unconfined the mocking should work [22:04] balloons, even in trunk http://bazaar.launchpad.net/~music-app-dev/music-app/trunk/view/head:/click/apparmor.json [22:05] ahayzen_, btw don't run the tests on your desktop at the moment, unless you want to lose stuff like me :-) [22:05] balloons, i'm running in a VM...where does it go? lol [22:05] ahayzen_, yes I know it's in trunk, lol, I did it [22:05] I mean I forgot, but I remember now [22:05] yeah you did [22:05] balloons, does it not move it to ~/Music.old like before? [22:06] ahayzen_, it wiped several folders.. all sorts of weird stuff [22:07] just not good to be mucking around in /home [22:07] balloons, oh as in it removes /home! [22:07] ahayzen_, and the merge is still unconfined.. so are we sure the mocking doesn't work [22:08] man I hate being sick [22:08] I'm feeling crazy [22:08] balloons, :(... i just did it on my vm and it removed all the folders in /home/$USER lol [22:08] balloons, hope you get better soon [22:11] ahayzen_, yea.. goes nuts [22:12] ahayzen_, did you do it with the latest code.. as of say 13 mins ago? [22:12] balloons, i think it was #496 [22:12] nik90, that is the latest that has been pushed no? [22:12] * ahayzen_ now needs to rebuild his /home [22:13] ahayzen_, yea that was the latest.. anyways, let's just remove all that [22:14] ahayzen_, I reverted everything and pushed again === salem_ is now known as _salem [22:16] balloons, ok so what state is it in now? [22:20] * ahayzen_ wonders what happened when it ran on jenkins [22:21] oh loads of pep8 errors :/ [22:24] balloons, thank you for the link concerning armhf click packages, just a little question, i have been using ubuntu 14.04 since the alpha release and it is still showing framework 13.10 even after a full system update (do-release-upgrade show that i have the latest version) [22:27] ahayzen_, the state should be the same as before hah.. [22:27] the mediascanner2 issues are the breakers for me [22:27] balloons, yeah it appears to be reading ~/Music now [22:28] balloons, but i have nothing in ~/Music so it then starts stating that nothing is in the library [22:40] Neo31, not sure what you mean [22:41] i've been using 14.04 alpha release, after system update i still have framework 13.10 when using ubuntu-sdk [22:41] balloons, fyi from tvoss relating to your mediascanner2 dump... 'Sure, happy to look into it. I'm close to EOD, so tomorrow it is. We'll keep you posted in this thread and update the bug as I gain insight.' [22:42] I am not sure if this might cause any problems. maybe i should purge and resintall ubuntu-sdk or reinstall the whole system balloons [22:42] i was just asking for suggestions [22:42] Neo31, you should be able to make a new target [22:43] perhaps the name is just the same but the target is 14.04 [22:43] hard to say.. however, you can make a new target [22:43] no need to re-install.. if you really feel the need you can purge and re-install ubuntu-sdk if you think something is up [22:43] I can't imagine it's needed [22:44] thank you balloons [22:46] ahayzen_, looks like jenkins is running utopic tests again properly.. and showing the same as I see locally [22:54] balloons, is that good or bad lol