=== fta_ is now known as fta [01:04] RAOF, I just dis-upgraded and my video is broken, any ideas? === fta_ is now known as fta [01:25] robert_ancell: What card? [01:25] Also, urgh. [01:26] * RAOF was just about to break his video in the interests of science. [01:26] Also, “broken”? :) [01:26] RAOF: smoke is coming out [01:27] Unlikely to be my fault, then :) [01:27] RAOF, black screen on bootup. Can see mode changes but doesn't seem to be working [01:27] RAOF, I'm running now in vesa [01:27] VGA compatible controller: ATI Technologies Inc M92 [Mobility Radeon HD 4500 Series] [01:28] * RAOF shall plug in his ATI-using system and see. [01:28] Did you try disabling kernel modesetting? [01:29] desrt, hey, how are you [01:29] RAOF, no [01:29] Were you on Lucid before, or is this the recent upgrade to radeon 6.13? [01:29] robert_ancell: sickly lately :/ [01:30] RAOF, on maverick, been dist-upgrading each day [01:30] mostly working on things that don't require too much thinking [01:30] glib cleanups, etc [01:30] desrt, :) [01:30] just about to crack open the dconf shm problem again though [01:30] RAOF, what is the command to disable KMS? [01:30] gonna get it licked this time, i think [01:30] robert_ancell: Pass “nomodeset” to the kernel from grub. [01:32] desrt, hey, do you know the story with the latest glib, it says in the NEWS that it has API breaks that "require a new GTK+". i.e. do I need to upgrade GTK+ to make it work together? [01:32] yes [01:32] mclasen dropped a new gtk today [01:33] it only affects GtkApplication [01:33] so if you're running pre-GtkApplication gtk then you need not do anything [01:33] desrt, oh, that explains why my system has not melted down :) [01:33] RAOF, I'll try when I get a chance to restart [01:33] ls [01:33] i change some GVariant API [01:34] desrt, also, did the latest dconf intentionally reduce the gio requirement? [01:34] no. [01:34] * RAOF goes back to breaking his video. [01:34] it went 2.25.10->2.23.10 [01:34] oops :) [01:34] someone sent some configure.in fixups [01:34] i committed them almost without looking [01:35] heh [01:35] erm [01:35] actually, i just screwed up [01:35] entirely my fault [01:35] it wasn't part of that patch [01:35] dconf-editor is now not completely broken in this release! [01:35] ya [01:35] that's one of the reasons i did the release [01:36] seb mentioned it :p [01:36] Woohoo! Cally finally a part of clutter! [01:36] heh, learning vala and battling GtkTreeModel is a dangerous combination [01:36] TheMuso, nice! [01:36] you should have used libmodel :) [01:36] desrt, yeah, didn't think of that [01:37] btw [01:37] what's the story with gee? [01:37] some people have complained about that [01:37] desrt, we could remove it. They're just nicer collections than the GLib ones. [01:37] ah [01:37] well, no panic or anything [01:38] still a lot of time left in this cycle :) [01:38] vala and gee seem to go together [01:40] btw [01:40] i wondered if you considered making the editor more schema-oriented [01:40] maybe even using the gsettings API [01:42] desrt, I totally think it should be gsettings.... [01:42] with some recent gsettings API changes it should be possible [01:42] you can enumerate all the keys in a schema and all the installed schemas on the system now [01:42] desrt, the only feature that *may* be useful that gsettings probably wouldn't expose is keys in d-conf without schemas. But you could have a command line tool to show "orphaned" keys [01:43] some sort of 'cleanup' feature might be neat [01:43] desrt, do you think it should be part of glib or a separate module then? [01:43] well [01:43] we have the commandline tool in glib [01:43] obviously we can't have a gtk application there.... [01:43] true [01:44] anyway [01:44] could be a really nice UI, i think [01:44] very much nicer than gconf-editor type of thing [01:45] we could even add summary/description for the schemas themselves [01:45] * mclasen had thought that putting it in dconf was kinda odd [01:45] mclasen: i think of it like the gvfs-* tools being in gvfs... [01:45] even though they are really just using gio [01:45] I don't think the gvfs tools are well-placed either [01:45] only other place it could really go is gtk... [01:46] in fact, adding a 'gio' tool has crossed my mind recently [01:46] gconf-editor is a separate module currently right? [01:46] ya [01:46] modules are cheap, we might as well keep it separate [01:46] gsettings-editor? :p [01:46] mclasen, what sort of gio functions? [01:47] mclasen: probably should call it gfile, i guess [01:47] otherwise you might give up the game about what 'gio' truly means :) [01:47] a single tool that combines gvfs-ls/copy/move/etc [01:48] maybe gvfs would be the right name [01:48] mclasen, like a debug file browser? === fta_ is now known as fta [02:14] RAOF, works with nomodeset [02:20] robert_ancell: Did you see cjwatson's post to ubuntu-devel about the recent GRUB modesetting change? That's a good candidate for testing, too. [02:21] RAOF, well, grub works in both cases, so guessing not the issue? [02:22] It could be - grub's now not switching the display into text mode before launching the kernel - this could possibly be freaking out the radeon module. [02:23] ah [02:24] Which causes vesafb to kick in, which _shouldn't_ cause problems. If all goes well… :) === fta_ is now known as fta === fta_ is now known as fta [04:24] RAOF, what authorizations does out X server support? [04:24] our [04:25] Um. The standard ones, IIRC. I don't think we set anything fancy.\ [04:25] RAOF, and the standard ones are? MIT-MAGIC-COOKIE-1 and ? === fta_ is now known as fta [04:27] man Xsecurity suggests XDM-AUTHORISATION-1 and SUN-DES-1 [04:29] Well, and host-based security. [04:29] I'm pretty sure there's an SHA based one, too. Hm. [04:29] * TheMuso is setting up VMs atm, and looks forward to the day that vmgl is properly supported in kvm, and integrated everywhere. :) [04:30] RAOF, ta [04:30] TheMuso: KVM should kinda almost mostly support vmwgfx, too. [04:30] Although we don't build either the X 2d driver nor the 3D state tracker for it. [04:30] RAOF: It does, but you need a patched VNC, and the SDL viewer is not yet supported. [04:31] You're obviously better informed than me then. Go about your business ;) [04:31] grrr. Something going on with GTK apps and focus, particularly to do with accessibility. === lifeless_ is now known as lifeless [04:32] * TheMuso was just reading up on vmgl, since I'm setting up some VMs. I've also fallen in love with virt-manager. [04:33] virt-manager rocks. [04:34] Only thing thats slightly cumbersome is setting up storage via virt-manager. [04:51] robert_ancell: How are you finding your new found freedom? :) [04:52] TheMuso, freedom? [04:52] robert_ancell: freedom to upload your own changes without needing a sponsor./ [04:52] i.e core-dev [04:53] TheMuso, oh, it's nice :) [04:54] Yeah I felt the same for a while after getting core-dev myself. [04:59] "for a while" [05:00] Then people started to bug you for uploads? :) [05:00] I guessed as much :) === fta_ is now known as fta [05:25] Good morning [05:26] Morning pitti. [05:26] Whats the weather like in Europe these days? [05:26] Howdie, pitti. Looks like that makes it lunch time! [05:26] TheMuso: like ice cream and sunburn [05:27] TheMuso: it keeps being > 30 degrees [05:27] hey RAOF [05:27] or, sleep time! ;) [05:27] * TheMuso wonders whether Prague is getting similar weather... [05:27] hi pitti, hey folks [05:27] TheMuso: probably; it might all be different next week, of course [05:27] TheMuso: we have had this heat for over two weeks, time for a change [05:27] yeah such is weather. [05:27] hey tremolux [05:28] but oh well, we'll be stuck in the climatized hotel most of the time anyway [05:35] May be better than outside anyway. :) [05:59] TheMuso, do we want the latest libcanberra? [05:59] robert_ancell: doing it now actually. [05:59] i.e uploading right now. [06:00] :) === bjf is now known as bjf[afk] [06:32] TheMuso, what's the name of the debian tool that generates/checks debian/changelog? [06:32] debian/copyright I mean [06:34] robert_ancell: I don't know. [06:34] There is lintian, but that checks the whole package. [06:35] There's some magic tool that scans all the source files but I can't remember the name... [06:35] licensecheck [06:36] I think. :) [06:37] RAOF, thanks! === almaisan-away is now known as al-maisan === fta_ is now known as fta [06:59] good morning [07:03] Hey didrocks. [07:04] hey TheMuso, how are you? [07:04] didrocks: Well thanks. Yourself? [07:08] TheMuso: good, slowly recovering from a very busy last week ;) === fta_ is now known as fta [08:19] morning all [08:19] mvo, here is your dialog :) http://imagebin.ca/img/43PZ2w.png [08:20] good morning and471 [08:20] and471: *nice* [08:20] mvo, :) [08:20] \o/ [08:20] mvo, there are 3 issues I need to discuss [08:21] mvo, first, the ubuntu logo is not from the 'distributor_icon' gtk icon, it is one I downloaded off of design.canonical.com [08:21] mvo, I feel it needs to be used instead of the humanity styled one, as it needs to be 'official' as you are giving away you uname and password [08:22] mvo, this means if no other package does, we need to ship it with software-center [08:22] that is ok, its currently a ubuntu only feature anyway [08:22] mvo, we could also speak to vish about this when he gets on, to see if humanity can ship it, but with a different name [08:22] mvo, cool [08:22] mvo, second issue [08:23] mvo, in these mockup, you can see what mpt plans for the bottom of the dialog [08:23] https://wiki.ubuntu.com/SoftwareCenter?action=AttachFile&do=get&target=review-single-sign-on-offline.jpg [08:23] however the hbuttonbox at the bottom of the dialog means that if we put that in, it looks all funny [08:24] * mvo nods [08:24] it would be nice to have something there, showing e.g. a spinner while trying to connect [08:24] good morning and471, mvo [08:24] mvo, http://imagebin.ca/img/av-rFD.png [08:24] didrocks, morning [08:24] instead of what we do now iirc to just make the dialog vanish [08:24] hey didrocks [08:24] mvo, see the buttonbox makes all children homogeneous and it looks silly [08:25] (for lack of a better adjective) [08:25] and471: maybe we just get rid of the hbuttonbox and use a nomal hbox? [08:25] silly is the perfect word to describe it :P [08:25] mvo, unforntunately in glade we can't delete it [08:25] "You cannot remove a widget internal to a composite widget." [08:25] *grumpf* silly glade! [08:25] mvo, yup [08:26] mvo, I can delete the action area (hbuttonbox) in pygtk [08:26] mvo, but then I don't know how to add a hbox in its place [08:26] mvo, though I haven't played for it that long so if may be possible [08:28] and471: I guess removing the dialog_action-area_login and just adding a new hbox should work [08:28] mvo ah wait a min, I think I have it.. [08:28] and471: cool [08:30] mvo, okay I can see how to do it now, I assumed the hbuttonbox was a direct child of the dialog, and so there was no way to pack_start, but there is a vbox between it and the dialog and so it is possible (ignore my ramblings :D) [08:31] mvo, okay the third issue, which is really just a matter of opinion [08:31] mvo, the dialog needs to find out if the user has an internet connection, would the best way to do this be a dbus call to network-manager? [08:33] and471: yes, NM should be the authority on this now [08:33] mvo, ok [08:33] and471: the very best is to download a known (tiny) bit of text from a known url [08:33] well I shall get to work [08:33] and471: this has the advantage that we also figure out if people are behind a pay-wall (e.g. in a hotel) [08:34] and471: I think ev from #ubuntu-devel discussed setting up such a service in the past [08:34] mvo, I don't if that applies though becuase there is one state if there is no internet connection, and then another if the server can't be contacted [08:34] aha, ok [08:35] yeah, then NM should be good [08:35] mvo, otherwise we could me telling the user there is no internet connection, when there is one configured is network-manager - that really annoys me :) [08:35] mvo, okay then, thanks for the advice and I shall get to work [08:35] thanks a bunch and471 [08:35] np [08:35] mvo: do you think that ViewManager should create item groups and enable sorting them by group (not particularly related to a node, but groups)? [08:38] didrocks: do you have a example? [08:39] mvo: well, oneconf will use that, for instance, when adding new computers, I think it will be good to sort them by name (see https://wiki.ubuntu.com/SoftwareCenter?action=AttachFile&do=get&target=installed-software-computers.jpg) [08:39] so the case is: [08:39] - adding items after Installed Softwares (hence the idea of placeholder) [08:40] - sort them in alphabetical order [08:40] - some can be added/removed during USC lifetime [08:45] didrocks: aha, thanks. it sounds like we want a ViewGroup or something, but that gets a bit over-engineered for the ~5 computers that people have max :) [08:46] didrocks: maybe register_view(insert_before=None, insert_after=None, sort=True)? [08:46] didrocks: then the view can put it into (after, before) ? [08:46] mvo: so, you have to get the before viewid, even for generic items [08:46] like Installed software [08:46] and we remove placeholder [08:49] * mvo scratches head [08:49] its anoying for you to get the installed software viewid, right? [08:49] easiest would be to default to the last element :) but then the spec says something different [08:50] didrocks: could you poke debian to take a look at http://bugs.debian.org/588244? [08:50] its really painful for us to maintain this in a ppa as it constantly gets superseded ;) [08:50] or let us upload to archive [08:51] thx [08:51] mvo: we can maybe, in refactoring the code, instead of using range(6) to generate viewid for generic items, and get them in plugins? [08:51] asac: no pb, I can try to ping them. But I was thinking that alf__ talked to the DD? [08:52] didrocks: absolutely, that is the plan, see lp:~mvo/software-center/viewmanager for a start, but its definitely planed to not have the (ugly) range() left after the viewmanager is in :) [08:52] didrocks: unfortunately the branch is very very empty [08:52] didrocks: just the bits from the etherpad page [08:52] didrocks: not sure. the bug didnt get any attention for a week ;) [08:52] didrocks: My emails have been ignored and kov in debian-gnome said he could not make that decision, so I opened debian #588244 [08:52] Debian bug 588244 in clutter-1.0 "Clutter eglx packaging" [Wishlist,Open] http://bugs.debian.org/588244 [08:52] mvo: so, if I can import the generate viewid in a dict from USC, I'm happy with it [08:52] ok [08:53] alf__: asac: apart from kov, I don't have any other clutter debian guys connexion… [08:53] if debian isnt cooperative we have to upload it to ubuntu. [08:53] mvo: ok, sounds good with insert_after and insert_before so, and let's forget the placeholder [08:53] ok [08:53] we wait one or two more days [08:54] asac: I won't do the merge in ubuntu afterwards, I'll let that to you guys :) [08:54] didrocks: ok, cool [08:54] thanks didrocks! [08:54] mvo: you're welcome, thanks for the work on it :) [08:55] mvo, off the top of your head, do you know what the propertyname is in pygtk that is "padding" in glade? [08:55] and471: iirc its set_padding() [08:56] mvo, thanks [08:56] mvo, err it isn't, thanks anyway, I shall find out [09:00] didrocks: guess thats probalby fine then. though unfortunate of course [09:00] what team is maintaining clutter in debian? [09:01] asac: debian-gnome, hence the ping to kov [09:01] alf__: did kov say who could make a decision? [09:03] * asac poinged kov ... lets hope he isnt unhappy about getting pings from all sides ;) [09:03] asac: No, just that he couldn't do it [09:03] ok. lets see what he says [09:04] asac: in what channel did you ping him? [09:04] #debian-devel [09:05] (oftc) [09:21] hey [09:23] salut seb128, il fait plus frais ? [09:23] lut didrocks, oui [09:23] hey rickspencer3, slomo [09:23] didrocks, how are you today? [09:24] hi seb128 [09:24] seb128: I'm fine and more rested than yesterday, thanks :) you? [09:25] didrocks, I'm fine, overslept a bit and had to wait for disk checking before starting my day so slacked a bit [09:27] since the last update (maverick), if i put the mouse cursor above any gtk window, it starts blinking like hell and the cpu sky rockets (the app, Xorg, the w-m) [09:29] and the cursor disappears after a few secs on other non-gtk windows (like regular xterms) [09:31] fta, try stopping unclutter? [09:31] fta, what did you upgrade in that upgrade round? [09:32] seb128, kill? or is there a pref somewhere? [09:32] sudo apt-get remove unclutter [09:32] seb128, i upgrade everyday, but i don't restart daily (just when there's a new kernel [09:32] or stop the process just to try [09:33] yep, far better when killed [09:33] ok [09:33] you still get flickering and cpu use? [09:33] hi seb128 [09:33] or what you call far better is non buggy? [09:34] seb128, nope, cpu is back where it should be, and no more cursor flickering [09:34] fta, ok, nice [09:35] fta, bug #16492 [09:35] Launchpad bug 16492 in gtk+2.0 (Ubuntu Maverick) (and 3 other projects) "Mouse pointer should disappear when keyboard is in use and mouse isn't (affects: 25) (heat: 142)" [High,Triaged] https://launchpad.net/bugs/16492 [09:35] fta, that's the bug requesting to have unclutter by default [09:36] you can probably add a comment there and open a bug against unclutter if there is not already one [09:37] ehhh, that's a crazy idea. i use follow focus and no auto-raise, i need to see where the cursor is [09:38] (auto_raise=false, raise_on_click=false, focus_mode=sloppy, focus_new_windows=smart) [09:38] and metacity of course [09:39] don't argue there, I don't agree with the change [09:39] comment on the bug saying that ;-) [09:46] good morning seb128 [09:46] hey rick [09:46] hey pitti [09:46] seb128, done [09:48] seb128, also, when i hover the clock, i see a weird yellowish background, unreadable when using Ambiance [09:49] I don't confirm that one [09:49] well it's highlighted on mouseover but not yellow there [09:51] seb128, http://people.ubuntu.com/~fta/clock-ambiance.ogv [09:51] waouh [09:52] did that start recently? [09:52] yep, 1h ago [09:52] ok, I didn't upgrade yet today [09:52] fta, yuck :-# [09:52] let me see how it goes after upgrade [09:52] well, i restarted my desktop today, but the update could be a few days older [09:55] d'oh! my previous restart was 2 weeks ago (but with daily updates) [10:24] xchat now crashes on exit.. it's not my day [10:24] in dbus_connection_dispatch() === DrPepperKid is now known as MacSlow [11:13] seb128: it seems that gtk/librsvg still open the acual .svg icon files even if there is an icon cache, is that expected? [11:13] I think it is [11:13] it caches png files but not svg files IIRC [11:13] dunno why or a reason it could though [11:13] right, makes sense; thanks! [11:14] couldn't [11:14] pitti, yw [11:14] pitti, do you have a minute to join #telepathy? [11:14] pitti, to explain how apport catches python crashes [11:18] mvo mpt what I have done so far http://videobin.org/+1hk/1qn.html (only 30 secs) [11:18] mpt, I will make the email and password stuff insensitive when continue button is clicked in a bit [11:18] mvo, hi, when I try to run software-center trunk it won't work: http://paste.ubuntu.com/462923/ [11:18] mpt: thanks, let me fix that [11:19] and471: nice! [11:19] ;) [11:20] ergh, Chromium's video playing is buggy [11:21] mpt: fixed in r902 [11:21] * mvo is off for lunch [11:21] though there's also something not quite right with that video, it's apparently 6:48 long but only 0:40 long [11:21] thanks mvo [11:21] and471, that looks great, well done! [11:21] and471, is "Continue" the default button? [11:27] mpt, yeah something is wrong, ah well [11:28] mpt, don't think, so, I shall correct it tho [11:28] * and471 is also off for lunch [11:28] cool [11:29] pitti, thanks for joining on #telepathy ;-) [11:29] seb128: no problem :) === al-maisan is now known as almaisan-away [11:31] * and471 is working on SC to pay off his debt to mpt - he doesn't come cheap :D [11:31] and471, you owe me anything? I had no idea [11:31] mpt, the question I asked you the other morning [11:31] oh, right [11:31] ;) === fta_ is now known as fta === fta_ is now known as fta === almaisan-away is now known as al-maisan [13:03] if someone is looking at the glib2.0 or gnome-applets FTBFS: the buildds don't support [linux-any] yet in build dependencies [13:18] seb128, I just released empathy 2.31.5.1, you should pkg this one instead of 2.31.5 [13:22] cassidy, ok thanks [13:22] geser, ok thanks [13:22] geser, do you know when they will? [13:23] seb128: no, I filed bug #604981 just a few minutes ago [13:23] Launchpad bug 604981 in launchpad-buildd "The buildd doesn't support [linux-any] in build dependencies (affects: 1) (heat: 6)" [Undecided,New] https://launchpad.net/bugs/604981 [13:24] geser, thanks [13:24] I guess I will workaround that in glib for now [13:24] geser, thank you for pointing it === MacSlow is now known as MacSlow|lunch === fta_ is now known as fta [13:59] anyone want to see a neat firefox bug? [14:03] dobey: entertain me? [14:05] desrt: load a page like planet or something so the vertical scroll bar shows up, click and hold the mouse button down on the scroll bar, move the mouse outside of the window, and right-click while still holding the first button down [14:06] neat menu! [14:07] dobey, oh weird [14:07] that is a crazy menu :) [14:07] haha [14:07] it's the entire firefox context menu [14:07] yeah [14:43] kenvandine, did you tell you need vala and telepathy-glib changes? [14:43] kenvandine, can I help getting this in? === MacSlow|lunch is now known as MacSlow [15:21] seb128, not yet... i have it built in my ppa for now [15:21] kenvandine, ok [15:22] seb128, there is a problem building vala on the buildds for now... so you have to add valac as a build-depends [15:22] kenvandine, well patching the generated .c should work [15:22] * kenvandine is glad didrocks pointed that out before i spent much time figuiring it out :) [15:22] but yeah, we did that with didrocks previously as well [15:23] seb128, true... but there might be an upstream release before i have this ready for main anyway [15:23] i hope [15:23] ok === fta_ is now known as fta === bjf[afk] is now known as bjf [15:45] rickspencer3, when is your weekly meeting these days? [15:45] bjf, 1h45 from now [15:46] seb128, thanks [15:46] np [16:00] seb128: I won't be able to make today's meeting, sorry; do you have some questions for me? [16:05] pitti, ok, not really [16:05] pitti, do you come next week? [16:05] seb128: yes [16:08] pitti, excellent, will be nice to have you there ;-) feel free to add items to the wiki if there are things you want to work on next week [16:24] seb128: re (sorry, was in meeting) [16:24] seb128: I guess I'll spend a lot of time with Florian to work on an OEM project, since during that week I have the chance to work on the real hw [16:24] seb128: but of course I'll also hang out with us desktoppers [16:25] pitti, yeah ;-) [16:25] and I want to buy you a beer! [16:25] * pitti hugs seb128 [16:26] * seb128 hugs pitti [16:26] not sure what I did to deserve this one but I will not say no to a beer ;-) [16:26] I have to pay you some of those as well ;-) [16:27] I will buy mvo some tea as well [16:27] * seb128 uses edit-patch right now [16:27] * seb128 hugs mvo [16:27] hm tea! [16:27] * mvo hugs seb128 [16:29] good bye everyone, see you tomorrow [16:29] pitti, bye [16:29] oh, right, I need to buy mvo a beer as well [16:30] an "apt compressed indexes draught" or so :) [16:30] bye bye pitti [16:30] pitti: its in experimental [16:30] :) [16:30] oh, wow! I didn't see the MP closing [16:30] * pitti hugs mvo [16:31] pitti: its not in maverick yet, but that is a matter of the merge, its scary how much good stuff donkult did [16:31] mvo: "David Kalnischkies"? just reading the changelog, indeed! [16:32] "do not fail von double close" -> is he German? [16:33] * pitti has to run now, bye! [16:33] Hey, is there a blueprint for Window indicators anywhere? I've looked and looked, but I can't find it. [16:34] hey dieki [16:34] try asking #ayatana [16:34] they are the ones working on such changes [16:34] Okay, I'll try there. Thanks. [16:34] this channel is about landing work in Ubuntu [16:34] seb128: great session yesterday :) [16:34] nigelb, thanks ;-) [16:36] mvo, I went a bit dialog crazy and so I have transferred two dialogs (dependency alert when removing and a broken apt cache) into a glade file [16:36] mvo, I have made them comply with the spec, but I can't test them easily, is there an easy way to do this? === mpt_ is now known as mpt [16:46] and471: cool [16:47] and471: yeah, you can test the broken cache by e.g. installing "4g8" that has a libnet1 dependency. if you then run "sudo dpkg -r --force-depends libnet1" you get broken dependencies [16:47] and471: so the broken apt cache dialog [16:47] and471: for removing you can install 7zip and then remove it again, it has a rdepends on file-roller [16:48] and471: and push your code ;) [16:48] mvo, cool [16:48] so that I can merge it [16:48] thanks [16:48] mvo, well it is not quite finished yet but when it is, I shall [16:48] thanks \o/ [16:48] mvo, I am not confident on dbus and I need for the login dialog to connect to network-manager's dbus and connect a callback to a signal [16:49] mvo, if I put all the code in place, when I push, can you write this code? [16:49] (all the GUI code that is, then you write in the dbus stuff) [16:55] mvo, in the login backend, what does the signal need-username-password signify? [16:56] and471: need-username-passowrd means, that the UI should make the passowrd fields sensitive, it may have stored credentials. in this case the user does not have to enter something [16:56] * gicmo pokes mvo [16:57] hey gicmo [16:58] mvo, is there a signal to say that the username and password are not correct, this should be different from when SC cannot contact the server [17:00] mvo, how is it going? [17:01] gicmo: hungry, its almost dinner time for me :) [17:01] gicmo: and you? [17:01] and471: I think currently there is only login-failure [17:01] and471: best is to extend that to login-connection-refused or somesuch [17:01] and471: but I gtg (dinner time) [17:02] mvo, ok, I shall put in the neccessary GUI code but comment it out [17:02] mvo, cool see ya [17:02] and471: cool, looking forward to that branch :) [17:02] :) [17:02] mvo, pretty busy [17:02] not much fun hacking these days [17:03] but lots of interesting neuroscience things coming up ;-) [17:05] gicmo: oh, i see - cool stuff! [17:07] mvo, yeah, but lots of new stuff as well so learning, learning .. ;-) [17:21] mpt, am I correct in assuming in this dialog https://wiki.ubuntu.com/SoftwareCenter?action=AttachFile&do=get&target=review-single-sign-on.jpg unless the radiobutton selected is the first one, that the status stuff in the bottom-left hand corner doesn't need to change ? [17:22] and471, no, there'd still be "Not connected to the Internet" sometimes [17:22] mpt, yeah okay apart from that [17:22] because you need an Internet connection to do either registration or password recovery [17:23] mpt, no like 'opening your web browser' [17:23] .. to register/to recover password [17:23] ah [17:25] hmmm === al-maisan is now known as almaisan-away [17:27] and471, I don't know [17:27] I hadn't thought about that before [17:27] mpt, ( :-0 [17:28] I suppose if the registration or recovery is happening in a Web browser, USC has no idea when you've finished [17:28] mpt, it doesn't really matter from coding point of view [17:28] or whether you gave up [17:28] mpt, I was just asking quickly [17:28] yeah, but it matters for the design [17:28] mpt, true, I don't think it could find out [17:29] and471, so, how about this: [17:29] mpt, the reason I thought about it, is that firefox lags behind when I open it afresh [17:29] mpt, and so the user might be wondering what is happeninf [17:29] *happening [17:29] * and471 is listening intently [17:29] when you click "Continue" in either of those last two cases, you get a spinner and "Opening browser…" for five seconds [17:29] The browser opens, hopefully in front [17:30] hey there [17:30] it's meeting time [17:30] Meanwhile, once that five seconds is over, the dialog stays open but resets itself to its default state. [17:30] * kenvandine waves [17:30] hey [17:31] ArneGoetje, chrisccoulson, didrocks, tremolux, kenvandine, everybody I forgot to list: meeting [17:31] Riddell, ^ [17:31] hi [17:31] rickspencer3 is busy today so I will handle the meeting [17:32] hey everybody ;-) [17:32] hi [17:32] https://wiki.ubuntu.com/DesktopTeam/Meeting/2010-07-13 [17:32] we will see each other next week so keep that one short [17:32] hey! [17:32] no outstanding actions it seems [17:32] kenvandine, ready for the partner update? [17:33] sure [17:33] for OLS, they think the desktop client for single signon is going to slip [17:33] so if anyone is depending on that, now is the time to yell :) [17:33] and for DX we plan to disable the duplicate menus for appmenu this week [17:34] if we get a fix for mutter causing the submenu problem [17:34] that is all i have [17:34] grrr, more gtk artifacts on maverick.. http://code.google.com/p/chromium/issues/detail?id=48963 [17:35] kenvandine, speaking about ols did they roll any update yet this cycle? [17:35] (oops, meeting time? sorry, i leave) [17:35] kenvandine, is there anything coming from them? when? [17:35] yeah, quite a few [17:35] weekly updates of u1 client [17:35] and a couple other packages [17:35] oh right === warp10 is now known as warp10-captato [17:36] you don't upload those nowadays so I didn't count them for some reason [17:36] the biggest thing coming is some file sync changes [17:36] I did notice the "ubuntuone is disabled" on every nautilus dialog I have though [17:36] yeah :) [17:36] that is terrible [17:36] they are working on that [17:36] that means that folder isn't syncing... which is confusing [17:36] ok [17:36] they are changing the text [17:36] don't click enable :) [17:37] ;-) [17:37] * kenvandine did that on his ~/Downloads folder [17:37] ok, thanks kenvandine [17:37] kenvandine, too late for me too [17:37] 2G of junk i don't care about [17:37] i clicked enable on the folder where i have all my source pacakges, and now i just ended up having to purge U1 ;) [17:38] other questions for kenvandine? [17:38] ok, seems not, thanks kenvandine [17:38] Riddell, hey, how was akademy? [17:39] lovely [17:39] nice ;-) [17:39] lots of useful talks, sessions, discussions etc, [17:39] mobile a big theme not surprisingly [17:39] right [17:39] KDE SC 4.5 RC 2 got packaged in my absence [17:39] and out of akademy, what's new in kubuntu? ;-) [17:39] I noticed, nice! [17:40] KDE PIM doesn't seem like it'll get updated to 4.5 in time for maverick, we'll stick with 4.4 I expect [17:40] ok [17:40] we have some further shuffling to do with the Qt packages, QtMultimedia into qt-mobility and QtWebkit needs synced with Debian which means all the rdepends will need a rebuild [17:41] also Qt isn't building on ARM, needs doko to look at the ICE in that compile [17:41] although on that topic NCommander ran a good session about KDE on ARM at Akademy [17:41] I guess you will probably be able to grab doko directly next week if required ;-) [17:41] yes, good idea [17:42] Riddell, ok, anything else? [17:43] we gave out 2000 CDs and about the same number of pens which was well received [17:43] that's all :) [17:43] impressive number of CDs ;-) [17:43] thanks Riddell [17:44] [17:44] didrocks, hey [17:44] UNE update next? ;-) [17:44] sure [17:44] Nothing realling fancy this week, new release yesterday as I wasn't there last week [17:44] Mostly bugfixes, dynamic and static quicklist items to come soon [17:44] Need designers input to know what to add to desktop files for static quicklist items, that will wait for the platform rally I guess. [17:44] that's it for now :-) [17:45] you already adopted the new sprint wording? ;-) [17:45] thanks didrocks [17:45] nice to see the bugs fixed in UNE this week [17:45] seb128: yeah, I updated my vocabulary :) [17:45] tremolux, hey [17:46] tremolux, I see you wrote a nice update on the wiki, thanks ;-) [17:46] * seb128 is reading it now [17:46] seb128: thanks, lots of stuff [17:46] I have paste a summary: [17:46] Buy Something: All teams report good progress, everyone feels on track for end-to-end integration at Prague sprint [17:46] tremolux, any short summary for the channel as well? [17:46] UI Enhancements: New gtk-based appdetails view now in place, navigation history feature updates done, refactoring for new AppDetails model class, kiwinote good progress on apturl integration (GSoC) [17:46] New Apps: Additional test apps added to app-review-board PPA, displayed in software-center main screen [17:46] General: Plugin support moved to trunk, didrocks using it to add OneConf [17:46] (as usual, please see wiki for detailed report, thanks!) [17:46] :D [17:47] is there anything to do for the new application category to work? [17:47] it's empty there [17:47] I guess that has not landed to maverick yet? [17:47] right [17:48] we actually should hide that panel when it is empty [17:48] I'll make a note to make that fix for the next release [17:48] well I guess it will not be empty rsn so it should be a non issue ;-) [17:48] thanks [17:48] sure :) [17:48] great work from you, mvo and others [17:49] seems s-c is on track for a great milestone in 10.10 [17:49] thanks, everybody's working hard, it's a great team [17:49] thanks tremolux [17:49] ok next, status update [17:49] http://people.canonical.com/~pitti/workitems/maverick/canonical-desktop-team-maverick-alpha-3.html === fta_ is now known as fta [17:49] we are not doing great there... [17:50] we had some people on holidays or at conferences or travelling [17:50] but I expect we will catch up during the sprint [17:50] (or rally for didrocks) [17:50] thanks :) [17:50] but please don't forget to update your workitems regularly [17:51] and try to spend some times on those if you are busy with other things as well [17:51] speaking about the sprint next week [17:51] * ccheney notes most of his are very interrelated and hopes to have about half of them done by EOW [17:51] if you have anything you want to talk about or work on you should put it on the agenda [17:51] https://wiki.canonical.com/UbuntuPlatform/Sprints/Maverick/Desktop [17:52] [17:52] ok, I think that's it from me [17:52] does anybody has any questions? [17:52] you are all ready for the sprint? ;-) [17:53] will be great to see everybody again [17:53] yup :) [17:53] ok, seems nobody has questions [17:53] so let's wrap now ;-) [17:54] thanks everybody [17:54] thanks seb128 :) [17:55] ccheney: hi , regarding : https://blueprints.launchpad.net/ubuntu/+spec/desktop-maverick-openoffice , there is a TODO for papercuts , which bug[s] is that regarding? [17:55] vish, it would be about any that david comes up with that are high priority, i don't think any have been identified yet [17:56] ccheney: well , there are a couple of papercuts , let me find the bug# [17:56] vish, specifically netbook menu related ones, iirc [17:56] vish, ok if you know of a few let me know and i will take a look [17:56] thanks everyone! see you in Praque! [17:56] Prague [17:57] ccheney: Bug #525670 is one [17:57] Launchpad bug 525670 in openoffice.org (Ubuntu) (and 2 other projects) "[upstream] When overwriting a file with the OpenOffice.org save dialog the message popped up doesn't specify the filename (affects: 1) (heat: 28)" [Low,Triaged] https://launchpad.net/bugs/525670 [17:58] vish, ok [17:59] * vish wonders where the other one is hiding [17:59] * ccheney has to run to lunch, have more meetings starting in ~ 1hr [18:00] vish, feel free to msg me if you find any others that need to be fixed, iirc the blueprint was more focused on netbook papercuts but didn't elaborate on that [18:00] ccheney: ok , sure thanks [18:03] vish, hi how are you? [18:03] and471: hey.. good , and you? [18:04] vish, not bad, I went a bit dialog crazy today in SC... [18:04] vish, I had a question that maybe you can answer [18:05] * and471 is waiting for imagebin... [18:05] shoot! [18:05] ccheney: found it > Bug #392600 , those are the two ones iirc , if i find more I'll let you know [18:05] Launchpad bug 392600 in openoffice.org (Ubuntu) (and 2 other projects) "[upstream] OOo navigation button icon does not scale and gets cut (affects: 1) (heat: 9)" [Low,Triaged] https://launchpad.net/bugs/392600 === zyga is now known as zyga_ [18:06] vish, okay so in SC, we now have a dialog to let users log into their ubuntu single sign on accounts for all sorts of things [18:06] vish, http://imagebin.ca/view/a13EvJ.html [18:06] vish, the ubunut logo is used here as it has to be official, they are giving away their uname and password [18:06] vish, (that is why distributor-logo in Humanity is not used) [18:07] vish, we can just ship this icon in SC, but I don't feel that is useful to the OS [18:07] vish, should this sort of thing be included in Humanity as a separate icon? [18:08] and471: that icon is also shipped in ubuntu-mono [18:08] s/also/ / [18:08] vish, oh really? the offcial COF? [18:08] yup [18:09] and471: that is the one SC uses in the sidebar as well [18:10] vish, oh okay, lemme look for it... [18:10] and471: ubuntu-mono/ubuntu-mono-dark/apps/24/distributor-logo.svg [18:11] vish, ah cool [18:11] and471: we can add the bigger icon too if required [18:11] vish, the trouble is that that logo doesn't get used at bigger sizes [18:11] vish, yes please :) [18:11] vish, the size is 48x48 [18:12] cool! [18:12] vish, ok then, I shall remove the local COF and tell SC to use distributor logo [18:12] vish, thanks [18:13] and471: probably needs a bug for the 48px to be included [18:13] vish, okay I shall file it [18:16] * didrocks waves goodnight [18:16] see you on Thursday (tomorrow is off there) [18:16] * tremolux waves to didrocks [18:19] didrocks, have fun tomorrow [18:19] vish, https://bugs.launchpad.net/ubuntu/+source/ubuntu-mono/+bug/605092 [18:19] Launchpad bug 605092 in ubuntu-mono (Ubuntu) "Please ship the Ubuntu COF (distributor-logo) at 48x48 (affects: 1) (heat: 6)" [Undecided,New] [18:20] and471: cool! === fta_ is now known as fta === fta_ is now known as fta [18:42] good night === fta_ is now known as fta === zyga is now known as zyga_ === fta_ is now known as fta [20:27] kenvandine, hi! Just a little time of you: gwibber-service should depend on 'gwibber' fixes bug 579840 and 539017 [20:27] Launchpad bug 579840 in gwibber (Ubuntu) (and 1 other project) "Still receiving notifications despite being uninstalled (affects: 1) (heat: 6)" [Undecided,New] https://launchpad.net/bugs/579840 [20:27] Launchpad bug 539017 in gwibber (Ubuntu) (and 1 other project) "gwibber-service should depend on gwibber (affects: 2) (heat: 37)" [Low,New] https://launchpad.net/bugs/539017 === zyga__ is now known as zyga [21:02] om26er, gwibber-service shouldn't depend on gwibber [21:02] that would be circular [21:02] kenvandine, people remove gwibber but still recieve notifications [21:10] om26er, that's not a good reason to add a dependency (and is not what depenendencies are for). Package A should only depend on package B if package A does not function without package B [21:10] that clearly is not the case [21:10] om26er, yeah they should disable notifications in that case [21:10] chrisccoulson, thats also the case. [21:11] gwibber-service works fine without gwibber [21:11] om26er, i just commented on bug 539017 [21:11] Launchpad bug 539017 in gwibber (Ubuntu) (and 1 other project) "gwibber-service should depend on gwibber (affects: 2) (heat: 37)" [Low,New] https://launchpad.net/bugs/539017 [21:11] om26er, like kenvandine said, gwibber-service does not depend on gwibber to function [21:11] a dependency there is inappropriate [21:11] that is a real bug, the public lib provided by gwibber-service shouldn't import from something provided by gwibber [21:11] om26er, so we just need to fix that [21:12] but that doesn't break the service... just things that import that library outside of gwibber [21:12] which sucks, for sure... [21:12] but is fixable [21:12] kenvandine, aha great. [21:12] thanks kenvandine [21:15] om26er, np [21:15] om26er, thx for all your awesome bug wrangling, always appreciated! [21:33] kenvandine, Where is the Gwibber PPA I should be running to not spam facebook? [21:34] tedg, it is in maverick already [21:34] and in lucid-proposed [21:35] * tedg checks if I have proposed [21:35] tedg, that won't make facebook magically not reject your queries... but the more people we get using the non-spamming version the sooner we get back under our allocation [21:35] tedg: they throttle per-app, not per user [21:36] our number of rejected requests has actually gone down a little since last week.. [21:36] so there must be more people using propsed that i thought :) [21:36] kenvandine, Yeah, I realize. I just want to be one of those "good guy" types ;) [21:36] it is still over 10M though [21:36] tedg, indeed... we all appreciate it [21:36] * kenvandine is using a different API key now :-D [21:37] kenvandine, You're on maverick, right? What xulrunner do you have? [21:37] but that was out of desparation... sure is hard to collect statistics when facebook kept rejecting me [21:37] 1.9.2.7+build1+nobinonly-0ubuntu1 [21:39] kenvandine, Do you by chance know if we're going to go to 1.9.3? === almaisan-away is now known as al-maisan [21:52] tedg - that will never happen, there is no such thing now [21:52] 1.9.3 is renamed 2.0 now, which will become FF4.0 [21:52] chrisccoulson, Ah, okay. [21:52] maverick will release with xul1.9.2/FF3.6 [21:53] chrisccoulson, Would you consider merging this changeset? https://bugzilla.mozilla.org/show_bug.cgi?id=311340 [21:53] Mozilla bug 311340 in Widget: Gtk "Clipboard data is lost on exit (Should implement the freedesktop.org specification for clipboard management)" [Normal,Resolved: fixed] [21:54] chrisccoulson, It's committed, but not in the 1.9.2 release. [21:54] tedg - we prefer not to do that, but rather get them to merge it in to 1.9.2 [21:54] that's possible with a lot of fixes once they have some testing [21:54] chrisccoulson, Oh, so they'll release something like a 1.9.2.x ? [21:55] and that looks like a good candidate for that [21:55] chrisccoulson: they don't seem to want it on 1.9.2, but I can request approval [21:55] tedg - yeah, we get 1.9.2.x releases every few weeks or so [21:56] chrisccoulson, micahg, The reason is that aganice is helping with a GSoC project to maintain clipboards. So that is one patch we'd like to get in as part of that project. [21:56] She's tested the patch and it does seem to fix the issue. [21:57] tedg: she tested it on xul192? [21:57] micahg, I don't think so, I think she grabbed the new one. aganice? [21:57] micahg, no, all i tested was that firefox 4 beta, which has the patch, no longer exhibits the problem [21:58] micahg, i could definitely figure out how to apply that patch to 1.9.2 and test if it might be worth applying as a ubuntu-specific patch [21:59] aganice: we can't do Ubuntu specific patches for Firefox without upstream approval [22:01] micahg, Do you think there's a good chance with that one? Since it's already in trunk? [22:02] tedg: seems kinda big to take on branch, that's probably why they didn't originally plan to take it [22:03] micahg, Does asking cost us anything? I mean, it is a pretty annoying bug that does really effect users. [22:04] tedg: I'm checking now to see if it applies to 3.6.7 cleanly, if yes, I'll request landing, doesn't really hurt to ask especially since it's an annoyance [22:05] Great, thanks micahg! === al-maisan is now known as almaisan-away [22:17] tedg: one hunk of the patch is really off, I don't think they'll take the patch on branch, I can ask upstream if they'd consider a revised version for branch landing [22:18] micahg, Yeah, maybe if we could ask informally if it'd be worth back porting. [22:18] micahg, That way we don't get tied up in process. [22:19] tedg: k, I'll try to let you know tomorrow [22:19] micahg, Cool, thanks! [22:21] we can't do our own firefox patches?? what? [22:21] lamalex: correct due to the nature of the branding, hence Debian has iceweasel === tkamppeter_ is now known as tkamppeter