/srv/irclogs.ubuntu.com/2014/10/13/#ubuntu-unity.txt

=== mpt_ is now known as mpt
tsdgeosSaviq: that is very scary07:38
Saviqtsdgeos, the image corruption?07:38
tsdgeosyep07:38
Saviqyeah it is07:38
Saviqthere were all kinds of issues with the image over thu/fri07:38
Saviqbut just confirmed it's not a file corruption07:39
Saviqlike reinstalling unity8 from .deb doesn't help07:39
Saviqtsdgeos, to add to the weirdness, we weren't even touching the areas that broke07:42
Saviqyeah, it's QML compilation07:42
tsdgeos?07:42
Saviqtsdgeos, removing the cached precompiled files fixes the issues07:42
tsdgeosdoh07:43
tsdgeoswhat could go wrong with caching :D07:43
dednicklarsu: good morning. Can you take a quick look @ https://code.launchpad.net/~nick-dedekind/qmenumodel/lp1378941-disconnect-signals/+merge/238013, and top approve if you agree?08:49
larsudednick: sure08:51
larsudednick: approved. How does qmenumodel land? Do I need to merge manuallY?08:54
dednicklarsu: not sure. havent done much in it in quite some time08:54
dednicklarsu: i think it's manual.08:54
larsudednick: hm, I'll wait a bit and merge if it doesn't happen automatically08:59
larsuthanks for the patch08:59
seb128larsu, dednick: that likely go through ci landing08:59
seb128larsu, dednick: I can put a landing up if you want09:00
larsuseb128: yes please, thanks09:02
seb128yw!09:02
larsuone day I'll learn how all of this is set up09:02
seb128larsu, they documented it recently on https://wiki.ubuntu.com/citrain/LandingProcess09:10
seb128larsu, I didn't read it, but maybe have a look09:10
larsuah thanks, I will09:10
larsudednick: did you see the bugs about the time format in i-messages? I thought those where mine at first, but you added the relative time formatter, right?09:31
larsudednick: bug #1372061 and bug #137882109:31
ubot5bug 1372061 in Ubuntu Translations "SMS notification: time format not translatable" [Low,Triaged] https://launchpad.net/bugs/137206109:31
ubot5bug 1378821 in indicator-messages (Ubuntu) "today/yesterday label on sms and calls is incorrect" [High,New] https://launchpad.net/bugs/137882109:31
dednicklarsu: hm. yes. you send the numerical time i think.09:33
larsudednick: it's definitely not the service's fault, it doesn't care about timezones or relative times at al09:34
larsu*all09:34
larsudednick: I mean time formatting in plugins/Util/relativetimeformatter.cpp09:34
dednicklarsu: sure. it's my fault. i pulled the code from indicator-datetime.09:34
dednickprobably doing something wrong with tz.09:35
larsudednick: do you have time to fix it or should I take a look? (probably not that hard)09:35
larsuI wonder if the time has come to merge those classes and put them into the SDK09:35
larsuSaviq reminded me of that the other day09:35
dednicklarsu: ya. been meaning to do that for awhile..09:36
larsudednick: hm, they mix strftime and qt-style time formats ...09:37
larsuI guess the sdk will want qt-style, but then we'll have to re-translate all those strings09:37
dednicklarsu: ya. i just used strtime in unity8 to keep it somewhat maintainable from indicator-datetime. but i needed to make some changes anyway, so it's probably time to change to qt.09:39
dednicklarsu: and should be exporting raw time from indicator-datetime as well.09:40
dednicknot formatted.09:40
larsuya, of course09:41
larsuwe should have one place to format time and it should be as close to the ui as possible09:41
larsudednick: is now the time to do this or should we wait until after rtm?09:44
seb128larsu, dednick, building in https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/landing-008 if you want to test the deb later on09:44
larsuseb128: thanks09:50
Saviqseb128, hey, have you any idea why the language selection list scrolls so slow?11:02
Saviqit looks like delegate creation is awfully heavy11:03
mzanettigreyback: ping11:12
=== MacSlow is now known as MacSlow|lunch
dandradermzanetti, was testing launcher-update-on-dconf-change last Friday using the "reset launcher" button in the settings app. it din't work with or without  this patch. :-/11:16
dandradermzanetti, will try with https://code.launchpad.net/~mzanetti/ubuntu-system-settings/drop-reboot-label-in-launcher-reset/+merge/236876 now11:16
mzanettidandrader: define "didn't work"11:17
dandradermzanetti, the launcher contents do not change, even after a reboot11:18
mzanettidandrader: that system settings patch only drops the label...11:18
mzanettidandrader: you need another one in systemsettings, let me find it11:18
=== shiznix_ is now known as shiznix
dandradermzanetti, I unpinned everything and pinned just "dropping letters"11:18
mzanettidandrader: https://code.launchpad.net/~mzanetti/ubuntu-system-settings/update-reset-launcher/+merge/23430911:18
mzanettidandrader: otherwise systemsettings still resets AccountsService11:19
* mzanetti wonders why this isn't merged yet11:19
mzanettiseb128: hey, is there a reason why this isn't merged yet? https://code.launchpad.net/~mzanetti/ubuntu-system-settings/update-reset-launcher/+merge/23430911:19
dandrader mzanetti, ok will add drop-reboot-label-in-launcher-reset and update-reset-launcher11:19
greybackmzanetti: pong11:20
mzanettigreyback: hey. question: if I kill an app from cmdline. what's supposed to happen?11:21
greybackmzanetti: did you start that app from command line too?11:21
mzanettigreyback: no11:21
mzanettigreyback: it seems I'm intentionally not getting the applicationRemoved() because appman assumes it got lifecycled11:21
mzanettigreyback: however, the ApplicationInfo entry goes away11:22
greybackmzanetti: if app in foreground, app is considered to have crashed so should be removed from app list. If in background, assumed OOM struck, so kept in app list11:22
mzanettigreyback: ah ok, its the focused one11:22
mzanettigreyback: so we have a bug that if the foreground app crashes, the dash is not woken up from suspend11:22
dandraderah, drop-reboot-label-in-launcher-reset already brings update-reset-launcher11:23
mzanettidandrader: yeah, one is a prereq of the other11:23
greybackmzanetti: I think if foreground app crashes, focusApplication is set to nullptr in qtmir11:23
greybackmzanetti: as that used to be the dash11:23
mzanettidandrader: technically you only need the prereq as the other really just drops the label that says "you need to reboot"11:23
mzanettiah ok11:23
greybackmzanetti: so need to change that to focus dash I guess11:24
mzanettigreyback: that helps, will try to fix. might come back though if failing11:24
greybackmzanetti: sure11:24
dandradermzanetti, I didn't look at the diffs at all :)11:26
tsdgeosSaviq: dednick: besides the two minor comments i made sharedunitymenumodel looks good to me11:42
tsdgeoslet's wait for the CI run and approve it11:43
dednicktsdgeos: cool. just uploaded fixes for those.11:43
Saviqcool11:48
dednickSaviq: i've uploaded latest changes to panel design branch as well. back in MP.11:49
Saviqdednick, thanks11:49
tsdgeosdednick: is that ready for review too?11:49
dednicktsdgeos: yup11:49
tsdgeosok, so shall  i get into that one next?11:50
tsdgeosSaviq: ↑?11:50
dednicktsdgeos: Cimi has been doing it, but could use some more eyes11:50
Cimitsdgeos, yes have a look11:50
Saviqtsdgeos, yeah, go for it11:50
Cimitsdgeos, I will re'-review after lunch11:50
Cimibut is tricky11:50
tsdgeosok11:51
tsdgeosi11:51
tsdgeosi'm off for lunch too11:51
Saviqdednick, testing silo 10 now... http://people.canonical.com/~platform/citrain_dashboard/#?distro=ubuntu&q=landing-01011:52
Saviqdednick, panel icons seem to get stale straight away11:53
dednickSaviq: stale?11:54
Saviqdednick, the icons don't change at all, display the first icons that were displayed11:54
dednickSaviq: hm. will take a look.11:54
Saviqdednick, any from the MRs seem relevant?11:54
Saviqdednick, also, datetime indicator empty11:55
* Saviq reflashes to pristine11:55
dednickSaviq: not from the list...11:55
Saviqdednick, yeah didn't think so11:55
dednickSaviq: mterrys greeter shizzle isn't there is it?11:56
Saviqdednick, no11:56
seb128mzanetti, not that I know11:56
mzanettiseb128: seems its just that it was stuck in "Needs Review" and considere being finished11:56
mzanetti...and *not* considered finshed11:57
seb128mzanetti, well, I was waiting on the unity8 side to land, did that happen?11:58
mzanettiseb128: yeah, long ago11:59
seb128mzanetti, ok, I'm putting it in the next landing then11:59
mzanettiseb128: there's multiple parts though. the fact that the launcher swiched to dconf landed a while back already11:59
seb128jgdx, ^ the reset launcher changeset was ok, right? seems like you looked at it by didn't top approve11:59
mzanettiseb128: the dynamic updating without reboot is not landed yet11:59
seb128oh11:59
seb128when is that landing?12:00
jgdxseb128, t'was12:00
mzanettiseb128: hopefully soon, the code is reviewed and looks good. dandrader is doing a last test run now, so it will go into the next unity silo12:00
seb128k12:01
dandradermzanetti, after i do "reset launcher", should I get an empty launcher (ie, with nothing pinned)?12:04
mzanettidandrader: no, you should get the default list12:05
dandradermzanetti, I got an empty launcher12:05
mzanettihmm, that's not good12:05
mzanettidandrader: where are you trying this?12:06
dandradermzanetti, hmm, I pinned contacts12:06
mzanettidandrader: on the desktop?12:06
dandradermzanetti, and it stayed after the reset12:06
mzanettihm, ok. something wrong then12:06
Saviqdednick, yeah, something breaks the indicators in that silo :|12:06
dandradermzanetti, but dropping letters went away12:06
dandradermzanetti, as it's not in the default list, I suppose12:06
dednickSaviq: ok, i'm taking a look now. just finished flashing12:06
dandradermzanetti, testing on the device12:06
Saviqdednick, thanks12:07
mzanettidandrader: this is the default list: http://paste.ubuntu.com/8552071/12:07
Saviqdednick, ah crap12:08
dednickSaviq: did you update just the packages in silo, or do upgrade?12:08
Saviqdednick, my fault12:08
Saviqdednick, I resubmitted the test fix to include greeter profiles indeed12:08
Saviqdednick, let me undo that12:08
dandradermzanetti, tried again: had dropping letters and phone pinned. then did the reset. had a launcher with just phone pinned12:09
dednickah. hm, didnt see that on list12:09
mzanettidandrader: what does "gsettings get com.canonical.Unity.Launcher items" tell you?12:10
Saviqdednick, yeah, because I resubmitted, but didn't *add* the actual MR12:10
dednickSaviq: ok.12:10
Saviqdednick, meaning my branch included the other12:11
Saviqdednick, so as you were, sorry for the noise12:11
dednickSaviq: no prob. guess that means the greeter branch is buggy though...12:11
Saviqdednick, well, the indicators updates weren't in the silo though, maybe that's why?12:11
dandradermzanetti, ['appid://dialer-app']12:11
dednick:/12:12
dednicki'll try the greeter silo again12:12
mzanettidandrader: err... that's weird... seems your reset call doesn't work then12:12
dandradermzanetti, which is indeed what I see pinned in the launcher12:12
mzanettidandrader: try "gsettings reset com.canonical.Unity.Launcher items"12:12
dandradermzanetti, I added a comment in the MP with what it seems to be happening12:12
Saviqdandrader, mzanetti, that branch's in silo 10, was just about to test thes12:12
Saviqthis12:12
dandradermzanetti, at least my guess about it12:13
mzanettiok, need to figure what's happening... dandrader, doesn't it work even if you use gsettings command line to reset it?12:14
dandradermzanetti, what's that command line? I don't know it12:15
Saviqmzanetti, seems to work fine here12:15
Saviqdandrader, what did you use? dconf?12:15
mzanettidandrader: try "gsettings reset com.canonical.Unity.Launcher items"12:16
dandraderSaviq, the "reset launcher" button un ubuntu-system-settings12:16
* Saviq tries12:16
dandraderSaviq, under the "reset phone"  option12:16
mzanettiSaviq: note, the settings button isn't updated yet12:16
Saviqmzanetti, yeah, I see that12:16
mzanettiSaviq: unless you pull in that branchhttps://code.launchpad.net/~mzanetti/ubuntu-system-settings/update-reset-launcher12:16
Saviqsince it requires a restart12:16
dandradermzanetti, yeah, it works with the command line!12:17
mzanettiSaviq: not even that... still resets AS12:17
Saviqmzanetti, yeah, that too12:17
mzanettihmm... that's even weirder then12:17
mzanettias systemsettings calls QGSettings::reset()12:17
Saviqmzanetti, sounds like gsettings-qt bug?12:17
mzanettinot ruling it out, although I would have said "unlikely"12:18
mzanettibut if gsettings reset works12:18
dandradermzanetti, actually it does not really. if I had only phone pinned it worked12:18
mzanettiaha12:18
dandradermzanetti, but them I unpinned everything and pinned only dropping letters12:18
dandradermzanetti, then the command leaves the launcher empty12:18
mzanettihmm... crap...  I think I know what it is12:18
mzanettiSaviq: sorry then... I guess you can drop it from the silo12:19
mzanettiI'll fix it today12:19
mzanettidepends on when you want to release12:19
Saviqok, dropping12:19
=== MacSlow|lunch is now known as MacSlow
dednickSaviq: hm. greeter profiles silo doesnt work at all for me now... u8 cycles on startup.12:23
Saviqdednick, I don't think it's built proper12:23
Saviqdednick, I was waiting for silo 10 to land, can kick unity8 build if you want though12:23
dednickSaviq: meh. it can wait12:24
dandraderCimi, started reviewing https://code.launchpad.net/~cimi/unity8/fix-1378920/+merge/23801212:37
dandraderCimi, when I press the volume buttons (with stock image) I don't hear anything12:38
dandraderCimi, is that expected?12:38
Saviqdandrader, that's not landed yet12:38
Saviqdandrader, https://code.launchpad.net/~macslow/unity8/synchronous-notification/+merge/22905912:39
dandraderI also cannot reproduce bug 137892012:39
ubot5bug 1378920 in unity8 (Ubuntu) "Synchronous sound notifications pause video" [High,In progress] https://launchpad.net/bugs/137892012:39
dandraderusing krillin r8112:39
Saviqdandrader, yeah, because that was reverted12:41
MacSlowdandrader, there's  http://bazaar.launchpad.net/~unity-api-team/unity-notifications/trunk/view/head:/examples/sound.py you could use to trigger a notification with sound12:42
Saviqmzanetti, can you please resubmit quicklist on top of touch ownership please12:43
=== davidcalle_ is now known as davidcalle
Saviqplease12:43
MacSlowdandrader, that would be enough to reproduce the video-playback-pause12:43
=== dandrader is now known as dandrader|afk
mzanettiSaviq: one "please" would have been enough :)12:46
Saviqmzanetti, please :P12:46
mzanettiSaviq: https://code.launchpad.net/~mzanetti/unity8/rework-quicklist-visuals/+merge/23814912:49
Saviqmzanetti, tx12:49
mzanettiSaviq: it's interesting that bzr thinks line 98/99 would be my change12:52
=== _salem is now known as salem_
Saviqmzanetti, had to pull your MP from the silo after all, it conflicted elsewhere this time (stupid bzr)13:10
Saviq/food13:10
* mzanetti grumbles13:11
tsdgeosdednick: https://code.launchpad.net/~nick-dedekind/unity8/expanded-panel-design/+merge/237031/comments/58435513:15
=== dandrader|afk is now known as dandrader
dandraderhmm, got media-hub-service eating "392%" of the phone's CPU after playing a video.13:23
Saviqjhodapp, ↑13:24
jhodappdandrader, Saviq: yeah that's a logged bug already13:24
dandraderjhodapp, good to know!13:25
jhodappwill be looking at that in the next several days13:25
tsdgeosdednick: there?13:54
mzanettitsdgeos: do you also know why testShell now disappears?13:57
tsdgeosmzanetti: what do you mean disappears?14:01
mzanettitsdgeos: I figured it... same as in testShellWithPing happened14:02
mzanettiit got changed to have a Row {} as main item14:02
mzanettiwich makes it go to 0,0 size at some point during the test run14:02
Saviqmzanetti, fixed in my branch14:05
=== boiko__ is now known as boiko
tsdgeosCimi: do you know if this is by design? https://code.launchpad.net/~nick-dedekind/unity8/expanded-panel-design/+merge/237031/comments/58439014:11
Cimitsdgeos, the panel?14:13
Cimitsdgeos, yes, approved14:13
Cimitsdgeos, there might be bugs in the UX, but nick is on track...14:13
Cimitsdgeos, he went last week to the office and reviewed with vesa, there were things to tweak, so he might be addressing them14:14
=== artmello_ is now known as artmello
mzanettigreyback: have time for a focus related review? https://code.launchpad.net/~mzanetti/unity8/refocus-dash-on-app-crash/+merge/23816614:18
greybackmzanetti: sure14:19
greybackmzanetti: "interctive" - typo14:19
mzanettigreyback: where?14:20
mzanettiwah14:20
mzanettihow come it still works?14:20
greybackmzanetti: you decided against patching qtmir to not set the focused app to null - that was my first thought. Ok will test in a while14:20
mzanettigreyback: yeah, qtmir has a comment there: "The app disappeard. Let unity decide what to do wit it"14:21
mzanettigreyback: given that its our long term plan anyways, I decided to do that14:21
greybackmzanetti: gotcha14:21
tsdgeosdednick: Cimi: i'm also concenrned about the high number of timers we seem to have in there14:22
tsdgeoswhy so many?14:22
Cimitsdgeos, this is probably something left from the prototype14:26
dednicktsdgeos: Cimi: not from the prototype. the scroll timer is used for scrolling (holding mouse on area emits scrolls ever x ms). velocity timer is used to determine when velocity decreases below a threashold. alignment timer is used for a delay.14:52
dandradermzanetti, should https://code.launchpad.net/~mzanetti/unity8/fix_snap_decision_test/+merge/238015 get in or not? its description says "This proposal has been superseded by a proposal from 2014-10-10. "14:55
mzanettidandrader: I just reactivated it, still need to fill in the checklist though14:56
Saviqtsdgeos, for your dash bottom edge branch, make the bottom tab thingy catch taps please15:06
mzanettiSaviq: hey, on that branch, testwhitespace fails, but doesn't tell me where and I can't find any :/15:06
mzanettiseen that before?15:06
mzanettihttps://code.launchpad.net/~mzanetti/unity8/fix_snap_decision_test/+merge/23801515:06
greybackdeath to the whitespace test!15:06
Saviqcheckin'15:07
Saviqdednick, the steps from https://code.launchpad.net/~nick-dedekind/unity8/lp1336715-checkable-bindings/+merge/234503/comments/582588 still fail for me?15:09
mzanettiSaviq: hmm... I deleted everything from the file, saved it, pasted everything back saved it again15:09
mzanettiworking now15:09
mzanettimaybe Josh edited the file with windows :D15:10
Saviqmzanetti,15:10
Saviq/home/michal/dev/canonical/unity8/repo/tests/qmltests/tst_Shell.qml: bad whitespace in multiple lines15:10
mzanettiyeah15:10
dednickSaviq: hm. i've been meaning to test that case.15:10
mzanettiI know its's tst_Shell15:10
mzanettibut in there, also LP diff doesn't show any changes that would contain whitespaces15:11
Saviqmzanetti, yeah, can't see where either15:11
dednickSaviq: give me a minute. will try15:11
Saviqdednick, so yeah, the kick is that they're now cross-synced15:12
Saviqdednick, meaning that if I enable in settings, it gets disabled in indicators15:12
dednickwtf15:12
Saviqdednick, basically it's a toggle15:13
larsudednick: did you say you'll take care of the time bugs or do you want me to take another look?15:13
Saviqdednick, settings sends toggle, indicator switches without checking for the real value, but maybe it's actually settings' fault15:13
dednicklarsu: if you've got time (har har), otherwise i will try get to them later.15:13
larsudednick: haha okay. I'll reassign to you for now15:14
dednickSaviq: it should se to the server check value rather than just switching15:14
Saviqdednick, or that15:14
dednickSaviq: i'll have to check which frontend is wrong first.15:15
Saviqdednick, k, I'm landing the silo anyway15:15
Saviqas it's not getting worse15:15
dednickSaviq: ok15:15
dednicklarsu: thanks.15:16
mzanettigreyback: hey, you reviewed this already, I just added the test now, mind reapproving? https://code.launchpad.net/~mzanetti/unity8/fix_snap_decision_test/+merge/23801515:16
greybackmzanetti: sure.15:17
tsdgeosSaviq: sorry was looking at the phone, what do you mean with " make the bottom tab thingy catch taps please" ?15:19
Saviqtsdgeos, with touchOwnership I can tap through the bottom hint15:20
Saviqthe hint itself should be tappable I think15:20
tsdgeosSaviq: why?15:20
tsdgeosit's never been like that15:21
Saviqtsdgeos, because otherwise people will try and tap it and it launches an app15:21
tsdgeosand it's not something design requested15:21
Saviqtsdgeos, I don't mean it should *do* anything15:21
Saviqtsdgeos, just it shouldn't be transparent to input15:21
tsdgeosok, we had to do some extra code with dandrader to make it happen :/15:22
tsdgeosbut ok15:22
tsdgeosSaviq: can you make a note in the MR so i won't forget while i review dednicks code?15:22
Saviqtsdgeos, to make the hint thingy transparent?15:23
tsdgeosSaviq: well to make sure it did not conflict with the scrollarea when moving up in that area15:25
Saviqtsdgeos, ok, I'll leave a note then15:25
dandraderSaviq, you mean make only that tab absorb touches, but not the whole bottom area, right?15:25
Saviqdandrader, yes15:25
dandradertsdgeos, ^15:26
Saviqdandrader, just the white thingy with ^15:26
tsdgeosSaviq: ah i thought you meant the whole area15:26
Saviqtsdgeos, no, just the white tab hinting thingy15:26
tsdgeosok15:26
tsdgeosthat makes more sense15:26
Saviqthanks15:27
dednickSaviq: hm. installed silo + apt install unity8 = blank screen...15:27
SaviqI did say *tab*, *hint*, tried to explain what I mean ;)15:27
tsdgeossure sure15:27
Saviqdednick, silo 11?15:27
Saviq1015:27
dednicker 10...15:27
tsdgeosi'm not saying it's your fault15:27
dednickdoh15:27
Saviqdednick, no, 10 is good15:28
Saviqdednick, generally use `citrain device-upgrade 10`15:28
Saviqfrom phablet-tools-citrain15:28
dednickSaviq: ah. didnt know there was that...15:28
Saviqdednick, worked fine here every time15:28
Saviqso not sure what got you15:28
dednickSaviq: will try. perhaps there is a missing dep somewhere15:28
Saviqdednick, there's qtmir there as well15:29
Saviqdednick, just do `citrain device-upgrade 10 $password` now15:29
Saviqdednick, it will do the right thing15:29
dednickSaviq: presumably if the specific version was needed it would be deped to that?15:29
Saviqdednick, it was, yeah15:30
Saviqdednick, but maybe we do have some dependency problem still15:30
=== dandrader is now known as dandrader|lunch
dednickhm. perhaps my install wasn't fresh or something..15:30
Saviq- qtdeclarative5-qtmir-plugin (>= 0.4.3),15:30
Saviq+ qtdeclarative5-qtmir-plugin (>= 0.4.4),15:30
dednickor had another silo in apt15:31
Saviqdednick, uugh... your 1500ms timer... plane mode takes more than that to activate...15:32
dednickSaviq: hm. but it should be updated by a subsequent trigger from dbus :(15:33
dednickunless dbus is being faaaar too clever15:33
Saviqdednick, yeah, *but*15:33
Saviqdednick, it goes on, off, on15:33
Saviqreally not great15:33
dednickfor it's own stupidity that is15:33
dednickSaviq: :/15:33
Saviqaand now I'm out of sync15:34
Saviqdednick, I can't land that, I'm stuck in plane mode now :|15:35
Cimitsdgeos, wondering if we can avoit the timers using a mousearea15:35
dednickahh.. ffs15:35
Saviqdednick, if it decides to go back, it let's the other side know it went back15:35
Saviqlets15:36
Saviqdednick, and we basically get a feedback loop15:36
dednickbloody useless15:36
tsdgeosCimi: how? as far as i undertand being pressed at a certain X has to trigger scroll15:36
tsdgeosi don't see how to do that without a timer15:36
dednickshouldnt do that :/ only supposed to be on user interaction!15:37
Cimitsdgeos, reading mouse event x position of a mousearea on top?15:37
Saviqdednick, that's just my suspicion, not saying that's what happens15:37
Saviqdednick, pulling that MP from the silo in any case...15:37
tsdgeosCimi: and how are you going to keep scrolling?15:37
tsdgeosSaviq: which one?15:38
dednickCimi: need to keep scrolling without position changes15:38
Saviqtsdgeos, https://code.launchpad.net/~nick-dedekind/unity8/lp1336715.server-value-reassert/+merge/23782215:38
tsdgeosah couldn't find that 1500 reference15:39
dednickSaviq: Error reading https://launchpad.net/api/1.0/~ci-train-ppa-service/+archive/ubuntu: Not Found15:40
dednickalthough still seems to be doing something...15:41
dednickSaviq: http://paste.ubuntu.com/8553318/15:41
Saviqdednick, yeah, that didn't work15:41
Saviqwonder if ppa:ci-train-ppa-service/ubuntu/landing-010 is correct15:42
dednicksomething is going really slow..15:43
Saviqdednick, you might need to reflash, something got real weird in your sources15:43
dednicki just did15:43
dednickalthough not a wipe15:43
Saviqdednick, no no, no wipe necessary15:44
Saviqdednick, apt-cache policy phablet-tools-citrain?15:44
* Saviq gotta split for now15:45
dednickSaviq:  1.1+14.10.20141010-0ubuntu115:46
dednickwill just do manual15:46
MacSlowSaviq, I guess https://code.launchpad.net/~macslow/unity-settings-daemon/max-volume-notification-warning/+merge/238180 needs and rtm branch too?!15:52
=== gatox is now known as gatox_lunch
dednickSaviq: qtmir-anrdoid wasn't upgraded with manual silo install.16:03
dednickwhich means the rest of mir wasn't either.16:04
greybackmzanetti: both u8 branches approved16:10
mzanettigreyback: thanks a lot :)16:12
dpmdbarth, it seems that the FB webapp asks me for user name and password every time I start it. Is this a known bug? Or is it supposed to work like that?16:20
dednickdandrader|lunch: i think i sorted out some more problems with that velocity calculator now.17:03
dednickit should be fairly quiet now :)17:03
=== gatox_lunch is now known as gatox
=== alan_g is now known as alan_g|EOD
=== karni is now known as karni-afk
=== karni-afk is now known as karni
=== dandrader|lunch is now known as dandrader
mzanettidandrader: hey, the launcher dconf branch should be fixed now19:13
mzanettithanks for catching that issue19:13
=== rpadovani is now known as rpadovani|Dota
dandradermzanetti, np. I've hit my EOD. will test it again tomorrow19:16
=== salem_ is now known as _salem

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!