[03:27] vuntz: ping. so i totally forget what your feedback was for https://code.edge.launchpad.net/~dobey/intltool/intltoolize-version-magic other than recalling you suggested a possible change :-/ [06:56] racarr: hi === pitti_ is now known as pitti [08:34] hello all [08:34] just a quick drive-by [08:35] national holiday today, and apparently I finally caught the Ubuflu today, so I'll keep it easy [08:56] hey pitti [09:06] pitti: hey pitti o/ Have a good rest :) [10:33] once uppon the time, when the hot sun fadded behind the mountains, the shadow of a stron man with a gun in his han raised to protect the good people of the "hacienda". They call him "El Justiciero". [10:34] yokobr: ok [10:36] huh? [11:05] hi mpt - i'm currently implementing this spec you wrote: http://live.gnome.org/LowDiskSpaceWarning [11:05] chrisccoulson, cool [11:05] do you think it should have a computer-janitor button if its installed? [11:09] That would make sense [11:10] but not both the computer-janitor button and the baobab button [11:10] that would be too many [11:10] just baobab if computer-janitor isn't installed, I think [11:22] mpt - yeah, that makes sense. the dialog is already quite wide as it is [12:32] dobey: I honestly don't remember what was my feedback, so just go ahead and merge it, I'd say [12:42] vuntz: hrmm. ok [12:45] mpt_, chrisccoulson: might i suggest that the [OK] button in that dialog be something other than [OK]? [12:45] perhaps [Ignore] or something more appropriate, becuase if it's OK, we shouldn't be popping up a dialog anyway [12:46] ubuntulog: help [12:46] meh [12:55] vuntz: ah! found the feedback in irc logs :) [12:59] vuntz: you suggested doing test -h $script -o ! -s $script [13:01] vuntz: but i think i'll just make it always remove the files instead [13:07] dobey - what would you suggest for the ok button then? some users will still want to dismiss the dialog without doing anything [13:07] chrisccoulson: then they are Ignoring it. if disk space is low, it's probably NOT ok :) [13:08] chrisccoulson: so perhaps "Ignore" would be better (it's also a verb) [13:08] "OK" is not a verb [13:08] yeah, ignore would probably be ok [13:09] although the dialog might reappear to pester them again later on when the disk fills up some more [13:09] low disk space warnings are really hard to get right [13:09] i know this, because i wrote the code in gnome-volume-manager to do low disk space notifications [13:10] if i have a half gig of free space, seeing a warning is probably not very appropriate :) [13:10] the code in the current g-s-d housekeeping plugin is copied from g-v-m i think [13:11] but i've adapted it quite a bit so that it knows if there are other usable volumes with space on before displaying the dialog, as the spec mpt wrote needs that to adapt what is shown in the dialog [13:11] it would be sweet if we had something which could index the average size of files on a partition, and do some logic based on that for annoying the user [13:12] but doing so would eat up a lot of disk i/o [13:12] yeah, thats not good [13:12] it's too bad all the file indexing stuff sucks :( [13:12] the current housekeeping plugin displays the dialog at 5% free space but only if there is less than 2GB on the volume [13:13] chrisccoulson, it should only happen for the partition that / or $HOME is on [13:13] yeah [13:13] i say "currently", but the current housekeeping plugin doesn't actually work [13:13] That my 4GB iPod contains 3.97 GB of stuff is not a problem, I deliberately filled it that way [13:14] mpt: but external disks should have notification as well... if there isn't enough room on my USB disk to store the presentation i'm working on, and i need to put it there, a notification would be nice :) [13:14] mpt - i could do that, but it would be more awkward to get right. i wouldn't want to just hardcode "/" and "/home", as that would be wrong. I have lots of internal partitions that i would want to be notified for [13:14] indeed [13:15] dobey, only if/when you actually try to move your presentation there. [13:15] Otherwise it's pointless. [13:15] i also have a seaprate disk for storing all my music/movies/etc... on [13:15] and if i hardcoded those values, my patch would never be accepted upstream [13:15] mpt: if i'm about to save it there, and i stick in the usb key, having to go through the tedious work to save it and have it fail, could be massively reduced by having the notification pop up as soon as the disk mounts [13:16] dobey, I disagree that retyping a filename is "massive" "tedious work". [13:16] If you have to respecify the destination folder, that's a bug in the filepicker. [13:17] mpt: you have to go back to file->save as, and then make sure you're in the right place, and then type the filename, and then push the save button [13:17] If I get a warning that my iPod is nearly full every time I connect it, I will not be happy. [13:18] mpt: so we should special case audio players, not avoid all external disks [13:18] hal/devicekit provide capability information so it can be used :) [13:18] Why are audio players special? [13:19] you just said they were [13:19] No I didn't, I gave it as an example. [13:19] then why is /home special? you pretty intentionally put files there... [13:20] The partitions that are special are the ones containing / and $HOME, because they often have files written to them by non-interactive processes. [13:20] if something is filling up your $HOME with crap, then it's a bug in the app that's doing it [13:20] If they were written to only by interactive processes, the "There's not enough room there" interactive errors would be enough. [13:22] what about the non-interactive stuff that auto-syncs podcasts to your ipod when you plug it in? you've subscribed to the podcast interactively, but the sync/management of that is mostly non-interactive [13:23] Yes, and in that situation iTunes puts up an alert saying "All downloads have been paused. The disk you are attempting to use is full." [13:24] (if you're trying to download more than will fit on the disk) [13:25] dobey, like my web browser cache? [13:25] Or, if you're trying to put more on an audio player than will fit, words to the effect of: "There is not enough room on 'Alex's iPod' for the selected items (397.8 MB needed, 214.0 MB available)." [13:26] rickspencer3: Hey; watching http://ishan.chattopadhyaya.com/blog/?p=56 made me think of quickly / anjuta; you probably thought of anjuta integration already I guess? [13:26] Or "No photos were copied to 'Alex's iPod' because there is not enough space after syncing the music and podcasts", etc. [13:26] andreasn: cache/history is buggy in all web browsers. [13:27] Those specific errors are much more useful than a generic "Hm, there's not much space left here" would be. [13:27] lool: I'm thinking that we should make it easy for anyone to embed quickly into an IDE, but that we wouldn't do it ourselves, make sense? [13:28] rickspencer3: i did the menu re-org properly on the plane, it looks nice... i will build it in my ppa today and the design team can use that for the user testing [13:28] i think it looks noce [13:28] nice even [13:28] mpt: yes, because there is context. i don't think a generic "your disk space is probably low, but maybe it really isn't" notification for $HOME isn't particularly useful either. more contextual errors in apt, update-manager, etc... would be better i think [13:29] dobey, the type of processes that accumulate disk usage incrementally and non-interactively (IRC logs, Xorg logs, etc) are pretty exclusive to / or $HOME. [13:29] I agree apt should provide interactive errors too. (Something more for AppCenter...) [13:30] rickspencer3, do you have time for a call today about the AppCenter implementation process? [13:30] mpt: actually, I'm taking holiday till Thursday [13:30] of course, disk space is cheap enough these days that most people will probably never see the low disk space notifications anyway [13:30] rickspencer3, ok. Is mvo on holiday too? [13:31] if it will unblock, I could take a call in a few minutes, but would prefer to wait until Thrusday if at all reasonable [13:31] mpt: I don't know [13:31] mvo is on Foundations, you may need to talk to robbiew, actually [13:31] ah, whoops, I thought he was on Desktop [13:31] thanks [13:33] just got my inbox to zero! [13:33] woot [13:33] i am almost there [13:33] :) [13:34] rickspencer3: (It definitely makes sense) [13:37] * kenvandine uploads gnome-menus to ppa [13:38] kenvandine: you subversive you [13:40] * kenvandine had 9 hours on the plane... did a little besides sleep [13:42] ok, i am going out to mow the lawn :) [13:43] * rickspencer3 back to holiday time [13:43] bye all [13:52] bluetooth headset discovery still seems manual [13:52] shouldn't the headset automatically show up in pulse etc when it pairs? [13:53] ubottu: bluez [13:53] Sorry, I don't know anything about bluez [13:54] bryce: can you query ubottu for package owners somehow? [13:54] like whoowns bluez [13:54] IIRC no [13:55] I think it's a pulse issue anyway [13:55] !help | jbarnes_LHR [13:55] jbarnes_LHR: Hi! I'm #ubuntu-desktop's favorite infobot, you can search my brain yourself at http://ubottu.com/factoids.cgi - Usage info: http://wiki.ubuntu.com/UbuntuBots [13:55] maybe the module-bluetooth-discover module isn't loaded [13:55] ah !help [13:55] jbarnes_LHR: not that I know of. I usually apt-get src and look through the control file and changelog to see who's touched it [14:08] mpt_: you can check out gnome-menus from my ppa, https://edge.launchpad.net/~ken-vandine/+archive/ppa for a POC for the menu re-org [14:09] i didn't rename System.... so if you tell me what you want there i can do that too === mpt_ is now known as mpt [14:10] kenvandine: oh, hrm, that's the change I want to push upstream [14:10] kenvandine: except that you have internet & network [14:11] I should really push that [14:12] vuntz: grab my patch :) [14:12] vuntz: our design team plans to do usability testing on that [14:12] kenvandine: I have the same patch in openSUSE, except for the additional category [14:12] oh... cool [14:13] i followed the categories that slab gets [14:13] it's actually the structure that you have in the control center shell [14:13] which i like [14:13] yes [14:13] exactly :) [14:13] vuntz, did you get a lot of flames for disabling menu icons so far (except the mailing list thread)? [14:13] disabling menu icons? [14:14] andreasn: we didn't do it since nobody else thought it was a good idea [14:14] * kenvandine thinks it is a terrible idea :) [14:14] oh [14:16] * kenvandine goes back to actually taking the day off... [14:16] mpt: feedback would be appreciated :) [14:17] kenvandine, thanks -- I have a scarily large amount of work to do, but if you e-mail me about it I'll add it to my list of interesting things to look at on Fridays :-) [14:17] thanks for doing the work [14:17] understand :) [14:17] * kenvandine just signed up for quite a bit of work today too :) === fta_ is now known as fta === asac_ is now known as asac [14:49] gah evolution is such horrible ui === mpt_ is now known as mpt [14:52] dobey: have you tried Kontact? Dunno if it's different enough but... [14:55] Tm_T: also not the UI desire [14:57] roger roger [14:57] dobey: might like to summarise what's not good btw? [14:58] Tm_T: well using the "error" icon to signify "this calendar event should be shown as busy" is fail [14:58] Tm_T: and i posted a blog entry the other day about some ideas for managing "contacts" [14:58] I see [15:01] i suppose i need to do some similar mock-ups for a calendar ui as well [15:01] please do [15:01] * Tm_T thinks UI's need often fresh thinking === bigon_ is now known as bigon === mpt_ is now known as mpt === mpt_ is now known as mpt === agateau_ is now known as agateau [17:10] pitti: stop spamming me with blueprint changes :) === mpt_ is now known as mpt [21:18] cassidy: there? [21:18] I am [21:19] cassidy: could you look to the current comment on https://blueprints.launchpad.net/ubuntu/+spec/desktop-karmic-messaging-and-communication-selection and tell me if those are really not available and if they are on the schedule? [21:19] sure [21:19] is anybody working actively on the msn connection manager or not? [21:20] "UPDATE: alright google video chat support coming in a week or two in empathy." we are working on it. We have branches implemeting interop but for some reason Google stops sending us video after a while. We suspect a bug on their side [21:20] seb128: yes, we have an intern working on audio/video support [21:21] "empathy is soon to get(mostly before 9.10) video chat support for google talk, and msn." we can't promise that for now [21:21] cassidy: my comment was rather for the 2009-06-01 comment but good to know ;-) [21:21] cassidy: hmm, that gtalk support, using some library or... ? [21:23] " * Rich text messages (underline, bold, font, ...)" we have a spec for this but it's not implemented either in Gabble (or other CM) or Empathy [21:23] " * Custom emoticons" no spec, nothing planned for now [21:23] " * Protocol emoticons" what's that? [21:24] dunno, maybe some emoticons are specific to msn? [21:24] " * Msn chat with invisible users" Don't know about that [21:24] cassidy: I believe its some kind of "mood" thing for your status [21:24] " * Msn send and receive offline messages" idem [21:24] " * Msn see windows live messenger buddy icons (only new versions of 2009)" don't know how much it's different from the other one [21:25] " * Msn file transfers" istaz_ is the one to ask for this one :) [21:25] istaz_: ^ hey ;-) [21:25] seb128: I don't work on butterfly (the MSN CM). It would be good to open a bug (if there is no one yet) for each of these missing features [21:26] cassidy: ok thanks, that doesn't change the plan for karmic but I though feature parity was near which might not be the case, in any case we will give it some testing [21:26] we can still rollback if required [21:26] seb128: also note that for google video (interop with the web client), we need H264 (thanks Google...) which can't be shipped by default [21:26] cassidy: no progress since last time, I put the project on hold for now [21:26] empathy - empathy video can use Theora though [21:26] cassidy: what is the bug tracker for the msn cm, is there a page about the current infrastructure, ie list of cms, bugtrackers used, etc? [21:27] all the CMS are on bugs.fd.o [21:27] ok good [21:27] only Empathy is on GNOME's bugzilla [21:27] cassidy: does switching wins us anything? ;-) [21:27] a UI that doesn't suck? ;) [21:28] tbh, Pidgin is definitely a better MSN client for now [21:28] does empathy have sound event support for "message received" yet? [21:28] but Empathy is a better XMPP and XMPP-linklocal client [21:28] the UI doesn't seem much different to me [21:28] much better [21:29] we are also doing some telepathy integration work in GNOME [21:29] as vino/vinagre tube integration [21:29] client to client video using theora should be working though right? [21:29] which should be merged for 2.28 hopefully [21:29] seb128: yes [21:29] and audio is working with the gtalk windows desktop client [21:29] ok, that's something ;-) [21:29] and the web one [21:29] do you go to GUADEC this year? [21:30] sure! [21:30] ok, good [21:30] as almost all Collabora :) [21:30] I expect we will have some talks there then [21:30] of course [21:30] we will probably get some user feedback before GUADEC already [21:30] the MSN guys would be there too [21:30] I will not annoy you longer for now then ;-) [21:30] thanks for replying to my questions [21:30] np [21:31] I'll give a talk about Collaboration in GNOME using Telepathy [21:32] cool [21:34] seb128: oh, and we just finished to merge geolocation support today! [21:34] which is a feature than only us implement afaik [21:34] what does it do exactly? [21:34] I've read about "yet another libraries to add to the depends" but that's about it ;-) [21:36] seb128: http://blog.pierlux.com/2009/01/22/empathy-where-are-you/en/ [21:36] ok [21:36] brb === pochu_ is now known as pochu === sconklin is now known as sconklin-gone [22:39] Hey folks [22:40] I'm looking for someone to pick up https://bugs.launchpad.net/ubuntu/jaunty/+source/loudmouth/+bug/382569 which upstream pinged me about but which I can't handle soonish [22:40] Ubuntu bug 382569 in loudmouth "md5 digest uri not set correctly when using srv " [Undecided,Fix released] [22:41] My understanding is that it prevents loudmouth based jabber clients from connecting to ejabberd servers; I have no idea how grave that is [22:41] This includes telepathy-gabble though, so it looks like it might be important to fix it