[00:01] walters: that version already is in karmic === asac_ is now known as asac [00:16] Laney: ah, ok, thanks [01:14] chrisccoulson: there? you asked about my gnome-nettool issue: no, it did not get resolved... I linked my changed branch to bug 400016, if you like, please have a look. [01:14] Launchpad bug 400016 in gnome-nettool "Please sponsor version 2.27.4 in karmic" [Wishlist,Incomplete] https://launchpad.net/bugs/400016 === TheMuso` is now known as TheMuso === tkamppeter_ is now known as tkamppeter === WelshDragon is now known as Fluffles === mac__v is now known as mac_v === mac__v is now known as mac_v [14:43] hi walters - you there? [14:45] chrisccoulson: yep [14:46] hi, jens asked me to commit the patch at gnome bug 573980 - but I'm assuming I need a GIT account to do that don't i? [14:46] Gnome bug 573980 in plugins "Low Disk Space warning doesn't suggest emptying the Trash if that will help" [Enhancement,New] http://bugzilla.gnome.org/show_bug.cgi?id=573980 [14:47] chrisccoulson: yes, i can do it for you; but can you do a patch in git-am format with a commit message [14:47] i can have a go. i'm still learning git at the moment ;) [14:48] chrisccoulson: easiest is git commit -a, then write, then do git format-patch HEAD^ [14:48] thanks:) [14:49] walters - do you want me to attach the patch to the bug report? [14:50] chrisccoulson: if you like, or just pastebin [14:51] walters - it's at http://paste.ubuntu.com/221951/ [14:53] hm, i get an error trying to download it as text [14:53] "Plain form not allowed for Web scripts" [14:54] hmmm, yeah, me too [14:55] walters - http://pastebin.com/m6195a72f seems to work better [14:55] must be a bug with paste.ubuntu.com ;) [15:01] chrisccoulson: ok, doing a test build etc then i'll push [15:01] walters - thanks:) [15:09] blah, my xklavier isn't new enough [15:12] ah, yeah, that is a bit of a pain [15:12] we're running the latest libxklavier in ubuntu now [15:20] chrisccoulson: ok, builds fine; tweaked the commit message a bit and pushed, thanks a lot for the work! [15:20] walters - thanks. i'll send a mail out to gnome-i18n shortly, as requested by jens [15:29] does someone knows if it is possible to use some apt pinning magic for source package? [15:39] why do you need that? [15:40] geser: to be able to download easily either a source package from debian or from ubuntu [15:41] apt-get source by default for ubuntu package, et then apt-get source -t unstable for debian when needed [15:44] geser: any thought? [15:45] no, looking at the apt_preferences manpage it doesn't indicate that it works on source packages at all [15:46] and having several deb-src lines won't work if Debian has a newer version to fetch the one from Ubuntu by default [15:47] geser: yes, that's why I was thinking about pinning to be able to download them directly [15:47] but apt_preferences didn't helped me too [15:47] help* [15:52] write small scripts or aliases to pass -t karmic or -t unstable as needed. something like (untested) "alias karmic-source=apt-get source -t karmic" and "alias unstable-source=apt-get source -t unstable" [15:56] geser: as previously said, -t karmic or -t unstable doesn't work either [15:56] crap [15:56] yes :/ [15:56] I'm pretty sure there is a solution, some people there may use something similar [16:13] use pull-lp-source and pull-debian-source? [17:10] is gdm supposed to run /etc/X11/Xsession, or otherwise, the scripts in /etc/X11/Xsession.d? [17:10] * hyperair pokes pitti [17:11] my seahorse-agent isn't running [17:12] hyperair: I already noticed this too -> bug 401201 [17:12] Launchpad bug 401201 in gdm "Files in /etc/X11/Xsession.d/ aren't sourced anymore" [Undecided,New] https://launchpad.net/bugs/401201 [17:13] ah. i see. === geser_ is now known as geser [22:56] hi Ampelbein - i took a glance at your gnome-nettool update earlier. I couldn't see anything obviously wrong though :-/ [22:56] i'll take another look if i get a chance later [22:56] chrisccoulson: thanks for looking. I'm really stuck with it... [22:56] yeah, it's a really difficult one [22:57] chrisccoulson: the problem seems to be that the GtkUIBuilder is only used in the .ui file and not in the main.c-file and I could not find any example of another package where the same situation is. [22:58] yeah, it seems that it embeds a GtkUIManager object within the GtkBuilder