=== awalton is now known as psyduck [00:44] /c/c [02:25] RAOF, does our X server/Xlib support IPv6? [02:26] DISPLAY=::1:2 gcalctool does not seem to work [02:34] We don't explicitly enable IPv6; I'm not sure if it's enabled by default. [02:51] robert_ancell: I don't think our X server does support IPv6, although it's surprisingly hard to find where the damn thing is set. [02:52] /usr/include/xorg/xorg-server.h [02:52] (it's enabled) [02:53] Silly me for looking at configure options :) [02:56] So how do you set the DISPLAY variable? [02:59] That looks like it should be right. [03:00] Although it's possible it's mis-parsing the ‘:’ in there as the separator. [03:03] x is run with -nolisten tcp which is stopping you from using tcp addresses in the display env variable I believe [03:05] Sarvatt, I'm running Xephyr :2, which works with DISPLAY=localhost:2. RAOF, that was my guess too, I was wondering if there's an alternative notation or something. [03:05] try DISPLAY=ip6-localhost:2 [03:06] hey guys [03:06] someone finally using ipv6 :) [03:07] kenvandine, :) [03:08] robert_ancell: DISPLAY=ip6-loopback:2 xeyes works fine for me [03:09] DISPLAY=ip6-localhost:2 xeyes too [03:10] yep gcalctool is fine, just use the names in /etc/hosts [03:10] Sarvatt, wireshark shows it going over ipv4 [03:14] sneaky xlib... [05:34] Good morning [05:35] Hey pitti. [06:01] good morning pitti [07:08] good morning [07:09] Hey didrocks. [07:38] pitti, why do we have an xterm session? === almaisan-away is now known as al-maisan [07:48] didrocks, are the session comments displayed in the login screen settings required for anything? I'm renaming the sessions and I'd like to remove the comments to make the combo box smaller and more readable [07:48] robert_ancell: hysterical raisins mainly, I guess [07:49] pitti, I'm going to rename it to "Recovery Console" ok? [07:49] and we recently added ~/.xsessionrc as well, upon common request [07:49] pitti, that one sounds really techy, not sure what to rename it to [07:49] but it would be great if we could only show ~/.xsessionrc if that file actually exists.. [07:49] robert_ancell: not required, I think you can remove them if the session name is still meaningful by itself [07:49] "User-defined session" perhaps? [07:49] see bug 599336 [07:49] Launchpad bug 599336 in gnome-session (Ubuntu Maverick) (and 2 other projects) "[Maverick] "Gnome" & "Failsafe Gnome" need to be renamed in GDM Sessions dialogue (affects: 1) (heat: 16)" [Low,Triaged] https://launchpad.net/bugs/599336 [07:50] didrocks, thanks, will do [07:50] robert_ancell: recovery console sounds fine to me [07:55] pitti, are you pending gnome-session changes ready to be released? [07:58] mvo: hey, what's the COL_YPAD column? it's quite against my refactoring I want to do for the add_view() support as I just wanted to replace COL_CHANNEL by COL_DATA [07:59] robert_ancell: you mean "are you" -> "you have"? no [08:03] didrocks: it needs to go [08:04] didrocks: if it was commtied it was a mistake, the spec calls for a space around certain elements [08:04] didrocks: but the treeview does not support this at all afaics [08:04] mvo: ok, I can just keep it in a additional column right now [08:05] mvo: I'm still unsure if channels should be view or not. Not making them view will help a lot in fact, thinking about it [08:05] it's really unclear in my head right now :/ [08:06] pitti, (back from phonecall) there are UNRELEASED changes in bzr: debian/control.in: Replace strict dependency to gnome-panel with a [08:06] Recommends to gnome-panel | unity [08:06] robert_ancell: right, they didn't seem urgent enough to warrant an upload [08:10] morning mvom pitti [08:10] mvo [08:10] hey glatzor, how are you? [08:10] * pitti hugs mvo, too [08:12] hey glatzor [08:13] * mvo hugs glatzor [08:13] glatzor: I'm good, how are you? [08:13] pitti: my daily work is quite tough currently. but this situtation will perhaps never change :) [08:14] glatzor: what are you doing these days? [08:14] mvo, surviving :) but I am ok! [08:14] * mvo double hugs glatzor [08:14] pitti, I am the second lead of a mobile nursing service [08:15] * glatzor gets a warm and fuzyy feeling in his stomach [08:15] glatzor: wow, that sounds demanding indeed. good luck! [08:16] * bryce2 waves to glatzor [08:16] hello bryce2!!! [08:35] mvo, hi, I have just pushed another change to the dialogs branch, it improves the showimagedialog (for screenshots) [08:36] and471: nice, thanks, I have a look now [08:36] mvo, I have just used a gtk.Spinner instead of our custom spinner, and also decreased clutter by removing the dialog separator and the viewport shadow [08:41] and471: nice, nice [08:41] :) [08:42] :) [08:46] mvo, I keep getting this cryptic error message with trunk http://pastebin.com/y2b5S5Be [08:46] mvo, and the file that it specifies in the error message keeps changin [08:47] and471: oh, sorry, I fix that [08:47] ie. app.py, aptcache.py, Simplegtkbuilder.py... [08:47] mvo, no problem [08:47] mvo, any idea when you can merge the dialogs branch? [08:48] and471: yes, this morning :) [08:49] and471: I just finish a pending task in buy-something, ,then I merge it [08:50] mvo, ah thankyou :) [08:50] well, thank *you* for the work on this! [09:16] didrocks: COL_YPAD is gone again [09:16] and471: and the error you saw as well [09:17] mvo: great, I'll remerge. I'm trying to work on the dedicated OneConf view first as I still have no clue if we should integrate or not channels views in the viewmanager or refactor that. If we can discuss this at the rally, it will be great [09:17] thanks :) [09:23] and471: can we make the gtk spinner a bit smaller in the big dialog? its looking not so great when its too big IMO [09:25] and471: and in the branch I have logindialog.py disappear entirely, is that a mistake? view/logindialog.py gets deleted in the merge [09:28] mvo, okay, the login dialog thing is a mistake, I shall fix that [09:28] and471: thanks! [09:28] mvo, I can try to make the spinner smaller [09:29] and471: and yet more thanks :) [09:29] mvo, no problem :) [09:29] and471: my final whishlist item is that the removal dialog is opened with center_on_parent :) [09:29] mvo, the gtk.Spinner is sooo useful, I wonder why it wasn't included earlier! [09:30] mvo, I think I can grant that... [09:30] heh :) [09:30] and471: spinner> absolutely, its such a nice little widget [09:30] mvo, I replaced about 50 lines of code, with one gtk.Spinner [09:35] mvo, what size do we want it? [09:35] (the spinner) [09:35] not sure, maybe something in the range of 64x64 ? [09:36] and471: I think best is to play with it a bit, but if it spawns a full window it looks funny IMO [09:40] mvo, mpt, take your pick ↓ [09:40] http://imagebin.ca/img/YkDgXDaR.png [09:40] http://imagebin.ca/img/3Hktp0.png [09:40] * mvo leaves that to mpt [09:40] http://imagebin.ca/img/SfTIke.png [09:40] http://imagebin.ca/img/QXPV93.png [09:40] http://imagebin.ca/img/WcpkID.png [09:41] mpt, (for the screenshot dialog) [09:41] "Activating the screenshot (by clicking it, or pressing Enter when it is focused) should open it in your preferred image viewer." [09:42] Does the average image viewer know how to show progress for screenshots that take a long time to open from an http: source? [09:42] mpt, IIRC mvo said that using the preferred image viewer (i.e. Eye of Gnome) was too slow and also there isn't a way of showing progress, or easy fallback if the image can't be found [09:45] mpt, in answer to your question, I don't think so [09:45] hm [09:46] mvo, how about showing download progress in the main USC window, *then* opening the downloaded image in your preferred image viewer? [09:46] * mpt discovers that eog will happily open http: resources from the terminal, but not from the Open dialog [09:47] and471, how do you know what size the window should be before the image has loaded? [09:47] mpt: eog http://imagebin.ca/img/WcpkID.png take ~3-4 seconds for me, 2s before any UI is shown [09:47] mpt: and no progress afaics [09:48] mpt, yes I think there is a specific image size RANGE that screenshots.debian.net will accept [09:48] mpt, so we would know the maximum and minimum image size [09:48] mpt: then I would rather prefer to download and then launch eog on the local file [09:48] okie dokie [09:48] mpt, I am just worried that some people might have say GIMP as their default program for PNG files, and then that would take FOREVER :) [09:48] and471, can you draw a filling pie? [09:49] mpt, sorry, what is a filling pie? [09:49] sorry [09:49] seb128, good morning [09:49] and471, a disc that fills up by percentage [09:50] there are benefits of opening a dialog and not a external app like we contol where the window opens, for external apps we are at the mercy of the window manager [09:50] mpt, you mean like the new firefox 4 process indicators? [09:50] and471, like this but without the numbers: http://www.freewebs.com/lifedealrock/countdown.gif [09:51] mpt, sure, but it would mean that we have another custom icon to ship, not using the user's gtk icon theme :-/ [09:51] rickspencer3, hey [09:51] rickspencer3, how are you? got your internet working correctly? [09:51] seb128, for the time being! [09:52] seb128, how was your holiday? [09:52] rickspencer3, excellent, thank you! [09:52] hey rickspencer3 [09:52] hi pitti [09:52] * pitti hugs seb128 [09:52] hey seb128, welcome back [09:52] * seb128 hugs pitti [09:52] and471, no, I meant, actually draw it, using theme colors [09:52] hey mvo [09:53] mpt, ah [09:53] seb128, did you doing and storming of large secure buildings yesterday? [09:53] mpt, where would it need to be drawn on? and would it need to be animated? [09:53] mpt: you mean instead of the spinner showing a circle? that is a interessting idea [09:53] I assume that's how you celebrate [09:53] oops, people trying to actually work ;) [09:54] rickspencer3, lol, not really ;-) [09:54] and471, centered on the thumbnail, showing how much of the full screenshot has downloaded [09:54] rickspencer3, we usually do fireworks nowadays, nicer [09:54] freeing prisoners is part of the fun as well, no? [09:54] mpt, so you would have on top of the small thumbnail the circle, and it would fill up? [09:55] and471, yes. Then when it's finished, switch to a spinner for a few seconds to indicate that the image viewer is launching. [09:56] mpt, it would certainly be possible, however I don't really have the gtk hacking knowledge to do it [09:56] mvo, who did the appdetailsview gtk? [09:56] morning [09:56] and471, Matthew McGowan [09:57] mpt, you would have to ask him them :) [09:57] and471: nzmm on irc (if he is online, he is in .nz so quite a bit of a time offset) [09:57] https://launchpad.net/~mmcg069 [09:57] and471, in the meantime, can you work out how to center the spinner inside the thumbnail? [09:58] mpt, that is the trouble, since the appdetailsview was switched from webkit to gtk, I don't really have any expertise in it anymore [09:58] mpt, it is a bit beyond me :) [09:59] hey rickspencer3 [09:59] hi didrocks [09:59] welcome back! [09:59] thanks :) [10:00] mpt, actually wait, looking at the code, I may be able to do something... [10:00] mpt, gimme a few mins [10:02] mvo: fyi cold start 13.5s in trunk to 8.8s in my branch, warm start from 2.8s in trunk to 1.2s in my branch (keeping in mind that the cold start times are after the fs cache is cleared, so a bit longer than a true cold start) [10:07] kiwinote: nice, I look at this branch next I think [10:19] hehe, the aim is a warm start within the second.. ;) [10:19] :) [10:19] kiwinote, can I try out the branch? [10:19] sure, let me know if I broke anything I don't know about ;) [10:19] and I'd be interested in the timings as well.. [10:19] hehe nice branch name :D [10:21] mvo, didrocks: djsiegel and michaelforrest pointed out to me yesterday that the OneConf stuff and the reinstall-previous-purchases stuff overlaps confusingly -- not in implementation, but in how users will think of it [10:21] We need to figure out a way to make them more unified [10:22] mvo, okay I have the spinner to 64x64 and pushed the other fixes. We shall use the imagedialog.py in the mean time, with the hope of using the filling pie in the future [10:22] and471, sorry for not giving you a straight answer, but your answers to my questions will help us make it more excellent in the future I think [10:22] mpt: is there some spec about the reinstall-previous-purchases stuff somewhere? [10:22] mpt: ok, lets do that at the sprint, just getting the features all implmented is a challenge already [10:23] didrocks, will you be at the sprint? [10:23] mpt: yes [10:23] mpt, thats no problem, I agree that your idea is much better than we have at the moment and I understand your frustration [10:23] *than what we have [10:24] kiwinote, http://pastebin.com/pcp8UXNM [10:25] and471, thanks!, will fix [10:28] and471, can't reproduce here, but I've pushed something that should fix it, can you test it please? [10:29] mvo: hi , MScorefonts package is found in graphics and also in the fonts section [the graphics one says the catalogue needs updating , while the fonts one shows description], seems like there are two different packages for mscorefonts , how is that? [10:29] or is SC just confused there? [10:29] kiwinote, okay it fixed something but now something else broke http://pastebin.com/7shVKjvB :) [10:30] or and471 even ^ ;) [10:30] :) [10:30] and471, thanks for that too, though it doesn't look nice, so it may take a bit longer ;) [10:30] kiwinote, no problem [10:32] vish, that is weird... [10:32] yeah.. [10:33] vish, the one in fonts is the actual package, I think the one in graphics is from a .desktop file [10:33] and471: bad .desktop? why is it categoriezed in graphics when there is a fonts section.. o.0 [10:34] vish: most likely stale meta-data, sorry for that [10:34] vish: let me check [10:34] mvo: oh , cool. thanks. there was a bug regarding that so was wondering how . [10:35] mvo, yeah checkout /usr/share/app-install/desktop/mscorefonts.desktop [10:35] vish: what is the bug number? [10:35] and471: yeah, we no longer need that [10:35] mvo: Bug 605495 [10:35] Launchpad bug 605495 in hundredpapercuts "Incorrect category: Microsoft Core fonts shouldn't be in graphism but in fonts. (affects: 1) (heat: 6)" [Undecided,New] https://launchpad.net/bugs/605495 [10:35] vish: thanks a lot, I'm fixing this now (in bzr) [10:35] mvo: awesome thanks! [10:36] vish, the reaosn was the .desktop file was in the graphics category, and it referenced the wrong package (hence the catalogue needs updating thing [10:36] ah... [10:45] kiwinote, incase it helps, when I get that error, the two featured apps shown in the featured section on the main page have their name's set as 'none' but if I click on one of the little squres to move forwrad/backward in the featured slider, and then go back, they have proper names (i.e. Arista Audacity) [10:45] * and471 hopes that makes sense... [10:47] and471: seen Bug #599535 ? not sure why it is a SC bug though [10:47] Launchpad bug 599535 in software-center (Ubuntu) (and 2 other projects) "Audacity doesn't have an icon in Software Center (affects: 1) (heat: 238)" [Low,New] https://launchpad.net/bugs/599535 [10:48] vish, does it have an icon in the details view? [10:48] and471: nope , [10:49] there seem to be quite a few missing icons in SC.. [10:49] and471, vish: yes that is a sc bug [10:50] kiwinote: ah , a known bug? so its a dup then? [10:50] vish, no I don't think it is a dup, but it extends to more packages than just audacity [10:51] yeah , i'v seen others too [10:53] and471, I've been trying a few things, but can't reproduce it. Are you able to find out if it is just one/two packages that give that error, or if it is for all featured packages? [10:53] kiwinote, I shall do a screencast to make it easier for you to see [10:54] and471, I understand what is happening, just not why.. [10:55] and471, before line 758 of catview_gtk.py can you add "print app.pkgname" and then look in the terminal to see which pkgnames give the error? [10:55] kiwinote, there are two featured that are permanently set as Not found [10:55] kiwinote, sure [10:56] and471, the not found packages are instances featured apps which don't exist, but sc grabs the featured file of the installed sc, rather than the featured file of the local copy of sc [10:57] and471, so the not-found stuff should be solved when people use released code [10:57] pitti, do you have any comment about bug #584812? [10:57] Launchpad bug 584812 in bluez (Ubuntu Maverick) (and 2 other projects) "[Maverick] bluez init script should try to load uinput kernel module (affects: 1) (heat: 6)" [Medium,Confirmed] https://launchpad.net/bugs/584812 [10:58] pitti, the bug got assigned to our team but I'm not sure who would have an opinion on that out of you [10:58] kiwinote, the print app.pkgname seems to be changing every time I run it [10:59] kiwinote, it is just the first one that SC loads [11:00] kiwinote, so to answer "to see which pkgnames give the error" I would say all of themm whichever is the first one SC loads [11:01] and471, ok thanks, can you pastebin the whole terminal output, just to see if there is anything else? [11:02] kiwinote, ok [11:04] kiwinote, http://pastebin.com/jqirBjnx (I took out the themes hints messages) [11:04] kiwinote, and then after that output, the terminal prints the appnames as normal [11:05] ^ http://pastebin.com/9WmAeXpd [11:05] and471, thanks a lot, I'll go and have some lunch and see if I come up with a reason as to why that is happening.. [11:05] kiwinote, cool, don't worry there is no rush [11:06] and471, indeed, I'm just intrigued ;) [11:07] seb128, any plan to upgrade rhythmbox to the unstable version for maverick? [11:08] rodrigo_, rhythmbox has no unstable versions [11:08] seb128, well, the one in git, I mean [11:08] rodrigo_, the git snapshot we have is fairly recent, what commit do you need? [11:08] rodrigo_, there is some 15 commits since the one we have [11:09] seb128, on the contrary, I don't want the latest changes that move it to use introspection [11:09] seb128, that would break the u1 music store plugin [11:09] seb128, so, if you upgrade, let me know, please [11:09] http://git.gnome.org/browse/rhythmbox/log [11:09] rodrigo_, ^ what introspection? [11:10] seb128, ah, it's on a branch -> http://git.gnome.org/browse/rhythmbox/log/?h=gobject-introspection [11:11] oh, ok, so no we don't plan to update to a non trunk version [11:11] seb128, but do you know if that would get merged soon to trunk? [11:11] I'm not sure [11:11] seb128, when it does and you are going to package it, please let me know [11:11] I will make sure to check with you before updating [11:11] ok, thanks [11:12] do you think you could update your code to use the new gobject introspection? [11:12] we are not clear yet on what are our plans for that this cycle but we have a pygobject which supports it [11:12] we didn't take the new gobject introspection and the abi changes though [11:13] seb128, yes, shouldn't be hard, the u1 plugin is small [11:13] seb128, we just want to make sure we don't have a broken version [11:13] rodrigo_, ok, will check with you before doing any change [11:13] rodrigo_, thanks for the notice [11:14] ok cool [11:14] mpt, is the icon in https://wiki.ubuntu.com/SoftwareCenter?action=AttachFile&do=get&target=review-submit.jpg mean to be indented so much? [11:14] *meant [11:15] and471, yes, the right edge of the icon is aligned with the right edges of the form labels [11:15] mpt, ah yes I see now [11:17] and471, I've worked out how to reproduce that issue: if the window size is small enough not to display the featured view then you don't get the error (even after scrolling down), elsewise you do [11:17] mpt: file browsers , Nautilus and Thunar , should be in which category? Nautilus is in system and Thunar is in Accessories.. [11:17] and471, will dbg and fix later, thanks! [11:17] kiwinote, looking forward to it [11:18] vish, I don't have a good answer to that -- ideally neither of those two categories would exist. We've been working on user testing to produce more thorough categories, but getting it finished has always been a low priority unfortunately. [11:19] mpt: cool ,thanks. there is a ttfm filebrowser which got wrongly categorized in fonts, so was wondering where it should go [11:20] vish, that was my fault. I said "if a package starts with 'ttf', put it in Fonts", and ttfm got caught up. It would be a relatively simple fix for someone to change the Fonts category so that instead it contains only the packages that have "Section: fonts". [11:21] * vish looks at and471 :D [11:22] * and471 trys to avoid vish's gaze [11:22] :) [11:23] ;) [11:24] * vish adds comment to bug.. [11:31] see you guys in a few hours [11:55] seb128: (will look later, I'm currently in the "pitti broke everything" mess) [11:55] pitti, I noticed, no hurry, thanks ;-) [11:56] * seb128 hugs pitti === MacSlow is now known as MacSlow|lunch === al-maisan is now known as almaisan-away [12:58] vish, mpt: changing from ttf* + otf* to section=fonts goes from 201 results to 73 results, which doesn't seem like something we want to do.. [12:59] rodrigo_, dobey: did anybody every figure what was wrong with the default keyring names in ubuntuone? [12:59] I just a review from lucid which said ubuntuone can't be used in french without renaming the keyring on a command line [13:02] didrocks, ^ did you ever noticed that issue? [13:02] I know I've read some bugs about the gnome keyring being named "défaut" with ubuntuone [13:02] and something doesn't like the non ascii char in the name [13:02] seb128: never got this issue, but I have only ascii char in my name :) [13:02] oh défaut [13:03] there, new pkgbinarymangler published [13:03] vish: the missing icons bug is caused by app-install-data not providing some of the icons that it refers to. I'll look into this at a later stage, but feel free to leave the sc task open [13:03] I even recently resetup one from scratch and no issue for me [13:04] kiwinote: neat! [13:04] didrocks, you maybe started some other keyring softwares before [13:04] ie empathy [13:04] didrocks, I think it happens only when ubuntuone is the first gnome-keyring client you run [13:05] and471, now you're around, I fixed your bug.., hopefully ;) [13:05] seb128: you know I most of the time doesn't start empathy, but as I start ssh/gpg integration, I could have avoid this bug [13:05] didrocks, ok; that was in case you had echos about it [13:05] didrocks, you are often with french community people at confs, etc [13:05] didrocks, I will check, thanks [13:05] seb128: nothing, even in the French forum and at confs [13:05] yw [13:26] seb128: bug 584812 updated; WDYT? [13:26] Launchpad bug 584812 in linux (Ubuntu Maverick) (and 4 other projects) "[Maverick] uinput kernel module is not loaded automatically (affects: 1) (heat: 8)" [Undecided,New] https://launchpad.net/bugs/584812 [13:28] pitti, thanks for the comment and reassigning, what you wrote makes sense to me as well [13:28] kiwinote, perhaps someone could organize a drive to get all those packages moved to the right Section [13:28] kiwinote, meanwhile, the other way to fix it is to fix xapian so that it allows searches for "ttf-*" rather than just "ttf*" [13:40] vuntz, hey [13:40] vuntz, could you review the patch on https://bugzilla.gnome.org/show_bug.cgi?id=513347? [13:40] Gnome bug 513347 in window list "gnome panel freeze when opening more than 7 windows on a right panel." [Normal,New] [13:40] vuntz, debian is using it now and I'm pondering syncing it to ubuntu [13:59] * kenvandine is happy to see new vala and telepathy-glib with vala bindings land :) [13:59] ;-) [14:00] * kenvandine just wished the indicator was working for me in vala [14:00] debugging... it creates an indicator when a new message comes in, and destroys it immediately [14:01] getting close it seems ;-) [14:01] i have the approver and observer for tp [14:01] not calling the handler yet [14:01] and busted indicator :) [14:03] in which lg are you coding atm? C ? [14:04] vala [14:04] oh you're already using tp-glib's vala API ? [14:04] cassidy, i think the approver and observer is working fine from vala... so yay! [14:04] cassidy, yup :) [14:04] awesome :) [14:05] is the code available ? [14:06] in a junk repo [14:06] * kenvandine needs to push [14:06] cassidy, i haven't gotten the contact lookup stuff working [14:07] but found crashes coming from calling the indicator [14:07] cassidy, i'll get it pushed to a proper project today [14:07] cool [14:07] thx for getting those bindings :) [14:08] kenvandine, I'm not the one to thanks, I never wrote a single line of Vala :p === MacSlow|lunch is now known as MacSlow [14:12] hehe [14:23] seb128: I think I looked at it once, and it wasn't the right solution -- ie, it was solving this immediate problem, but was making the situation worse to fix the issue for vertical panels in general [14:23] vuntz, :-( [14:23] vuntz, will anybody ever work on making vertical panels better? [14:24] there's a patch that is 80% done in a bug [14:24] vuntz, can't we get that change in meanwhile to stop gnome-panel hanging for those configs? [14:24] I don't think anybody ever wanted to finish it, though [14:26] vuntz, what do you recommend to do then? ;-) [14:26] vuntz, just ship the change and don't care? ;-) [14:27] vuntz, I'm pondering if we should distro prefix the api added though [14:29] seb128: I can recommend to ping me in, say 3 hours so I take another look :-) [14:29] vuntz, ok, will do [14:29] vuntz, thanks === almaisan-away is now known as al-maisan [14:35] seb128: i don't recall what it was exactly, but it was a bug in keyring or seahorse i think, causing the filename to get translated [14:36] dobey, was? [14:36] it's fixed now? [14:36] seb128: or people creating keyrings and naming them something in non-ascii perhaps [14:36] seb128: was as in when i had heard about the issue. i don't know if it's actually fixed or not [14:37] no, I got that bug as well in lucid, when ubuntuone creates the keyring it has this issue [14:37] seb128: but there isn't anything we can do in ubuntuone directly, to fix it, really [14:37] when empathy or seahorse create it, it doesn't happen [14:37] ubuntuone doesn't create keyrings [14:37] well it makes a call leading to have one created [14:37] it might by a bug in the python bindings for gnome-keyring [14:37] the default keyring called 'login' is created when you first log in [14:38] well that one is called "default" [14:38] nope, it was renamed to login a long time ago [14:38] default is the old default [14:39] afaik anyway [14:39] well the issue there is than a keyring named "défaut" [14:40] is created when starting ubuntuone client and that no keyring is created yet [14:40] which is the french translation for "default" [14:40] could be a bug in python-gnomekeyring since the C clients don't get that issue [14:41] * kenvandine heads out for some final errands before traveling :) [14:41] bbiab [14:44] seb128: does gwibber do the same thing? [14:45] dobey, I don't know, I will have to try later on [15:00] didrocks: Has anyone ever started work on a quickly gui? [15:00] lamalex: bryce2 did that a while ago, it was called guickly :) [15:00] o really? [15:01] but well, all has to be done again, I've created an API to make things easier [15:01] it's currently in trunk [15:01] will check out [15:01] *zing* [15:02] lamalex: do not hesitate to ask on #quickly for any question related :) [15:02] oh snap [15:11] yeah lack of an api kept guickly fairly limited in functionality === ogra_ is now known as ogra [15:39] didrocks, https://bugzilla.gnome.org/show_bug.cgi?id=624463 [15:39] didrocks, btw [15:39] Gnome bug 624463 in gio "gio assumes kernel support for SOCK_CLOEXEC" [Normal,Unconfirmed] [15:40] didrocks, it's the reason for the vala build failure on the buildds it seems [15:43] mvo: ok, I get a first oneconf view for USC. Still some todo still, but at least, I have something with navigation, showing diff for non installed apps and additional ones that can be tested (http://people.canonical.com/~didrocks/oneconf/usc/) [15:43] seb128: looking [15:44] seb128: waow, that means that the issue would have be more obvious if I built from a lucid into a maverick pbuilder [15:44] didrocks:nice [15:45] seb128: thanks a lot for the info :) [15:45] didrocks, np [15:53] asac, what telepathy-logger did you review? [15:53] asac, https://edge.launchpad.net/ubuntu/+source/telepathy-logger/0.1.3-2 [15:55] seb128: hmm. i used apt-get source ;) [15:56] asac, it should have a .symbols, I've added it for you, I knew you would ask for it ;-) [15:56] heh [15:56] asac, or is the issue only that I didn't mention on the bug it's using a .symbols? [15:56] * asac must be blind [15:56] seb128: no ... thats fine. was an oversight apparently. not sure why ;) [15:56] let me go and approve [15:57] you are used to type that I bet :p [15:57] thanks [15:57] seb128: that was already promoted? [15:57] asac, yes [15:57] asac, it was blocking the empathy update [15:57] ok fix released then [15:58] asac, thanks [15:59] welcome [16:08] kiwinote, how's the bug coming along? [16:08] hi [16:08] and471, that bug should be fixed [16:08] along with some others.. [16:08] kiwinote, woo [16:08] hehe, I shall try it now [16:08] thanks [16:10] fab [16:10] it works! and so fast! [16:11] great to hear that nothings else broke ;) [16:11] hehe [16:11] thanks again for the bugs [16:11] btw, I saw that some comments have been inserted into the screenshot handling code [16:12] yeah I just looked at that [16:13] kiwinote, the trouble is I am just not experienced in the gtk/cairo stuff, I guess it is my weakness [16:14] so although the comments now make it easier, I still need to learn the related stuff [16:14] and471, same here, slowly getting used to it all [16:15] kiwinote, the speed stuff you have done is really great, I was just comparing your branch to trunk [16:15] kiwinote, and there is almost no lag when loading the views on demand either [16:15] great job! [16:15] thanks [16:15] mvo, is there anything else I need to cleanup in my dialogs branch? [16:16] and471: ups, sorry. i missed that it got updated [16:17] mvo, no problem [16:17] mvo, I started a bit of work on the reviewing dialog :) === DrPepperKid is now known as MacSlow [16:47] mpt: how is this? http://imagebin.ca/img/27Db_vvQ.png (minus the reviewing widget) [16:49] and471, very good [16:50] and471, it's hard to tell when you're using such a small font, but "Be brief and informative" etc is a caption, so it should use a smaller font than normal [16:55] mpt, yeah that is something I wanted to ask about, should the other labels be larger, or the caption smaller, I couldn't quite tell from your drawing [16:55] and471, all text except for that caption should use the default font size [16:56] mpt, oh okay, not even the application name? [16:57] and471, even the application name [16:57] :) [16:59] mpt, ok http://imagebin.ca/img/sN7T3MSh.png - how is the padding, is it correct? [17:21] hi, could someone please help with http://code.google.com/p/chromium/issues/detail?id=48869 ? (Color artifacts on fancy buttons-in-menus on Ubuntu Maverick only) [17:22] most probably related to gtk and/or cairo [17:26] fta, did you try downgrading cairo just to see? [17:32] seb128, to pre-1.9? [17:33] yes [17:33] hm, i no longer have those debs [17:39] seb128, i assume lp no longer have those debs, right? [17:40] fta, it should [17:40] the librarian keep all versions [17:41] https://edge.launchpad.net/ubuntu/+source/cairo/1.8.10-4ubuntu1 ?? [17:41] seb128, I added a new subpackage to ubuntuone-client (gir1.0-....), does that need to be sponsored? [17:41] rodrigo_, no, it needs to be binary newed [17:41] I will do that later I'm about to go for some running before dinner now [17:42] seb128, ok, cool thanks [17:42] yw === al-maisan is now known as almaisan-away [18:24] didrocks: banshee-meego not working with appmenu, is it app specific or something to do with the menu? [18:24] it works with the normal desktop mode === MacSlow is now known as MacSlow|afk [18:37] is anyone else finding maverick to be quite memory hungry? my laptop is swapping before i've even opened any applications atm [18:53] chrisccoulson: echo 1 > /sys/kernel/debug/tracing/buffer_size_kb [18:55] that free up any memory? almost 500mb here, and the bug is in lucid too [18:56] https://bugs.edge.launchpad.net/ubuntu/+source/ureadahead/+bug/501715 [18:56] Launchpad bug 501715 in ureadahead (Ubuntu Maverick) (and 2 other projects) "Kernel trace buffer should be cleared and size restored after profiling (affects: 55) (heat: 303)" [High,Triaged] [18:58] Sarvatt, yeah, that frees up 500mb here too [18:58] thanks :) [18:58] i'll try that on my lucid desktop as well [19:08] oh snap [19:26] mvo, thanks for the merge, I shall try to speak to mmcg069 about the padding [19:26] and471: cool, thanks! [19:26] mvo, about the other branch, I think you can merge the login dialog stuff, but not the stuff I have been doing wiht the review dialog, that is not ready by a long shot [19:27] ok and471 [19:27] mvo, if there are issues with the merge, speak with me tomorrow and I shall sort them out [19:27] mvo, see ya [19:29] and471: ok :) === nessita1 is now known as nessita [20:03] * kenvandine waves... gotta run out to meet my daughter's new teacher [20:03] bbiab === almaisan-away is now known as al-maisan [21:21] gnome-utils claims to be a transitional package, yet it cannot be removed as ubuntu-desktop depends on it === MacSlow|afk is now known as MacSlow === chrisccoulson__ is now known as chrisccoulson === al-maisan is now known as almaisan-away === almaisan-away is now known as al-maisan === al-maisan is now known as almaisan-away === almaisan-away is now known as al-maisan === al-maisan is now known as almaisan-away === fta_ is now known as fta === bjf is now known as bjf[afk]