/srv/irclogs.ubuntu.com/2014/09/08/#ubuntu-unity.txt

CimiSaviq, we have new failures on jenkins https://jenkins.qa.ubuntu.com/job/unity-phablet-qmluitests-utopic/1251/? do you already investigated why?08:41
SaviqCimi, there's a later run that only has https://jenkins.qa.ubuntu.com/job/unity-phablet-qmluitests-utopic/1252/testReport/08:43
Cimiah, the usual08:44
SaviqCimi, so I'm afraid it's your branch08:44
CimiSaviq, well, also happened in your08:44
Saviqdid it? fighting with autopilot and adb now...08:44
Cimithat jenkins is your card visual08:45
Saviqright, looks like it's all related to the prompts ;|08:45
Cimimine was 124908:45
Cimiok08:45
CimiSaviq, but prompts did not get merged, did it?08:51
Cimiso how can it affect my branch?08:51
SaviqCimi, yeah they did get merged, we missed just one commit09:17
Saviqgreyback, could I ask you to have a look at https://code.launchpad.net/~unity-team/unity8/new-adbd/+merge/23368409:17
greybackSaviq: sure09:17
Saviqgreyback, I needed to redo the run_on_device script to support non-root adb09:17
Saviqand autopilot, too09:18
Saviqgreyback, I'm running the ap suite now09:19
greybackok09:19
Saviqgreyback, ouch wait, missed one commit09:26
Saviqgreyback, fixed, had to rewrite though09:29
Saviqs/rewrite/overwrite/09:29
greybackSaviq: ok09:29
Saviqgreyback, it's not good enough yet, need to work on the ap tests more :|10:01
greybackSaviq: ok, lemme know when you want me to take second look10:01
CimiSaviq, do we have a branch I need to merge to test the flickable settings?10:20
CimiSaviq, or we can add to silo?10:20
SaviqCimi, I'm not adding anything to the silo, need to release it today10:21
CimiSaviq, cool10:21
SaviqCimi, what branch do you want? it's all against trunk10:21
CimiSaviq, but the indicators have issues10:21
CimiSaviq, with the silo10:21
SaviqCimi, not any more10:21
SaviqI dropped them from the silo (and a few other things that were not approved)10:22
Cimiah ok10:22
Cimihttp://blog.qt.digia.com/blog/2014/09/08/qt-5-4-alpha-available/10:22
Cimispent the last half an hour looking for my 3 pen drives (need to reinstall utopic), guess where they were?10:51
=== MacSlow is now known as MacSlow|lunch
om26erbug 136675211:05
ubot5bug 1366752 in unity8 (Ubuntu) "Phone freezes for a moment when message notification appears" [Undecided,New] https://launchpad.net/bugs/136675211:05
om26erMacSlow|lunch, ^11:05
facundobatistaHola11:13
CimiSaviq, did you see larsu branch?11:31
Cimiisn't it opposite of https://code.launchpad.net/~saviq/unity8/card-visual-tweaks/+merge/233392 ?11:31
SaviqCimi, yes, that's because he implemented the needed features in UITK11:31
SaviqCimi, not really, but reduces the scope11:31
SaviqCimi, because Icon will support non-square icons with his UITK fix11:32
Cimiok11:33
Saviqgreyback, ok, the adbd branch is good11:37
greybackSaviq: am on it11:37
Saviqthanks11:37
Wellark< tsdgeos> Wellark: also shouldn't you for limitedBandwith a similar connect in  the qml side like you do for statusChanged?11:40
Wellarkis tsdgeos around?11:41
WellarkSaviq: ^11:41
Wellarkneed to ask about that11:41
SaviqWellark, back next Monday11:41
SaviqWellark, can I help?11:41
WellarkSaviq: probably not with that one11:41
WellarkSaviq: but this11:41
Wellark< Saviq> Wellark, when around, do you know if we have something custom for  backing QNetworkAccessManager, or are we using upstream direct?11:41
WellarkAFAIK we use upstream direct11:42
SaviqWellark, yeah, bug #1357321 might be upstream then11:42
ubot5bug 1357321 in qtubuntu (Ubuntu) "scope images do not load in HSDPA or 3G" [Critical,New] https://launchpad.net/bugs/135732111:42
Wellarkbut QNetworkAccessManager will probably not work with confined apps11:42
Saviqmeaning upstream Qt11:42
CimiSaviq, so far I like the flickable speed stuff11:42
Wellarkthey should use coonnectivity-api :)11:42
CimiSaviq, testing soon on manta11:42
SaviqWellark, yeah, we still need to have the QPA part of QNAM implemented then11:43
SaviqWellark, otherwise people will use some Qt feature that depends on QNAM and stuff will break11:43
SaviqCimi, k11:43
WellarkSaviq: what do they need from QNAM?11:44
* Wellark can't remember the exact details11:44
SaviqWellark, it's part of qtbase, if that doesn't work we're not doing good11:45
Saviqhttp://qt-project.org/doc/qt-5/qnetworkaccessmanager.html11:45
WellarkSaviq: ok. does not seem to complicated11:46
SaviqWellark, so for example images don't work in the dash if the first request happened when there's no network (i.e. 3G), because we're using QNAM and QNetworkDiskCache11:46
Wellarkmajority of the functionality is about passing data11:46
Wellarkbetween server and a client11:46
SaviqWellark, yeah, what we're missing most probably is just a way to let QNAM know whether we're connected or not11:46
WellarkSaviq: sounds about right11:47
SaviqWellark, because suddenly QNAM::get() stops working11:47
SaviqWellark, but as mzanetti pointed out on the bug report, it might be an upstream bug11:47
Saviqbasically, first of all, we need investigation ;)11:47
WellarkSaviq: so, confined apps will need "networking" and "connectivity" policygroups in their manifest11:47
Wellarkand we need to change the QPA plugin to talk with connectivity-service instead of NM11:48
SaviqWellark, yup, and we need to gracefully fall back to no-network if they don't have the networking or connectivity11:50
WellarkSaviq: I commented on the bug11:51
WellarkSaviq: if the connectivity-service needs to be extended for full support of QNAM please let me know ASAP11:52
Wellarkwe are not going to allow confined apps to access NM api directly11:52
WellarkSaviq: and this will not be supported11:53
Wellarkhttp://qt-project.org/doc/qt-5/bearer-management.html11:53
Wellarkat least not for now11:53
WellarkSaviq: we probably should write a developer info page11:54
Wellarkwhere we list what classes are supported and with what policygroups out of this list:11:54
Wellarkhttp://qt-project.org/doc/qt-5/qtnetwork-module.html11:54
SaviqWellark, yeah k11:55
WellarkSaviq: seems the bearer management classes have capability info11:55
Wellarkso it would be just easy to rip out those capabilities on the QPA11:56
SaviqWellark, yeah, something like that11:56
Saviqbregma, is the new circled count emblem in unity7 expected?11:56
Saviqit doesn't look too good in the alt+tab switcher11:57
seb128it doesn't look too good in the launcher either11:58
seb128it looks a bit blurry11:58
Saviqtrueth11:58
Saviqbut in switcher it looks like there's some broken asset even, some white shadow on the left11:59
Saviqmaybe it's there on launcher too just it's smaller and I didn't notice11:59
Saviq/food11:59
bregmaSaviq, yes, it's expected, sort of, the current impl is imperfect, but so was the previous one when you change the Launcher icon size12:01
bregmaI imagine Marco has some work left to do, if people are going to complain12:02
bregmait looks great at 300 PPI12:02
=== MacSlow|lunch is now known as MacSlow
MacSlowom26er, I'll take a look12:04
om26erMacSlow, thanks.12:04
CimiSaviq, when you have a long backlog of ubuntu updates on a dual boot device, is there a quicker way than installing each of them?12:07
=== om26er is now known as om26er|afk
Trevinhoseb128, seb128: mh, the shape should now adapt to the size of the number, but I don't see it blurry here...12:14
Trevinhoat least, it might appear like that if you resize the icons... As it now resizes it as well12:15
seb128Trevinho, in fact it might not be, just looks a bit weird/different, let's see if I get used to it ;-)12:17
seb128Trevinho, since you are there, any news from csd support?12:17
=== om26er|afk is now known as om26er
Trevinhoseb128: yeah, I'm pushing the first fixes today I think12:35
seb128Trevinho, great12:35
SaviqTrevinho, bregma, that's what I get here https://docs.google.com/a/canonical.com/file/d/0B32jwBcbaPloYldneGQ3b3VIT0k/edit12:56
Saviqon the switcher there's definitely something wrong with the border12:57
TrevinhoSaviq: it looks private to me12:57
SaviqTrevinho, ugh sorry12:57
* bregma can't seem to look at Saviq's private things12:58
SaviqTrevinho, bregma, refresh please12:58
seb128it also goes out of the icon in the launcher12:58
seb128not sure if that's wanted12:58
TrevinhoSaviq: mh, ok that's a bug :)12:58
TrevinhoSaviq: the launcher is fine12:58
bregmalooks like everything is one pixel to the right12:59
Saviqyeah12:59
* Saviq files12:59
Trevinhoswitcher seems like the texture has a bad matrix..12:59
SaviqTrevinho, bug #136680113:06
ubot5bug 1366801 in unity (Ubuntu) "Border in count emblem in alt+tab switcher is misaligned" [Undecided,New] https://launchpad.net/bugs/136680113:06
TrevinhoSaviq: thanks13:06
Saviqgreyback, re: your complaints about run_on_device... incorrect password is tricky as adb shell does not forward the return code :/13:22
Saviqgreyback, and the second password... I don't have that password any more in build.sh...13:22
Saviqgreyback, all in all, I'd rather leave that for a bigger refactoring of all the scripts13:23
Saviqgreyback, and as for -y, I wanted it explicitly there so that the user is aware13:23
greybackSaviq:I've used this in the past: retVal=`adb shell '$COMMAND &> /dev/null; echo -n $?'`13:29
greybackbut I see your other points.13:30
Saviqgreyback,13:30
greybackdoes mean the scripts remain a bit clunky to use13:30
Saviqgreyback, but this way you lose output from the command13:31
greybackI know13:31
Saviqgreyback, and sure, they remain clunky to use, not the purpose of this MP13:31
greybackjust stating observations13:31
Saviqgreyback, the purpose of this MP was to unbreak test runs with the new adb13:31
Saviqgreyback, and yeah, run_on_device.sh hitched a ride...13:32
Saviqgreyback, totally agree that we need a refactor of these, ideally to a single script, just not there yet13:33
greybackSaviq: qtmir.mir: MirServerConfiguration created13:34
greybackterminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<mir::AbnormalExit> >'13:34
greyback  what():  Unknown command line options: -qmljsdebugger=port:376813:34
Saviqgreyback, that will get fixed in your qtmir branch no?13:34
Saviqor Alan's13:34
greybackSaviq: ah yes, forgot that had not landed13:35
Saviqgreyback, it's in silo 1813:35
Saviq1913:35
greybackwas worried something else broke13:35
greybackSaviq: what do I need to test for AP?13:35
Saviqgreyback, you don't, I did, and will again as part of the silo testing13:35
Saviqoh my does phablet-config reboot on package installation!?13:36
dandraderCimi, would you have some time for a simple code review?13:37
greybackSaviq: phablet-config writeable-image does yes13:37
Saviqbleh13:38
greybackSaviq: why drop long options?13:38
Saviqgreyback, getopts doesn't support those... and I couldn't get getopt to work, nor is it recommende13:38
Saviqd13:38
greybacksadface13:38
Saviqgreyback, can try again with getopt13:39
Saviqgreyback, think I know how to get it to work now13:39
greybackSaviq: not end of world13:39
Saviqgreyback, yeah, but less change, lemme13:39
* greyback needs to pop to shop for food, back in 1013:39
Cimidandrader, go for it13:50
dandraderCimi, this one: https://code.launchpad.net/~dandrader/unity8/outOfSourceTreeCardTests/+merge/23338313:50
dandraderthanks!13:50
Cimidandrader, not sure, but maybe we can put String(Qt.resolvedUrl("artwork/music-player-design.png")) ?13:52
Cimidandrader, instead concatenating13:52
dandraderCimi, I don't know how would that work13:54
Guest96239Saviq: yo o/ I think you mentioned this recently. Do we have a bug for "can't call 112 emergency number"? (no sim in the phone)13:55
=== Guest96239 is now known as karni
karniSaviq: is SIM required?13:55
Saviqkarni, should not be13:56
Saviqkarni, but yeah, I filed a bug and boiko was looking into it13:56
karnithanks13:56
boikoSaviq: karni: yep, I will be looking into that later today or tomorrow13:57
karniboiko: cool, thanks13:57
=== dandrader is now known as dandrader|afk
Cimidandrader|afk, make -j15?? you have 8 cores + HT?14:01
Saviqgreyback, long options back14:03
GWilderHey, people. I am currently sitting on i3 WM, but have problem with NotifyOSD. Notifications just look weird, doesn't fade away when I move the mouse pointer on them.14:05
=== Malsasa_ is now known as Malsasa
=== om26er is now known as om26er|doc
=== dandrader|afk is now known as dandrader
dandraderCimi, hehehe, no. 4 cores + HT I think14:32
Cimidandrader, so should be -j8 no?14:33
dandraderCimi, I've the impression that  -j15 helps ensure the CPU is kept fully busy.14:34
dandraderCimi, I might be wrong, of course14:34
Cimidandrader, you can try -j42352385723 too14:34
Cimi:D14:34
=== _salem is now known as salem_
SaviqMacSlow, when I type a wrong SIM PIN, I get a flash of light grey background across the whole screen with the notification fix MP15:13
SaviqWellark, I'm also not getting any feedback on wrong PIN or remaining tries ↑15:13
Saviqis that known?15:14
MacSlowSaviq, that's the typical snap-decision modal-bg I'd say causing this15:15
SaviqMacSlow, well, yeah, I imagine so, but why would we even have it in the case of the SIM PIN...15:15
SaviqMacSlow, not saying it's a regression from trunk, because IIRC it isn't, just more visible now (it was dark before)15:16
MacSlowSaviq, there's no special-case handling happening for the fullscreen sim-pin currently15:16
SaviqMacSlow, k, we should think about delaying its visibility until the image is loaded15:17
MacSlowSaviq, hm...15:17
WellarkSaviq: yes.15:19
SaviqWellark, k15:19
WellarkSaviq: I was unable to repro the flashing week ago when I worked on the dualsim lockscreen branch15:19
WellarkSaviq: is there a notification change somewhere that might cause new troubles?15:19
WellarkSaviq: what MP were you referring to?15:20
MacSlowSaviq, different topic... where do the unity8/media-hub logs go... I cant15:20
SaviqWellark, https://code.launchpad.net/~macslow/unity8/fix-1348092/+merge/22809015:20
MacSlowfind them in /var/log15:20
SaviqMacSlow, ~/.cache/upstart15:20
Saviqlike all the logs from the user session15:20
WellarkMacSlow: yep, the "there is a slight black thingy shown beffore the sim pin dialog opens" is indeed the modal/fullscreen problem15:21
SaviqWellark, yeah, it's gonna be light grey now, much more visible15:21
Wellarkas the base notification "buble" is being rendered before the Loader for the snap decision is ready to set the fullscreen property which hides the base bubble15:21
MacSlowWellark, did you test-wise disable it to check?15:21
WellarkMacSlow: yep.15:21
WellarkMacSlow: but it's ok15:22
Wellarkwith my new branch15:22
Saviqkk15:22
Wellarkit's only visible for a less then 500ms and only once when the pin unlock dialog is loaded15:22
Wellarkcurrently shipping implementation causes the loader to load each time the data inside the pinunlock dialog changes15:23
Wellarkthat has to do with the fact that I was actually modifying the menumodel15:23
WellarkI will get the new dialog in this week15:23
MacSlowSaviq, Wellark: can we have a bug for this? Or do we have one already?15:25
SaviqMacSlow, I think there was one already, yeah15:26
MacSlowSaviq, remember the # or bug-description?15:26
SaviqMacSlow, not really :/15:26
* MacSlow goes for the hunt...15:26
MacSlowSaviq, but probably against unity8 I assume?!15:27
SaviqMacSlow, yeah15:27
WellarkMacSlow: no need to "fix it"15:27
Wellarkthe only fullscreen snap decision we have is the pinunlock15:27
Wellarkat it will be burned with fire after RTM15:27
Wellarklet's just "fix" this by not having modal fullscreen snap decisions, ok? :)15:27
MacSlowWellark, oh I'm with you on that... I never wanted any dialog in notifications in the first place :)15:28
* MacSlow eyes towards ux-design15:28
WellarkMacSlow: it's only small visual clitch happening rarely (never on people with SIM PIN disabled) and fixing it takes more effort that it's worth15:30
WellarkSaviq: ^15:30
SaviqWellark, yeah ok15:30
MacSlowWellark, Saviq: btw... why can't the fullscreen sim-unlock be using the same infrastructure e.g. the power-down dialog uses?15:30
SaviqMacSlow, because there isn't any infrastructure behind it15:31
SaviqMacSlow, it's built into unity8 whole15:31
* MacSlow feared such an answer15:31
SaviqMacSlow, but that is, kind-of, what we should do with the SIM PIN as well, problem is we don't necessarily want to talk to ofono directly15:31
WellarkMacSlow, Saviq: I have a proposal on how to fix this15:31
Wellarklet's come up with the plan on the next sprint15:32
SaviqWellark, yeah, let's15:32
MacSlowWellark, hell yeah... sign me up!15:32
Wellarkwe need an independent dialog framework15:32
MacSlow+115:32
Wellarka service from unity815:32
anpok_mterry: the other bug you mentioned.. https://bugs.launchpad.net/ubuntu/+source/systemd-shim/+bug/136509515:39
ubot5Ubuntu bug 1365095 in systemd-shim (Ubuntu-rtm 14.09) "Greeter not asking for pin code in image 11 (krillin)" [Undecided,New]15:39
anpok_does that explain that unity8 greeter requests a password15:39
anpok_and why I type it in it shows the password15:39
anpok_but does not unlock15:39
anpok_s/why/while15:40
anpok_(on #230 now)15:40
CimiSaviq, is the new thindivider design approved?15:56
MacSlowSaviq, Wellark: is that the bug-# we might be looking for -> https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/135922615:57
ubot5Ubuntu bug 1359226 in unity8 (Ubuntu) "Black screen with text on top left when wrong SIM PIN" [Undecided,New]15:57
WellarkMacSlow: yep.16:02
WellarkMacSlow, Saviq: associated it with the branch that will fix it16:03
SaviqWellark, cool thanks16:03
SaviqCimi, you mean https://code.launchpad.net/~zsombi/ubuntu-ui-toolkit/20-divider/+merge/229317 ?16:04
MacSlowWellark, ah... now I see it (the branch) too... didn't refresh properly at first16:04
=== dandrader is now known as dandrader|lunch
CimiSaviq, dividers are broken in the image16:05
CimiSaviq, that's all i care :)16:05
Cimidamn adb removal16:07
SaviqCimi, are they newly broken/16:08
CimiSaviq, with image of friday I think16:08
CimiSaviq, http://bazaar.launchpad.net/~bzoltan/ubuntu-ui-toolkit/landing_28.08/revision/122316:08
SaviqCimi, I don't think there's anything new, where?16:08
SaviqCimi, ah, why are you asking me about UITK changes?16:08
CimiSaviq, they added margins left and right, but it looks bad in indicators for example16:09
Cimiand system settings16:09
SaviqCimi, agreed16:09
CimiI have a passphrase and developer mode is on, but adb is off16:10
Cimianyone with same issues?16:10
Cimicannot enable adb on manta16:13
anpok_Cimi: I ran into that issuw too today16:19
Cimianpok_, and you solved?16:19
anpok_not really16:19
anpok_switched to rtm by bootstrapping it16:19
greybackSaviq: http://pastebin.ubuntu.com/8291671/ - seen that before?16:20
CimiI have no adb nor ssh16:20
anpok_there it worked16:20
CimiI am locked out my device16:20
Cimi:)16:20
anpok_yeah reboot it with volume +/- and bootstrap \o/16:20
greybackCimi: atm I find it best to change to PIN entry auth, that works for me reliably16:21
Saviqgreyback, it's like the askpass file creation didn't work16:21
Cimigreyback, on manta?16:21
greybackCimi: on any device. I'm testing with Flo atm16:21
popeyfacundobatista: you work on 7digital scope? I see http://popey.mooo.com/screenshots/device-2014-09-08-172119.png but I see correct artwork urls in smart-scopes-proxy.log16:22
Ciminah, still off16:22
Cimiit does not accept my PINs16:24
Cimiwhy we disabled adb if our interface does not work?16:24
Cimiwe cannot test password/pincode reliably16:25
Cimiyou have to try until maybe it works16:25
anpok_Cimi: so you see #1366814?16:26
facundobatistapopey, I work on the 7digital scope, yes... so, in the logs you see the art URLs and they are ok (you can open them ok with a browser?) but the phone isn't showing them to you?16:26
facundobatistapopey, have a log line as an example?16:27
popeyfacundobatista: http://paste.ubuntu.com/8291733/16:27
anpok_Cimi: i just reflashed 320 and have a working pin with manta, but developer mode still does not work16:28
Cimianpok_, something like16:28
anpok_since pin is set through the wizard16:28
popeye.g. the last line has these two urls http://artwork-cdn.7static.com/static/img/sleeveart/00/010/476/0001047688_500.jpg http://www.7digital.com/artist/daft-punk/release/tron-legacy/?partner=983&h=08 both work for me16:28
Cimithis is rubbish16:28
facundobatistapopey, perfect; the 7digital scope itself is ok, the client is not showing the images for some reason16:28
facundobatistaSaviq, ↑ ?16:28
popeyfacundobatista: i see no images at all, searching or not16:29
popeyhttp://popey.mooo.com/screenshots/device-2014-09-08-172906.png16:29
Cimialso, the pin code entry starts already filled with 4 chars16:29
Saviqpopey, bug #1357321 maybe?16:29
ubot5bug 1357321 in qtubuntu (Ubuntu) "scope images do not load in HSDPA or 3G" [Critical,New] https://launchpad.net/bugs/135732116:29
Cimidid we actually try those things before approving reviews?16:29
popeySaviq: I'm on wifi16:30
facundobatistapopey, sounds like a deeper problem16:30
anpok_Cimi: thats just fancyness I think16:30
SaviqCimi, there's a bug about this16:30
CimiSaviq, yes, but we *approved* that16:30
popeyi can wget http://artwork-cdn.7static.com/static/img/sleeveart/00/010/476/0001047688_500.jpg on the device fwiw ☻16:30
popey2014-09-08 17:30:44 (1.57 MB/s) - ‘0001047688_500.jpg’ saved [22749/22749]16:31
CimiSaviq, we should not approve then file bug16:31
Cimiwe should not approve at all16:31
SaviqNOT APPROVE Cimi16:31
SaviqCimi, from now on we will all wait for your review, kthxbai?16:31
SaviqCimi, and you'll make sure we have UX and UI designs and reviews for/of every MP, OK?16:33
popeyfacundobatista: Saviq am off to make dinner, lemme know if you want me to file a separate bug for this, and where to file it..16:33
facundobatistapopey, it's nothing to do with the scope itself, I'm leaving you in Saviq hands16:34
CimiSaviq, if I had more time I#d be happy to do it, really16:34
SaviqCimi, buy some16:34
Saviqpopey, if you restart unity8-dash, it should go back to normal, and that'd be the same bug actually16:34
Saviqpopey, the bug title/description is out of date16:34
CimiSaviq, if you were locked out from your phone/tablet, you would probably be upset like us16:37
SaviqCimi, do you actually get the password to work?16:38
SaviqCimi, as in can you set the password, and then you get a lockscreen that you need to unlock?16:38
CimiSaviq, after attempts, yes, but adb is still off16:39
SaviqCimi, toggle dev mode off and on?16:39
Cimidid many times, even rebooted16:39
Ciminow I am trying setting pin through wizard16:39
SaviqCimi, you can pass --password and --developer-mode to ubuntu-touch-flash16:40
Ciminah, does not work on manta16:44
eriduis this an appropriate place to discuss bugs in compiz/the graphics stack or would another channel be more appropriate?16:45
mterryanpok_, no it wouldn't explain the lockscreen not accepting your password16:49
=== boiko_ is now known as boiko
CimiSaviq, how do you push stuff without root access?17:16
SaviqCimi, what stuff?17:16
CimiSaviq, debs17:17
Saviqsudo dpkg -i???17:17
CimiSaviq, push to the devicxe17:17
Cimidevice17:17
Saviqadb push blah /home/phablet17:17
CimiSaviq, permission denied17:17
SaviqCimi, push to /home/phablet, you won't get permission denied17:17
SaviqCimi, has nothing to do with no root17:17
Ciminow worked17:18
Cimiit didn't17:18
Cimicimi@draco:~/Desktop$ adb push output /home/phablet/  cannot stat 'output/unity8-fake-env_8.00+14.10.20140903.1bzr1235pkg0utopic5776+autopilot0_armhf.deb': Permission denied17:18
Cimi:/17:18
CimiI had to chmod 777 those files17:18
SaviqCimi, no you did not17:19
SaviqCimi, you had to chmod +r them, not 77717:19
SaviqCimi, but that error message was rather clear what it cannot read17:19
CimiSaviq, it worked for months17:20
Cimiadb changed17:20
Cimiand so those issues17:20
SaviqCimi, no, adb did not change17:20
SaviqCimi, it could not *read* those files17:20
SaviqCimi, from your host17:20
SaviqCimi, because you didn't have permissions to them17:20
Cimistrange enough I never had this issue in the last year17:20
Cimiunless we changed something in file-roller17:21
Cimior jenkins17:21
Cimithat messes permissions17:21
SaviqCimi, I just unpacked a file from jenkins, permissions are 64417:22
CimiSaviq, on the scopes overview, are we sure there is no shader or something else running in the background?17:23
CimiSaviq, with my flickable branch, scrolling improves, but is still slow compared to the dash17:24
CimiSaviq, ok, seems like contentX is calculated, this probably makes the favorites slow17:34
Cimiit's fast on desktop, slow on mako17:34
Cimiyou know why are we using custom calculations here? and not a listview?17:36
=== dandrader|lunch is now known as dandrader
Cimi(maybe because of the scale effect when revealing the overview, but this code doesn't look needed after that)17:37
=== FJKong is now known as BH1SCW
CimiSaviq, carousel is using custom code too, flickable + repeater, but is much much faster17:45
CimiI can have a look tomorrow17:46
popey17:34:40 < Saviq> popey, if you restart unity8-dash, it should go back to normal, and that'd be the same bug actually18:03
popeyyup!18:03
popeyfacundobatista: is there a free album (not single track) I can "buy" from 7digital for testing?18:04
Saviqpopey, so yeah, it's the network access manager bug, basically if you try and get anything through it when there is no connection (say your wifi was late to connect, or low signal), it will not get anything until it's recreated... it's a pretty nasty thing we need to identify and fix18:04
popeyok18:06
=== BH1SCW is now known as FJKong
facundobatistapopey, in all the tests I did I don't remember seeing a free album (but maybe it exists)18:16
popeywhen we first launched the ubuntu one music store I recall there being one18:17
popeydunno what it was tho18:17
=== salem_ is now known as _salem
=== dandrader is now known as dandrader|bbl
CimiSaviq, is actually the default flickable velocity (2500) that is wrong19:54
CimiSaviq, even after the scaling feels not enough19:54
Saviqseb128, re bug #1366938, you sure it's not the calculator (lowercase) from uitk autopilot?20:28
ubot5bug 1366938 in unity8 (Ubuntu) "Some icons are missing from the apps list" [Undecided,New] https://launchpad.net/bugs/136693820:28
seb128Saviq, it could be, I just noticed I've 2 calcs, didn't know why20:29
Saviqseb128, yeah, that's UITK20:29
seb128Saviq, but know you mention it I installed autopilot packages today20:29
=== dandrader|bbl is now known as dandrader
anpok_mterry: i will try downgrading and updgrading again..21:50
mterryanpok_, it's specifically an upgrade-only issue?21:50
anpok_i think so21:50
anpok_upgrading skips the wizard that sets up the user.. so..21:51
anpok_the other thing.. right now it does not offer me the most current version 233.. it sticks with 230.21:52
mterryoh huh21:52
mterryanpok_, emulator?21:52
anpok_manta21:52
mterryI was on mako itself21:52
mterryanpok_, oh I guess those aren't spun as often, or the numbers don't track with each other21:53

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