[00:01] jjohansen: sarnold ^^ ?? [00:01] mhall119: ha! but you have to get my second line in there too ;) [00:01] achiang: you can see them in the kernel dmesg, or in /var/log/syslog [00:02] jjohansen: ok, grep -i deny|deni in syslog shows nothing [00:02] (i mean, with proper grep syntax... i did 2 greps) [00:03] well at least you can be fairly confident that apparmor isn't one of your problems [00:04] achiang: done [00:04] yep [00:05] mhall119: ;) [00:45] jgdx, thx! [05:45] Hi all! [05:47] may I successfully install ubuntu touch on htc desire sv? [05:51] hello? [05:53] hello? [07:08] good morning [07:12] hey dholbach! welcome back [07:13] hey mvo [07:13] mvo, how's life over there? [07:13] dholbach: good, a bit warm but otherwise great [07:13] mvo, haha, yeah, I can imagine :) === chriadam is now known as chriadam|away === renato is now known as Guest25241 [08:09] tvoss: it seems that the package for libdbus-cpp-dev is missing a dependency on libdbus-1-dev [08:10] mardy, hmmm ... let me see [08:10] tvoss: because without it I get build errors (/usr/include/core/dbus/argument_type.h:25:23: fatal error: dbus/dbus.h: No such file or directory) [08:10] mardy, yup, patching [08:11] mardy thanks [08:11] tvoss: do you need a bug filed? [08:11] mardy, nope, thanks [08:11] tvoss: excellent, thanks [08:49] anybody got any hints as to what “unable to switch security profile: No such file or directory” when trying to launch a helper means? [08:49] it's a new one :-/ [09:29] mardy, hey there. So how do I tell qmake to select a specific compiler version, ideally by setting env variables? [09:29] mardy, also, how can I tell qmake to not tell me g++ {args} in the build logs but the actual compiler being used? [09:34] tvoss: I never did that, but it could be that invoking it as "qmake QMAKE_CXX=my-compiler" should do the trick [09:34] tvoss: as for how to log it, I've no idea; maybe if you override it as above it will show "my-compiler" instead of g++? [09:56] tvoss: qmake a bit strange, doesn't use that QMAKE_CXX for linking. To do that you need to set QMAKE_LINK & QMAKE_LINK_SHLIB too [09:57] jgdx, hey [09:57] brendand, hey [09:59] jgdx, is your branch all up-to-date with the test fixes now? [09:59] brendand, yup, pushed the Eventually improvements just now [09:59] jgdx, do you have pre-built debs which are up-to-date as well? [10:01] brendand, no, but give me 20 mins === tvoss is now known as tvoss|test === tvoss|test is now known as tvoss [10:09] tvoss: in the trust-store's Request structure, what is in the "from" field? Is it the apparmor profile of the client? [10:09] mardy, yup [10:09] mardy, in general: the application id, which is usually filled in from the app-armor profile [10:11] tvoss: cool. Do you know if there is an API somewhere to get from the application ID to the desktop file? (I know it's fairly easy, but I'd like to avoid duplicating code if such API already exists) [10:11] mardy, not sure, best to ask saviq [10:11] mardy, what do you need the .desktop file for? [10:11] Saviq: ^ :-) [10:11] tvoss: pretty name and icon [10:17] my phone now won't boot :-/ [10:17] tried both devel and devel-proposed [10:17] I get adb, can shell in, but it doesn't actually boot -- it just sits there showing "Google" [10:18] mardy: the .desktop file is, for click, the versioned app id + ".desktop". AFAIK there isn't an api. [10:22] * Chipaca tries "recovery" [10:23] brendand, might take a while, I got a hash sum mismatch [10:24] that didn't work :-( [10:25] jgdx, ok. i think your tests mostly look good. i'd avoid just checking for the length of lists and actually match the content with what's expected, if you can [10:27] how do I “check my partitions on the device”? got this on reflashing: 2014/07/23 11:26:26 Cache formatting was not successful, flashing may fail, check your partitions on devic [10:27] brendand, right, I forgot to look at that. Will now [11:29] jdstrand, ping [11:37] does setting the image to writeable turn off adb? that's three times it's booted after making it writeable and no adb comes up [11:37] no device on 'adb devices' i mean [11:38] and the fourth worked === alan_g is now known as alan_g|afk === alan_g|afk is now known as alan_g [11:48] jdstrand: ping, about "unable to switch security profile" === alan_g is now known as alan_g|lunch === _salem is now known as salem_ === kyrios is now known as Guest66208 === Guest66208 is now known as KyriosBrastianos === greyback is now known as greyback|lunch === pete-woods1 is now known as pete-woods|away === MacSlow is now known as MacSlow|lunch [12:51] Chipaca: hey. where are you seeing that? [12:54] Chipaca: also on booting the device, does 'top' in adb shell show that apparmor_parser is working? === alan_g|lunch is now known as alan_g [13:02] mvo, are you still working on https://code.launchpad.net/~mvo/click-reviewers-tools/check-libs/+merge/225166? [13:04] dholbach: sort of, I created a branch for click that is pending the a code review. the idea is to generate the list of availalbe libs on click chroot generation, then we don't need to carry it in this branch. but the remainder of the branch is still good I think [13:04] dholbach: maybe jdstrand might be interessted to take a first peak at https://code.launchpad.net/~mvo/click-reviewers-tools/check-libs/+merge/225166 [13:05] dholbach: I also plan to reuse this code to pull in libs in click chroot build :) === gnu is now known as Guest74565 [13:08] dholbach: fwiw, https://code.launchpad.net/~mvo/click/generate-framework-initial.libs/+merge/225810 is the part that just collect the initial libs [13:09] tvoss: when I call the query() method on the trust-store, I get a runtime exception "Missing executor, cannot run"; what am I doing wrong? [13:10] mardy, let me check, can you share your code somewhere? [13:12] mardy, did you obtain the store instance by calling resolve_store_in_session_with_name [13:12] ? [13:14] tvoss: yes, let me push the code somewhere [13:14] mardy, ack and thx [13:14] mvo: I've added it to my todo [13:16] tvoss: http://bazaar.launchpad.net/~mardy/ubuntu-system-settings/other-app-access/revision/817 (see trust-store-model.cpp, line 109) === MacSlow|lunch is now known as MacSlow === greyback|lunch is now known as greyback [13:36] jdstrand: I think it's down to versioned vs unversioned app ids for the helpers [13:36] need to track down where we broke that [13:36] ah [13:36] so the apparmor policy will be the full APP_ID [13:37] yes [13:37] if you try to change profile to a subset of the APP_ID, it won't match what is loaded in the kernel === dandrader is now known as dandrader|afk [13:47] I want Ubuntu phone. srsly people - speed it up. [13:47] derek-g, thanks for the motivational words ;) [13:49] tvoss, What do we want? Ubuntu phone! When do we want it? NOW! [13:51] Hiya. [13:51] bzoltan, o/ Do you have an ETA on bottom edge component in SDK? [13:52] Is there any phones for sale with Ubuntu Touch installed yet? [13:53] Atque, I know - right? [13:54] derek-g: You think you recognise me? [13:54] rpadovani: shame, but no [13:54] Atque, no. I don't know u bro. But I'm also waiting for Ubuntu phone to come out. [13:54] derek-g: Oh, yeah, fair enough. === pete-woods|away is now known as pete-woods [13:55] derek-g: Yeah, seems promising... I am hoping it support the GNU userland fairly well. [13:55] bzoltan, so, I have to suppose that it will after RTM? [13:55] Atque: The Meizu MX3 can be found for purchase but it's not yet in general circulation [13:55] rpadovani: yes [13:55] bzoltan, gotcha, thanks :-) [13:56] genii: Does it have Ubuntu Touch on it off the shelf? [13:56] rpadovani: please ask on 4th of August agan [13:56] akc [13:56] *ack [13:56] genii: It seems to say "Flyme OS 3.0" [13:57] genii, do u mean - with Ubuntu preinstalled? [13:59] Atque: The Flyme OS is Android with tweaks from them [13:59] AFAIK none are shipping yet with Ubuntu pre-installed. [14:00] genii, NO! [14:00] genii, andoid won't do [14:00] jdstrand, ping [14:00] davmor2: did you have any luck with mms? [14:00] jdstrand, sorry I didn't get back to you yesterday... team-dinner got "inbetween" :) [14:00] MacSlow: hey-- I don't have it yet. there was a problem with the query and I had to start over (it takes hours) [14:01] jdstrand, ah ok [14:01] MacSlow: I'll let you know when I have it [14:01] so - they say by the en of the year. That doesn't mean December 29-th'ish? [14:01] jdstrand, in any case... should I not be online when it finishes, an eMail will do to [14:01] jdstrand, thanks again! [14:02] sergiusens: sent a message from my wifes phone last night received it twice in quick succession not re-recieved it again yet [14:02] tvoss: did you have time to look into the crash? [14:04] davmor2: but do you have the wire captures? [14:05] jdstrand: heya, i just saw michi updated that apparmor/unity-scopes-api bug [14:05] mhall119: Any idea when Meizu may be shipping? === dandrader|afk is now known as dandrader [14:09] sergiusens: pass [14:09] davmor2: heh, but I can't help you without that :-) [14:10] jdstrand, ping [14:13] hi! i've seen that work for the push notification system has already been started. is there some kind of blueprint available to get the bigger picture? [14:14] Why does #ubuntu-tv redirect here? Canonical dropped that too? [14:20] tomtiger11, ubuntu-tv is suspended until ubuntu-touch is done/ready ... then ubuntu-tv will be resumed one day and be *based* on ubuntu-touch [14:21] thats bad. i dont like fingerprints on my tv :S [14:21] haha [14:22] robjh, ubuntu-touch will also be the base for the next desktop ... (in fact it will be the base of all graphical ubuntu in the future) [14:23] having the fingerprints on the desktop will surely get you used to have them on your tv too [14:23] D: [14:23] time to switch to another disto. i wonder if theres one called "distance" [14:24] heh, what scares you ? [14:24] im kidding ^^; [14:25] :) === alan_g is now known as alan_g|tea [14:39] MacSlow: np [14:39] pstolowski: hey [14:40] jdstrand, hi! any idea what that may be? https://bugs.launchpad.net/mediascanner/+bug/1347609 [14:40] Launchpad bug 1347609 in mediascanner "Mediascanner doesn't scan files - apparmor denial errors on image #145" [Undecided,New] [14:41] jdstrand, any recent changes that could affect that? i've seen it every time after flashing in the last couple of days, including --wipe [14:41] pstolowski: fsuid=32011 ouid=0 [14:41] pstolowski: you need to chown the files to the phablet user [14:41] pstolowski: they are currently owned by root [14:41] jdstrand, oh my... [14:41] jdstrand, makes sense... i ad push'ed them [14:42] jdstrand, thanks! [14:42] np === alan_g|tea is now known as alan_g [14:43] when adb is set as the phablet user, that should help people a lot with this (it comes up from time to time) [14:47] i seem to be unable to flash my device. i had restored android and probably did something stupid (i "encrypted the device"). now every time i try to `ubuntu-device-flash --channel=ubuntu-touch/devel-proposed --bootstrap` it goes through the whole process, but after the reboot, android is still running not ubuntu. how can i put ubuntu on the device... or am i screwed? [14:49] hmm, maybe factory reset... [14:51] barry: https://www.youtube.com/watch?v=OJWJE0x7T4Q [14:52] in case factory reset doesn't owrk ;) [14:53] dobey: haha! [14:56] * barry sees a spinnibuntu [14:59] anybody know what this means? http://pastebin.ubuntu.com/7842378/ [15:03] I get it when a qml app tries to create a GSettings object for the touch.system-settings schema. [15:04] \o/ [15:04] dobey, ^ have you seen that before? [15:06] i have not [15:11] it went away by reinstalling the schema from via apt === dandrader is now known as dandrader|lunch [16:10] seb128, can you look at https://code.launchpad.net/~ken-vandine/content-hub/api_v1/+merge/227948 [16:13] pmcgowan, seb128: settings in silo 4 is good to publish, just waiting for silo 8 to land [16:14] cool [16:15] pmcgowan, can you test my call forwarding branch? seb128 approved it but didn't have sim to test and wanted a test before top approving [16:17] kenvandine, sure, got a deb? [16:17] https://code.launchpad.net/~ken-vandine/ubuntu-system-settings/call_forwarding/+merge/227761 [16:17] grab the output.zip === dandrader|lunch is now known as dandrader [16:31] kenvandine, https://wiki.debian.org/PackageTransition the R,B should be versionned there [16:32] kenvandine, +1 then [16:34] kenvandine, I'm calling it a day, feel free to approve it once you change the version thing [16:45] hi, I'm following the porting guide and I've reached the Build point; however as I've suspected it errors out with *** Can't find default configuration "arch/arm/configs/aries_defconfig"! because the target is AOSP but the defconfig is suppoesd to be cyanogen_aries_defconfig [16:46] is trying to build part of AOSP with the CM kernel a good idea [16:48] kenvandine, tested, works, commented in the MP [16:49] oh well, ln -s ed it, let's see how the build goes [16:55] pmcgowan, thx [16:58] tvoss: hi! In the click scope I need to get some timestamps from a json service, in ISO8601 format; and afterwards I need to show those as strings formatted for the user's locale. Do you have any recommendations on which library to use to hold timestamps in C++11? [16:59] the options I'm considering are boost or Qt; else, using plain C strftime === alan_g is now known as alan_g|EOD [17:04] I mean strptime, and then strftime === Ursinha is now known as Ursinha-afk [17:24] mhall119, shall I follow the lead on reddit and change my job title to "Random Guy"? [17:25] anyone know anything about PageStack? like if its immediate parent is not a MainView, does it still result in the header and toolbar being updated, in the app, or does it only do that if MainView is the immediate parent? [17:29] rickspencer3: I think "neverhearofhim" might be more specific :) [17:29] it seems you have to play guitar or go into space for people to know who you are these days [17:30] if you can play space guitar, everybody will know you [17:31] not space goat? [17:31] david bowie? :) [17:31] dobey: don't play with space goats [17:33] are there space goats in goat simulator [17:33] tell that to popey : http://goatsimulator.gamepedia.com/Space_Goat [17:33] haha [17:33] cwayne: yes, yes there are. [17:33] great, now i have to buy it [17:34] hah [17:35] hmm [17:36] is it possible to do string formatting in qml? [17:36] dobey: http://developer.ubuntu.com/api/qml/sdk-14.10/QtQml.String/ [17:36] like ("%s", _("Le foo")) [17:37] ah ok [17:37] thanks [17:38] np === Ursinha-afk is now known as Ursinha [17:41] mhall119: do you know if it's possible to connect to a signal to know when the back "<" is clicked in the new header? [17:43] dobey: if it's from a PageStack you can use onCurrentPageChanged [17:45] mhall119: it's from inside a Loader inside a Flickable, inside a qml file that is loaded and embedded in online-accounts-ui :-/ [17:46] online-accounts creates a new empty account when it loads our plugin, but for some reason it's not deleting that account when back is pressed. we were working around this by connecting up to the back button in the old toolbar, but the switch to new headers broke that :-/ [17:48] dobey: that seems like the wrong approach, you should be responding to the screen with the account losing focus or visibility [17:49] but, this sounds more like a question for Kaleo, he understands that stuff better than I do [17:49] well really, i shouldn't be doing anything. online-accounts-ui should do it [17:49] should delete the account it created, that is [17:49] i'm not sure why it's sticking around actually [17:49] i just know how it was worked around before, and noticed that the new header switch broke that [17:51] oh joy. and it lokos like all the other plug-ins just exit/crash when i try to add any accounts ohter than u1, on my n4 :) [17:58] sergiusens, was a thumbnail in the message-indicator ( or snap decision ) ever discussed? If I send a MMS w/out text, the notification and message indicator just show an the caller-id [17:58] well...the message-indicator also shows the time/date [17:59] where the heck does stderr/stdout of system-settings and online-accounts-ui go on the phone? [18:00] sergiusens, fyi I re-closed the nuntium & messaging-app tasks for the AT&T bug, couldn't reproduce... [18:01] dobey, ~/.cache/upstart/application-legacy-ubuntu-system-settings-.log ? [18:05] ahayzen_: thanks [18:08] awe_: that's a salem_ question; I don't have the designs; I just get the requests that he needs to get them done. [18:10] awe_, we discussed that with designers already. it is in our todo list. [18:11] awe_, but we dont have support for thumbnails in notifications or messaging-menu, so we will describe with a short text what was received in the mms. [18:17] salem_, ok thanks! [18:21] bah. QT_NO_DEBUG. no wonder i am not getting any log messages :( [18:22] which is also kind of weird, considering i do see a single qDebug() message getting printed. but none of the others i expected :-/ === dandrader is now known as dandrader|bbl === chihchun is now known as chihchun_afk [18:49] Does anyone know when all apps will be downloadable on Ubuntu phone? [18:54] sergiusens, https://bugs.launchpad.net/ubuntu/+source/powerd/+bug/1347856 [18:54] Launchpad bug 1347856 in powerd (Ubuntu) "powerd doesn't turn on screen for incomimg MMS messages" [High,Confirmed] [18:55] sergiusens, powerd listens for IncomingMessage/ImmediateMessage signals [18:55] which aren't generated for MMS messages [18:56] is there a nuntium interface and appropriate signal for powerd to monitor for MMS messages? === boiko_ is now known as boiko [19:17] awe_: a dbus signal or such? [19:19] awe_: MessageAdded could be a good candidate; that's what telepathy ofono tracks. Not sure it would be too early though [19:20] awe_: why don't we just track notification bubles? should solve a potential issue for any of the cases [19:29] sergiusens, sure...notifications seem reasonable to me, although I don't know much about the API [19:36] awe_: I think rsalveti recalls his days with notify-osd, he can help [19:36] but it's most likely a method_call and not a signal [19:36] would need to check that [19:37] sergiusens, I just created the bug. Will discuss tomorrow during the stand-up [19:37] I have other things I need to clear from my plate [19:38] we don't want the system to be up for any notification necessarily [19:38] also, that's on power basically to keep the device awake [19:38] rsalveti: why not? [19:39] and not to wake up the device, that's done by kernel/rild via a short wakelock [19:39] rsalveti: if it can do things in the background (system service), and wants to osd something; it certainly should be allowed [19:39] we first need to see if in this case the system is indeed going up once a new message is in [19:39] sergiusens: we don't want anyone to control or access that [19:40] afaik [19:40] otherwise you could change it to always request a suspend blocker [19:40] rsalveti: well I'm not saying access; just have powerd track notify-osd [19:40] but knowing the amount of issues we had with notify-osd itself, I'd not add anything in there [19:40] :-) [19:40] powerd shouldn't track these services [19:41] power should only track services that are responsible for bringing up the device from suspend [19:41] rsalveti: I'm not in the internals; not sure it should track nuntium either; ofono surely knows when it gets a push, as it shoves it to nuntium [19:41] when that's not the case, the app should request a suspend blocker [19:42] wonder why ofono is not sending any signal in this case [19:43] is it sending any signal on incoming mms? [19:43] rsalveti: it's not a signal, it's a method_call [19:43] or just sending stuff directly to nuntium? [19:43] rsalveti: that's why I mentioned the ofono/mms stuff is convoluted [19:44] rsalveti: when nuntium launches, it registers an agent against ofono and then ofono calls a service I need to create [19:44] the service, being an agent [19:44] right [19:44] so it's not sending any sort of signal [19:44] sergiusens: nuntium should probably tell powerd when it gets that push [19:45] it could easily just spawn a signal and make everyones life easier [19:45] via a dbus signal [19:45] a signal would be enough [19:45] sorry to jump in [19:45] lol [19:45] ChickenCutlass: well if powerd tracks signals; it should be MessageAdded [19:45] which is what I mentioned in the bug [19:45] :-) [19:45] sergiusens: I forget what powerd already listens for [19:46] ChickenCutlass: powerd listens for IncomingMessage/ImmediateMessage signals [19:47] sergiusens: so if we added MessageAdded we would be good [19:47] right? [19:47] ChickenCutlass: I don't like signals as it means we can activate the screen when the osd has already been displayed though [19:47] right [19:47] ChickenCutlass: yup; as good as it has been for the other things === kdub_ is now known as kdub [19:53] cwayne: pushed an update to the app. hope you like it [19:54] mzanetti: how many beers is this gonna cost me :P [19:55] cwayne: lets see if the update works for you first [19:56] still needs to go through the qa queue [19:56] want a click package? [19:56] mzanetti: sure! [19:56] cwayne: http://notyetthere.org/data/com.ubuntu.developer.mzanetti.tagger_0.3.0_armhf.click [19:59] mzanetti: ah, much better :D [19:59] like, at least 2 beers worth :P [19:59] works for me :) [20:01] mzanetti: but really, thank you, this is a huge help :) === Ursinha is now known as Ursinha-afk [20:02] no worries. happy to help out === rickspencer3_ is now known as rickspencer3 === Ursinha-afk is now known as Ursinha [20:35] mardy, ping === salem_ is now known as _salem === dandrader|bbl is now known as dandrader === renato is now known as Guest43905