=== dk is now known as Guest48898 === _salem is now known as salem_ === salem_ is now known as _salem === dk_ is now known as dk === chihchun_afk is now known as chihchun === duflu_ is now known as duflu === chihchun is now known as chihchun_afk === ecloud is now known as ecloud_wfh [07:52] good morning [07:55] dholbach: morning! [07:55] hi nhaines [07:56] dholbach: dholbach nice and brisk over there today? [07:57] it is :) [07:57] how are things over there? [07:58] Cold at the moment but will be beautiful tomorrow. Maybe 25 degrees or so tomorrow. [07:59] wich part of the world is that [07:59] freezing cold here :p [08:01] lotuspsychje: sunny Southern California. :D [08:01] nice [08:02] freezing cold belgium here [08:02] Yup. I'm happy here. [08:03] im sure you are :p [08:11] lotuspsychje: never been to Belgium, only Germany. It was beautiful but a week of snow was enough for me. :) [08:11] lol [08:11] im sure, when used to happy weather [08:16] Elleo: ping === VDVsx_ is now known as VDVsx [09:34] saidinesh5: pong? [09:34] Elleo: so mir already has the code to just pass through the mouse events? [09:34] Elleo: i looked at ubuntu application wrapper and it wasnt doing much [09:35] it seems more like to have only 1 instance of it [09:35] saidinesh5: yeah, it just needs to receive the geometry over dbus [09:35] but the dbus code isn't there... [09:35] which is all the wrapper does now [09:36] i thought the wrapper starts its own server and listens for incoming connections [09:36] err, give me a sec, its possible I pointed you at wrong file [09:37] I'll just take a quick look myself [09:37] sure [09:37] i was expecting to see more of mir related code... [09:38] right, it is that file; my mistake was in thinking it was sent over dbus [09:38] it's just a socket connection [09:39] but it itself is starting the socket server [09:39] all the mir related stuff is done by unity-mir [09:39] ohh.. and what about creation of the window etc.. .? [09:40] seb128, hello! I just got back from a bank holiday, one question about https://code.launchpad.net/~mandel/ubuntu-system-settings/mem-leak-fixes/+merge/243511 [09:40] iirc that's done by maliit creating a qt window [09:40] seb128, do I have to do anything to get this landed? [09:40] virtual void setupInputPanel(QWindow* window, Maliit::Position position); [09:40] virtual void setInputRegion(QWindow* window, const QRegion& region); [09:40] virtual void setApplicationWindow(QWindow *window, WId appWindowId); [09:40] we need to implement these 3 methods [09:40] seb128, and https://code.launchpad.net/~mandel/ubuntu-system-settings/just-notify-on-change/+merge/243628 looks like it has some flaky tests but should not be related to my changes.. [09:42] mandel, hey, wb [09:42] saidinesh5: I think you can ignore setApplicationWindow [09:42] mandel, nothing to do for landing, we do regular ones with whatever is the in the approved queue [09:42] saidinesh5: the wayland plugin doesn't implement it [09:43] saidinesh5: and we don't do anything special in the keyboard for it [09:43] mandel, yeah, CI infra had issues, not your fault [09:43] Ah yes [09:43] saidinesh5: since Qt already has a mir backend [09:43] saidinesh5: so that all gets handled there [09:43] mandel, sorry, that changeset is not a small one, didn't review it yet [09:43] Elleo: soo i just have to implement setInputRegion ? [09:43] saidinesh5: yeah [09:43] but why is ubuntuApplicationwrapper starting the server then? [09:44] saidinesh5: not sure, it's a horrible legacy hack that wasn't just for mir [09:44] saidinesh5: it also had to support hacks into surfaceflinger in the past as well [09:45] yeah .. but it looked like it was more of a server to maintain a unique application [09:45] not sure I follow? [09:46] 1 sec [09:46] Aaaaaah [09:46] so mir is the client here? [09:47] so when you create a socket server on that path [09:47] mir sends the incoming connections? [09:48] the keyboard creates the socket server and mir connects to it [09:48] then the keyboard sends geometry to mir [09:49] Ahhh [09:49] so what is the setupInputPanel for? [09:51] I think it's designed to handle requests from maliit to alter the position of the panel [09:51] judging from a quick scan of the wayland plugin anyway [09:51] Good morning all, happy Human Rights Day! :-D [09:51] that just creates a surface if there isn't one, or sets some position data on it if there is [09:52] I don't think you need to worry about it in the mir context at the moment [09:53] Ahh coool [09:53] i was actually looking for mir api for that heh [09:53] okay let me quickly implement this and see if its working [09:56] Good morning folks... I'm not an expert, but is it possible to install ubuntu touch only in dual boot with android or even as a standalone os? [10:04] Harminuriel: both are possible on supported devices. [10:07] Oh thank you.... [10:08] mzanetti: help! [10:08] Cimi: ping [10:08] mzanetti: https://bugs.launchpad.net/ubuntu/+source/indicator-network/+bug/1382033 [10:08] Launchpad bug 1382033 in indicator-network (Ubuntu RTM) "[SIM PIN] 'Incorrect PIN' warning is not cleared from display for SIM2 PIN entry" [High,In progress] [10:09] I'm clearing the state of the errorAction when the first dialog closes [10:09] but the second dialog still shows the error from the first dialog for the full 4 sec [10:09] so.. [10:09] to me it seems [10:10] that the clearing of the errorAction state might not reach unity8 side before it shows the second dialog [10:10] and thus it hits the 4 second timer [10:10] I don't see any code that would cancel the 4 second timer if the errorAction state is cleared during that 4 seconds [10:10] seb128, ok, thx, I'll wait :) [10:11] some deep voodoo in play, again, it seems ;( [10:16] Wellark: ok. will look at it [10:18] Wellark, pong [10:19] Wellark, was sick yesterday (I am too today) [10:19] Wellark, but let's chat [10:22] Cimi: wanna hangout? [10:22] Cimi: if you are sick, we can do this tomorrow [10:22] get to bed, man! :) [10:22] rome was not burned in one day, either! [10:29] Wellark, let's chat here [10:31] Wellark, I just need to ask for wifi [10:31] Wellark, we need a way to get if a access point is successefully connected [10:34] Cimi: right. [10:35] Cimi: could you give me an example of an use case? [10:36] Wellark, welcome wizard, when you connect to an access point it tells you "successefully connected" and can continue [10:38] Wellark, https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1363400 [10:38] Launchpad bug 1363400 in ubuntu-system-settings (Ubuntu RTM) "[wizard] allows to "Continue" without connecting to network" [High,Triaged] [10:40] Cimi: for that you need to go directly to NetworkManager api ATM [10:41] brb [10:54] Cimi: there simply is not enough information in the menumodel, nor would it be sane to extract that information from the menumodel even if some quirks would be added there [10:54] the "real" solution is to have a fullblown qml api for wifi control [10:54] which we don't have [10:56] Wellark, but this bug is for ota1 [10:56] Wellark, so how do we fix it? [11:01] Cimi: good question.. [11:02] Cimi: let me think about it for a sec [11:07] Cimi: so, I see no clean way of doing this for the ota1 timeframe [11:07] but for the UI point of view [11:08] we are talking about should the button say "Skip" or "Continue" right? [11:08] Wellark, think so [11:10] Cimi: first, even though the bug talks about "cancelling" a connection attempt [11:10] we don't do that anywhere [11:11] either the connection attempt is successful or the wifi stays off [11:11] in case of an encrypted network [11:11] if the passphrase is wrong [11:11] the user gets a new prompt [11:11] asking for a password [11:11] and if the user cancels that, the wifi stays off [11:12] now. for deciding between "skip" or "continue" [11:12] the information the wizard needs is: "is the wifi trying to connect or is it connected already" [11:12] if one of the above is true, the button should say "Continue" if I understand the bug correctly [11:13] and if there is no active connection or attempt to make one [11:13] the button should say skip [11:20] yes === _salem is now known as salem_ [11:59] Wellark, sorry so what do we do then? === dandrader is now known as dandrader|afk [12:25] Hi, are there any news on the porting guide? [12:26] KalleWhoever: sadly not. [12:27] Haven't seen anything on the mailing list either :/ [12:28] If there was someone who could provide the basic steps I can do a write up [12:28] KalleWhoever, we'll start again around end of the year [12:28] someone needs to do a port and take notes to get something together ... [12:29] Hm I tried that with the old guide [12:29] and I talked to the dev who maintains the Port for the Sony Xperia Tablet Z [12:30] But we couldn't figure it out anymore [12:31] ogra_, janimo and I were starting to go through it soon [12:31] KalleWhoever, ^ [12:31] cwayne_, ah, cool [12:31] Very nice :) [12:32] cwayne_, well, i have a workitem to involve the community and make some noise on the ML about it [12:32] KalleWhoever, yes, it sucks but its revamping is indeed on the TODO list. Too bad that a lot of the porting effort is very device specific in our experience so far and cannot easily be covered in a guide [12:32] sadly my workload didnt allow me that yet [12:33] KalleWhoever, do you have the android sources (CM I assume?) working well already? [12:33] @janimo Yeah sure [12:33] janimo, well, do we still want to support CM ? i thought we wanted to focus on AOSP [12:33] i have a device I'd love to port to too... [12:34] * ogra_ has 3 [12:34] :P [12:34] KalleWhoever, since knowing how to build and flashing those are a prerequisite [12:34] heh [12:34] Yeah I hope so :D [12:34] ogra_, we probably focus on AOSP, but a lot of community ports will be reliant on being able to do it on CM [12:34] right [12:35] ogra_, so yes, lower prio than possible OEM projects, where the tree is AOSP + vendor changes [12:35] well, i have a galaxy S3 lying around ... i was planning to actually try out with AOSP on that ... iirc that is one of the in-tree devices [12:35] would be nice if we had a doc / etherpad that we could start with the high level steps and start contributing [12:36] the device i want to port to is x86 which might be harder? [12:37] definitely ... but there was a thread on the ML about x86 porting ... should be a starting base [12:37] popey, I don't even think there is a AOSP device with x86 :/ [12:37] AOSP for Ubuntu Touch is still on KitKat, right? [12:38] yep [12:38] zyga: just the man! [12:38] zyga: saw this and thought of you https://github.com/gpodder/gpodder-sailfish [12:38] :D [12:39] Sony just released a shitload of AOSP sources, but I think most are for Android Lollipop [12:40] Since they are quite similar it could be possible to bring Ubuntu Touch to all the Z devices at once [12:42] popey: hey [12:42] popey: looking [12:43] popey: ah, the pyotherside-based app for sailfish oS [12:43] yes [12:43] gpodder - would be nice to port to ubuntu [12:44] popey: I'll have a look [12:45] popey: all the qml bits need changing [12:45] popey: I'll play with the code and see what works [12:45] * popey hugs zyga [12:45] zyga: would possibly need download manager integration? [12:46] hi ahayzen [12:46] just testing music 755 [12:47] popey, 'morning' [12:47] "That" [12:47] (c) Mirv [12:49] mpt, hi, is this okay? http://pastebin.ubuntu.com/9455984/ [12:50] :D [12:50] popey, have you broken 755? [12:51] * ahayzen hides === dandrader|afk is now known as dandrader [12:52] ahayzen: dont think so ☻ [12:52] ahayzen: want to see how it handles "various" [12:52] :) popey hopefully 'better' than before ;) [12:52] indeed [12:53] copying a bunch of random albums over [12:53] davmor2, did you manage to load that Adele album in the end? [12:54] * popey adds "larger microsd card" to his christmas wishlist [12:55] ahayzen: no and ran out of testing time [12:55] davmor2, no worries [12:55] ahayzen: if I remember I'll have a look this weekend [12:55] davmor2: do you get loads of noise over the headphone port? [12:55] when no music is playing [12:55] davmor2, thanks [12:56] popey, i can 'hear' my phone if i put the speaker next to my ear when nothing is playing? [12:56] popey, like a ticking sound? [12:56] popey: no [12:56] hmmm [12:56] i do [12:56] worse when attached to speaker [12:57] popey: which device [12:57] krillin [12:57] also, bluetooth seems broken for me [12:57] can't see my BT devices [12:57] if i flip bt off and on, it still says "not discoverable" and cant see any devices === dholbach_ is now known as dholbach === alan_g is now known as alan_g|a === alan_g|a is now known as alan_g|lunch [13:02] popey: bt works here including calls and you know how I enjoy listening to those right :) [13:02] hmmm === chihchun_afk is now known as chihchun === jcbjoe_ is now known as jcbjoe === chihchun is now known as chihchun_afk === chihchun_afk is now known as chihchun [13:35] thostr_: could someone look at bug 1372000 and bug 1401109 please? [13:35] bug 1372000 in Thumbnailer "Album art from images in the same folder not exposed" [Undecided,In progress] https://launchpad.net/bugs/1372000 [13:35] bug 1401109 in Thumbnailer "Thumbnailer still tries to fetch thumbnails when offline" [Undecided,New] https://launchpad.net/bugs/1401109 [13:35] popey: yes, we'll have a look [13:36] thanks === alan_g|lunch is now known as alan_g [13:49] mpt, v2 http://pastebin.ubuntu.com/9456643/ [13:56] barry: you around? [13:58] Cimi: I would suggest: [13:58] either quering the connection status of the wifi device directly from NM to get "connecting or connected to wifi" [13:59] or I can add a property to the connectivity-service Private API that contains this information [13:59] that will however not be enough for the spinners or anything [13:59] but it will take care of the "continue" vs. "skip" [14:08] Wellark, which is the nm plugin? [14:09] Cimi: connectivity-service is a separated dbus-service [14:09] of it's own === salem_ is now known as _salem [14:14] Hello, I'm not sure if this is a bug or not, but I set up my system that syncs calendar, contacts with a server. Problem that I'm having is that the info is not updated until I turn off the phone. I think that info should be updated while I start app. [14:18] Chipaca: hi [14:18] barry: we don't need to support for the same channel being at phase percent 70 for version 35 and at phase percent 10 for version 36, right? [14:20] Chipaca: it's entirely possible. the random # generator is seeded with data from the channel, target version #, and machine-id [14:20] barry: is that a yes, we do need to support that? [14:20] Chipaca: yes [14:20] rats [14:20] barry: ok :) [14:20] ;) [14:21] barry: that might break stuff :( [14:21] Chipaca: what's the problem? [14:21] barry: let me go over things and i'll get back to you :) [14:21] Chipaca: cool [14:28] Wellark, is there a qml plugin for dbus connection we should use? [14:29] barry: i'm disintermediating myself; pedronis should be in touch shortly [14:29] Chipaca: okie dokie [14:31] pedronis: barry; barry: pedronis [14:32] barry: hi [14:32] pedronis: i know you. :) [14:32] hi [14:33] barry: so we are wondering will we try for a channel to send out phased updated for many versions in parellel, like we will be at 80% for version 35, and start trying to push at 10% version 36, or we will just first fully rollout one version before trying another one (for the same channel/device combo) [14:35] pedronis: my understanding is that only the latest update will get a phase. all older versions will be phased at 100%. usual operation will be to start at some low phase, e.g. 10% and then ramp up rather quickly to 100%, or notice the problem and ramp down to 0% and issue an update. but it's very possible that r108 will have a different phase than r107 was released with. [14:36] barry: ok, that's more what I remembered from last discussion, and a bit easier for us to deal with [14:37] pedronis: cool. the client basically ignores any phase percentage that exists on any image with a # < the latest image after all paths are scored [14:38] barry: cool, if we need parallel phase out we can deal with it when we get there, but I'll start with something similarly simple and similar to that client logic [14:39] barry: thanks [14:39] pedronis: np. yes, we hashed this out in virginia and if we ever want to do anything different, it will take some changes in the client, but for now, that's what we're going with [14:42] beuno: is there a problem with the store? I can't connect to get app updates [14:43] cyphermox, can you test the bluetooth changes in ubuntu silo 16? [14:44] cyphermox, i don't have a bt keyboard or mouse to test with [14:45] Cimi: I don't know if there is any plugin inside unity8 that talks with NM directly [14:46] cyphermox, actually, the silo needs to be rebuilt first [14:48] cyphermox, grr... actually it didn't need a rebuild :) test please [14:48] * kenvandine must need more coffee [14:49] kenvandine: ack [14:49] thx [14:49] * kenvandine should really get a bt keyboard, that could be useful :) [14:51] hehe [14:51] depends [14:51] but a mouse, that's even more useful [14:51] mhall119, it all looks fine [14:51] it sure beats using a touchpad [14:52] i was thinking for my phone [14:52] oh [14:52] if it works :) [14:52] then I guess, yeah, a keyboard [14:52] which i hear it doesn't seem to completely work yet [14:52] some keyboards have issues [14:52] just pairing in settings right [14:52] issues range from pairing right to crashing bluez because of an issue in encryption [14:53] but that's a bug in bluez itself on armhf, it's on my list I just haven't gotten to it yet :/ [14:56] beuno: hmm, strange, my phone can get to Facebook okay... [14:56] I'll try restarting it [14:56] kenvandine: well, it works [14:56] kenvandine: all this merge really does it not make all the devices grey and insensitive [14:57] yeah, thanks [14:57] we need an extra MP from mzanetti to make the connections work === ogra_` is now known as ogra_ [14:58] cyphermox, is it worth landing this without his? [14:58] https://code.launchpad.net/~mzanetti/ubuntu-system-settings/bt-input/+merge/243796 [14:58] well, it's not hurting. hitting connect for anything other than bluetooth speaker just won't do anything [14:58] mhall119, can you describw what happens? [14:58] mzanetti: thanks! [14:58] mzanetti, yeah, i was going to look at landing that next [14:59] nice :) [14:59] mzanetti, but it probably needs rebasing on cyphermox's branch [14:59] it will [14:59] ack. that means enabling all the items, right? [15:00] beuno: https://www.dropbox.com/s/c9b38csz3u28ubt/screenshot20143210_093211710.png?dl=0 [15:00] yes [15:00] ok [15:00] beuno: "Connect" is the word under the volume notification [15:00] still getting it after restarting the phone [15:00] using the RTM branch [15:07] mhall119, weird, it's working OK on my phone (N4, running RTM). [15:08] mhall119, I realise that doesn't necessarily help, but maybe narrows down the problem. :) [15:08] maybe I need to drop and re-add my U1 account [15:09] mhall119, I assume internet generally is working, e.g. in the browser? [15:09] yeah [15:09] Elleo, i couldn't resist the emoji landing... had to show my daughter that it is a real phone now :-p [15:10] JamesTait, any diagnosis? [15:10] nessita, not as yet. Grabbing logs. [15:10] nope, re-added my U1 account, still having the problem [15:11] JamesTait, what's the symptom? [15:11] mhall119, can you reach myapps.developer.ubuntu.com in the browser? [15:11] nessita, https://www.dropbox.com/s/c9b38csz3u28ubt/screenshot20143210_093211710.png?dl=0 [15:12] kenvandine: awesome :) [15:12] nessita, looks like mhall119 is unable to connect to the updates endpoint. [15:12] Elleo, it is a little weird to have to enable the keyboard in settings [15:12] i think that should be enabled by default [15:12] JamesTait, ok, I just check and the endpoint is up, so looks like something in the phone? [15:12] bfiller, ^^ [15:12] mhall119, JamesTait is the phone pointing to prod or staging? [15:13] kenvandine: yeah, that's probably a good idea [15:13] nessita, and it's working for me on my phone. [15:13] nobody is ever going to find it otherwise [15:13] mhall119, and you have internet in the phone? :-) [15:13] kenvandine: not sure if we should wait for a proper design for it before enabling it by default though? [15:14] nessita: yes [15:14] according to my daughter, it isn't a real phone without an emoji keyboard :) [15:14] that said, probably wouldn't hurt to enable it now [15:14] apparently it's a critical feature... so says the 11 year old [15:14] nessita: beuno: I can search in the Store scope too [15:14] mhall119, is the phone, perhaps, pointing to staging? [15:14] mhall119, that's a different host, though. [15:14] even installin gapps works [15:15] bfiller: do we need an MR against the image seed to add the package to the image? [15:15] nessita: I doubt it, it's a normal RTM image [15:15] bfiller: I seem to remember us doing something like that when adding layouts in the past [15:15] mhall119, downloads are also a different host. Icons might not be though, let me check. [15:16] icons all appear fine [15:16] So that's odd - they're on myapps.developer.u.c same as the updates API. [15:16] mhall119, did you also ask alecu or pawel about this? they may know where to debug in the phone === _salem is now known as salem_ [15:18] IIRC, .cache/upstart/unity8.log [15:18] nessita: not yet [15:19] Oh, no, that'd be for the scope (and it's scope-registry.log not unity8.log) [15:20] It's in .cache/upstart/application-legacy-ubuntu-system-settings-.log [15:20] But you'll probably need to enable debug logging to see anything useful. [15:21] And I don't know how to do that. [15:21] guys i'm getting my nexus 4 today and i will be putting ubuntu-touch on it .. is ubuntu-touch stable ? [15:21] marcustomlinson: did you see i commented on the bug where I am getting smacked in the face with an auth dialog all the time? bug 1373019 [15:21] bug 1373019 in unity-scopes-shell (Ubuntu) "Youtube scope won't let me choose google account" [Undecided,Invalid] https://launchpad.net/bugs/1373019 [15:21] cc mpt ^ [15:21] jcbjoe_, stable enough to use as my daily phone. :) [15:21] https://imgur.com/mVmcA7p followed by https://imgur.com/31spuW8 ( I mentioned this yesterday mpt, and you inquired but I forgot to link you to the bug and images) [15:21] JamesTait: i like the sound of that :D [15:22] popey: yes, this snap decision thing is supposed to be removed [15:22] * JamesTait needs to do the school run, back in ~45. [15:22] JamesTait: did you use a intestive install guide or just the guide on the ubuntu wiki site ? [15:22] anyone else here with a nexus 4 using ubuntu-touch as a daily driver ? [15:23] mardy: is there a bug for removing that snap decision fallback? [15:23] marcustomlinson: I don't think so [15:23] popey: anyway, I'm in the process of landing some changes that will fix this [15:24] popey: vivid silos 000 and 013 [15:24] popey: once landed in vivid, I'll be landing them to rtm (tomorrow) [15:24] ok. thanks! [15:31] nik90_, FYI https://bugs.launchpad.net/indicator-datetime/+bug/1362341/comments/4 [15:31] Launchpad bug 1362341 in Indicator Date and Time "OneTime alarms are not automatically dismissed or delete after they are triggered" [High,In progress] [15:32] Elleo: yes we'd need to add it to the seed, in fact we still need to do that for all the new lang layouts that have landed [15:32] Elleo: don't think they are in the vivid image by default yet [15:34] bfiller: okay, I'll prepare an MR [15:38] popey, what was the url to your click mirror? [15:38] kenvandine: its down ☹ [15:38] * popey stabs btrfs in the face [15:39] again? i thought you had fixed it :) [15:39] hmm.. fingers crossed... [15:39] popey, do you by chance have an old click laying around? [15:39] * kenvandine needs to test updates [15:39] sure [15:40] 2 or 3 would be even better :) [15:40] http://people.canonical.com/~alan/clicks/ [15:40] some there [15:40] great [15:40] popey, thanks! [15:40] np [15:41] you can expect those to not go away [15:42] mhall119, any luck? still blocked? [15:44] nessita: still blocked === dandrader is now known as dandrader|lunch [15:45] mhall119, did you find any logs? [15:45] mhall119, from here the updates API looks up and working, so maybe is worth to ping someone from the client team to help debugging? [15:56] jcbjoe_, I didn't do anything special, just used ubuntu-device-flash iirc. [15:57] JamesTait: from the website ? [16:00] jcbjoe_, initially I followed instructions on the wiki, but that was *way* back - over a year ago now. But it looks as though the instructions are up to date, by my understanding. [16:01] nessita, did you manage to find anything in the logs? [16:03] JamesTait, which logs sorry? [16:03] (ie, no, I did not :-)) [16:03] :-P No problem. [16:05] JamesTait, but seriously, which logs? [16:06] nessita, SCA logs - I was hoping they would shed some light on mhall119's problem. [16:06] Elleo: how do you test maliit-framework on the device? [16:06] nik90_, did you get a chance to try out vivid to reproduce that alarm enable/disable issue? [16:07] i m a little..... scared to do apt-get remove maliit-framework and make install the current one [16:07] like is there any reversable way to test this stuff? [16:07] saidinesh5: I just build a new maliit-framework deb package, that way it gets installed as an upgrade [16:08] Ahh [16:08] saidinesh5: and if things go wrong I can just install the previous deb [16:08] the magic command is? [16:08] saidinesh5: debuild [16:08] saidinesh5: you'll need dev-scripts installed for debuild [16:08] hmm weird... [16:08] saidinesh5: I expect dpkg-buildpackage would work too, but I'm not sure the relevant option off the top of my head [16:09] unable to locate dev-scripts [16:09] saidinesh5: sorry, devscripts [16:09] not dash [16:09] Ah on it === chihchun is now known as chihchun_afk [16:09] also there is a local install too right... i wonder how well that works.. [16:09] local install for maliit-framework [16:10] also how does maliit deal with Mir's security thing? [16:10] maliit runs unconfined at the moment [16:11] Ahh .. do i have to do something to make it run like that? [16:11] kenvandine, I commented in bug 1400742... Haven't been able to reproduce, but if you still have the machine, I'm interested in another log [16:11] bug 1400742 in unity8 (Ubuntu RTM) "Screen no longer locks with passcode set" [Undecided,New] https://launchpad.net/bugs/1400742 [16:11] JamesTait, ah, I can try to check [16:12] saidinesh5: nope, that's all handled outside of maliit [16:12] Ahh [16:12] saidinesh5: it gets run as an upstart job which I think does some of that stuff [16:12] * JamesTait re-checks what the URL is for the API. [16:12] * saidinesh5 is looking at the debian scripts that build maliit with CONFIG+=mir [16:13] nessita, https://myapps.developer.ubuntu.com/dev/api/click-metadata/ right? [16:13] JamesTait: any issues with your nexus 4 running ubuntu-touch ? [16:14] mterry, attached [16:14] thanks! [16:14] mterry, there are lots of pam errors in auth.log [16:14] JamesTait, correct [16:14] bfiller: what're your thoughts on kenvandine's suggestion of adding emoji to the enabled layouts by default? [16:15] kenvandine, [16:15] kenvandine, oh [16:15] kenvandine, you're in nopasswdlogin [16:15] Elleo: should probably check with design first, it's not on by default in ios not sure about android [16:15] kenvandine, that's why.... What put you in that group? [16:16] bfiller: okay [16:16] mterry, no idea! [16:16] mterry, locking was working until friday [16:16] when i changed it to swipe [16:17] kenvandine, can I also see your /etc/group ? === chihchun_afk is now known as chihchun [16:17] okay the debian scripts might need some tinkering [16:17] Elleo: design asked to see it so probably best is to land it in vivid and let them play with it then we can talk about default settings, and other changes they might want [16:17] kenvandine, is your image writable? [16:17] and/or was it ever? [16:17] mterry, http://paste.ubuntu.com/9461350/ [16:17] mterry, yes it is [16:18] but... when i unlocked it i had no access to a computer to connect to it for 3 days [16:18] jcbjoe_, nothing major that comes immediately to mind. Sometimes the screen gets a bit sluggish and I have to restart. But I can make and receive calls, send and receive SMS messages, browse the web, take photos and videos, post on social media, and rely on it to wake me in the morning. :) [16:18] so any changes that broke it happened by setting it to swipe [16:18] bfiller: okay [16:18] i assume [16:19] kenvandine, ok well in /etc/group, you are in the nopasswdlogin group. So something modified /etc/group in place to add your user to the group. Likely accountsservice when system-settings asked it to. Are you sure the image is still writable? [16:19] i've been testing silos... [16:19] so must be [16:19] k [16:19] oh [16:19] so when i switched back to passcode, it should remove me from that group? [16:19] nessita, I'm coming up blank. :-/ [16:19] but i bet you can't fully auth yourself for accountsservice to switch back [16:20] kenvandine, ^ [16:20] kenvandine, yes [16:20] but why? [16:20] bfiller: here's a seed update: https://code.launchpad.net/~michael-sheldon/ubuntu-seeds/ubuntu-vivid-touch-add-new-keyboard-layouts/+merge/244313 [16:20] kenvandine, but maybe accountsservice isn't letting you auth enough to remove yourself from that group, because you never logged in or something.... I'll test that scenario [16:21] mhall119, if we can figure out how to get debug logging in ubuntu-system-settings system-update plugin, that might shed some light. [16:21] * JamesTait starts investigating the code. [16:21] kenvandine, (normally, AS will both add/remove you from that group and zero out your password as needed) [16:21] kenvandine, either one is sufficient [16:21] JamesTait, I need to break for lunch and some errands... [16:21] will be back after that [16:21] kenvandine, but normally in touch, AS doesn't have permissions to modify the group membership, because it's RO [16:21] kenvandine, so it just zeros out the password or not [16:21] nessita, go! Eat! I've got this. :) [16:22] thanks!!! [16:22] kenvandine, but not sure yet why it won't remove you from that group [16:22] mterry, yeah... and i can't seem to reproduce it on my mako... [16:22] i've tried a bunch of times [16:22] kenvandine, oh really? [16:22] interesting [16:23] well... something probably went wrong one time on my krillin [16:23] and it can't undo it [16:23] so it might not be device specific [16:23] just the perfect storm on my krillin [16:23] kenvandine, do you have weird permissions for /etc/group like r--r--r--? :) [16:23] Elleo: thanks, will land that after the emoji silo lands [16:23] mterry, 644 [16:23] bfiller: okay, great [16:23] seems fine [16:23] dobey, alecu - maybe you guys can save us some time; can you remind me (and mhall119) how to enable debug logging in system-update, so we can see why his device is apparently unable to connect? [16:25] JamesTait: i have no idea about system updates debugging [16:25] Hm, actually, I'm not sure if that'll give us any useful log output. [16:25] dobey, nvm, I'll keep digging. :) [16:26] alecu is on vacation this week. but diego did the system updates ui stuff [16:26] and kenvandine owns that now i think [16:28] I see QDebug #include'd in one file, and no calls to qDebug() at all. [16:29] JamesTait: are there qWarning() qCritical() or similar? [16:29] qDebug() isn't the only useful method there :) [16:30] dobey, mandel is working on system updates right now [16:30] dobey, ah, yes, there is a qWarning - thanks. :) [16:31] * JamesTait isn't a C++ hacker at all, let alone a Qt hacker. [16:31] JamesTait, what is the issue, unable to connect? [16:31] Qt makes C++ not suck :) [16:31] mandel, https://www.dropbox.com/s/c9b38csz3u28ubt/screenshot20143210_093211710.png?dl=0 [16:32] kenvandine, one day I hope to make some time to put that to the test. ;) [16:32] * JamesTait just invents days [16:32] JamesTait, meh.. ok, that is probably in that HORRIBLE network/network.cpp class that diego did that uses the reply signals wrong [16:33] JamesTait, you can also add a qDebug or qCritical with the QNetworkConfigurationManager::isOnline method to check if it is really online [16:33] diego did a terrible mess there.. we should have not landed all this.. I wish I was there to review the code :-/ [16:34] kenvandine, can I also have ~/.cache/upstart/ubuntu-system-settings.log, especially after going swipe->passcode? [16:34] JamesTait, http://qt-project.org/doc/qt-4.8/qnetworkconfigurationmanager.html#isOnline [16:35] kenvandine: false :) [16:35] mandel, this is on mhall119's device, so I'm not in a position to make code changes (mine is working as expected, but "I'm all right, Jack" doesn't help him. :-P) [16:35] kenvandine: only thing i've found that makes c++ not suck, is to not write c++ :) [16:38] anyway, i should get lunch === dandrader|lunch is now known as dandrader [16:39] mandel, should qWarning show up in the logs by default, do you know? [16:39] JamesTait, if nothing was done in system settings it should be shown in the logs that upstart creates, AFAIK [16:39] kenvandine, is that correct ^^ [16:39] ?? [16:40] yes [16:40] In .cache/upstart/application-legacy-ubuntu-system-settings-.log [16:40] mterry, http://paste.ubuntu.com/9462564/ [16:41] mterry, the swipe->passcode would be in there from the 8th [16:41] that log is a couple months worth :) [16:41] JamesTait, ah yeah thanks :-/ [16:42] mterry, look at line 12435 [16:42] 2014-12-08 12:11:39,752 - WARNING - Could not set password mode: "Authentication is required" [16:42] Because in that case, we may be able to see what response we're getting, with an "Error retrieving version information: " message. [16:42] mhall119, ^^ [16:42] hm [16:42] mterry, so i guess whatever caused that failure [16:42] is the culprit [16:43] * JamesTait takes mterry's thanks, passes them on to kenvandine. [16:43] mterry, so i guess this couldn't happen for a RO device, so that lowers the security risk considerably [16:44] that was my biggest concern, we had a way to break device security [16:44] kenvandine, so that's not a super helpful error, but that means that auth couldn't happen between AS and system-settings for some reason [16:44] kenvandine, to debug further, we'd probably need your machine and add some printfs [16:45] kenvandine, yeah I don't think this is likely for devices in the field [16:45] mterry, would that be helpful now? i think the issue is really how it got into this state [16:46] or i guess it repeatedly can't remove it from that group [16:46] which is weird... [16:46] mterry, i'm happy to keep my device in this broken state as long as needed to get debug info [16:47] kenvandine, why it can't repeatedly remove it from the group may be enlightening -- not sure if it's an ongoing bug or just fallout from some original sin [16:48] kenvandine, well... I could give you versions of system-settings and accountsservice that are debugged to heck and back... [16:48] kenvandine, just trying to figure how much time this is worth [16:49] mterry, right... not sure if it's worth it [16:49] since it's probably a corner case [16:49] i'm fine just manually removing it from that group too :) [16:50] and carrying on [16:50] kenvandine, that's my recommendation for now. But if it ever crops up again... [16:51] i kind of like it like this actually :) [16:51] it has a pin so developer mode works [16:51] and i don't have to unlock it 100 times a day :) [16:51] but it would be nice to have it lock when i actually leave the house [16:53] hmm.. this is a little frustrating [16:53] so how do i stop an upstart job? [16:53] stop jobname [16:53] more precisely how do i kill the maliit-server and stop it from respawning? [16:54] Ah [16:56] kenvandine, heh, maybe we should figure the bug out so we can add it as a dev feature [16:56] hehe [16:56] well adding the user to that group does it right? [16:56] Elleo: how do i kill the current maliit server and start a locally installed maliit server? [17:00] saidinesh5: 'stop maliit-server' [17:00] Ah === JamesTai1 is now known as JamesTait [17:00] was using sudo for that [17:00] :| [17:10] anybody saw autopilot/apparmor denials before? http://pastebin.ubuntu.com/9464022/ [17:12] JamesTait: what was that? [17:13] mhall119, laptop crashed. :( [17:15] beuno: nessita JamesTait: tried once agian, haven't changed anything, and it's working now [17:15] Nothing changed this side that I'm aware of. [17:16] bzr is working for me on my other machines now too, so much have been something funky with my network/ISP [17:16] mhall119, yay, I guess. [17:17] mandel, your mem-leak-fixes branch has conflicts === rickspencer3_ is now known as rickspencer3 [17:30] Elleo: i think we need to write some code to set up the window etc... [17:31] just specifying the part doesnt seem to be working [17:52] currently my platform plugin isnt even being called... [17:54] saidinesh5: have you added it to createPlatform in passthroughserver/main.cpp? [17:54] yep [17:55] and you're sure whatever condition you're using to trigger its creation is fulfilled? (e.g. some compile time def seems to be the way the others are doing it currently) [17:55] umm let me check [17:55] need to reboot the machine [18:00] saidinesh5: I'm going to have to pop out and do some shopping, but if you're still having problems feel free to push your code somewhere public and I'll have a more indepth look tomorrow :) [18:01] Ahh sure [18:01] was actually doing that [18:01] but i think i know what went wrong.. === alan_g is now known as alan_g|EOD === oSoMoN_ is now known as oSoMoN [18:19] rsalveti, Looking at the stream restore module source and it looks like it gets updates on the volume change for the current stream. [18:19] rsalveti, Seems like setting the volume would be easier than setting it in the stream restore module directly. [18:30] ralsina_, may I ask you how I can compile account-polld for touch on armhf? I need to test a branch. Thanks in advance :) [18:30] gcollura: honestly, I never could. Maybe sergiusens does [18:31] gcollura: I used it on desktop and then used a silo [18:31] kenvandine, taking a look [18:33] ralsina_, ok thanks anyway :) [18:33] gcollura: https://lists.ubuntu.com/archives/ubuntu-devel/2013-December/037904.html with s/trusty/utopic/g doesn't work? [18:38] kenvandine, weird.. I did a merge with trunk and went ok.. pushed the changed already [18:40] dobey, I don't know, account-polld is not a cmake project (maybe I need some other part?) [18:41] gcollura: well, shouldn't matter if it's cmake or not i guess. is it qmake or something? [18:43] gcollura: as long as the build dependencies are sane for cross-compiling, i think doing a cross compile with sbuild like that should work, regardless of the build system used [18:46] dobey, it doesn't have a qmake/Makefile/cmake file [18:47] gcollura: it has a debian/ directory, right? [18:47] dobey, yes it does [18:49] ah, it's go [18:49] not sure how one cross-compiles go [18:50] you could do it the other, much slower, way; building under qemu with sbuild (i don't have a link to how to do that though, and don't remember exactly how) [18:50] or just make an MP and wait for jenkins to build a package and test with that [18:51] dobey, ok perfect thank you :) === iahmad_ is now known as iahmad [18:57] mandel, thanks [19:11] Elleo: https://github.com/saidinesh5/framework/commit/926b6670f95d23da618ab96ccf7db987ce7e847a could you check this out later? the app is sending the info on the socket [19:11] but nothing is being shown === dpm is now known as dpm-afk [20:01] question .. i'm going to install ubuntu-touch onto this nexus4 in a few .. do i need to install ubuntu first to make it easier or what ? is there a s script i can run to install it faster or am i kidding myself on that ? [20:08] jcbjoe_: see wiki wrt installing [20:08] K1773R: i'm on it now .. thanks [20:09] K1773R: i'm trying to do this fast .. we got a storm heading our way today [20:12] jcbjoe_: you are not running ubuntu on your pc or what? do you want to replace android entirely, or run both? [20:13] nevermind then === chihchun is now known as chihchun_afk [20:34] well that's interesting. the lock screen infographics have disappeared for me [20:34] after i got an sms [21:04] tedg: yeah, it could get for any stream, but I think for the indicator you only care about the current stream [21:04] in case you have more than one, there is a list of priorities, basically [21:04] depending on the role [21:05] tedg: you need to set the volume in the stream restore or in the stream itself [21:05] but remember that if you have more than one stream, you might need to select the right one to set === dpm-afk is now known as dpm [22:19] can somebody help me install the stable image of ubuntu-touch onto my nexus 4 ? [22:20] i think its just picking the channel i need to flash .. i want the stable one [22:21] jcbjoe_, ubuntu-touch/ubuntu-rtm/14.09 [22:22] run it just like that cwayne_ ? [22:22] i see what i have to run first .. i have to run the ubunt-touch-flash [22:23] ubuntu-device-flash [22:24] ubuntu-device-flash --channel ubuntu-touch/ubuntu-rtm/14.09 [22:24] thanks cwayne_ === salem_ is now known as _salem [22:32] cwayne_: if you don't mind [22:32] i reboot into ubuntu touch cwm based recovery [22:33] do i do reboot system now ? [22:33] cause it looks like terminal is still up or just stuck [22:33] says failed to enter recovery [22:33] but i'm there already [22:44] figured it out .. when it goes to recovery / i have to catch it in virtualbox then check it under usb so it sees it as a usb device .. its pushing stuff to the phone [22:44] thanks for everything