[02:33] TheMuso, I'm betting you know ... [02:34] if i want to use Jack to record sounds from my desktop with gtk-record-my-desktop, which package(s) do I need to install? [02:50] rickspencer3: why jack? [02:50] TheMuso, I dunno [02:50] because gtk-record-my-desktop offers it as an option [02:51] Does gtk-record-my-desktop use anything else? [02:51] basically, I want to make screen casts and include the sounds my desktop makes in addtion to what comes from the mic [02:51] maybe a different app will work better [02:51] Right, to do so, you would pretty much have to use jack. [02:52] TheMuso, so Jack is installed, but jackd won't run [02:52] What you need to do, is start jack, sit pulse on top of jack, then reroute the audio from pulse to the applicatino you are recording with. [02:52] that sounds very sucky [02:52] rickspencer3: Right, how are you trying to run jackd? [02:52] sudo jackd -r [02:52] rickspencer3: In one way I agree, but in another, I don't. [02:53] mmm [02:53] I guess I meant "hard" not "sucky" [02:53] rickspencer3: Yeah its not easy. [02:54] rickspencer3: I suggest you install qjackctl. That will allow you to start jack and suspend pulse from using the sound card. [02:54] I think that's installed [02:54] ah [02:54] can I now just run hack? [02:54] nope [02:55] hack? [02:55] I meant jacl [02:55] a bit of a typo [02:55] heh [02:55] jack, in fact [02:55] h ok [02:55] qjackctl runs jack for you [02:55] ah [02:56] meh [02:56] however, I am not personally sure as to how one sets up pulse with jack. I've never done it myself. [02:56] the pavucontrol package may allow you to do it easily from a GUI. [02:56] not working at all [02:56] hrm interesting. [02:57] what does qjackctl give you in the log window? [02:58] rick@rick-desktop:~$ qjackctl [02:58] Suspending PulseAudio [02:58] though I since killed it [02:58] and now my sound is dead [02:59] interesting. When you shut down qjackctl, pulse should have stopped suspension. [02:59] though I am not surpised by that [02:59] How did you kill qjackctl? [02:59] rick@rick-desktop:~$ pulseaudio [02:59] E: pid.c: Daemon already running. [02:59] E: main.c: pa_pid_file_create() failed. [02:59] TheMuso, I used cntrl-C [03:00] rickspencer3: right, which probably killed the script mid step, causing things not to exit as they probably should in order for suspend to be disabled. [03:00] yeah [03:00] rickspencer3: to get pulse going again run pulseaudio -k ; pulseaudio --start [03:00] I was impatient [03:01] brb [03:01] yay [03:01] worked [03:03] rickspencer3: Is there a good reason why you want the sounds recorded? [03:04] pitty that recordmydesktop doesn't use pulseaudio. [03:04] mmm [03:04] TheMuso, yes, I want to demonstrate how to use PyGame mixer module [03:05] rickspencer3: ah ok. [03:05] hearing the sound would greatly help with this [03:05] yup [03:05] TheMuso, [03:05] so it still says: [03:05] rick@rick-desktop:~$ qjackctl [03:05] Suspending PulseAudio [03:05] yeah thats right. But do you get a window pop up? [03:05] yes [03:05] 20:01:23.255 Patchbay deactivated. [03:05] 20:01:23.315 Statistics reset. [03:05] 20:01:23.328 ALSA connection graph change. [03:05] 20:01:23.526 ALSA connection change. [03:06] I have only dim ideas of what any of this means [03:07] rickspencer3: hrm ok, maybe it would be better to run jackd from the command-line, however a few other things need to be done first to make things work properly, and as I said, I am not sure how to set up pulse to use jack. [03:07] meh [03:07] this is probably not a good use of your time [03:07] I thought I would just run the Jack Audio Connection tool [03:07] and it would all work [03:08] Not that easy unfortunately. [03:08] yeah [03:08] Even if you got it running, you still need to route the audio from pulseaudio via jack to the recorder application, as well as your mic. [03:08] oh fudge [03:08] that sounds heinous [03:09] Well jack was designed for advanced routing like that/pro audio use. [03:09] is there a way for me tell Pulse Audio that sound to my speakers is really an input device? [03:09] TheMuso, yeah, I understand [03:09] I'm not holding it against Jack [03:09] what I'll end up doing is using external speakers and an external mic [03:09] rickspencer3: Not that I know of. If anything its probably not possible from a pulse perspective. [03:10] Which is why audio re-routing has to be done, so that the audio from the app doesn't even get to the speakers. [03:11] speakers and external mic it will have to be [03:11] already wasted to much time on this [03:12] thanks TheMuso [03:12] TheMuso: Can't you hook up monitor sources in pulseaudio? Wouldn't that pretty much do what rick wants? [03:12] RAOF: Probably, I don't know enough about that. [03:12] to comment [03:12] I don't think there's a UI for it, but I think it's possible. [03:13] Not that “possible, as long as you're willing to code it” is a particularly useful state. :) [03:13] RAOF, what is the basic idea there? [03:14] You can certainly get the output of a pulseaudio sink as an input; that's how the gnome-volume-control shows the peak information (you know, the bar that bounces with the audio). [03:15] I don't have anything more concrete than being pretty sure it's *technically* possible to do with pulse. [03:16] You'd feed the monitor source of your soundcard's sink & your mic source into module-combine, then pipe that into whatever's doing the recording [03:17] After writing all the UI to do that, of course. [03:17] that sounds like an interesting project [03:17] but probably not worth blocking on ;) [03:17] hmmm [03:18] Maybe I'll expose enough pulse in pulseaudio-sharp 0.3 to write that UI in a sensible language ;) [03:18] RAOF, TheMuso what would happen if I got a wire that was male on each end ... [03:18] and plugged it into the headphone jack on one end, and the microphone jack on the other end [03:18] rickspencer3: You still need something to mix both the sources from your mic and the computer [03:19] oh, right [03:19] bah [03:19] SO what you would have is mic && speaker output -> mixing device -> input of computer [03:19] The easy answer is obvious [03:19] Dubbing? [03:19] but I don't have any nice sounding speakers [03:20] probably doesn't matter though [03:20] thanks guys [03:20] np [03:22] TheMuso, pavucontrol has my answer [03:22] when I am doing the sounds, I can switch on the Recording tab to use my internal stereo [03:23] I *think* that will let me choose between the mic and the sounds in real time [03:23] too bad it's radio buttons instead of check boxes :/ [03:24] hmm [03:25] rickspencer3: I don't think you can do what you want to do with pavucontrol, could be wrong though, never used it to control recording. [03:25] I just did it [03:26] You can't just add a voice over in post-processing? [03:27] RAOF, not really [03:27] it's really about programming [03:29] rickspencer3: if you want only one source or the other, then I guess thats fine. [03:29] so pavucontrol lists Monitor of Internal AUdio Stereo as a selectable input device [03:29] when you talk to me about recording multiple sources, then I automatically start thinking all pro and mixing etc. [03:30] TheMuso, there is no way to mix these easily? [03:30] in any case, this way is fine [03:30] rickspencer3: actually, you said monitor of stereo audio device, thats what you want, you just have to get your mic playing out your spakers, which could get messy. [03:30] speakers [03:30] TheMuso, right [03:30] so Isuggest flicking between monitor of stereo audio and the mic [03:31] waaaay back int eh day there was a way to do that on my Mac [03:31] TheMuso, just switching between them is totally fine for my purpose [03:31] ok [03:32] pavucontrol is pretty cool [03:32] It is. A bit messy, ui wise, but handy when you need it. [03:34] well, now there is no way that I have time to actually make the video tonight :) [03:34] BUT [03:34] my PyGame template seems mostly done [03:34] just need to add a template desktop file and icon [03:35] didrocks implemented this notion of command inheritance, so I made the PyGame template inherit it's package command from the ubuntu-application package command [03:35] and it worked first try! [03:35] crazy [03:36] cool [03:36] You know what I just realized [03:36] with pavucontrol, I have the power to play pretty much anything I want into mumble [03:36] mwuhahahahaha [03:40] heh [05:53] czajkowski, up early? [06:26] jono: yup [07:10] Good morning [07:44] good morning [07:47] bonjour didrocks [07:51] hey pitti, how are you today? [07:52] bit of a sore throat, but I'm great otherwise, thanks; how about you? [07:52] looking forward to "release day" again? :-) [07:53] right :-) Nothing too fancy today. I'll try to work a little on Quickly too to be able to release it (will need FF) as my latest patches are in Launchpad finally :) [07:53] otherwise I'm fine, thanks [07:54] take care to not be ill :) [08:17] * pitti replies to the gthumb 2.10 vs. 2.11 bug, does a few more experiments, finds more and more bugs [08:17] argh, I so much want 2.10 back *sniff* [08:17] didrocks: how does 2.11 work for you? [08:17] for me it's quite dreadful :( [08:18] pitti: I had no crash, got some bugs but upstream told me that a new release will be there for beta1 (which hasn't been the case). Importing worked as weel (I tried when we synced, not again since). I can give it a look again today [08:19] * didrocks likes shotwell to be honest :) [08:20] didrocks: I tried it yesterday [08:20] I wonder why all three popular photo managers now own your photos, differently [08:20] oh, I totally agree with that, that's a shame :( [08:21] the thing is that shotwell fit very well in a netbook screen, contrary to gthumb and f-spot [08:45] pitti: just so your remark on the bug report. FYI, shotwell doesn't change anything in the hierarchy if you use the "Picture" folder to have your photo. And there is an option too to avoid copying them when importing from another directory [08:47] didrocks, 'lu [08:47] hey seb128, how are you? [08:47] hey, quite good thank you! you? [08:48] you talk about what bug report there? [08:48] I'm fine too, thanks :) [08:48] you guys work on shotwell now? [08:48] seb128: bug #545871 [08:48] Launchpad bug 545871 in gthumb "[lucid] downgrade to stable 2.10" [High,Triaged] https://launchpad.net/bugs/545871 [08:48] hum, k [08:48] seb128: the discussion was brought that I'm not using gthumb nor f-spot but shotwell :) [08:49] how is shotwell revelant to the gthumb version? [08:49] oh ok [08:49] shotwell is interesting but still lacks quite a lot [08:49] seb128: it was just a side note about the "OMG it clutters my FSH with its own format" [08:49] lol [08:50] FHS* [08:50] it does sort by tags though still? [08:50] seb128: right, it just do what I need, but I have very limited needs in that area :) [08:50] I think pitti want sorting by directories [08:50] yes [08:50] bonjour seb128 [08:50] not sure if we can have this view in shotwell. I think not, will check with upstream [08:51] let's not worry about shotwell now; MM material :) [08:53] pitti, hey [09:06] is there a way to disable the popups about low disk space? those are shown for network filesystems too.. [09:09] tjaalton: ther's a checkbox; but they shouldn't be shown for network fs, mind filing a bug about it with a "gvfs-mount -li" output? [09:09] pitti: sure thing [09:10] hmm, that lists only the dvd-drive [09:10] these are mounted in fstab [09:11] *listed [09:11] tjaalton: ah; well, please include it anyway, plus the lines from fstab and "mount" output [09:13] pitti: against gvfs? [09:13] tjaalton: gnome-disk-utility [09:16] pitti, did you see that bug from elmo btw? [09:16] pitti, and the one from kees [09:16] pitti, do you use encrypted disks on lucid? [09:17] seb128: I saw the bugs, but didn't follow up yet [09:17] ok [09:17] I'm currently triaging bugs and catchin up on mail, so I should get to it in the next hour or two [09:17] pitti, the bug from elmo has something using devicekit [09:17] seb128: I don't use cryptsetup, just ecryptfs [09:17] dunno what though [09:17] or how to figure what that is [09:19] pitti: filed bug 546740 [09:20] Launchpad bug 546740 in gnome-disk-utility "popups about low disk space for NFS mounts" [Undecided,New] https://launchpad.net/bugs/546740 [09:20] tjaalton: thanks [09:20] tjaalton: but still, don't you have a checkbox to disable them? I do [09:21] pitti: yes, but how to solve it system-wide? [09:21] tjaalton: hm, you don't, I think; you can workaround it by removing /etc/xdg/autostart/gdu-notification-daemon.desktop (or disabling it) [09:21] can't find it with gconf-editor [09:21] oh, that works [09:22] would be fine if it complained about your quota, though.. [09:22] heh, yes [09:22] tjaalton: but I don't think it should touch these at all [09:22] apps will tell you if they run out of space when saving onto them [09:23] and if nautilus showed the remaining quota, not the fs data [09:23] oh yes they do :) [09:23] tjaalton: it's primarily interesting for /, since running out of space there produces tons of inexplicable effects [09:23] yep [09:23] (/home as well) [09:24] disabled the notificator locally, it's enough for me [09:25] tjaalton: it's also the bit that warns you about SMART failure, so be aware of it :0 [09:25] * pitti repairs shift key and the smiley -> :) [09:25] pitti: nah, hd's are cheap and not my problem to change them ;) [09:25] hds are, but your data on them might not [09:25] the workstations are practically stateless anyway [09:25] ah, ok [09:25] nothing valuable on them [09:26] pop a new one in and reinstall [09:26] tjaalton: hey, the Linux kernel alone is some $10G, isn't it? :-) [09:26] pitti: oh right, better start saving ;) [09:28] seb128: for bug 546446, it seems we just need to add an unlink() call to g-k startup, until shortly before lucid final? [09:28] Launchpad bug 546446 in gnome-keyring "old session keyring still on disk" [High,New] https://launchpad.net/bugs/546446 [09:28] seb128: do you want to handle that, or shall I? [09:28] pitti, right, I would guess so [09:28] pitti, if you could that would be great [09:28] pitti, I've a busy list for today [09:28] actually, I think we should overwrite it with zeros first, and then unlink [09:28] seb128: alrighty [09:29] pitti, danke! [09:37] didrocks, how are the clutter updates going? [09:37] Ubuntu 10.04 has the titlebar buttons on the left - what were the designers thinking? And were they thinking at all!@#$ [09:38] seb128: i386 packages are built. Not amd64 (maybe build system waiting). If you want to give a try (no issue on my side): use the ubuntu-desktop ppa and my ppa for clutter-gtk (was too confident and didn't upload an ~ppa1 version and it FTBFS in the ubuntu-desktop ppa) [09:39] didrocks, still waiting on feedback to go to lucid? [09:39] didrocks, I would recommend updating today, it's getting tight [09:40] seb128: ok, it's a dch -r "" away so, can do it now :) [09:40] tomorrow is friday and you know that friday is not a good day for such changes and next week is beta2 freeze so it's getting late too [09:40] right [09:40] doing it [09:40] let me know if I can help in some way [09:40] ok thanks [10:00] argh, someone please shoot me -- https://bugs.launchpad.net/ubuntu/+source/gdm/+bug/421212/comments/38 [10:00] Ubuntu bug 421212 in gnome-settings-daemon "gdm ignores keyboard layout selection for variants" [High,Fix released] [10:01] poor pitti :/ [10:01] * didrocks hugs pitti [10:01] * seb128 hugs pitti [10:19] hi pitti, I've got a question on p-d-e if you've got a minute. I was talking to kelemengabor about this patch to make a string on the music store translatable -> https://code.edge.launchpad.net/~kelemeng/rhythmbox-ubuntuone-music-store/bug546749 The plugin uses p-d-e auto, and I think in the patch the setup.cfg file can be dropped. However, p-d-e gives a message that .plugin.in files are not supported, and we're not sure how to best specify how to bui [10:19] ld the .plugin file from .plugin.in and install it. Do we have to explicitly add it to setup.py? [10:23] dpm: indeed, p-d-e's auto module doesn't pick up *.plugin.in, since that's not a standard file format [10:23] dpm: so you have to explicitly add it to setup.cfg, hang on [10:23] [build_i18n] [10:24] key_files = [('destination/dir', ['sourcedir/foo.plugin.in']), ... ] [10:24] dpm: ^ like this [10:24] (assuming that it's the key file format, for intltool-merge -k) [10:26] pitti, thanks. kelemengabor used the desktop file format, I'll have to check if it's the best format. The setup.cfg file on the patch looks like: [10:26] [build_i18n] [10:27] domain=rhythmbox-ubuntuone-music-store [10:27] desktop_files=[("/usr/lib/rhythmbox/plugins/umusicstore", ("umusicstore/umusicstore.rb-plugin.in",))] [10:28] dpm: that should work [10:28] does the domain need to be specified? or p-d-e will infer it anyway? [10:28] p-d-e auto [10:32] Nafai, hey there [10:33] Nafai, he's on the other side of the ocean so not up yet before some hours [10:33] Nafai, I'll get to your email (reply) regarding n-osd and LP: #451086 during the day. Busy still with some other stuff [10:33] seb128, ah ok [10:33] hey chrisccoulson [10:33] hey seb128 - how are you? [10:34] chrisccoulson, good thank you! what about you? [10:34] seb128 - yeah, good thanks. a bit tired though [10:34] seb128: FTR, luks usb sticks work like charm here, I followed up to kees' and elmo's reports with requests for further debug info [10:35] pitti, thank you! [10:35] chrisccoulson, did you work late or baby woke you up or both? ;-) [10:35] seb128 - both ;) [10:36] my daughter has got back in to the habit of waking every 2 hours during the night again ;) [10:36] I see ;-) [10:40] pitti, the bug from kees, I think the issue is that's it not automount as it should [10:40] pitti, the udisks log says it's a system partition not a removable device [10:40] pitti, that seemed what is buggy to me [10:41] pitti, seb128: it looks like gvfs saw the drive and didn't do anything about it. [10:42] pitti, that's from yesterday on IRC btw [10:45] ah, indeed === dpm is now known as dpm-bbl [10:47] seb128: bug updated [10:47] pitti, danke! [10:48] pitti - is bug 546740 really a gdu bug? [10:48] Launchpad bug 546740 in gnome-disk-utility "popups about low disk space for NFS mounts" [Low,Triaged] https://launchpad.net/bugs/546740 [10:49] chrisccoulson: I haven't looked at it in detail, but why not? [10:49] chrisccoulson: well, it could be udisks, if that invalidly tracks nfs mounts [10:49] pitti - i know g-s-d handles low disk space warnings, but i'm not sure if gdu is handling those too now [10:49] but it seemed to be a good starting point [11:00] seb128, is there any way we can let apport know that a crash in Rhythmbox is actually caused by the music store plugin, so you don't have to keep reassigning bugs? :) [11:00] aquarius, yes, I was just thinking about that [11:01] I thought you might be. :) I can't help people who file music store bugs against Rhythmbox manually, but we could at least help apport bugs. I don't know enough about apport to know whether this is doable, though [11:01] aquarius, we could let the hook ask if the issue is happening with rhythmbox or with the music store [11:01] ooh, hooks can do interactive stuff? I didn't know that. [11:01] aquarius, or we can look at the stacktrace if the musicstore.so is there and reassign those which have it in the stacktrace too [11:02] aquarius, try ubuntu-bug rhythmbox on lucid? [11:03] aquarius, it's already asking questions [11:03] we can tweak those [11:03] Excellent. So one more question, "The Ubuntu One Music Store is not working correctly". [11:04] heh. I assume that "No sound is being played" sends the bug to pulseaudio and "some audio files are not being played correctly" sends it to gstreamer? ;) [11:05] ah, found the apport hook [11:05] aquarius, something around those line yes, but using the interactive audio hook [11:05] aquarius, /usr/share/apport/package-hooks/source_rhythmbox.py [11:05] aquarius, you are welcome to send a patch for it [11:06] doing so now... [11:06] thanks [11:06] how do I test an apport hook without building and installing the package? [11:07] aquarius, edit /usr/share/apport/package-hooks/source_rhythmbox.py directly? [11:07] until you have what you want [11:07] and then diff with the ubuntu one [11:08] * aquarius grins. That's what I was going to do, I just thought that I was being an evil hacky person :) [11:08] aquarius, btw could you look at bug #546244 [11:08] Launchpad bug 546244 in rhythmbox "selecting "Jump to Playing Song" crashes program when previewing a song from Ubuntu One store" [Undecided,Incomplete] https://launchpad.net/bugs/546244 [11:08] not sure if that's a rhythmbox bug for crashing [11:08] or if the store should unactivate the jump to playing song in some way [11:09] didrocks, you rocks btw if I didn't say it today ;-) [11:09] hrm. I think RB shouldn't *crash*. When we play a streamed song we create a library entry for it, and it'spossible that I'm creating that library entry wrong so it's unjumpable [11:09] didrocks, the no gdm sound change works great [11:09] * didrocks hugs seb128 (even if I don't know why ;)) [11:10] oh sweet! [11:10] aquarius, ok, I will upstream tht one [11:11] aquarius, btw do you want the crashes in webkit code be reassigned to the store? [11:11] or to webkit [11:11] for the moment, the store [11:11] ok thanks [11:11] I was going to suggests doing that too [11:11] if we can work around them, we will, and then assign to webkit to actually have the crasher fixed [11:11] we don't have anybody actively working on webkit [11:11] so I'm not sure they would get attention there [11:11] that's what I thought, too :) [11:12] is anybody in your team upstreaming webkit issues? [11:12] that would be a good idea imho [11:12] we need to invest some energy on webkit bugs anyway, with the store + software-center using it now [11:12] I've had some conversations with xan, but we haven't actively upstreamed the issues yet because we haven't actually had that many -- although possibly you're now going to tell me that we've had millions but they're all assigned to Rhythmbox and I haven't noticed [11:12] those a key components in lucid [11:13] aquarius, no, it's rather than webkit upstream seems active and I'm for setting up good records of being good citizen and having a good relationship with them if we can [11:13] *nod* agreed completely. [11:14] hm. If we get a crash in RB, and from RB's apport hook I execlp "apport rhythmbox-ubuntuone-music-store", it'll lose the crash information, won't it? [11:15] but if I add_package_info("rhythmbox-ubuntuone-music-store") then it'll still be a rhythmbox bug as well as a musicstore bug. Can I tell apport "use this package *instead* of the one you think it is", rather than *as well as* the one you think it is? [11:18] if report.has_key("Stacktrace") and "/usr/lib/nautilus" in report["Stacktrace"]: [11:18] for words in report["Stacktrace"].split(): [11:18] if words.startswith("/usr/lib/nautilus"): [11:18] report.add_package_info(apport.packaging.get_file_package(words)) [11:18] return [11:18] aquarius, you can copy that I guess [11:19] aquarius, well it's probably easier in your case [11:19] aquarius, that code reassign to whatever package contain a nautilus .so listed in the stacktrace... [11:19] aquarius, ie if it the stacktrace has /usr/lib/nautilus/ubuntuone.so it will open the bug on the source package for it [11:20] it assumes that if a .so is listed it's responsive for the issue ;-) [11:20] yep, that's how I'll autodetect crashes. I'm trying to work out how I can make the report be assigned to rb-u1-music-store and *not* be assigned to rhythmbox, without just cheating by exec'ing apport again. add_package_info will add rb-u1-m-s to the report, but it'll leave rhythmbox on the bug, won't it? [11:20] maybe I'm misunderstanding how apport reports work [11:20] * aquarius rtfs :) [11:21] aquarius, I'm not sure now but I'm pretty sure it does open on the corresponding source [11:21] ok, so I'll just add rb-u1-m-s and that should work. nice. [11:22] right, try to do [11:22] report.add_package_info("rb-u1-music-store") [11:22] return [11:22] in the hook [11:22] exactly what I'm doing [11:22] it's easy to test, see where ubuntu-bug is sending you when you open a bug [11:27] pitti, bug #546785 [11:27] Launchpad bug 546785 in gnome-control-center "keyboard layouts don't remain" [Undecided,New] https://launchpad.net/bugs/546785 [11:27] :-( [11:28] seb128: please assign to me (will look later on) [11:28] pitti, ok [11:28] I did some 3 hours of bug triage now, and piled up some 5 new assigned bugs; one more won't make a lot of difference :) [11:31] * aquarius grumbles. stacktraces for webkit crashes don't mention the music store at all. Should I assume that all webkit crashes in Rhythmbox are music store crashes? [11:32] yes [11:32] since rhythmbox doesn't use webkit [11:33] oh, the context sidepane does but it's not on by default [11:33] I think most of the crashes we will get are store ones [11:33] no offense to you [11:33] but the store will get lot of users ;-) [11:34] * aquarius laughs [11:34] yeah, you're right :) [11:38] seb128: btw, the retracers keep crashing on the same bug; it doesn't help to just restart them, we have to figure out what's wrong with that particular bug (or unmark it for retracing for now) [11:39] pitti, right-o, I was just thinking the same when I saw they crashed again [11:40] seb128: bug 546785 doesn't look like a regression at least, just that gconf and gdm have a different idea of what the default layout is [11:40] Launchpad bug 546785 in gnome-control-center "keyboard layouts don't remain" [Undecided,New] https://launchpad.net/bugs/546785 [11:41] pitti, oh, good, I didn't try to understand it to be honest [11:41] seb128: I have a suspicion, but I'll ask for data to confirm [11:45] pitti - did you figure out where the low disk space warning comes from? [11:45] chrisccoulson: I didn't look at it yet, no [11:45] pitti - ok, no worries [11:46] i will recognise where it comes from if i see a screenshot [11:46] tjaalton, would you mind attaching one to your bug report? [11:47] I'd be really surprised if it wasn't the gdu one [11:48] it's the one with the checkbox [11:48] are there others? [11:49] tjaalton, that's what we're trying to make sure of [11:49] chrisccoulson: I don't have the popup open anymore [11:50] pitti: sorry, totally forgot about changing from changelog. will watchout in future :) [11:50] tjaalton, no worries, i will get one to open now and show you a screenshot, and you can say if the one that you see looks similar [11:50] seb128, https://code.edge.launchpad.net/~sil/ubuntu/lucid/rhythmbox/add-music-store-apport-hook/+merge/22117 (is a merge request the right way to submit this?) [11:50] chrisccoulson: ok [11:51] tjaalton, does it look a bit like this: http://people.canonical.com/~chrisccoulson/Screenshot-Low%20Disk%20Space.png [11:51] (you might not have the empty wastebasket button) [11:52] chrisccoulson: yep that's the one [11:52] tjaalton, cool, thanks [11:52] i'll reassign to g-s-d then [11:52] i'm surprised you see it for nfs though, g-s-d has an exclude list and i thought that nfs was on that [11:53] i've just noticed that my laptop only has 50.3GB of space left [11:56] /apps/gnome_settings_daemon/plugins/housekeeping/ignore_paths? [11:56] tjaalton, that list is populated when you click the checkbox in the warning [11:57] but there is an external exclude list to ensure that you never see warnings for certain types of filesystems [11:57] s/external/internal [11:57] chrisccoulson: alright [11:58] i'll have a look at that at some point if pitti doesn't get round to it first though [11:59] not urgent, since now I can add some paths to the default settings [11:59] knowing where to put them [11:59] chrisccoulson: http://people.canonical.com/~chrisccoulson/Screenshot-Low%20Disk%20Space.png -> I hope you triggerred that synthetically somehow? :-) [12:00] pitti - i did ;) [12:00] *phew* [12:00] the thresholds are configurable for debugging purposes [12:00] the default threshold is < 5% AND < 2GB [12:01] good morning everyone [12:01] hey kenvandine, how are you? [12:02] hey kenvandine [12:02] pitti, good, need more coffee :) [12:08] aquarius, sorry I was having lunch, we usually prefer bug reports associated with those but I will review that one now so need to bother [12:10] aquarius, looks good, thank you [12:11] chrisccoulson: oh, it's gsd? I thought these dialogs came from the gdu-notification-daemon [12:11] pitti - these dialogs come from the housekeeping plugin in g-s-d [12:12] ok, good to know [12:13] * kenvandine has to run out for a appointment... be back in about an hour === MacSlow is now known as MacSlow|lunch === dpm-bbl is now known as dpm [13:43] pitti: you have a Sony e-reader, right? Can we blacklist the LAUNCHER partition? :) [13:45] quiet morning [13:55] Guys has the policy changed on notifications being clickable through? ie if there is an action below a notification you can't click on it which I thought you could in karmic. [13:56] davmor2: there is bug opened on that [13:57] didrocks: thanks I just spotted it for the first time so thought I'd double check :) [13:57] hey didrocks [13:57] hey kenvandine [13:58] seb128 - the nm-applet changes are merged now btw [13:58] (sorry, i forgot to mention yesterday) [14:00] Ng: I do, yes; what is a LAUNCHER partition? [14:00] Ng: my PRS-505 doesn't have any "weird" ones, just the two card readers and the internal memory [14:01] Ng: if your's has an useless one, please feel free to report an udisks bug [14:01] pitti: oh. I have a PRS-300 (internal storage only) but it has a second partition which has Windows/MacOS software installers [14:01] k [14:02] pitti: will ubuntu-bug udisks pull in sufficient information for your needs, or is there something else I should attach? [14:04] chrisccoulson, oh good thanks [14:05] Ng: as long as the device is connected while you report it, it should suffice [14:05] pitti: excellent thanks, filing now [14:05] brb [14:06] * Ng also idly wonders if there's any way of getting the device to appear with a cute icon instead of a Mass Storage thing ;) [14:06] (do any eReaders get nice icons?) [14:07] Ng: mine doesn't; we don't currently have udev rules/gvfs probers for those [14:07] Ng: do we even have icons? [14:07] I have no idea, I was just OCDing out loud ;) [14:14] didrocks: what was the game you mentioned a while back? [14:15] * kenvandine has become addicted to frozen bubble on the G1 :) [14:15] for some reason i have a terrible time putting that down :) [14:16] asac: it was yo frankie! [14:16] asac: http://www.yofrankie.org/ [14:17] hum [14:17] pitti, is there a way to tell the retracers to skip a bug? [14:17] seb128: remove the needs-$arch-retrace tag [14:17] pitti, right, the issue there is that lp oops when trying to access the webpage [14:18] pitti, which I think makes the retracer crash too [14:18] pitti, I will try to ask #launchpad [14:18] same on edge and non-edge [14:18] seb128: what's the bug#? I'll try as apport user [14:18] seb128: or you add a quick hack to crash-digger to ignore that particular number :) [14:19] pitti, ok, got it [14:19] pitti, +edit works [14:19] sweet [14:19] untagged [14:19] amd64 retracer restarting at next cron job [14:19] let's see how it goes [14:28] pitti, retracers restarted let's see how it goes [14:28] seb128: merci! [14:29] you're welcome ;-) [14:37] what's the preferred way of asking for a package to be installed, programmatically, these days? [14:37] rickspencer3, pitti: ^^ [14:37] uh [14:37] with a depends in the deb file [14:38] dobey: you mean from an application? [14:38] * pitti defers to mvo [14:38] in the past it was calling synaptics with some magic options, but that might be out of date [14:38] pitti: yeah [14:38] mvo: ping :) [14:39] dobey: hey, how much control do you want ? you can just run "software-center pkgname" and it will show a screen with information, screenshot (if available) and install button [14:40] dobey: if you want to install it from your own app, aptdaemon is a good way, it has a dbus API similar to PK [14:40] mvo: well it's a package in universe [14:40] * chrisccoulson wishes there was a C library for aptdaemon [14:40] mvo: sweet! [14:40] chrisccoulson: dbus-glib :) [14:40] dbus-send? [14:41] dobey - yeah, but i'd have to implement my own progressbar widget and stuff [14:41] chrisccoulson, you want yet another api just to wrap dbus calls there? [14:41] mvo: so i don't know how much control i 'want' (need). i just want to say "install this thing and do everything necessary to make it happen." [14:41] chrisccoulson, oh right then [14:41] seb128 - yeah, python-aptdaemon does a bit more than just wrapping the dbus calls [14:41] mvo: software-center apparently just does FAIL if you ask for a package in a repo that's not enabled yet [14:42] I though the daemon would show the progress bar etc [14:42] dobey: sort of, if it has information about the package via app-install-data it should be able to do more [14:43] mvo: apparently viewing a package in universe with universe disabled presents a screen showing a button to "Refresn to get the package info" which doesn't. [14:43] *ick* [14:44] dobey: so, what package, what use case? I can mail/paste you a example for aptdaemon, give me a minute [14:45] at least, i presume it does something, but of course fails to get the package data [14:45] mvo: basically, i want the minimal amount of code i can have, in my code :) [14:45] it has code to enable universe if its not there, but only if the package in question is available in app-install-data, we could add the package in question there just for that [14:46] mvo: i'm told to use the "standard package install process" [14:47] mvo: so optimally if i can just subprocess.call(["something", "--enable-archive=universe", "package"]), that would be optimal i think [14:49] dobey: aha, now I get it. sorry, I'm a bit slow today. "apturl apt:2vcard?section=universe" is what you want then [14:49] mvo: and also a way to check that the package is installed or not, but i suppose i can do that easily enough already [14:49] dobey: that will auto-enable universe and show some basic data, its not as nice as software-center though [14:49] hrmm [14:50] dobey: the goal was to make it part of s-c for lucid, but we did not quite make it in time [14:50] dobey: check: "apt.Cache()[pkgname].isInstalled" [14:51] dobey: but please, what package, what use-case :) ? [14:51] bindwood [14:52] i guess xul-extension-bindwood or something is the name now though [14:52] aha, thanks! [14:52] i can just run dpkg -l to check if it's installed :) [14:53] pitti, seb128, chrisccoulson: [14:53] https://wiki.ubuntu.com/DesktopTeam/Scratch/ReleaseBugs20100325 [14:54] Looks like our release blocker bug count has stayed about the same, but there's a different set of bugs [14:54] pitti, seb128, just pasted this for your fyi [14:54] mvo: so apturl + dpkg, great! [14:54] rickspencer3: ah, thanks [14:54] mvo: i'll use those. the code's already in my head :) [14:54] rickspencer3, thanks [14:54] dobey: cool, let me know if there is anything more I can do/help [14:54] rickspencer3: yes, we fixed quite a number of them, but added new ones [14:54] chrisccoulson, a gentle reminder that you seem to be the long pole in our bug burn down now [14:54] dobey: :) [14:54] * pitti uploading two new packages to fix 5 bugs now [14:54] mvo: thanks, will do [14:54] pitti, sweet [14:54] ! [14:55] rickspencer3: well, not 5 _of that list_, though :) [14:55] chrisccoulson, if you did the same, you'd have no more release blockers! [14:55] pitti, ack, still 5 bugs in a day, this make me happy [14:55] rickspencer3, i'm working on one of them at the moment ;) [14:55] and chrisccoulson's bugs are quite a bit more complicated :) [14:55] and one on that list has a patch [14:55] chrisccoulson: [14:55] yeah, i seem to have drawn the short straw with some of those ;) [14:55] * rickspencer3 whip cracking noises [14:56] in fact, 2 on my list have a patch :-) [14:56] rickspencer3, hey, thank you [14:56] rickspencer3: I took bug 546446, I think I'll get to it today, too [14:56] Launchpad bug 546446 in gnome-keyring "old session keyring still on disk" [High,In progress] https://launchpad.net/bugs/546446 [14:56] this is the time in cycle where you can't focus on fixing bugs because I am pestering for bug fixing status all the time [14:56] chrisccoulson: oh, the "bad fonts in ff" isn't even on that list [14:56] pitti, cool [14:56] pitti - i'm not sure that ones assigned to me is it? [14:56] chrisccoulson: which should have "a patch" as well (taking from the system cairo) [14:57] the "FF not starting" issue has a patch upstream now [14:57] and i have a patch for the search order issue too [14:57] chrisccoulson: right, it's asac's right now (bug 512615), but I guess he wouldn't kill us if we reassign it [14:57] Launchpad bug 512615 in firefox "fonts are incorrectly rendered due to not using system cairo" [Unknown,Confirmed] https://launchpad.net/bugs/512615 [14:57] chrisccoulson: sweet! [14:58] seb128, so what is the process you are following converting namespaces for the dx source branches? [14:58] chrisccoulson: starting to like or loathe the ff package by now? or both? :-) [14:58] * pitti hugs chrisccoulson [14:58] * chrisccoulson hugs pitti [14:58] kenvandine, is bug 535263 truly a release blocker? [14:58] Launchpad bug 535263 in gwibber "Gwibber can show duplicate accounts" [High,Confirmed] https://launchpad.net/bugs/535263 [14:58] * rickspencer3 forgot to implement pittis "Bug:" feature [14:58] rickspencer3, yes... and it is done :) [14:58] kewl [14:59] rickspencer3, it was a problem if you synced accounts [14:59] kenvandine, get lp:ubuntu/ and use bzr merge-upstream there [14:59] if you created accounts on two boxes before they synced, you would get dupes [14:59] kwwii - there? [14:59] seb128, ah, ok... good [14:59] kenvandine, dropping the vcs in the control too [15:00] kenvandine, + we could add a warning to the changelog in ubuntu-desktop vcs too [15:00] seb128, yeah, i was wondering if you were starting with the existing package branch [15:00] kenvandine, no, but I'm not closed to discuss it if you think we should [15:01] seb128, only downside i see to that is branches that ted uses [15:01] are related to our packaging branches [15:01] so he would need to rebase on the lp:ubuntu branch [15:01] which is fine i think [15:01] right, maybe check with him about this [15:01] seb128, but aren't the lp:ubuntu branch getting aliased to ~ubuntu-desktop? [15:02] are you just asking james_w to do that as you do it? [15:02] should they? why? [15:02] I don't think james_w is around recently, I've pinged him several times for a week without luck [15:03] seb128, well libu1 and the rb plugin are [15:03] ido too [15:03] seb128, i thought you had done that :) [15:04] I've no real clue what I'm doing there [15:04] hehe :) [15:04] I just did what seemed easier [15:04] seb128, it is nice that they are getting aliased, however that is happening [15:05] i.e getting ubuntu/ and working there [15:05] so if you try to check it out from ~ubuntu-desktop you get the right branch [15:05] you should perhaps check with didrocks or pitti they know bzr better [15:05] maybe james_w is just going behind us and pointing the spb to the old Vcs branch [15:06] or the other way [15:06] kenvandine: backlogging, one sec [15:06] kenvandine: so, lp:ubuntu/pkg is owned by ~ubuntu-branches [15:06] kenvandine: which will allow anyone to commit who can also upload the package [15:06] urg [15:07] that will cut kenvandine out [15:07] kenvandine: btw, I moved the gvfs branch yesterday, and that's what I did with the old ~ubuntu-desktop debian/ only branch: http://bazaar.launchpad.net/%7Eubuntu-desktop/gvfs/ubuntu/revision/72 [15:07] we need to get those perms fixed [15:07] as long as you can't upload a package yet, don't switch one [15:07] but the perms need sorting out either way [15:07] urg [15:08] so perhaps be cautious with the migration for now [15:08] half the packages i deal with i can't :/ [15:08] * kenvandine checks them as i go [15:08] s/checks/will check/ [15:08] I converted indicator-me yesterday sorry kenvandine [15:08] seb128, no worries [15:08] i think i can commit that one :) [15:08] cool [15:08] or i could last week [15:08] so maybe let's really delay those changes to next cycle [15:08] i seem to lose more packages each week [15:08] if not, you can always do an lp:~kenvandine/ubuntu/lucid/package/ubuntu :) [15:09] pitti, true [15:09] why do you want ken to be able to commit to the ubuntu/* branches directly if he can't upload? [15:09] james_w, i should be able to upload [15:09] james_w: the "can't upload" is a bug [15:09] the perms are getting messed up [15:09] ok [15:09] * kenvandine hopes cjwatson can fix that soon [15:09] well fix that then :-) [15:10] oh james_w is there [15:10] seb128: do you know about a auto-login problem in gdm after hardy->lucid? I heard rumors that it sometimes works, sometimes dosn't [15:10] anyone has thoughts on bug 484317? (if its a bug, the attached patch might fix) [15:10] Launchpad bug 484317 in gdm "GDM allows root logins" [Medium,Triaged] https://launchpad.net/bugs/484317 [15:10] he just ignores my pings I guess ;-) [15:10] seb128: I'm not at the machine, but I an debug at the weekend [15:10] mvo, no [15:10] mvo, I don't see a reason why it should not work [15:10] pitti: hello there, I will work on that bug you submitted tmrw, will try to reproduce. sounds difficult to reproduce ? [15:11] seb128: ok [15:11] ronoc: well, it "just happens" here in 2/3 logins (it's again shown as muted right now) [15:11] mvo, is the "sometimes" on the same install or it works on some boxes and not on others? [15:11] ronoc: you can have ssh to my box if it helps (admin included if need be, or I install the packages that you need) [15:12] ronoc: it works for you? [15:12] seb128: on the same box, its my parents machine, there debugging skillz are not that great ;) [15:12] pitti - ssh might be a good thing [15:12] ronoc: oh, and "hello"! [15:12] mvo, what does it do when it doesn't autolog in? [15:12] mvo, did that start recently? [15:12] pitti: will be in touch in the morning - in a meeting right now [15:13] seb128: I upgraded them last weekend and they haven't got anything new since [15:13] ronoc: https://edge.launchpad.net/%7Ecjcurran/+sshkeys -> is that ok? [15:13] ok [15:13] seb128: when not auto-login it just shows the normal gdm screen apparently [15:14] weird [15:14] seb128: but I have no clue how often that happens [15:14] yeah [15:14] * ccheney bbl, dropping wife at airport [15:14] bye ccheney [15:14] mvo, could you check if there is an autologin line on the dialog in those cases? [15:15] ie one you can click which will log you in with autologin written [15:15] I've that once on the mini I think [15:15] seb128: oh, interessting. I will watch out for this [15:15] chrisccoulson: hey [15:16] asac, asac__: still hiding? [15:16] ronoc: when you get a chance, try ssh ronoc@pitti.homelinux.org ; look at ~/password if you need sudo (you are in admin) [15:18] pitti, thx I'm in ! [15:18] ronoc: (but, note that this is my main and only workstation, so if you need to rm -rf /, please do coordinate with me before :) ) [15:18] hehe [15:18] pitti, understood [15:18] :) [15:19] better pay more attention at this meeting [15:24] chrisccoulson: re bug #456468 -- I remember you had the .xsession-errors with the real error message (symbol clash). do you still have this and can attach it to the bugreportß [15:24] Launchpad bug 456468 in network-manager-applet "upgrade triggers nm-applet "resource not found" ... missing icon "nm-applet-device"" [Undecided,Invalid] https://launchpad.net/bugs/456468 [15:24] ? [15:24] mvo - i'll try and find that in a bit [15:25] kwwii - hi, i'm currently looking at bug 532511 [15:25] Launchpad bug 532511 in gnome-terminal "terminal settings messed up after upgrade due to forced profile change" [High,In progress] https://launchpad.net/bugs/532511 [15:26] the addition of the extra profile to add the new theme colours is quite problematic [15:26] chrisccoulson: hrm, let me read the comments [15:26] so, i'm currently working on some changes which will make it possible to control all of this from the GTK theme [15:26] which will avoid the need for adding an extra profile [15:27] chrisccoulson, mvo: http://paste.ubuntu.com/397262/ [15:27] seb128 - thanks [15:27] chrisccoulson: hrm, it seems to me that we don't want to force this change on anyone updating, only on a fresh install [15:27] chrisccoulson, you're welcome [15:27] kwwii: oh aubergine "show desktop" icon, that's sweet :) [15:27] didrocks: hehe, you just saw it now? [15:28] kwwii - that's the difficult bit really, which is why i'm proposing that we control it all from the GTK theme [15:28] seb128: what did you think of the gnome media merge :)? [15:28] kwwii: right ;) [15:28] pitti, is there actually a bug report for the permissions bug? [15:28] chrisccoulson: ok, if you have something for me to add to the theme I'll happily include it [15:28] kenvandine: I don't know [15:28] pitti, it would be nice to have something to follow so i know when there is prgress :) [15:28] ok [15:28] kwwii - thanks, thats good then. i'll sort that all out in a bit [15:28] i know i email cjwatson as i hit new ones [15:28] chrisccoulson: as long as people can still change it to the profile of their choice I am fine with putting it in the gtk theme [15:29] ronoc, sorry I didn't get time for that yet [15:29] yeah, users will still be able to set the colors they like [15:29] ronoc, I will let you know when I do though [15:29] chrisccoulson: ok, sounds good...let me know when you are ready for it to go into the theme [15:29] ronoc, likely next week now though [15:30] ronoc: does the sound menu use *-panel icons in the panel? [15:30] seb128: no worries - its just an one character change [15:30] kwwii: yep [15:30] ronoc: cool, I am going to remove the non -panel names from the theme then, so they don't show up in other places [15:32] kwwii: Okay i thought though the non panel icons were used for fall back ? [15:33] ronoc: right, but they are included in one of the fallbacks anyway. We only want monochrome icons to show up in the panel, nowhere else [15:33] ronoc: currently, if you open the sound preferences you see dark panel icons on a light bg color [15:33] kwwii: cool i get it [15:33] kwwii: sounds good. [15:33] ronoc: asking you was my way of saving myself time and effort testing :-) [15:35] kwwii: always a good thing :) [16:05] mvo: hi.. the SC sub-categories icons are scaling the icons upwards to 64px :( , werent the main categories alone supposed to use 64px? [16:06] vish: remember that bug where totem shows very small icon for volume control in fullscreen, its back with the new mono icons. [16:07] mvo: the subcategories use too much space and they end-up requiring scrolling [16:07] vish: mpt will know, and possible michaelforester [16:07] mvo: thanks [16:07] tgpraveen12: that will be solved soon , those icons will be removed read the scrollback above^ [16:07] hola [16:08] tgpraveen12: joined just now. anyways.good to know [16:08] does anybody else have a problem with using alt-1 in gnome-terminal, chromium and other apps? [16:09] it doesn't work for me, it just draws a border around the application that has the focus [16:09] dholbach, hey, what is is supposed to do? [16:10] jump to the first tab [16:10] did it start doing that recently? [16:10] yes [16:10] since today [16:11] dholbach, did you change your config somehow? [16:11] kenvandine, I see "Move Password Storage to the Keyring" is Marked "Done" [16:11] nice!! [16:11] seb128: not that I know [16:11] rickspencer3, :) [16:11] seb128: no entry to .xsession-errors either [16:11] dholbach, using the same wm, same keyboard layout? [16:12] yes [16:12] dholbach, you are sure the keyboard layout is the same? [16:12] vish, as far as I know the icon view should use the same size icons everywhere. In v3 we'll have a single-pane department screen so the subsections won't scroll. [16:12] can you check in the keyboard config dialog? [16:13] dholbach, could you try with an english keyboard layout? [16:14] seb128: same [16:14] I just picked uk layout [16:15] mpt: v3 plan sounds good , but the icons at 64 px are really being a bit too much , if all are to be the same size, we can use 48px everywhere :) [16:15] dholbach, dunno then, I know pitti did work on keyboard layout setting so that could have changed [16:15] ah pitti! [16:15] but if the layout and wm didn't change I don't know [16:15] ? [16:17] dholbach, no, could have been a keyboard layout issue but that's not one if you still have the same layout in GNOME [16:18] pitti, unping, I was reviewing what changed which could explain dholbach's bug [16:18] ah ok [16:19] dholbach, it's happening is several softwares too? [16:19] dholbach: is it the ` key? [16:19] seb128: at least in chromium and gnome-terminal [16:19] let me try firefox [16:19] didrocks: alt-1 [16:19] same for firefox [16:19] dholbach: right, but do you have ` printed on it? (and are you using metacity, not compiz?) [16:20] didrocks: metacity [16:20] didrocks: ` printed where? [16:20] dholbach, what is on "1" on a german keyboard? [16:20] 1 [16:20] ie the second char [16:20] ! [16:20] 1!? [16:20] "1!" I mean [16:20] shift+1 = ! [16:20] on a german keyboard [16:20] ok [16:20] is that what you were after? :) [16:20] yes [16:20] alt gr + 1 = ¹ [16:21] if that's of any interest [16:21] there is a known bug with "`" [16:21] ah [16:21] dholbach: I guess this should be related to http://git.gnome.org/browse/metacity/commit/?id=0f805bfdfb46e6739912df042f628ca9913b433c [16:21] which does what you get [16:21] but that's nothing new [16:21] so it's weird it would happen out of the blue today [16:21] if your layout or wm didn't change [16:21] guys, what's the problem? [16:22] seb128: I only noticed when switching from compiz to metacity [16:22] German layout and ` immediately makes me think of "nodeadkeys" [16:22] pitti: I type "alt + 1" and would expect to go to the first tab [16:22] right [16:22] pitti: instead there's just a border drawn around the focused app [16:22] didrocks, right, which is why I started by asking if his wm changed [16:22] WFM in both US and de-nodeadkeys layouts [16:22] pitti: if it's related to this commit, this is the grouping windows function [16:22] like I'd used alt-tab [16:22] didrocks: but 1 != ` [16:23] that's strange, exactly the same symptom [16:23] check with xev? [16:23] dholbach, you are sure you were not using compiz before? [16:23] state 0x8, keycode 10 (keysym 0x31, 1), same_screen YES, [16:23] XLookupString gives 1 bytes: (31) "1" [16:23] shoudl be that one [16:24] seb128: I used it AGES ago [16:24] seb128: and just for a few minutes :) [16:24] ok [16:24] try xev [16:24] what alt-1 gives you now? [16:25] http://paste.ubuntu.com/401235 [16:26] WTH [16:27] dholbach: does alt+2 work? what does that give you in xev? [16:27] alt-2 works [16:27] state 0x8, keycode 11 (keysym 0x32, 2), same_screen YES, [16:27] XLookupString gives 1 bytes: (32) "2" [16:27] should be that one [16:27] dholbach, did you assign some GNOME shortcuts recently? [16:28] seb128: not that I'd know [16:28] k [16:28] so I blame lower stack [16:28] xorg, bios, linux [16:28] pitti: http://paste.ubnutu.com/401236 [16:28] pitti: http://paste.ubuntu.com/401236 [16:28] try in a guest session maybe to see [16:29] still fairly broken [16:29] seb128: works in a guest session :-( [16:29] you don't have num lock/caps lock/scroll lock on or something? [16:29] no nothing [16:30] dholbach, do you use compiz in the guest session or did you change that there? [16:30] hang on :) [16:30] * dholbach goes back [16:30] no, no compiz [16:31] I use nouveau [16:31] not sure it works there [16:34] cassidy: re: humanity empathy icons blog .. the icons for emapathy are symlinks from user-* :) [16:35] pitti, seb128: tseliot thinks bug #545992 should be a release blocker, but I'm not too sure, please advise [16:35] Launchpad bug 545992 in fglrx-installer "Can't install fglrx-kernel-source, conflict with fglrx" [High,Triaged] https://launchpad.net/bugs/545992 [16:35] cassidy: so it shouldnt break when empathy is updated.. but will keep track , thanks :) [16:36] rickspencer3: yes, absolutely [16:36] it also is quite obvious [16:36] Package: fglrx [16:36] Conflicts: fglrx-kernel-source [16:36] dholbach, ok, so it's an user config thing [16:36] dholbach, check you keybindings [16:36] seb128: I just re-set a lot of gconf keys [16:37] +r [16:37] rickspencer3, tseliot: that conflicts needs to be versioned [16:37] dholbach: just to ensure it's not the cycle group function, what do you have in gconf at /apps/metacity/global_keybindings/cycle_group ? [16:37] seb128: now it works again - unfortunately I don't know which of the changes fixed it :-( [16:37] as I had to restart the terminal to make it work [16:38] rickspencer3: it's a 5-second fix, and causing problems on upgrades [16:38] either something in /apps/panel/global or /apps/metacity involving the alt key [16:38] rickspencer3: (I followed up to the bug) [16:38] seb128, didrocks: thanks again [16:38] thanks pitti too [16:39] * pitti hugs dholbach, I'm glad it's sane again [16:39] * dholbach hugs gconftool-2 --recursive-unset :-) [16:40] * dholbach hugs pitti too [16:40] * didrocks has the same issue with Alt + 7 on the azerty keyboard for more than one month now, but I want to keep the default until it's fixed :/ [16:42] dpm: ping [16:43] hey dobey [16:44] dpm: hey. i have a question regarding the interpretation issue with _('') vs. _("") in python scripts (thigns not ending in .py) [16:45] dpm: do you know how intltool deals with _(u"Foo") or _(unicode("Foo"))? [16:45] * ccheney back from airport [16:46] dobey, I think I might not know, but what do you mean by "how intltool deals"? Whether such strings would be extracted and put into the template? [16:46] I can test that [16:49] dpm: i mean, since we have to use "" because scripts that don't end in .py are treated as C, if doing something like u"Foo" or unicode("Foo") would break because of being treated like normal C strings [16:50] didrocks, how busy are you now? [16:50] dholbach: there should be some documentation on gconftool -R and --recursive-unset for testers/debuggers [16:50] didrocks, now = end of week and next week [16:51] there should be no need to unset anything this way [16:51] dholbach: I have been blowing away my ~/.gconf for years, that is waaay better :-) [16:51] seb128: should be ok, what do you need me to do? [16:51] why? [16:52] LaserJock: I only blow it away in very isolated cases :-D [16:52] I do it like once a month [16:52] that's a big reason why I do fresh installs all the time :( [16:52] stuff gets messed up and I can't find where the magic key is to fix it [16:53] with --recursive-unset I can at least narrow it down to a single app or so [16:53] dobey, I'd think they'd break, let me see if I can test it quickly [16:53] and -R lets me know what options I've set (which is a big problem to start with) [16:54] dpm: i'll test it real quick... [16:54] I really wish we had a GUI gconf diff tool, but this at least is something [16:55] ok [16:55] hrmm, it seems to still get extracted [16:55] cool [16:56] didrocks, sorry got sidetracked [16:56] seb128: no pb [16:56] didrocks, it's not that I need you to do anything but rather than I would welcome you helping on something ;-) [16:56] it's just too late (j/k) [16:57] * kenvandine -> lunch [16:57] seb128: sure, just tell me where I can help (not sure for tonight and tomorrow, but next week sounds good) ;) [16:58] didrocks, so your mission would be theme related [16:58] didrocks, i.e it would be to make gnome-appearance-properties set the wm order gconf key [16:58] didrocks, it already set keys so it should be easy to add [16:59] I see that as [16:59] read a new property from the theme .index [16:59] seb128: the button, you mean? [16:59] which has the key order [16:59] didrocks, yes sorry [16:59] so I see the index have an extra key for that, g-c-c reading it and setting the gconf key with the value if there is one [17:00] or with the default value which is what we had before lucid in other cases [17:00] not sure that's clear [17:00] seb128: schweet, I was eager to have a look at that in any case, just didn't have the time yet. [17:00] hum, let me think [17:00] so, the theme will have eventually the key in the index setting the order [17:01] when changing the theme, if we find one, we set the gconf key to it [17:01] if there is no, we assume as a default to set the gconf key back to what we had in karmic? [17:01] none* [17:02] dobey, ok, cool. [17:02] yay, the terminal is nearly fixed \o/ [17:02] then i can close one of my RC bugs :) [17:03] didrocks, correct [17:03] chrisccoulson, rockon [17:03] rock-on [17:03] rather ;-) [17:03] lol [17:03] seb128: hi , could you do an update of humanity? it fixes atleast one SC icon breakage , [icon was misspelled] and a couple of other bug fixes [17:04] dpm: would you mind filing a bug against intltool for the treating python scripts without .py extensions as C, please? :) [17:04] seb128: we change it on the user level? (in ~/.gconf)? I mean, for user who want to change it and not reset it each time they change their theme… [17:04] vish, where is it? [17:04] seb128: the packagers branch [17:04] didrocks, I don't understand this question I think [17:04] vish, can you give me the lp: url? [17:04] dobey, sure, np, but you only get a beer at UDS if you fix it :P [17:04] vish, I don't have all those noted [17:05] seb128: np.. > https://code.launchpad.net/~ubuntu-art-pkg/humanity/release [17:05] thanks .. [17:05] didrocks, the idea is to have the capplet set the key by theme to avoid destroying the buttons order on the other themes [17:05] seb128: let's say someone change the order manually with gconf-editor. If they change the theme back and forth the theme, each time, the user key will be screwd [17:05] dpm: heh. well danilo might fix it :) [17:05] vish, thanks [17:06] didrocks, yes, that's a corner case though, I guess people set one theme and lot of people complain about us breaking other themes [17:06] dobey, he won't be at UDS this time, so he doesn't qualify for the prize :) [17:06] seb128: I agree, let's go that way so [17:06] didrocks, + you can set an user mandatory key if you want that [17:06] it will take over the capplet change [17:07] right, so there is a way for user to override that. Perfect, will do it [17:07] dpm: as co-maintainer, i will gladly accept by proxy any prizes he may win for fixing bugs in intltool :) [17:07] didrocks, so, some pointers for you [17:07] hahaha [17:09] didrocks, you can look to /usr/share/themes//index.theme [17:09] didrocks, it's a gkey file, ie key=value [17:09] didrocks, so it's easy to add one key there [17:09] ok, using gkeyfile from glib [17:10] didrocks, gnome-control-center does read and parse that already though so not a lot of extra work there [17:10] didrocks, see capplets/common/gnome-theme-info.c [17:10] didrocks, the defines and the code there [17:10] * didrocks opens [17:11] oki [17:11] didrocks, it's basically adding a key I think [17:11] + the code to apply it to gconf [17:11] yeah, should be easy :) [17:11] which probably is already done for some other keys [17:11] * seb128 hugs didrocks === MacSlow|lunch is now known as MacSlow|capoeira [17:11] * didrocks hugs seb128 [17:12] didrocks, lucid users will love you [17:12] heh, i just looked at my assigned bugs on launchpad [17:12] seb128: I guess so. A lot of love for few work ;) [17:12] the gdm mute change first [17:13] + unbreaking themes now [17:13] not forgetting une ;-) [17:13] heh, I hope people will love that :) [17:13] chrisccoulson, it does timeout by trying to load the list or something? ;-) [17:13] not quite just yet ;) [17:14] chrisccoulson, do you need some help to bounce some to the team or other people or do you think you have those under control? [17:15] chrisccoulson, we can probably drop the gnome-user-share nautilus .so btw [17:15] seb128 - i think it looks worse than it really is ;) [17:15] I don't think the bar is important to have [17:15] dobey, bug 547073, enjoy! [17:15] Launchpad bug 547073 in intltool "Python scripts without .py extensions are treated as C files" [Undecided,New] https://launchpad.net/bugs/547073 [17:15] dpm: gracias! [17:15] seb128 - i don't mind doing that, but i can probably work on a patch at the weekend to hide it when there's no BT hardware [17:16] :) [17:16] kwwii, do you maintain light-themes in bzr? [17:28] kwwii, these are the changes to the Ambiance gtkrc which will theme the terminal to the settings we have currently: [17:28] http://paste.ubuntu.com/401265/ [17:41] pitti, bugs that are targeted to the release but NOT milestoned will still show up on your list, right? [17:42] rickspencer3: I occasionally look at the lucid list and pick out desktop things; it'd be helpful if those could be assigned to c-d-t [17:42] pitti, these are assigned to tselliot [17:42] so the assignment is good [17:42] ah, fine [17:42] they are targetted ,but not milestoned [17:42] wnated to confirm that this is a usefule state for you [17:42] yes, absolutely [17:42] it's the best state :) [17:43] (assigned to the right person, I mean) [17:47] /join #poppler [17:52] chrisccoulson: cool, thanks for that, I will add it with the next update [17:54] kwwii, thanks :) [17:57] rickspencer3, pitti: if bugs are assigned to c-d-t, can a non-c-d-t person work on them? If so, should they assign themselves? [17:57] LaserJock, yes [17:58] LaserJock: absolutely [17:58] yes, yes [17:58] :) [17:58] LaserJock: we use this list for "bugs we should fix, but haven't found an assignee for yet" [18:02] straw poll: do you guys use a graphical debugger or just plain gdb? if a GUI, which one sucks less? [18:02] pitti: I use gud in Emacs :) [18:02] ages ago I used ddd, but I got used to gdb; but watching expressions etc. is still fairly clumsy [18:03] pitti - i just use plain gdb, but i'd be interested in peoples responses ;) [18:03] * hyperair uses gdb [18:03] gdb in screen, split either horizontally or vertically with an editor on the next pane [18:04] pitti, gdb but same than chrisccoulson [18:04] pitti, you could try nemiver [18:04] not sure how good it is though [18:04] I'll find out [18:04] anjuta/emacs are a bit too heavy for my taste [18:04] * pitti installs [18:05] i think there was a vimgdb plugin or something... [18:05] and i've got deep-seated hatred for anjuta [18:05] that stupid thing fights against me when i'm coding [18:08] for those that are interested, here is a screenshot of a debugging session with gud-mode in Emacs: http://www.travishartwell.net/gud.png [18:09] seb128 - nemiver looks quite good actually [18:09] i'd never seen that before [18:10] yeah [18:10] seb128: seems fairly nice indeed [18:11] Nafai: that looks quite cool. i'll look into it =p [18:11] kenvandine, you asked me for pending i18n bugs in gwibber yesterday, and we've got an Ubuntu Translations Hug Day today, so here's this one for you if you've got some time :) -> bug 538987 [18:11] Launchpad bug 538987 in ubuntu-translations "Strings in the *mako templates are not translatable" [Medium,Triaged] https://launchpad.net/bugs/538987 [18:11] cool, let me know if you have any questions on setting it, up, etc. [18:11] s/it, up/it up/ [18:13] http://people.canonical.com/~pitti/tmp/nemiver.png [18:13] seb128: ^ FYI [18:13] $ sudo nemiver ./skdump /dev/sda [18:14] it DTRT with that, so it's equally comfortable to call as gdb [18:14] pitti: [ubuntu/karmic-proposed] devicekit-disks 007-2ubuntu6 (Accepted) [18:15] sounds like another release blocker died at the tip of your spear? [18:15] rickspencer3: not quite unfortunately [18:15] :( [18:15] this was just a quick workaround [18:15] oh well [18:15] to stop breaking SSDs with karmic [18:15] sorry to bring it up [18:15] rickspencer3: I'm looking into libatasmart now, and try to find out how to properly identify those affected SSDs [18:16] so that's a bandaid for karmic until we find a proper fix [18:16] pitti, nice! ;-) [18:17] seb128: hi.. could you ping me once the humanity update is done, i just need to submit a merge for SC.. [18:17] vish, you can update the bzr I've it built locally and uploading now [18:17] oh , ok, thanks [18:18] pitti - i must remember not to accidentally attach nemiver to Xorg ;) [18:18] chrisccoulson: heh, yes [18:19] chrisccoulson: although that'd equally fail with gdb under gnome-terminal.. [18:19] it would [18:19] oh, it's reasonably sensible. nemiver doesn't allow you to attach it to itself [18:19] I used to do game development and It was always fun to try to run the debugger in the same X session as the game, because it would take over input, etc [18:20] I had to ssh into that same box and run gdb that way [18:24] vish, I'd be fine with 48, but it's probably too late for that kind of change [18:25] (sorry, forgot I had a half-written response here) [18:25] mpt: the change was done in today's update to 64 , earlier was 48 [18:26] time for sport [18:26] bbl [18:27] btw, does anyone (US-based) have a recommendation for good power adapters to get for international travel? I want to order something soon so it gets here before UDS. :) [18:27] Nafai, I got mine at the local AAA [18:28] Nafai, there are a number of "all in one" adapters, although I tend to prefer ones that are specific to the country in question since they tend to be lighter weight [18:28] * Nafai nods [18:29] also they tend to fit into power bars more easily [18:30] heh, I bought a all-in-one from Walmart when I went to UDS-Paris [18:30] LaserJock: work well? [18:30] turns out it was important because the Parisian plugs where a little different than many of the other European ones, so I had to share with a lot of people [18:31] i.e. my plug worked while a number of people who had European-specific adapters didn't [18:31] Nafai: it is a bit clunky when you're on a power strip [18:32] but I use it at home for 3-prong -> 2 prong adapter, etc. so it was worth it for me [18:32] cool [18:32] but for juat a few bucks at Walmart I was surprised how well it worked [18:33] good to know [18:33] this will be my first time traveling internationally, so I'm excited [18:34] Nafai, you could do a lot worse than Brussles for your first trip abroad [18:34] Nafai: ah, good luck [18:34] UDS-Paris was my first time [18:34] got pickpocketed but otherwise it was fine :-) [18:35] I strongly recommend UDSes for Americans that are going abroad for the first time [18:35] right, time for me to bath baby [18:35] bbiab [18:35] the community makes it so much easier to navigate international travel [18:35] indeed [18:36] when I got pickpocketed I had people lend me their phones and cash to get by [18:36] I would have been screwed otherwise [18:36] (not that I didn't want to kiss the tarmac when I finally landed back in the US) ;-) [18:37] that reminds me, I need to get my phone unlocked [18:44] whew... got home from running an errand at lunch to find a small angry rattle snake in the yard [18:44] !! [18:45] kenvandine, angry about the button placement change? [18:45] vish, oh, I didn't realize that. Maybe it's not too late to revert then. [18:47] hmm, nemiver is quite nice [18:48] mpt: please do, all the icons were done for 48px and they are now being used in 64px, and are a bit blurry , i'm not sure if i'll have the time to redo them again : [18:48] vish, it's not up to me. I don't have the time to dive into that code myself [18:48] hehe [18:48] mvo: well , the code is just one line ;p , i was mentioning you blessing ;) [18:49] oops mpt^ [18:49] bryceh, right before i got home the woman across the street came over with a box and a broom and was trying to catch it to release somewhere in the woods [18:49] but she made it very angry... it was striking at everything in sight when i pulled in [18:49] she is nuts :) === dpm is now known as dpm-afk [18:52] kenvandine, sounds like it [18:52] kenvandine, maybe *she* was made about the icon changes? ;-) [18:52] hehe [19:01] kenvandine: popey is seeing a bunch of crashers in gwibber if you have some time to check it out [19:01] got bugs? [19:01] * kenvandine really needs to get a release out [19:01] a bunch he says [19:01] popey: line em up! [19:25] jcastro: i haven't filed bugs because every time it crashes I go to file one and it looks like there's 10 there already! [19:26] bug 539674 [19:26] Launchpad bug 539674 in gwibber "gwibber crashed with error in connect()" [Medium,Triaged] https://launchpad.net/bugs/539674 [19:26] bug 539674 [19:26] bug 532460 [19:26] Launchpad bug 532460 in gwibber "gwibber crashed with error in connect()" [Medium,New] https://launchpad.net/bugs/532460 [19:26] bug 546730 [19:26] Launchpad bug 546730 in gwibber "gwibber-accounts crashed with error in connect()" [Undecided,New] https://launchpad.net/bugs/546730 [19:26] and so on [19:28] popey: ach, my favourite bug [19:28] :) [19:28] sorry [19:28] I think I'm getting it every time I resume laptop from sleep [19:28] today I was on a 3g connection when it happened, in case that adds any kind of useful info [19:29] guys, anyone knows how to contact gnome about jobs ? [19:29] tal: does the gnome foundation employ people? [19:29] tal: gnome has only one job offer atm I think - for the system administrator [19:29] yeah, thats the one [19:29] how do you talk to them about that ? [19:29] http://webapps.ubuntu.com/employment/ :) [19:31] tal: http://live.gnome.org/Jobs [19:31] vish: let me know, chaning it to 48px in subcategories is not a big deal [19:35] mvo: pls do change the subcategories [19:37] popey, i am looking [19:37] thanks [19:38] vish: ok [19:39] mvo: thanks :) [19:39] popey, are you getting it on resume as well? [19:39] i havent done any resuming [19:39] ok... so just on startup? [19:39] after running for a while [19:40] I can test more and file new bugs and let you know the numbers as they come up if that helps? [19:40] if the traceback is the same, don't bother [19:40] it's actually a desktopcouch bug [19:41] i am not qualified to answer if the traceback is the same or not [19:41] * kenvandine will find a way to handle that better in gwibber though [19:41] vish: but the "fontpage" will still be 64px, right? [19:42] mvo: if you can keep the front page at 64 that would be neat. [19:44] \o/ haha I just had gwibber _and_ gwibber service fail kenvandine [19:44] boot a machine, logged in, did nothing but ALT+F2, gwibber, enter [19:44] crasheroony [19:44] popey, traceback please [19:44] * popey needs to read up how to do that [19:45] got a handy url> [19:45] ? [19:45] popey: just ubuntu-bug it and remover the trace? [19:45] maybe [19:46] popey, ah you got the crash dialog? [19:46] excellent [19:46] you can just let it file and give me the bug number [19:46] yes [19:46] i'll dupe it if necessary [19:46] ok [19:46] thx [19:46] two in fact :) [19:46] vish: your branch is merged and the size change too [19:47] mvo: neat , thanks.. :) [19:47] no worries [19:48] bug 547202 kenvandine [19:48] Error: Could not parse data returned by Launchpad: list index out of range (https://launchpad.net/bugs/547202) [19:48] popey, gotta make it public === MacSlow|capoeira is now known as MacSlow [20:02] kenvandine: done [20:12] popey, thx [20:13] popey, that is a different error, thx! [20:14] kenvandine: happy to help! :) [20:16] popey: do you have some minutes for some questions about that libatasmart bug? === JanC_ is now known as JanC [20:19] pitti: sure [20:19] popey: did you ever try this with lucid? [20:19] try a clean install? on it, no, but i have a spare machine i can do that on [20:20] popey: so apparently it happens with dk-disks-probe-ata-smart; did you try it with smartctl -a /dev/sda? [20:20] popey: did you try it with skdump /dev/sda? (from libatasmart-bin) [20:20] no [20:20] popey: and finally, do you have a test machine where this happens, where I could get ssh to? [20:21] i can set one up yes [20:21] I'm currently comparing libatasmart and smartmontools, and the ioctls that they do [20:21] obviously I have to trigger that bug a couple of more times [20:21] what version of ubuntu would you like on it? [20:21] popey: did you find a way to rescue the disk? [20:21] yes, dd zeroes over it [20:22] popey: karmic or lucid beta-1, whatever works better for you [20:22] popey: ok, good to know that it wasn't permanent damage [20:22] no, but it sure looks like it is [20:23] will let you know when its setup [20:24] popey: many thanks, I appreciate [20:24] until then I'll do some more local research [20:25] popey: https://launchpad.net/~pitti/+sshkeys BTW (the second one) [20:26] pitti: hmm, its now no longer booting, which looks like a hardware issue [20:26] i have two of these machines though, one is running lucid which was upgraded from karmic and has had lots of packages removed for space [20:26] i can wipe and reinstall on that one [20:27] popey: I don't need a clean machine in any way, FTR [20:27] libatasmart and smartmontools build-depends, vi, and strace [20:27] ok [21:20] sabdfl: wrt bug 466541 and other bugs you comment on - I've wondering whether you actuall get responses as you don't seem to be subscribed :) [21:20] Launchpad bug 466541 in transmission "Transmission should use XDG_DATA_HOME and XDG_CACHE_HOME for non-config user files" [Unknown,Fix released] https://launchpad.net/bugs/466541 [21:27] Morning all. [21:27] hey RAOF, good morning === dpm-afk is now known as dpm [21:31] Yay! Looks like vga16fb madness is getting sorted out. [21:31] Good morning. [21:32] RAOF: You'll be pleased to know that after a fresh daily install a few days back, nouveau is rocking my desktop's NVIDIA card nicely. Don't care so much for power management on the desktop, if it means not dealing with the hassle of installing drivers. [21:32] No compiz, but I can deal with that for now. [21:33] Yay! [21:34] The xorg-edgers PPA would probably give you compiz, at the cost of maybe making your GPU freeze every now and then :) [21:34] good night everyone! [21:35] Night! [21:35] pitti: ciao. [21:35] RAOF: Right, I'd rather no freezing GPU. [21:35] re [21:35] seb128: hi hi [21:35] so something triggers a keyring dialog on session start now [21:35] TheMuso: Yeah, I can see how you'd think that :) [21:35] can't figure what though, but it has been something uploaded today [21:36] desrt, hey [21:36] desrt, how are you? [21:36] ok. [21:36] seb128: doesn't the dialog tell what app it is? [21:36] no [21:38] "The login keyring did not get unlocked when you logged into your computer." [21:38] is the string [21:38] * didrocks waves good night, enjoy your evening/day everyone! [21:39] 'night didrocks [21:39] seb128: thanks, you too! don't go to bed too late ;) [21:40] didrocks, heh, I will try ;-) [21:40] :-) [21:41] seb128: if you do a 'netstat -anp | less' when the dialog is open [21:42] and search keyring [21:42] and find a line like [21:42] unix 3 [ ] STREAM CONNECTED 4068705 2229/gnome-keyring- /tmp/keyring-FJ5rwi/socket [21:42] then very close to it you'll find something like [21:42] unix 3 [ ] STREAM CONNECTED 4068704 20943/nm-connection [21:42] there will be a few of those [21:42] but it will narrow your options down [21:43] well [21:43] (note: the socketpair having sequential serial numbers) [21:43] I doubt it will work [21:43] I think keyring 2.29 uses dbus to talk to the daemon [21:43] there is no such socket now [21:44] o [21:44] well that's easy then [21:44] strace dbus and kill the keyring [21:44] and see who gets the message about it :p [21:44] yeah [21:44] brb, restarting to get the dialog again [21:45] ta. [21:53] re [21:53] ok, not a change from today but a change of config there [21:54] eds needs keyring access if you have a non-open calendar [22:09] rickspencer3: Is your comment, https://bugs.launchpad.net/ubuntu/+source/pygame/+bug/295369/comments/21 , on current Lucid? [22:09] Ubuntu bug 295369 in pygame "pygame sound is delayed a lot" [Medium,Confirmed] [22:10] crimsun, yes [22:10] it is now "delated slightly" [22:10] rather than "delayed a lot" [22:10] rickspencer3: which of libsdl1.2debian-pulseaudio and libsdl1.2debian-alsa is installed? [22:12] * ccheney thinks he fixed the OOo theme bug, running a test build now :) [22:12] crimsun, libsdl1.2debian-pulseaudio [22:13] rickspencer3: which buffer value are you using? [22:13] crimsun, none that I know of [22:13] I am not setting one in python code if that's what you mean [22:14] rickspencer3: right, so your workaround refers to what? [22:14] (note that I'm referring to pygame.mixer.pre_init()) [22:15] crimsun, someone in the bug mentioned a work around [22:15] something about setting the buffer [22:15] I was referring to that [22:15] sorry [22:15] right, the buffer is the fourth parameter to pygame.mixer.pre_init() [22:16] buffer size * [22:20] TheMuso, can I get you to sponsor the upload in glade-3 bzr? [22:21] * robert_ancell is going to finally get around to doing main upload application today... [22:21] robert_ancell, hey [22:21] seb128, hey [22:21] robert_ancell, thank you for doing updates ;-) [22:22] seb128, oh, libwnck is sitting in bzr if you want to upload that one :) [22:22] I can [22:23] seb128, who normally deals with gnome-user-docs? I notice it always seems to be behind [22:24] nobody? [22:24] or the documentation team [22:24] robert_ancell: If nobody has grabbed glade3 by the time I get through some of this email here that I need to read, I can take care of it. [22:24] not sure if that's the one which is patched to add ubuntu documentation or not [22:25] seb128, yeah, it looks patched so I don't touch it [22:26] you can ask mdke about it on #ubuntu-devel [22:43] robert_ancell: what is the bzr branch I need to use? Not sure what source package you are referring to. [22:44] TheMuso, debcheckout glade [22:44] robert_ancell: ok thanks [22:52] cool the patch works properly and finally OOo falls back and only lists installed themes, whee! :) [22:57] baptistemm, bug #547238 is not a bug and a duplicate [22:57] Launchpad bug 547238 in indicator-applet "Regression with Rhythmbox" [Undecided,New] https://launchpad.net/bugs/547238 [23:25] robert_ancell: glade uploaded. [23:27] TheMuso, thanks! [23:27] np