[00:33] popey: I remember I read on my laptop something about there already being a ms2 build with debugging symbols. But I'm on my other computer now, and the server doesn't seem to log either. [00:33] Do you have time to explain me how to install ms2 with debugging symbols right now? [00:34] jplatte, i just noticed that we have debug symbol debian packages [00:34] https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/landing-031/+build/8228121 [00:34] jplatte, what version of mediascanner-2.0 is on your device? [00:35] (my point being usually debug symbols are turned off in ppas, but it looks like the ppas that we use for building stuff for the phone has debugsymbols turned on, so yay) [00:35] we just need to know what build of ms2 is on your phone, then find the matching dbgsym debs and I think you can install those on the phone and you're good [00:35] mediascanner2.0: [00:35] Installed: 0.107+15.04.20150922.1-0ubuntu1 [00:36] ok [00:37] https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/stable-phone-overlay/+packages?field.name_filter=mediascanner&field.status_filter=published&field.series_filter= [00:37] it has them [00:37] So, you _could_ make your device writable (sudo mount -o remount,rw /) on the device [00:38] It's already writable ;) [00:38] then wget those https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/stable-phone-overlay/+files/libmediascanner-2.0-4-dbgsym_0.107%2B15.10.20150922.1-0ubuntu1_armhf.ddeb https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/stable-phone-overlay/+files/mediascanner2.0-dbgsym_0.107%2B15.10.20150922.1-0ubuntu1_armhf.ddeb [00:38] oh, and any other mediascanner related ddebs, install them and you can do your debugging I think? [00:39] Install them like .deb's? [00:39] dpkg -i? [00:39] ya [00:39] I think so, I don't do this often :) [00:39] aaand nope [00:39] dpkg -i seems to be correct [00:39] but the versions are too recent [00:40] they match yours.. [00:40] mediascanner2.0-dbgsym depends on mediascanner2.0 (= 0.107+15.10.20150922.1-0ubuntu1); however: [00:40] Version of mediascanner2.0 on system is 0.107+15.04.20150922.1-0ubuntu1. [00:40] wait I think I can find the right files myself ^^ [00:41] oh, sorry. my bad [00:41] actually no [00:42] there's only 0.108 for vivid and 0.108 for wily [00:42] Or am I missing something? [00:42] it will be in a ppa somewhere I imagine [00:42] Will check if there's an update for mediascanner in the repos [00:42] unless replaced by newer [00:42] tbh if you grab a slightly newer ms2, you probably still have the bug :) [00:42] Yeah [00:42] but yeah, the phone is all vivid based, so get vivid builds [00:43] okay, so I'll add this PPA? [00:44] aahh I can't even find the ppa id / name thing for "Stable Phone Overlay PPA" inside launchpad [00:44] Oh wait I found the link [00:44] in the breadcrumb menu thing [00:44] the one above is the stable ppa yeah [00:44] So I'll add ppa:ci-train-ppa-service/stable-phone-overlay ? [00:44] not sure I'd do that [00:45] I'd probably grab specific debs [00:45] Nah [00:45] Added the PPA :D [00:45] hehe [00:45] your phone :) [00:45] the non-home stuff will be reset with the next OTA anyway, right= [00:46] what?! [00:46] right [00:46] It doesn't want to update mediascanner after adding the ppa and apt-get update? [00:46] Okay, is there a way to pull the ddeb from the ppa through apt now that I've added the ppa? [00:47] what if you apt-get install mediascanner-2.0 specifically? [00:47] also, what does apt-get policy mediascanner-2.0 think [00:47] is already the latest version, was set to manually installed [00:47] you mean apt-cache [00:47] yes [00:48] Huh interesting [00:48] It shows the later version from the ppa [00:48] and apt-get upgrade doesn't offer it? [00:48] might be that something is pinned [00:48] can somebody help me what to do when ubuntu-emulator fails with /lib/init/init-d-script: 12: /etc/rc2.d/S02whoopsie: -c: not found; basename: missing operand? [00:49] hahaha if I tell apt-get to specifically install the 0.108 version, it wants to remove some system packages [00:49] or at least the ubuntu-touch meta package [00:49] yeah, I'd grab the debs :) [00:49] Nope, that will only be worse [00:50] because then I'll install with dpkg which doesn't even care whether something breaks, it just installs stuff [00:50] I'll figure this out [00:50] ok [00:50] * popey turns into a pumpkin [00:51] goodnight [00:51] good night [00:53] aand figured it out [00:54] for some reason I had to manually tell apt-get the versions of three mediascanner packages so it would actually upgrade them all instead of removing the ones where the old version depended on one of the other packages old versions [00:54] (sudo apt-get install mediascanner2.0=0.108+15.04.20151102-0ubuntu1 libmediascanner-2.0-3=0.108+15.04.20151102-0ubuntu1 qtdeclarative5-ubuntu-mediascanner0.1=0.108+15.04.20151102-0ubuntu1) [00:55] Installed the ddebs for all of them, to make sure [00:56] actually not the qt thing, there are none for that [01:02] So, about this... [01:02] > popey: tbh if you grab a slightly newer ms2, you probably still have the bug :) [01:03] Nope. Seems like it's fixed! [01:03] \o/ [01:03] * popey goes back to sleep [01:03] That probably doesn't mean the code now looks any better than before (I really had never seen goto and exception-for-flow-control used in the same function) [01:04] Buutt for me as a user it's glorious :D [09:28] Anyone around from the SDK team? I think the QML/QMake template might be broken. I can't get it to make a .click as it can't seem to find the .desktop file [11:53] qml-ubuntu-ui-devs, please i need your help. how i can define minimum and maximum date in PickerPanel. https://developer.ubuntu.com/api/apps/qml/sdk-15.04.1/Ubuntu.Components.PickerPanel/ [13:15] Any appdevs around from the SDK team? I think the QML/QMake template might be broken. I can't get it to make a .click as it can't seem to find the .desktop file [17:40] is it possible to send a path to be opened to a generic "file manager" application?