/srv/irclogs.ubuntu.com/2011/04/08/#ubuntuone.txt

=== m_conley is now known as m_conley_away
thisfredbug #75398900:25
ubot4`Launchpad bug 753989 in ubuntuone-client "Progress meter still shows on launcher icon when disconnected from U1 (affects: 1) (heat: 6)" [Undecided,New] https://launchpad.net/bugs/75398900:25
mandelmorning all!08:21
faganmorning09:01
ryerodrigo_, hi, you wanted me to run valgrind on e-a-f, what should I be looking for?09:18
rodrigo_rye, if you are still having the threading locks problems, double frees of mutexes09:19
rodrigo_rye, just pastebin the whole output09:19
rodrigo_rye, running it under valgrind will slow it down a lot, so be patient :)09:19
ryerodrigo_, aaah09:19
ryerodrigo_, sweet09:20
ryerodrigo_, but that is not e-a-f, that's evolution09:20
rodrigo_rye, ah, ok, then run evolution on valgrind09:20
rodrigo_rye, see the desktopcouch log in the last comment at https://bugs.launchpad.net/evolution-couchdb/+bug/72737009:40
ubot4`Launchpad bug 727370 in evolution-couchdb (Ubuntu) (and 1 other project) "Contacts not syncing with my computer (affects: 22) (dups: 16) (heat: 174)" [Low,Fix released]09:40
rodrigo_rye, any idea what that is?09:40
=== kklimonda is now known as Guest46494
faganmandel: should the circles keep their shape or when the window resizes should they just fit the box09:45
faganit doesnt say in the task09:45
mandelfagan: if the widget resizes, the circles should resize too, right?09:46
faganyep09:47
mandel:D09:47
faganI mean should I keep them to be actual circles all the time or all them to go egg shaped :P09:47
faganthat was just a weird thing I thought I should ask about09:47
ryerodrigo_, re: valgrind - nothing gets printed, evolution is hanging... retrying09:47
ryerodrigo_, no, it does not print anything; session does not hang, only evolution does though09:51
* rye wants to share the vCard for this contact but can't export it09:51
ryeunlesss09:51
=== Guest46494 is now known as kklimonda
faganmandel: done09:52
faganim just going to make sure I have everything asked for09:52
faganbut its resizing properly and the boxes are in the right places and the circles are in the right places09:53
faganoh forgot about the clicking thing09:53
mandelok09:54
ryerodrigo_, here's the vcard - http://ubuntuone.com/p/lZx/09:54
faganmandel: the window and the painter dont have a clicked event how do I handle it?10:02
faganoh the QMouseEvent10:03
mandelyes, that is the one, there is no signal, but all QWidgets do have support for mouse actions10:04
faganso I just go MouseReleseEvent and use the returned thing to figure out where they clicked10:05
mandelfagan: do you have the link of the exercise around, I really dont know the context right now10:06
faganmandel: http://paste.ubuntu.com/589620/10:06
faganI have to get where they clicked so I can add a circle or change the colour of the circles10:07
faganat the moment im drawing the boxes and circles fine but I still have to handle the other bit10:07
mandelfagan: if you are looking at where the user clicked, the releae event will give you the wrong coordinates in the widget if the user clicked, did not released, and moved the mouse10:09
mandelso you will need to get the correct coordinates, store them in the widget state, and the apply the change to the correct location whenever the user releases10:10
faganah ok10:10
mandelI'm guessing that size you are not interested in the release coordinates of the mouse you can get the exact circle as soon as you have the press event10:10
mandels/size/since10:14
mandelcan someone try to change their sso password from the ubuntu-sso-client and let me know if they have an issue? I'm getting a 404 when I try to do it from windows...10:18
faganmandel: when I looked into the mouseMoveEvent it only triggered when I clicked and moved is that how its supposed to work?10:24
faganso I should get the x and y and then wait for the release and send it then?10:24
faganI was expecting that it would trigger when the mouse moves over the window10:25
mandelfagan: there are three diff events, press, move, release10:25
mandelfagan: also, if yu read the docs you will find that there is a way to tell the widget to track the mouse if you need to do it10:26
faganI think I know how to do it now10:26
mandelfagan: you really do not need to track the mouse at all, what I was trying to tell you is that a release event can give you the wrong coordinates and that you should trust the press event to give the correct ones10:31
faganmandel: yeah I get the correct ones with the move event and send it with the release event10:31
faganI have 1 weird issue now10:32
faganits passing the method instead of the int value :/10:32
mandelno, not with the move event, that can also give you the wrong ones, it is with the PRESS event, move gives the coordinates everytime you move the mouse, so it wil be raised lots of times when you move10:33
faganah ok10:33
mandelfagan: I'm ok with you not reading the docs up to a level.. but not reading what I say is a diff story…I really dont like to have to shout (caps) to be heard10:35
faganmandel: Yeah I know I just miss-read it but I fixed it as soon as you said it10:36
mandelyes, but that is me doing a context switch from a complicated bug to tell you something to be ignored… which is very annoying10:37
faganmandel: sorry10:38
mandelnp10:39
* fagan is nearly done for real this time10:58
ryemandel, can SSO password be changed from sso client? O_O11:12
mandelrye: yes, there is a forgot password thing when you try to sign in11:13
ryemandel, ah11:14
ryehm11:14
mandelI'm getting a bloody 404 and I dont know why…11:14
ryemandel, updating vm to get rid of broken Xorg and will test that11:15
mandelrye: sweet thx!11:15
ryemandel, at what phase do you receive 404?11:25
mandelrye: when I'm trying to send the reet code plus the email and the new password11:25
ryemandel, aha11:25
ryemandel, password changed successfully11:26
mandelrye: so I have a bug somewhere....11:28
mandelputo windows11:28
* fagan understood that :)11:29
* mandel tries to change his password for the 400th time...11:38
faganmandel: im done except pep8 and pylint but I can wait for ralsina11:38
mandelfagan: why don't you fix those before ralsina arrives?11:40
mandelgod, that new widget that tells you ho many days are left to natty really stresses me….11:44
mandelso many things to be done in 21 days!11:44
faganwell mandel dont we on the windows team have a little more time than natty's release?11:45
faganor are you counting all the bugs in the ubuntu client too11:45
mandelwe have a little more time, but not that much11:45
mandelI wann hve a couple of days left as a buffer of possible windows WTF11:45
faganwell there are a lot of windows WTF11:46
mandelyes, and there are some that I know we will have and I have done nothing to fix yet11:47
* mandel changes password and dances!!!!11:47
mandelclarita: ping11:47
claritamandel: ping back12:00
mandelclarita: taht should be a pong hehe :)12:00
faganor a sup bro :P12:01
* fagan is street like that 12:01
mandelclarita:  very quick thing we forgot to talk about what to d when a user wants to chage his password, at the moment we don't have a wire frame for it12:02
mandelclarita: I think we need to give feed back (yet again) about the passwords that are allowed12:02
mandelclarita: i also have so questions about the flow of information between the screens (sso only atm)12:03
mandelclarita: you are allowed to tell me to piss off :)12:03
faganpylint complains about too many statements :)12:06
claritamandel: do we need users to be able to change their password during this process?12:06
claritamandel: do they need an immediate prompt to do that for SSO purposes?12:06
mandelclarita: if they forgot the password, yes, right?12:06
claritaso they get sent a temporary one?12:07
mandelclarita: atm the request to change it, get a code like with the email verification, copy paste and choose their new one12:07
mandelthen they get back to the normal flow12:07
claritamandel: ok I'll put that in12:08
mandelclarita: so, in the screen when the choose the new password, we need to show the password info again, right?12:08
claritamandel: yes12:09
faganOk im finished more or less and the pylint errors can be ignored so im going on break and hopefully ralsina will be on so he can look at it after12:09
mandelclarita: and a success or error message because things can go wrong (wrong code, bad password, server dies)12:10
faganmandel: I put it on lp:~shanepatrickfagan/+junk/boxes_circles if you want to have a look but your busy so its cool12:10
mandelfagan: ok, I'll look at it in asap12:10
* fagan break 12:11
claritamandel: ok so user gets verification code - enters it - then gets asked for username and a new password (twice) -12:11
mandelclarita: no need for the username, but yes12:11
mandelatm I get the username from the screen where they requeste the new password, that is why I mentioned the 'flow of information' between screans12:12
claritaI see12:12
claritamandel: will let you know when the wireframe is ready to look at12:13
mandelclarita: superb, on last tiny thing12:13
mandelclarita: can you add a small 'rpcessing screan' or something like that in the doc, the requests to the server might take some tie so we should add some feed back to the user12:13
mandelclarita: I'll copy paste the screen to those locations in which would be shown...12:14
mandelthis might be the most complicated signin app I've done in my bloody live...12:14
claritamandel: yes, the user flow is starting to look like a plate of ravioli12:15
claritawith some spaghetti thrown in12:15
mandelclarita: yeah, I dont think we will be able to clean this mess up for the next release, but we might be able to convince some people to simplify it12:16
mandelclarita: I honestly would need to really want to use it to do this many steps.. I dont even comment in pages with a captcha12:17
claritamandel: we've got to make it sound so good by the time they download that they won't be able to resist12:17
mandelfree chocolate might work12:19
claritamandel: good idea! please see wireframe 5.312:22
claritafor the password thing, not free chocolate12:23
claritamandel: for delayed processes - how might a pop over spinner work? is this possible - so any process that takes time to complete greys out the installer and shows a spinner overlay with a cancel button?12:28
claritamandel: without hiding the form they've just filled in that might come back with errors - we don't want it disappearing completely12:28
mandelclarita: yes, I think we could add over the page a screen with an alpha value of 0.5, 0.3 which will allow seeing the form and will show the spinner12:30
mandelclarita: would that be good?12:31
claritamandel: yes I think so as it is clear 'things are happening' an the form hasn't disappeared and is either revealed if there is an error that needs correcting, or we move onto the next screen if it is A OK12:32
mandelclarita: ok, sounds good, I need to walk the dog, you an ask anything while I'm gone I'll read it as soon as I'm back12:34
* mandel walks the beast12:34
karnihi everyone12:44
faganhey karni12:54
karnio hai, fagan !12:55
karnifagan: hows that windows software coming along :)12:55
fagankarni: havent done any yet :P12:55
faganstill getting the pyqt stuff down12:55
fagan(learning)12:56
karnifagan: you've done things already. sounds strage to hear 'havent done any yet' from you!12:56
fagankarni: well I havent done any windows specific stuff yet for the u1 client to be specific :)12:57
karnifagan: you've been working on the installer, right?12:57
faganyep12:57
faganwell I will be12:57
faganeverything but the complicated stuff12:57
karniuhm13:00
fagankarni: most of what I will be doing is the ui bits and bobs the sso is the main body of it all and mandel is doing that13:01
karniyean I was just asking in general :)13:01
faganhah13:01
* karni has let himself throw little detail in the question13:02
fagan:)13:02
ryehm, exported couchdb vcard, imported to google addressbook - no emails13:55
raphaHi all!13:56
raphaWhat am I supposed to do with .u1conflict files? How do I know which is the "good" version of a file, the one with or without .u1conflict?13:56
dobeyrapha: whichever one you decide is the good one. if we knew already, there wouldn't be conflicts :)13:57
rapha(and most importantly, how to tell U1 to _ask_ me before doing something that would cause such a file?)13:57
raphaoh my goodness13:57
raphathat means i can look at 2 versions of thousands of files now13:57
raphaand i thought by now U1 had matured a little :-(13:57
dobeythousands? that's a bug :(13:58
raphaokay how do i find out how i'm triggering it because i sure seem to have a special talent there13:59
dobeywhat version of ubuntu are you on?13:59
dobeyrapha: typically a conflict means you modified a file in two separate places and then tried to synchronize them. did you copy the files over by hand to a new machine, and then try to use ubuntu one after, or something like that?14:00
mandelfagan: ping14:03
faganmandel: pong14:03
mandelfagan: I'm back, sorry for taking so long, the dog tried to kill a chiguagua14:03
faganlol14:04
faganits cool14:04
mandelfagan: has ralsina taken a look at your code?14:04
fagandont think he is around yet14:04
mandelfagan: ok, I'll take a look at it now then :)14:04
fagancool14:04
faganit works but id say there are some issues with how I went at it14:04
faganlike you said in the task that it can be done in 130 lines of code but I have 19014:05
faganoh damn I forgot about the keyboard stuff14:07
fagan:/14:07
fagan(it wont be too hard to add though)14:08
mandelfagan: I'll take a look at what you have so far14:09
* mandel looks14:09
fagancool14:09
faganI tried to put in a good lot of comments where the code got kinda weird14:11
mandelfagan: how much work would it be if I asked you to do the widget to have a board of 9x914:20
faganmandel: a little14:21
faganid have to tweek the numbers a bit14:21
mandelfagan: how much would that be in lines of code? more or less14:21
mandelI dont need an exact number14:21
fagana good lot more14:21
faganid say 30 - 50 lines14:21
mandelif I tell you that in my code it would be done in the exact same amount, what would you say?14:22
faganid say you did it an easier way than me14:22
mandelfagan: do you want a hint, or do you want to try and do it?14:23
faganid say id need a hint14:23
=== franxesk is now known as franxesk_afk
mandelarray14:23
faganthat would make sense14:23
* fagan didnt do any major thinking about anything other than painting the window14:25
raphadobey: oops, sorry, got distracted there...14:36
raphadobey: just returned from a month abroad - did the upgrades and the entire system (10.10) broke. figured i could just as well install 11.04 beta. so that's what i'm on now. maybe a bug then in the new version?14:37
dobeyrapha: not sure, let me see if someone who knows that portion better than me can help you14:39
raphadobey: i put all the files where they're supposed to be again after the reinstall, and then entered my U1 info. it then found out that ~/Documents for instance is to be synch'd and I think that's when things went wrong14:39
raphadobey: nevermind though, the damage is done now and i guess i'll have to look the files through by hand anyway14:39
raphadobey: i really think the only reliable measure against this problem is to have U1 ask if there's a conflict14:40
dobeyrapha: unless you changed any of the files between when they were last synced, and you copied them over, they're probably all the same. but because you copied them there, before u1 synchronized them down from the server, it doesn't know which ones are correct and created conflicts.14:42
facundobatistarapha, let me see... you put a lot of files in ~/Documents (the correct ones), and told Ubuntu One to start syncing that folder (that wasn't previously being synced because new installation?)14:44
raphaoh luckily most of them have exact same file size14:45
raphafacundobatista: nono, it _was_ previously being synced as well14:45
raphafacundobatista: so yeah in principle they should all be the same14:46
facundobatistarapha, it was being synced in a previous installation, right?14:46
raphayeah14:46
facundobatistaperfect14:46
facundobatistayes, we had a bug with that particular sequence of steps14:47
facundobatistathrow the same files by hand, start syncing a folder14:47
facundobatistalots of conflicts14:47
facundobatistarapha, I fixed that *three* days ago :(14:47
raphaoh crap14:47
raphawell okay14:47
raphathen i'll just keep on going through them14:48
alecuwow, it's late today :P14:48
facundobatistarapha, sorry :|14:48
raphafacundobatista: no prob :-}14:48
raphaalecu: that happens every day at some time roughly around the evening, doesn't it?14:49
raphafacundobatista: btw what about the Windows client ... will it be able to sync user-defined folders at some point?14:49
mandelrapha: the windows client will be based on the exact same code as de current linux one, so it should14:50
alecurapha, yeah, but it's 10:49am around here :-)14:50
raphaalecu: i see :)14:51
raphaalecu: US west coast?14:51
alecurapha, Buenos Aires14:51
raphamandel: good to hear :-)14:51
raphaalecu: wow, what's the temp there?14:51
alecurapha, it's a sunny autumn day, 63F14:54
raphafacundobatista: got it sorted again already ... with the same file size thing it was easy14:54
raphaoh i though they were only using Fahrenheit in the U.S.14:54
raphaalecu: 18 is about what we have here as well, but spring for us :)14:55
alecurapha, right, we use Celsius. Were are you from?14:55
raphaGermany, alecu14:55
alecuoh, cool14:55
* alecu had to set his phone to F to get that temperature translated :P14:56
alecuback to C now.14:56
alecuas in, let's fix #74183514:56
alecuas in bug #74183514:57
ubot4`Launchpad bug 741835 in ubuntuone-client (Ubuntu Natty) (and 2 other projects) "All cloud folders show in Nautilus as synced even though I've only selected 1 cloud folder to sync (affects: 1) (heat: 249)" [Medium,Confirmed] https://launchpad.net/bugs/74183514:57
dobeyit's a cool, breezy 290 today14:58
dobeyanother review for these branches would be nice:15:00
dobeyhttps://code.launchpad.net/~alecu/ubuntuone-client/gsd-plugin-remove-quota/+merge/5593415:00
dobeyhttps://code.launchpad.net/~facundo/ubuntuone-client/aq-slots/+merge/5684615:01
raphadobey: 290 sounds like it could boil blood15:05
dobeyrapha: if it were C or F maybe15:05
dobeyrapha: kelvins is the only real temperature :)15:06
raphadobey: oh you've studied Physics!15:18
faganwow my code didnt really port well to using arrays after hardcoding it in the first time15:53
faganSo if I actually did it the first time with arrays I would be done already :/15:54
facundobatistafagan, there's one simple rule when you're coding Python: if what you write seems a little repetitive, a better solution (more pythonic) is available16:00
faganfacundobatista: yeah I think im more in the mindset of doing the complicated bit and going back and fixing it to make it cleaner afterwards so I sometimes ignore things like repetitive things and hardcode it which is something I should probably be better at fixing16:01
faganbut yeah I think if I did it right the first time id probably have less work to do in the long run16:02
faganso ill learn :)16:02
mandelInstruction tables will have to be made up by mathematicians with computing experience and perhaps a certain puzzle-solving ability. There need be no real danger of it ever becoming a drudge, for any processes that are quite mechanical may be turned over to the machine itself.16:11
mandelAlan Turing16:11
mandelas soon as it is repetitive or boring, there is something wrong...16:12
faganso programming should be fun? :)16:12
* fagan is having a ball anyway :P16:13
ralsinafagan: basically, when coding python, thinking ahead pays off. Coding by just typing things down doesn't.16:14
faganralsina: well that should be in other languages toO?16:15
fagan*too16:15
faganWell I think what happened here was I just looked it as a 2d excersise to get the drawing done16:15
ralsinafagan: yes, but it's more obvious than, say, in Java. In Java, you are going to type lots of boilerplate, so you can wing it. On python, if you don't think, it shows in neon.16:15
faganralsina: Well I did start out with java so that explains that approach16:16
fagan:)16:16
faganI think im almost done anyway16:20
faganit took a good bit of refactoring16:20
rapharalsina: what does "to show in neon" mean?16:24
nessitaralsina: would you be able to review https://code.launchpad.net/~nataliabidart/ubuntuone-control-panel/quota-exceeded-on-shares/+merge/56857 ?16:24
mandelrapha: like in neon lights16:24
nessitadobey: does the last comment of bug #748585 rings any bell for you?16:24
ubot4`Launchpad bug 748585 in ubuntuone-client (Ubuntu) (and 1 other project) "ubuntu one control panel don't find the informations (affects: 1) (heat: 6)" [Undecided,Invalid] https://launchpad.net/bugs/74858516:24
faganrapha: he means that it shows you were winging it when you wrote the code to anyone who is looking at it16:25
alecuthisfred, sudo apt-get install liboverlay-scrollbar-0.1-016:28
alecuthisfred, then restart each app.16:29
raphafagan: I think I'm having problems with understanding the language as I'm not a native speaker ... "to wing something" or "to show in neon" all don't ring a bell for me even if I do understand every single word...16:35
faganrapha: ah ok to wing it is an expression that means to do it without thinking too much about it. To show in neon means to be very obvious.16:37
faganI think it was a hard conversation to follow if you arent a native speaker16:37
ralsinanessita: yes, in 5'16:38
ralsinarapha: in neon lights?16:38
* ralsina is not a native speaker either, but he watches way too much TV in english ;-)16:39
mandelrapha: show in neon == obvious16:43
fagando we have a meeting on mumble today?16:43
mandelfagan: no idea, I though we would, I'm waiting here just for that16:43
faganralsina: ^ ?16:43
faganwe missed it yesterday and I thought ralsina said it would happen today16:44
* fagan is just wondering since he is off in 15 minutes ish 16:44
mandelfor me is not a huge thing, windows people will see each other for a week in london, the rest of the team are probably in the same room16:45
* mandel wonders if the just got cookies or something and they are all eating...16:46
faganI want cookies16:46
fagan:)16:46
nessitamandel: let me confirm with ralsina what are we doing16:48
mandelnessita: siempre atenta :)16:48
nessitamandel: so, ralsina is busy at the phone. He mentions we can do it after (our) lunch16:49
nessitabut maybe is too late for you?16:49
faganToo late for me probably16:49
nessitawhat time is there?16:49
* fagan wants to get dinner and go do some bits and bobs16:50
fagannessita: its about 5 in Ireland16:50
mandelnessita: here is 10 to 6, but I can be here when ever you need, just give me the time and I'll arrange it16:50
nessitafagan, mandel: ok, so: I will tell ralsina we're not having this meeting, there is no need since we're all together and you'll be alltogether next week16:51
faganwell you guys can still have it, all I would really be saying is kept at the pyqt stuff and will go at the windows installer at the sprint next week16:52
raphamandel: aaaah now i get it - thanks!16:52
mandelnessita: sounds reasonable, we could do it on monday so you tell us what you did in the sprint and we tell you the plans for our sprint :)16:52
fagancool16:53
raphafagan: also thanks :)16:53
faganrapha: sorry for the confusion :)16:53
mandelrapha: my german is no good enough to translate that, I could have just been able to ask you for a beer and a sausage with curry :P16:54
nessitamandel: makes sense. ralsina, would you agree?16:54
* fagan can only say hi in german16:55
ralsinayeah, n meeting16:56
ralsinaI have been on the phone all morning trying to convince my bank I am myself and they should allow me to get money from them16:57
rodrigo_the couchdb packages in the nightlies ppa are still broken, so I get them every time I upgrade, so can they be fixed please? :-D16:57
faganralsina: thats weird16:57
ralsinafagan: nah, I just had never used their ATM card before16:57
rodrigo_ralsina, change bank then :)16:58
faganralsina: ah ok but thats still weird. In Ireland you use the card to activate it16:58
ralsinarodrigo_: well, I would have never used the NEW bank 's ATM card either ;-)16:58
fagan(as long as you know the pin)16:58
ralsinafagan: the problem is I never had a pin for this card16:58
rodrigo_ralsina, keep your money under the bed then :)16:59
ralsinaso if you don't have a pin, the card is 2 years old, it gets somewhat difficult ;-)16:59
rodrigo_at least you would be able to get it whenever you want16:59
fagan+1 on the bed idea16:59
ralsinasadly canonical doesn't d bed-money transfers16:59
faganplus it makes the bed extra padded16:59
rodrigo_ralsina, heh16:59
faganralsina: you should put in a request to payroll16:59
faganIm sure they would see the light and offer that bed transfer17:00
mandelralsina: I'd tell them the following: lets assume I'm the owner of the account, if you do not let me get my money, as soon as I can I will move it to a diff bank17:01
mandeland will take all your pens with me17:01
mandelall said with a spoon in your hand17:01
ralsinamandel: if I were them, I would say "how do you expect to move it without a PIN?";-)17:01
fagan(free pens are always good)17:02
mandelralsina: that is what the spoon is for :)17:02
* mandel —> weekend pre sprint!17:04
* fagan clocks off17:05
fagan1 day of freedom left17:05
fagan:P17:05
ralsinahave a nice weekend guys!17:08
fagansee you sunday17:08
fagan(probably)17:08
claritamandel: please could you send me T&Cs wording for installer17:08
faganclarita: the license and the T&Cs or just the T&Cs?17:09
claritaI've got the license17:09
faganralsina: are the T&Cs the same as the Ubuntu client?17:10
mandelclarita: the T&C are loaded from the one.ubuntu.com page, let me get yu the link17:10
* mandel looks17:10
faganclarita: id presume they are https://one.ubuntu.com/terms/17:10
faganmandel: I got it17:11
mandelclarita: they are loaded form the url, so if you want to change anything, you have to talk with cparrino or the web people17:11
claritamandel fagan: I'm thinking we need the T&Cs within installer not linked to - otherwise they move to web and we want to avoid that - thoughts?17:13
faganclarita: we can grab them from the site and display them in the installer17:14
faganwe dont need to open the browser17:14
claritafagan great17:14
claritathat is all17:14
clarita(for now)17:14
mandelclarita: atm the terms are loaded within the sso UI no browser needed17:14
faganclarita: is that a threat?17:14
fagan:)17:14
claritafagan: might be17:14
faganhehe17:15
=== nessita1 is now known as bessita
=== bessita is now known as nessita
karniI have no idea how I managed to forget my password to other gmail account, but it was nice to have an option to receive an OTP onto my mobile :)18:03
=== franxesk_afk is now known as franxesk
ryekarni, i am now using app-specific passwords and google authenticator on the phone, looks awesome18:41
karnirye: I am also! Although, if you "Forget your password", you may pick Google to send a token to your phone to recover it, so it's something little different than OTPs during login, themselve.18:43
karnirye: I, however, have noticed little issues with enabling that 2 factor authentication. youtube app on my android phone had problems to log in to my youtube account18:44
ryekarni, 'cause you need to use app-specific passwords18:44
karniand one or two similar accidents. It's not working 100% seamlessly, but certainly that's a great step.18:44
karnirye: I know18:44
karnirye: but the YT app on my phone didn't ask me for the app-specific one18:45
karniah! log out, there it is18:45
ryekarni, however i had not tried logging in with youtube thing..18:45
karninext time should work, with the app-specific pass :)18:45
thisfreddobey: are there any Vala books you'd recommend?19:08
thisfredanyone else is also allowed to answer :)19:09
dobeyi don't think there are any vala books19:10
alecuthisfred, ralsina, can any of you review this branch? https://code.launchpad.net/~alecu/ubuntuone-client/gsd-plugin-remove-quota/+merge/5593419:41
ralsinaalecu: sorry, doing evaluations :-(19:41
=== IAmNotThatGuy is now known as Mohan_chml
thisfredalecu: on it19:49
thisfredhttp://mython.org/19:49
alecuralsina, this is the calculator you are looking for: http://www.acqualia.com/soulver/20:22
alecuralsina, dobey: https://code.launchpad.net/~alecu/ubuntuone-client/hide-emblems-on-non-syncd-folders/+merge/5700721:18
CardinalFangkenvandine, hi hi.  I have a desktopcouch source-package branch proposed for natty.  It fixes one critical bug and also pushes idle-couchdb CPU usage to almost zero.  Will you please take a look?21:51
CardinalFanghttps://code.edge.launchpad.net/~cmiller/ubuntu/natty/desktopcouch/1.0.7-0u1/+merge/5701421:51
* CardinalFang goes to hassle someone else. :(21:55

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