[00:05] ping, rye [00:11] fishscene, we found why the web interface does not work for you, i have filed a bug for this; I am reading your ticket now [00:12] Was it that server in the cluster? [00:12] err. nvm. But great! Glad to see things moving along :) [00:12] fishscene, the server fails to properly check for the nested email address nodes and assumes the emails to be available even if that is only an empty list [00:13] fishscene, what provider was used initially to store your contacts? Was that Google backend or the internal phone storage? [00:14] All my contact data initially was pulled from Google, sync'd to the phone, and then sync'd to ubuntu one. [00:16] fishscene, ok, could you please visit your google contacts via gmail? [00:16] yup. They all seem intact [00:16] fishscene, so the changes to the contacts did not propagate back to google? [00:17] * rye is wondering [00:17] It would appear so. I'm not sure if it is set to propogate changes to the server though [00:17] You see, I wanted everything sync'd by one application and I chose Ubuntu one. [00:18] So I think I initially sync'd everything over, and then disabled syncing. [00:18] no wait. hold on. It is reporting sync error's with gmail... apparently I didn't disable it [00:19] fishscene, I want to check what state the addressbook in, could you please open the addressbook, click menu, select accounts [00:19] Error message for gmail: "Sync is currently experiencing problems. It will be back shortly." [00:19] fishscene, correction, "Display options", not "Accounts" [00:20] Is there an equivelant application on Android/Nexus S for "Address book"? I don't think I have that. [00:20] I have a contacts list [00:20] fishscene, well, Dialer or "Contacts" [00:21] ok gotchya. I'm there. [00:21] fishscene, do you see the entry for funambol account contact source? [00:22] fishscene, it should have your user id digits [00:22] as the name [00:22] I have gmail, my work e-mail, and my and facebook. (I'm assuming these are the contacts sources?) [00:23] hmmm [00:23] am I looking in the right place? [00:24] fishscene, what do you mean by "my" there ^ (I have an android device but it is not Nexus but is running pretty close build to default one) [00:25] fishscene, another question - a level ip, then "Accounts" - are there any funambol accounts (or with Ubuntu-One styled "@" icon) [00:25] level ip [00:25] level up [00:26] Under display options, I have the following items on the screen: "ONly Contacts with phones (only display contacts that have phone numbers", "Sort list by..", "View Contact names as", and "Choose contacts to display" and a list of 3 of my accounts underneath. In "Accounts" I only have my 3 accounts listed there and all are green for "sync is on". I can not find "funambol" or any @'s anywhere in the two menu's "Display options" or "Accounts" [00:27] Interestingly, facebook is the only account that is syncing properly, the other two are gmail-related accounts and sync'ing isn't working correctly [00:28] fishscene, okay, this is weird. I believe I will need to postpone this for 9 hours and get back to you via the ticket with the conversion script [00:28] oh, one last thing. I'm running the vanilla android. I haven't rooted it or anything. [00:29] fishscene, ... which is strange, since facebook is the one who should be experiencing the issues, since google has disabled funambol sync for later releases... and gmail/google contacts are supposed to be syncing w/o any issues [00:29] Such is my life. [00:29] * fishscene chuckles [00:29] fishscene, anyway, we have found a bug on the server side and if patch goes before tomorrow server upgrade then it will be fixed, unless there are more irregularities. [00:30] sweeet [00:30] Was that a heck of a coincidence in timing, or do you upgrade every other week? :P [00:30] fishscene, you know, I think you'll want to install alogcat application from android market or run adb logcat from the terminal with android SD installed during attempt to sync google contacts, it should provide at least some info about why it is failing [00:31] hmm [00:31] fishscene, tuesday is the release day and some special rollouts are happening on thursdays [00:32] I have alogcat now. I'll see if I can fiddle with it and see what's going on in further detail. [00:33] fishscene, ok, and I will finally create a script that exports vcards from ubuntuone databases, since it seems to be needed sometimes [00:34] so I am at the end of day and see you all in 8...9 hours! [00:34] TTYL mate. Thanks again! [00:35] fishscene, you are very welcome, sorry for taking so long but there are more unknowns than I was prepared to hack with [00:35] LOL. === czajkows1i is now known as czajkowski [08:29] morning all! === ivanka is now known as ivanka-train [08:53] eco [08:53] eoc === Stecchino_ is now known as Stecchino [09:11] morning [09:11] mandel: so task or are we still on the friday thing [09:12] fagan: did you do the last things I mentioned from yesterday [09:13] ? [09:14] mandel: I cant remember [09:14] * fagan checks the logs [09:16] ah passing the values to the constructor instead [09:16] that shouldnt take too long [09:17] cool, let me know when done :) [09:22] mandel: done [09:22] and tested [09:25] (and pushed too) [09:28] ok, on it, give me a min or so, I need to write some docs :( [09:28] hah [09:28] mandel: I thought you would have had that from yesterday [09:31] fagan: have had what? the docs? [09:31] this is for the compilation of the sso port into a .exe, I just managed to do it :) [09:31] fagan: can you remind be the branch please [09:32] mandel: oh by docs I thought you meant the task or something [09:32] lp:~shanepatrickfagan/+junk/string_list [09:36] fagan: nono, I've got yours, dont worry :) [09:36] I dont know I think im almost up to speed now [09:37] other than me reading the api docs properly :P [09:37] fagan: why is list_type a class variable? [09:38] mandel: well I need to access it in a few places so it was easier to make it a class level var [09:38] I suppose now that im passing it to the constructor I dont need that [09:39] fagan: exactly [09:40] fagan: also, you remember de \ in those statements that are between (), so can you remove the unnecessary ones [09:41] mandel: thats just to break up the really long lines [09:41] fagan: I know, but you do not need the \ [09:42] fagan: when you are splitting a statement with () you can open in a line and close is a diff one without the need of \ [09:42] like: [09:42] 1: long_method( [09:42] 2: blah, blah) [09:42] oh yeah [09:42] no need to add the \, is just noise [09:42] * fagan forgot to do that [09:43] fagan: also, what happens if a user of your dialog passes a None as the list? [09:44] fagan: and remember what we talk about connecting the sort signal directly? [09:45] mandel: well if they put in nothing and hit ok it adds it [09:46] I should probably check what happens there [09:47] fagan: and in the constructor? [09:49] fagan: there are two input you need to validate, the user input from the UI, an empty string might be an issue, and the one in the constructor, if you pass None as the list something bad happens atm [09:49] mandel: oh ok [09:53] mandel: when I swap out the sort I get this http://paste.ubuntu.com/589592/ [09:54] mornings [09:54] morning rye [09:54] okay, evolution, i marked 100 messages for removal, you decided to re-check the mail and dropped the deleted property, THANKS! [09:55] fixed [09:55] rye: evo sticks them into trash though [09:56] fagan: was that fixed intended to me? [09:56] fagan, as in the separate trash folder? [09:56] mandel: yep [09:57] fagan: so you fixed the connect issue then, right? [09:57] rye: it has a trash folder it doesnt actually remove until you hit empty trash [09:57] mandel: yep [09:57] im going to valadate the input now [10:00] mandel: I tried using "" and None but its still adding it to the list [10:01] for the add bit [10:01] fagan: what exactly are you doing? [10:02] oh I fixed it [10:02] I needed to put a space in [10:02] mandel: making sure there is a string before adding it [10:03] nope still adding [10:03] :/ [10:04] fagan: can you pastebin the full method so that I can take a look [10:04] ??? [10:05] fixed it now [10:05] I used len(text) != 0 [10:05] it worked [10:05] mandel: done [10:06] fagan: that is not very nice is it? [10:06] mandel: well I changed it to is not [10:06] but I couldnt do the string comparison since it didnt work [10:07] fagan: what happens in python if you do: [10:07] if '': [10:07] or if None: [10:07] mandel: it adds it [10:07] which isnt what I wanted to happen [10:07] fagan: why o you think that is happening? [10:08] mandel: because its returning something else [10:09] fagan: try to debug it to see what is going on, maybe you discover something interesting [10:09] mandel: sure [10:12] mandel: if I used unicode(text) is not '' would that work? [10:13] Its a QString so it may be an object id say thats why its not working with the regular '' or the None [10:14] nope still doesnt work [10:14] well, if you do if QString(''): it works [10:14] I just tested it [10:15] fagan: ^ [10:15] there must be something else [10:15] ah ok [10:15] that seems to be the best way of doing it [10:15] what do you mean? [10:16] mandel: well if that works it would be fine to use [10:16] thats what I mean [10:16] I'm just saying that is you pass an empty QString to bool() which is what that if '' does it works as expected [10:16] so, it is not because it is an empty QString [10:17] ah ok [10:17] I dont know then [10:18] All I know is len(text) works but nothing else that I tried seems to work [10:18] it is a QString I checked the type so maybe there is something weird going on [10:24] no matter its working you need to do another review or can we move on? [10:25] fagan: can I see the code you used, because for me, the if works as expected [10:25] I wanna know why in your case is not [10:26] mandel: it was just if ok and text is not '': [10:26] and the second one was if ok and text is not None: [10:26] fagan: well, there you have the issue [10:26] try: if ok and text [10:27] mandel: ok [10:27] fagan: d then tell me why do you thin your attempts did not work [10:27] ah works [10:28] I really dont know [10:28] if I did I would have fixed it :) [10:30] mandel: I have a feeling if I went if ok and (text is not '') it could have worked [10:30] fagan: ok, lets think about it, you know as a fact that you are getting a QString(''), right? [10:31] yep [10:31] then, would you say that QString('') is str('')? [10:31] mandel: no? [10:32] there must be some difference otherwise they would have just used str('') [10:32] fagan: they are not the same guy, one is a str and the other is a QString [10:32] they are diff types, therefore, not the same guy [10:32] right? [10:32] yep [10:33] ok, know what do you say about this QString('') == None [10:33] that is not correct, right, I mean we do have something, a QString, right? [10:34] mandel: well it would be a QString('') so it is an object [10:34] so its not None [10:34] exactly! [10:34] and one last thing, what do you thing python does with this: [10:34] if QString(''): [10:34] or for that matter: [10:34] if any_object [10:35] mandel: well it would check with the object if its true or false? [10:36] fagan: yes, but how does it do that? if I ask you to tell if me if an object is true or false, what would you do? [10:36] mandel: check the object's data and see if it has it or not [10:37] if it doesnt then its false if it does its true [10:37] (python does do some things like C and this is probably one of them) [10:38] fagan: can you write a small script to do that? [10:38] mandel: to check if an object has data or not? [10:38] fagan: hint: it can be done without if statements and in a single line [10:38] fagan: to check i it is tru or not [10:40] mandel: is it getattr() ? [10:43] fagan: no [10:43] * fagan googles [10:46] mandel: '' in text [10:46] ubuntu forums saves the day [10:47] I tried it and it works too [10:48] fagan: I'm not looking for that, I'd like to see it for any object type [10:48] that inherits from object [10:52] mandel: bool("") [10:52] or bool(text) [10:52] bingo :) [10:52] so, everytime that you do a if some_object [10:53] didnt even need google for that [10:53] it gets expanded to if bool(something) [10:53] ah ok [10:54] fagan: I think we can move on to the next one [10:54] give me a sec [10:54] finally [10:54] :) [10:57] * fagan makes tea [11:03] fagan: there you go: http://paste.ubuntu.com/589620/ [11:03] * fagan back [11:04] hi guys [11:04] mandel: I know right now that im not going to like this [11:04] karni: hey [11:04] fagan: hi there \o [11:05] fagan: well, he have moved up one level, now you are in the intermediate one :) [11:06] @ping [11:06] pong [11:06] mandel: but do I need QPainter for the installer's screens? [11:07] fagan: well, this is a Qt course, so the idea is to make you good a Qt, I dont know if we will need it [11:07] we might do some custom widget [11:07] * fagan hates doing graphics stuff [11:36] * fagan break === zyga_ is now known as zyga [12:30] * fagan back [12:31] (im reading the api docs not writing code yet mandel) [12:39] fagan: nothing wrong with that at all [12:39] * mandel walking dog [13:11] fagan, hi. Do you mind testing the version of desktopcouch in our nightlies PPA to see if it fixes the problem you saw yesterday? [13:11] ppa:ubuntuone/nightlies [13:12] CardinalFang: ill give it a go I dont know exactly how I triggered it the first time [13:13] but I can try [13:13] good morning everyone! [13:13] hey nessita [13:14] hey fagan [13:16] fagan, you might need to "killall beam beam.smp desktopcouch-service" after you stop programs that are using it. [13:16] fagan, I don't know what state things could be in after that error. [13:17] I was able to reproduce it [13:17] CardinalFang: I just had to remove desktop couch and try install it again while syncing [13:24] can I have a second review for https://code.launchpad.net/~nataliabidart/ubuntuone-control-panel/better-path-handling/+merge/56264 ? [13:25] fagan, what version of desktopcouch is that? [13:26] CardinalFang: the repo version [13:26] give me a sec and ill check the nightly one [13:28] fagan, I'm pleased you reproduced it so quickly. If you can't see it happen with the nightly, it will give me confidence in my change. [13:29] CardinalFang: sure I have a crap load of updates so its taking a sec [13:33] Oh and I have a little bit of a bug report too [13:33] On the computer im syncing from I dont want to get a notification about a new cloud folder being available [13:35] mandel, hi! [13:35] CardinalFang: Hate to say it but I just got it in the nightly [13:36] assertion error right? [13:36] Or maybe I had to restart the cp first [13:36] give me a sec [13:38] * rye 's bip host is down, rebuilding libvirt to bring it up... serial ports are really carefully guarded by apparmor in libvirt - bug#578527 [13:40] CardinalFang: ok not getting it now [13:40] good [13:42] thisfred: https://code.launchpad.net/~nataliabidart/ubuntuone-control-panel/better-path-handling/+merge/56264 [13:42] thanks! === verterok` is now known as verterok [13:58] alecu_: hello, sorry I was away walking th edog [13:59] mandel, no prob. Did you see the fixes I requested on my last review? [13:59] alecu_: I dont think so, can you let me know the merge url again? [13:59] mandel, since they were "trivial" I approved anyway [13:59] mandel, windows_3 or something, let me check. [13:59] alecu_: oh, cool, let me see [13:59] I though it was related to one of your branches [13:59] mandel, https://code.launchpad.net/~mandel/ubuntu-sso-client/windows_ui_3/+merge/55561 [14:00] alecu_: I can fix them, np, thanks for taking the time :) [14:00] alecu_: I'll fix them right now [14:06] Still no standups? [14:11] mandel: the pyqt book isnt too great for the painter stuff [14:11] the api is a lot better [14:12] fagan: I dont think we will have standups this week at all, and next week I'd be surprise if we are doing them since we have a sprint too [14:13] mandel: I kinda miss having to go over what im doing [14:13] hello people. [14:13] hey ralsina [14:13] Sorry I am late, but A FREAKING TRAIN DERAILED [14:13] what? [14:14] Hardware problems suck. [14:14] CardinalFang: I commented on that bug confirming that its fixed on my machine [14:14] fagan, high five! [14:15] CardinalFang: I thought it wasnt for a sec but I just had to kill everything and restart them and it worked [14:15] fagan, go! [14:16] ralsina: I told you to sit down in the middle, otherwise you make the trail tilt and this things happen ;) [14:16] mandel: not my train, but the train ahead of mine [14:16] alecu_: thats harsh :) [14:16] hahahha [14:17] fagan, "go" as in "say your standup lines" [14:17] alecu_: yeah I know what you meant I just prefered to take it the other way because it was funnier [14:17] hahaha, it is [14:40] * mandel hates merge conflicts... [14:43] dobey, I have a question about this bit: http://pastebin.ubuntu.com/589687/ [14:44] dobey, just understood it, never mind. [14:52] dobey, http://pastebin.ubuntu.com/589696/ [14:52] thisfred, https://code.edge.launchpad.net/~cmiller/desktopcouch/lp530322/+merge/56363 [14:53] alecu__: libgstreamer-plugins-base0.10-dev and libgstreamer0.10-dev [14:55] it worked, thanks. [15:04] mandel, I would like to reproduce https://bugs.launchpad.net/desktopcouch/+bug/737120, but I have no idea how [15:04] Launchpad bug 737120 in desktopcouch "AttributeError: 'bool' object has no attribute 'head' (affects: 1) (heat: 6)" [Undecided,Incomplete] [15:06] thisfred: that was happening in my natty laptop, so if you give me some mins to finish what I'm doing I'll boot it and will test if it occurs in the current beta, is that ok? [15:07] mandel: sure. I just wondered when it happened [15:08] thisfred: it happened when I was trying to create a new database, it looked like the service crashed, tried to reconnect and got that error [15:08] I think you created the database in the wrong way [15:08] ein? [15:09] mandel: did your code look anything like: Database(name, True) ? [15:09] thisfred: it is: DesktopDatabase('test', create=True) [15:09] I'm betting you left off the create [15:10] 5 beer, I'm betting [15:10] thisfred: hmm it could have happened.. I was on the terminal, so maybe I did not type create... [15:10] thisfred: have the args param changed? [15:11] Not sure, I don't think create was ever the second argument though.\ [15:11] anyhow, marking as invalid, if you can reproduce it with the code you pasted above, I'll reopen it [15:14] thisfred: I'll give it a try in a few mins [15:14] thx [15:14] dobey, branch approved, and filled bug #751441 [15:14] Launchpad bug 751441 in libubuntuone "Fails when cancelling the second password prompt (affects: 1) (heat: 6)" [Medium,Confirmed] https://launchpad.net/bugs/751441 [15:14] * fagan is still trying to make sense of the QPainter stuff === alecu__ is now known as alecu [16:12] rye, so did you test the evo-couchdb package? [16:22] dobey: ping [16:26] rodrigo_, well, it tested it and it was working well, now i removed it and reinstalled and can't get it to work [16:26] mandel: hi [16:26] rye, any output on e-addressbook-factory? [16:26] dobey: hello :) [16:26] dobey: are you very busy atm? [16:26] mandel: always. what's up? [16:27] dobey: haaha, well I was wondering if you could land a branch for me, because tarmac is down, right? [16:27] rodrigo_, ok, after several kills of evolution processes it is now showing up the contacts [16:28] hmm [16:28] dobey: is not blocking me, so it can be done after the sprint, not a big deal [16:28] mandel: tarmac is down yes. what branch? [16:28] dobey: would be this: https://code.launchpad.net/~mandel/ubuntu-sso-client/windows_ui_3/+merge/55561 [16:28] dobey: but as I said, not blocking so I can wait 'til tarmac is back [16:29] ok [16:31] dobey: so we wait for tarmac, right? [16:31] alecu: https://wiki.ubuntu.com/FreezeExceptionProcess [16:35] nessita: can you land mandel's sso branch^ por favor? [16:35] sure! [16:35] gracias [16:35] de nada [16:36] oh cool :) === rye` is now known as rye [16:36] * fagan just understood all of the languages spoken there [16:36] o/ progress [16:36] nessita: before you do it: sudo apt-get install python-qt4 [16:36] nessita: I think that is the exact name of the package [16:37] rodrigo_, and it does not appear to be starting desktopcouch on startup [16:37] mandel: what?!?!?! [16:37] rye, what doesn't start it? the session or evo-couchdb? [16:37] mandel: are we adding a new dep to ussoc? I didn't get that memo ;-) [16:37] mandel: does it work on linux? can I try it? :-D [16:37] he's porting it to kde [16:38] nessita: is qt, not kde. It is because otherwise you will get all the pylint warnings about not having pyqt in the system [16:38] mandel: makes sense. Can I try it on linux? [16:38] it's just to make pylint happy [16:38] and to avoid this: [16:38] nessita: not yet, it will be ready for Linux next monday, as a per project :) [16:38] File "/home/nessita/canonical/tarmac/ussoc/ubuntu_sso/qt/controllers.py", line 19, in [16:38] from PyQt4.QtCore import QUrl [16:38] ImportError: No module named PyQt4.QtCore [16:39] nessita: ein.. that should not happen [16:39] u1trial should be ignoring the tests from qt [16:40] mandel: hum, run-tests didn't report the problem and the branch got merged the same [16:40] * nessita fixes run-tests [16:40] mandel: let's no skip the QT tests [16:40] mandel: let's make it a dev dependency, just like zeitgeist [16:41] mandel: we all should run all the linux tests, both gtk and qt, to ensure we don't break anything [16:41] nessita: atm the controllers are windows base, there are Qt multiplatform tests that are not skipped [16:41] mandel: great thena [16:41] then* [16:41] I tried hard to make just windows not to be tested :) [16:42] rodrigo_, it does not start desktopcouch, which I suppose is because it does not query for the port [16:42] perfect! [16:42] rodrigo_, even better [16:42] rodrigo_, it starts desktopcouch but does not connect to it :( [16:43] nessita: I'm also adding some bugs with the windows tag in the project [16:43] I'll take care of all windows tagged ones [16:52] rye, can you get the e-addressbook-factory output? without it, it's hard to say what the problem might be [16:54] rodrigo_, need to logout to obtain clean state..brb [16:54] rye, nah, whenever you can, no hurry right now :) [16:56] * fagan clocks out [17:00] lunch time === Tm_K is now known as Tm_T [17:16] rodrigo_, so, there is nothing being printed by e-addressbook-factory and desktopcouch is being started but then "There are no items to show in this view" is displayed in evolution and it stays this way until i restart e-addressbook-factory and evolution === zyga is now known as zyga-afk [17:23] rodrigo_, weird thing - if i start e-addressbook-factory first then evolution, couchdb data source works, but if i run evolution w/o e-addressbook-factory, then there are no contacts [17:37] ralsina: do you have time to give a review for the windows team? [17:44] rye, weird === zyga-afk is now known as zyga [17:45] mandel: windows "team"? :) [17:46] fagan: well, we are a team and we work in windows, right? [17:46] mandel: duo :P [17:47] fagan: well, ralsina is in, and we will have Chipaca with us in London [17:48] mandel: oh I thought ralsina counts for all the corners of u1 [17:48] yes, but he is mine now, once you do a windows review, you are hooked for ever [17:48] well, I need to wallk the dog [17:48] bbl [17:48] * mandel walking beast [17:48] later mandel === tubadaz_ is now known as tubadaz [18:18] CardinalFang: Trivial review please https://code.launchpad.net/~karni/ubuntuone-android-files/show-volumes-1-by-1/+merge/56413 [18:19] fagan: I am everywhere. [18:19] ralsina: How dare you be in my bathroom O_x [18:20] karni: only of you IRC there [18:20] I don't IRC from my bathroom xD (Although I have friends who do lol!) [18:31] karni, okay. [18:33] ralsina: hehe [18:42] CardinalFang: remember your question about making those static int's enums? I justified my choice for statc ints, but I pulled them into interfaces, which should make it cleaner. [18:42] But that's in the branch that'll follow. [18:45] karni, rock. [18:45] CardinalFang: \o/ [18:56] karni, approved. [18:56] CardinalFang: Thank you! [18:56] karni, I misread a bit the first time. [18:56] CardinalFang: ack [18:59] If I connect to ubuntu-one client he disconnected after few second. I have try to this procedure goo.gl/TgoBU but doesn't work. however, if I start ubuntuone-preference from gnome-terminal I receive a dbus error. see this: http://paste.ubuntu.com/589810/ any idea? [19:16] CardinalFang: fixed https://code.launchpad.net/~karni/ubuntuone-android-files/show-volumes-1-by-1/+merge/56413 [19:20] I cannot find an easy answer to this. Does Ubuntu One support file versioning? [19:21] jester7, does not at the moment, no [19:21] we don't yet support file revisions,no [19:21] ok, thanks [19:54] yo soy tambien reviews de code por favor? [19:54] https://code.launchpad.net/~dobey/ubuntuone-client/fix-744383/+merge/56424 y https://code.launchpad.net/~dobey/ubuntuone-client/fix-gsd-crashes/+merge/56431 [19:59] dobey: puedo tener algunas reviews? [19:59] dobey: me pueden hacer un par de reviews? [20:01] nessita: I already did your performance review ;-) [20:11] Is this Portugese or Spanish? [20:11] d-bey's is neither, ha ha. [20:11] hehe that I know ;) I meant what nessita wrote. [20:12] ES [20:12] ack :) === peppe84_ is now known as peppe84 === peppe84 is now known as Guest84202 === Guest84202 is now known as peppe84_ [21:34] ralsina: https://code.launchpad.net/~dobey/ubuntuone-client/fix-gsd-crashes/+merge/56431 [21:43] dobey: I'm getting this error: [21:43] Namespace is empty; likely causes are: [21:43] * Not including .h files to be scanned [21:43] * Broken --identifier-prefix [21:44] ah because you're building the stable-1-4 branch on natty and gobject-introspection stuff changed [21:44] so when you get that, you can cd gsd-ubuntuone && make [21:44] and it will build the gsd extensin [21:44] then you can just test that [21:44] gsd-plugin, rigth? [21:45] oh yes, sorry [21:45] me falni [22:43] well just proposed another branch, which makes music store work in rhythmbox again [22:44] think i will upload maverick sru patch for proposed and be done [22:45] lucio_, facundobatista: q: after sending a share invitation thru the web, does syncdaemon have a valid volume_id for that share? I would guess it does not. [22:47] I'm working on bug #646059, and I need to return a volume id on the ShareCreated dbus signal [22:47] Launchpad bug 646059 in ubuntuone-client "Nautilus doesn't update emblems for shares (or, syncdaemon doesn't emit response at all for shares offered thru http) (affects: 1) (heat: 5)" [High,Confirmed] https://launchpad.net/bugs/646059 [22:48] since the volume id is used later by nautilus to get at the share info [22:52] i am gone, i can look into it tomorrow [22:52] bye then [22:53] for tomorrow, then: do "shareD" folders have volume_id, even though they have not been accepted yet? [22:54] and this completes my day as well. [22:58] i am pretty certain the answer to that is no. :) [23:05] later all!