/srv/irclogs.ubuntu.com/2012/10/26/#ubuntuone.txt

=== m_conley is now known as m_conley_away
dobeyralsina: it's quite large, and has a huge bezel it would appear. and dpi is about the same as a 1080p 22". not something i'd buy, but if it's actually IPS, and only $250, then at least it's not a bad price for that.01:58
JamesTaitHappy Friday, folks! :)08:50
=== yofel_ is now known as yofel
ryemandel: i have to restart bip13:03
=== m_conley_away is now known as m_conley
rockstarme15:00
briancurtinme15:00
mvome15:00
mmccme15:01
rockstarI think there are a ton of us on holiday and the sprint.15:01
briancurtinyeah i think thats everyone15:02
rockstarDONE: Fetching artists and albums from the rest api15:02
rockstarTODO: The rest of the rest api15:02
rockstarBLOCKED: No15:02
rockstarNEXT: briancurtin15:02
briancurtinDONE: got certs working from a local file, looked into metadata issue that's causing SD to hang in local rescan15:03
briancurtinTODO: test on VMs that the cert fix is good, clean it up a bit more15:03
briancurtinNEXT: mvo15:03
mvoDONE: upload new dbus-python with fix for top crasher #846044 into quantal-proposed, more playing with sqlite instead of xapian for the lens, lp:~mvo/newark/ubuntu-nexus7-installer-small-tweaks, a bit ubiquity sso poking and reading "ubiquity installer" spec for u1 design work hints15:03
mvonext mmcc15:03
mmccDONE: reviews, tests for pyobjc menu using mock15:03
mmccTODO: more menu15:03
mmccBLOK: no15:03
mmcccomments anyone?15:03
mmccwait, did we miss dobey15:04
mvoand ralsina was also around a bit earlier15:04
ralsinaI am here but in an unofficial manner15:04
ralsinaIOW airports are boring15:04
mvohaha15:05
dobeyoops15:07
dobeyDONE: team call, pyflakes tarball for buildout, branch landing, bug triage15:07
dobeyTODO: reviews15:07
dobeyBLCK: None.15:07
dobeymmcc: can you review https://code.launchpad.net/~dobey/ubuntuone-control-panel/lint-roller/+merge/131079 again now, as the other branches have landed? :)15:25
dobeyhurricane in november? wtf? :(15:28
mmccdobey, reviewing that now, sorry was afk for a sec15:36
mmccdobey, that branch needs an import tweak in controlpanel.backend to work with the sso lint-roller branch15:48
mmccthe whole thing is in the mp comment, but it's just ubuntu_sso.utils.webclient.common instead of ubuntu_sso.utils.webclient15:48
dobeyeh? i thought i fixed those15:54
dobeyoh, i did; but forgot to commit/push them15:55
dobeymmcc: pushed now15:56
mmccok, checking again15:56
mmccwhat I wouldn't give for a xvfb-alike. a lot of these tests steal keyboard focus…15:58
mmcc+1 dobey16:00
dobeymmcc: are the qt display backends not pluggable or something? ie, is it not possible to run tests with the X backend and use xvfb on osx to run the control-panel/sso/etc tests?16:02
mmccdobey - good question. I don't know. I think I'd need to have a separate build of qt16:03
dobeyif we could just have one build of qt with both backends to switch between, we could then probably use xvfb16:04
dobeywe could probably also do the same on win32 if it's possible to have a single build of qt with the display backend just being a plug-in that we can specify in some way16:05
mmcchrm, when I was looking at the qt code, I didn't get the impression that it was pluggable like that…16:06
mmcclots of #ifdefs for platform-specific behavior16:06
dobeyhrmm16:07
dobeyanyway, i guess i should go get lunch. bbiab16:07
dobeyoi17:43
mmccback, had to set up new uverse dsl box. It's actually a different model, so I'm hoping that means it works better17:47
briancurtinmmcc: is this icon expected? http://i.imgur.com/kUP9E.png (bottom right, obv)18:00
mmccthat macvim icon is definitely not expected18:01
chaselivingstonbriancurtin: i think a restart will fix that18:01
mmccbriancurtin what kind of mac do you have?18:01
briancurtinwhatever name stands for 10.7.518:02
mmccthat icon could mean that the os decided you can't run the app, but that should only be if you're on 10.5 or a 32-bit mac18:02
mmccI meant hardware, is it 32-bit only (core duo instead of core 2 duo or later?)18:02
briancurtinits core 2 duo, its the black plastic macbook non-pro18:02
mmcchuh. what happens when you try to run it?18:03
briancurtinit runs fine18:03
chaselivingstonmmcc: i've seen other apps do that, not sure what causes it, but a restart usually fixes it18:03
mmccoh I see it in the background there :)18:03
briancurtini'll try the restart. i thought maybe that was an indicator that the app hadn't been approved, since it ends up asking you if you wish to run it since it was downloaded from the internet18:03
mmccdoes that icon show up if you open the Applications folder in the finder?18:03
mmccrestarting is against my religion18:04
briancurtinah, it does not18:04
mmccsome weird dock icon cache bug then, I guess18:04
briancurtinrestarting is my religion (lol windows)18:04
briancurtinyeah, nothing to worry about then, although i guess if i follow my religion it'll work, just like every other windows problem18:04
mmcccould always open the activity monitor and kill the "Dock" process18:05
mmccit'll auto-restart18:05
briancurtinand there we go. magic18:05
mmcchooray18:06
mmccweird, I think I found a shortcoming in python-mock. I couldn't figure out how to do the equivalent of self.patch(SomeClass, 'some_method', lambda self, blah: self)18:19
mmccwith mock, you can patch some_method, replacing it with a Mock object, then tell that Mock object to return something when it's called by assigning a function that returns something to the mock object's side_effect property, but then that side_effect function is not passed 'self'.18:21
mmccI needed to do this to work around the self=super().init(); return self idiom in objc. I can't call super().init() in a test (it relies on a built bundle), and I can't have it return anything other than self (so, can't return a mock, for instance).18:22
mmccanyway, self.patch still works so on to the next thing18:23
dobeybrb, gotta run for a few18:27
mmccargh, all that was unnecessary because apparently a pyobjc init won't return null even if the docs say it will? ugh18:58
dobeyhrmm19:02
mmccoh for crying out loud, new uverse box didn't fix it, already been down for one minute in the last 12 minutes19:30
mmcccan't wait to get back on the phone with AT&T19:30
dobeyfun19:31
mmccyeah…19:31
briancurtinis at&t your only option? comcast is garbage but seems to be the best, at least around here19:31
dobeyno fios?19:32
mmccwell, we like the uverse tv service… when it works.19:37
mmccI was going to go see if fios was available last time you mentioned it but then my internet died :(19:37
dobeyheh :(19:39
mmccnot served by verizon19:40
mmccok, time for lunch. We're going out, so might be a little long. I'll be working tonight, so if you need me to review something, leave it here and I'll do it overnight.19:45
briancurtinenjoy19:45
mmcc(and I'm going to have to call AT&T after lunch, so who knows)19:45
briancurtinglad i said enjoy before that last message19:46
dobeyheh19:46
mmcchah19:46
dobeyen-rage :)19:46
dobeygah. stupid cold. makes it hurt to laugh so hard :(21:13
=== m_conley is now known as m_conley_away
dobeylater all, have a good weekend everyone.22:15

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