=== tmpRAOF is now known as RAOF [08:37] pete-woods: hi, dpm told me you are the man to ask about it: how can one remove stats from the usermetrics on the lock screen when he uninstalled an app which displayed it? === greyback__ is now known as greyback [08:39] mivoligo: I think you can't at the moment. will add a bug for it [08:42] pete-woods: thanks, can it be done manually somehow? [08:44] mivoligo: well the database lives in /var/lib/usermetrics/usermetrics6.db === jzheng is now known as jzheng_afk [08:44] and the schema is reasonably straightforwards [08:45] pete-woods: thanks [08:46] mivoligo: select * from "usermetricsservice::datasource"; [08:46] to figure out the ID of the data source you want to remove [08:47] mivoligo: then purge the related data for that userData_id from "usermetricsservice::dataset" [08:47] then remove the entry from datasource === vrruiz_ is now known as rvr [09:32] pete-woods: is it save to just remove usermetrics6.db file? [09:39] mivoligo: yes, but then you will lose all your metrics [09:39] if that's no problem for you then it's the easiest option [09:43] pete-woods: thanks, it is actually for someone who used my app, uninstalled it and sent me an email how to remove stats about it from the circle. I'm not sure if he's technical enough to do what you mentioned before :) [09:59] we should probably just not show stats from uninstalled apps (but keep them around for when someone reinstalls?) [10:01] I would vote for that ^ [10:23] yeah, that sounds like the best thing to do [10:23] will get that implemented when I have the chance === MacSlow is now known as MacSlow|lunch === alan_g is now known as alan_g|lunch [12:32] mterry, thanks for clearing up DEB_... can a debian/rules make it so that parallel is not respected btw? [12:33] Saviq, because of the comma? The usual check code that is copy/pasted in most debian/rules should allow both [12:34] Saviq, but I do remember hitting some piece of check code somewhere that didn't like commas. And that's how I discovered that spaces are correct :) [12:34] mterry, nope, regardless, UITK doesn't seem to respect parallel= or -j on dpkg-buildpackage [12:35] Saviq, I think parallel building is an opt-in thing for packages -- because it so often breaks on packages that don't expect it === MacSlow|lunch is now known as MacSlow === tedg is now known as ted === alan_g|lunch is now known as alan_g [14:03] ping kgunn: we have scheduled a meeting right now. Do you want to meet to talk about our cards in your backlog, or are you ok with the information they have? === alan_g is now known as alan_g|afk [14:09] elopio: otp === alan_g|afk is now known as alan_g === dandrader is now known as dandrader|afk === dandrader|afk is now known as dandrader === alan_g is now known as alan_g|EOW === dandrader is now known as dandrader|lunch === dandrader|lunch is now known as dandrader === dandrader is now known as dandrader|afk === dandrader|afk is now known as dandrader [21:30] mterry, just read your comment on https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1321161 [21:30] Ubuntu bug 1321161 in unity8 (Ubuntu) "[Greeter] Unlocking welcome screen with two fingers doesn't unlock properly" [Medium,Fix released] [21:30] mterry, what's the "welcome screen"? [21:30] mterry, is it the greeter (that thing with the round infographics)? [21:30] dandrader, yeah [21:31] mterry, you cannot drag it with two fingers [21:31] mterry, it only accepts single-finger drags [21:33] mterry, but after the single-finger drag has started, you can add as many fingers as you want since those new ones will be ignored [21:33] dandrader, sure... well dragging with two fingers used to have that buggy behavior. And you can still confuse it by "swapping fingers" like I describe in my comment