[12:02] Sepheebear, yes i've ape-get source ubuntu-artwork ... [12:02] but i see it has been made using some tools [12:02] there are Makefile.am|in and so on [12:04] what kind of artwork are you making? desktops? icon? themes? [12:05] ubuntu-artwork ... [12:05] myproj-artwork ... [12:06] gdm icons wallpaper usplash and all this [12:06] ok, well i suppose the usplash stuff is where all that makefile.{am,in} stuff comes in [12:07] Sepheebear, there are even in icons and all art subdirs [12:07] hmm lemme take a look [12:11] well i'd start by replacing art/*/ with my artwork [12:11] the makefiles arent that complex [12:12] Sepheebear, so reverse engineering job :) [12:12] it would be nice to know how to make it from scratch .. but if there are no other way i'll use that dir tree as sample .. [12:13] i think that'd be the best template to use [12:14] yep .. let's do that ... [12:14] thanks for your availability [12:14] the makefiles dont seem to specify any other filenames other than those directories [12:16] you'd have to edit art/*/Makefile.am to point to your stuff === rikai [n=gtk2@pool-64-222-225-195.port.east.verizon.net] has joined #ubuntu-motu [12:17] Sepheebear, i'll play with diff and *ubuntu-artwork to see what i need to change ... [12:18] it looks pretty straightforward === ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-motu === ogra_ibook [n=ogra@ubuntu/member/ogra] has joined #ubuntu-motu [12:23] another alternative would be to look at other theme related packages and you could learn some install techniques from them [12:26] Sepheebear, yep *ubuntu-artwork .. [12:27] xubuntu has just usplash ... [12:30] there's xubuntu-artwork and xubuntu-artwork-usplash [12:31] umm [12:32] Sepheebear, it seems the same pkge [12:32] oh yes i see that now [12:33] nomed: if you want to learn to package from scratch, then you should read the New Debian Maintainer's Guide [12:34] raphink, i can generate debs .. the problem is how to generate the *ubuntu-artwork pkge ... [12:34] how do you generate debs nomed ? [12:35] raphink, well it depends by the pkge .. [12:35] if you mean using checkinstall or magic generate scripts, this is (hopefully) not the way we do it [12:35] for the moment waht i need to build were mainly pkges of bash scripts or python scripts [12:35] so the rules file is simple [12:36] raphink, no checkinstall [12:36] or other stuff like that [12:36] ok [12:37] if you know how to package binaries, packaging an artwork package is not harder, maybe even eaiser [12:37] easier [12:37] raphink, yes .. [12:37] what i can't figure out is how Makefile.in | am has been generated .. [12:38] most of the stuff can be installed using either dh_install yourstuff, or debian/install and debian/dirs files [12:38] it seems they've used some tool [12:38] what does the Makefile.in file install? [12:38] raphink, yep .. that's the last step :) [12:38] and why do you think you would need one? [12:38] raphink, i have the ubuntu-artwork source [12:38] debian/rules is a makefile, too [12:38] and i see its dir tree [12:39] so you don't need to generate other makefiles yourself [12:39] nomed: the fact that ubuntu-artwork contains a Makefile.in doesn't mean _all_ artwork packages need one ;) [12:39] if you don't need one, then don't both with one [12:39] raphink, i would make it in the same way .. [12:39] why? [12:40] if i'll can then that's cool .. if not i'll use a Makefile and a rules file [12:40] what I don't understand is [12:40] raphink, because that pkge has been made in that way ... [12:40] why you want to have the same layout as the existing ubuntu-artwork pkg [12:40] what's the use of that? [12:41] raphink, i think it the best sample i can use for such pkge [12:41] *'s* [12:41] you're creating your own package... you can get inspiration in other ones, but you don't have to do it the way it was done by other guys [12:41] nomed: it might be a very good sample for sure... unless they didn't exactly have the same requirements as you [12:42] raphink, i think i should be able to choose .. [12:42] but anyway, it's up to you [12:42] not to don't do that in that way just because i don't understand [12:42] I just say you might not bother with files you might not need ;) [12:42] my two pence ;) === greenpenguin13 [n=joseph@user-6333.lns3-c7.dsl.pol.co.uk] has left #ubuntu-motu [] [12:48] i still think the ubuntu-artwork is the best template for any artwork package [12:48] why reinvent the wheel? [12:49] keep the structure and add/subtract your own stuff, by the end it'll be distinguishable as your work === ptlo [n=senko@83-131-75-11.adsl.net.t-com.hr] has joined #ubuntu-motu [01:00] \sh_away: are you there, [01:00] ? === Hobbsee [n=Hobbsee@CPE-144-136-118-222.nsw.bigpond.net.au] has joined #ubuntu-motu [01:01] Riddell-awa: you there, [01:01] hi Hobbsee :) [01:01] hi raphink :) === Hobbsee came to ask for an account on REVU, but it looks like siretart is away... [01:02] merry xmas :) [01:02] you too :) [01:02] it's the 26th here [01:02] hehe [01:02] same here ;) [01:02] but still [01:03] wanna package Hobbsee ? :) [01:03] yeah [01:03] what do you want to package ? [01:03] :) [01:03] actually, i was working on ksudoku earlier :) [01:03] setting up a pbuilder now, to find out the dependancies... [01:03] what is that? [01:04] hmmm [01:04] ksudoku? it's a game... [01:04] 77%, board game [01:04] nice :) [01:04] very [01:04] did you package it already, [01:04] i'm just uploading to random places at the moment, which is a pain [01:04] ? [01:05] no, there was one on crzzi or something, and and old debian one, which i updated [01:05] hmm [01:05] official debian ? [01:05] think so [01:05] did you check on packages.debian.org ? [01:05] i took the crzzi one which was built for breezy (supposedly) though [01:06] well [01:06] the first thing should be to check if there's a version in Debian sid [01:06] look on packages.debian.org for that [01:06] if there is, then you get to synchronize it with ubuntu [01:06] if there is not, then you get to package it [01:07] either using a non official package and make it nice enough, or from scratch ;) [01:07] true [01:07] there's one on packages.debian.org [01:07] non official packages are often a bit trashy and I often choose to do it all from scratch, but it's up to you ;) [01:07] last version? [01:08] yeah [01:08] then you should merge it === Hobbsee hates doing it from scratch! [01:08] how do i do that? [01:08] and you don't need REVU for that [01:08] https://wiki.ubuntu.com/MOTU/HowToMerge [01:08] k [01:08] couldn't help you much as I han't done that part yet ;) [01:09] && good luck :) [01:10] hmmm [01:12] er.... === fredix [n=fredix@d213-103-73-104.cust.tele2.fr] has joined #ubuntu-motu [01:12] this is clearly why i should check first... === Mez [n=Mez@ubuntu/member/mez] has joined #ubuntu-motu [01:24] Is there a single document which describes the entireity of the MOTU upload process, including the use of REVU and whatnot? I can't find anything actually useful in the wiki or revu.t.d. === Mithrand1r [n=tfheen@c5100BC63.inet.catch.no] has joined #ubuntu-motu [01:35] womble: https://wiki.ubuntu.com/REVU [01:39] raphink: Read it. Several times. Doesn't say anything useful on the topics of "what does REVU do for me?", "why do I need REVU?", "how does REVU fit into the overall process of MOTU work?", and so on. I thought it was mentors.d.n for Ubuntu, but I see uploads in there from dholbach. There's also a lack of "overview" of the whole process, from end-to-end, so I can't see how the whole of the MOTU world actually operates. [01:39] it's a bit different an approach from mentors [01:39] womble: Heh. I've never actually used REVU. [01:40] womble: Being a DD, people trust that you can actually package. :-) [01:40] seems you know the debian way womble right? [01:40] womble; cheer up, emo kid [01:40] womble; merry christmas [01:41] StevenK: i'm sure even DDs can learn from using REVU ;) [01:41] and improve their packaging skills ;) [01:41] raphink: Yes, I do. [01:41] And I'd like to know the Ubuntu way. [01:41] But there's a dearth of useful docs to help me. [01:41] womble: woo! [01:41] womble: well how do you get a package in Debian when you're not a DD ? [01:42] raphink: a sponsor [01:42] raphink: (same as here) [01:42] raphink: http://people.debian.org/~mpalmer/debian-mentors_FAQ.html#sponsored_packages [01:42] yep exactly ;) [01:42] but w/o a pretty interface [01:42] tseng: I know the answer ;) [01:42] well without more things imo tseng [01:42] i've been to Debian dev confs [01:43] and seen how people who are not DDs just stick to DDs to try getting their packages sponsored [01:43] the fact is that REVU allows to get a packaged sponsored faster and more securely [01:43] eh its what slomo and I do [01:43] because it's being checked by several people [01:43] tseng: :) [01:44] there arent many dd's on the debian mono team [01:44] raphink: So it's just sponsors.d.n then? [01:44] womble: now it doesn't prevent MOTUs from putting packages on REVU aswell, and get them checked, even though they could just upload them right away [01:44] I wouldn't exactly say so womble [01:45] womble: its that and more [01:45] So what *would* you say, raphink? [01:45] youll notice it runs lintian, linda [01:45] and has reviewers comments built in [01:45] REVU allows to browse the package [01:45] 3 positive comments flags for upload [01:45] get the files directly [01:45] post comments [01:46] one problem we were solving was, not everyone had webspace to host sources [01:46] yep [01:46] another was keeping a history of reviews [01:46] :) [01:46] tseng: 2 positives ;) [01:46] this is also very useful for packagers btw [01:46] when I go to another comp and wanna work on the latest version of a package of mine, I just get it from REVU ;) [01:46] So it's sponsors.d.n with comments? [01:46] hi slomo [01:46] :) [01:46] merry xmas [01:47] its not just comments, they have intelligence [01:47] (have you taken a look?) [01:47] you can either advocate a package or not with a comment [01:47] if you dont, it needs more work, another upload [01:47] if 3 advocate, its uploaded [01:47] womble: not exactly... even MOTUs need to upload NEW packages there for review [01:47] tseng: that womble cannot see ;) === Hirion [n=hirion@draugr.de] has left #ubuntu-motu [] [01:48] tseng: Who uploads it? [01:48] an existing MOTU [01:48] slomo: Why do MOTUs *need* to upload there? What stops them from uploading directly? [01:48] and it gives us a nice trail to see a potential MOTUs work [01:48] tseng: Is an existing MOTU required to upload the package once it has gotten three yes votes? [01:48] womble: this is quality assurance :) [01:48] womble: yes. [01:49] womble: but my next point is someone who has a few good packages on revu is a shoe in for maintainership [01:49] tseng: What sanctions are in place for all MOTUs if none of them upload the approved package? [01:49] womble: not everybody votes though, only MOTUs [01:49] raphink: What is quality assurance? [01:49] womble: no sanctions.. this is a volunteer project [01:49] slomo: did you have some time to review my two updates? [01:49] womble: we work on good faith like everyone else [01:49] womble: in theory nothing... we could upload everything directly... but nobody does in general [01:49] :) [01:50] tseng: So how is an existing MOTU *required* to upload the package? What makes them do it? [01:50] someone asks nicely [01:50] hehe :) [01:50] having a requirement on a volunteer developer would be pretty shitty imo [01:50] So your answer to my question "is a MOTU required to upload the package" is actually 'no'? [01:50] womble: by quality assurance, I mean that two MOTUs checking and approving a package at a given time is better than only one sponsoring it [01:50] i read that another way [01:51] womble: we want our packages as good as possible and one overlooks mistakes which are obvious for others [01:51] i read "do you have to be a motu to upload a source" [01:51] not "is a motu required by some rule to upload a package with 3 votes for fear of sanctions" [01:51] sorry. [01:51] hehe [01:51] womble: we're not _required_ to upload to revu but it's common practice to improve package quality [01:51] tseng: Of course a non-MOTU can't upload a package to Universe -- that's absurd. [01:51] back to the hosting issue [01:52] http://sponsors.debian.net/viewpkg.php?id=29 [01:52] notice that the posted sources arent existing [01:52] this is the first package i went to, no idea if thats a general problem [01:53] raphink: not yet... i have them both still on my todo list, don't worry :) i was busy or out all the day [01:53] slomo: ok [01:53] hmm... i could to it now :) *me gets the packages* [01:53] womble: the best way to get what's special about REVU is to see it in action imo [01:54] ok, time for christmas dinner [01:54] womble: http://revu.tauware.de/details.py?upid=1285 shows how REVU allows several reviewers to interact to have a package be improved [01:54] cheers everyone [01:54] womble: nice to have you. [01:54] cheers tseng [01:54] slomo: ty [01:55] raphink: damn... which ones were it? knmap and kalcul? [01:55] knmap and konq-encrypt-menu [01:56] http://revu.tauware.de/details.py?upid=1296 and http://revu.tauware.de/details.py?upid=1297 [01:56] ok... i'll do kalcul too now :P [01:56] raphink: It looks like the exact same process we go through in Debian with mentors.d.n and the d-mentors mailing list. [01:56] Except that you can add 'Advocating' marks to this one (which is kinda cool) [01:57] slomo: kalcul doesn't build with the recent stuff with libX$dunrememberwhat [01:57] So can people look at the new REVU page on the wiki and see if it accurately reflects reality? [01:57] womble: and it needs the eyes of more than one to get a package uploaded... which improves quality [01:57] womble: what you see now is REVU v1 [01:57] raphink: ah right... [01:57] there's REVU v2 to be released soon enough :) [01:57] slomo: I don't see how that follows, if someone can get a package uploaded without needing to go through revu === jinty [n=jinty@205.134.224.215] has joined #ubuntu-motu [02:00] womble: well, we trust each other... ;) ok, that's a problem when you have > 1000 DD with upload rights but it works fine currently... and if someone uploads directly it would be noticed normally [02:00] slomo: So every single upload should go via REVU? [02:00] womble: no... only NEW packages [02:01] womble: REVU is only for NEW packages in Universe [02:01] and when it fails later with the current way we will change our processes [02:01] slomo: For NEW in the dak sense, yes? [02:01] raphink: (well, and for updates from people without upload rights) [02:01] womble: yes [02:02] Major changes in packaging can do just as much (if not more) harm than initial packaging stuffups, though. [02:03] womble: yes... that's a whole currently... but it worked until now as we normally ask someone else to review our changes when we're in doubt or the changes are major [02:03] stevenk said earlier that he's never gone through REVU for his uploads. How does that mesh with what you're saying now? [02:06] maybe he found two people without revu... that's also possible... as i said before, we trust each other to handle uploads in a sane way and we're all in contact ;) [02:06] it's probably much more informal than in debian [02:06] So should I upload my changes to wiki.u.c/REVU to REVU for comment? [02:07] slomo: Debian is the ultimate in informality for sponsored uploads. I like the idea of a helper tool like REVU. [02:11] when you have any changes either upload your changed package to revu or give someone here the debdiff for the changes... the latter could be faster [02:12] womble: I can't imagine you needing review [02:13] but revu is definitely the entry point for new people... only for motu it _could_ be voluntary but we agreed that it's still better to upload NEW packages to revu for review and discuss greater changes with others... it's always better to let someone else look at your problems from a different point of view [02:13] lifeless: I'm not expecting to make any major stuffups either. I'm not looking for REVU, as such, I just want to understand how the pieces fit. There seems to be a lamentable lack of documentation thus far. I'm out to fix that where I can, whilst enhancing my understanding of it all. [02:14] womble: sweet [02:14] :) [02:15] I asked for comments on my changes to wiki.u.c/REVU to see if my translation of the comments made here was accurate; that request was met with resounding silence, so I tried a bit of humour by asking if I'd get more comments by posting my changes to REVU... [02:15] hmm [02:15] what exactly did you modify womble ? [02:16] raphink: The first real paragraph. Possibly should have localised my changes a bit more, but I figured that people could read the diffs if they really wanted to find out. [02:16] let's see [02:16] "[WWW] revu is a web-based tool to allow people who have worked on packages a chance to "put their packages out there" for other people to look at and commend on in a structured manner. Packages can also have "votes" attached to them; a certain number of positive votes will bring the package to the attention of uploaders, who will then send the package into the Universe repository." [02:16] s/commend/comment/ [02:17] I think it's a rather good description of how it works :) [02:17] 1) once you're approved in the keyring, you upload your packages to REVU [02:17] 2) your work gets reviewed and commented [02:18] 3) you uploaded updated versions till you get at least 2 advocacies from MOTUs [02:18] 4) your work is uploaded by a MOTU [02:18] :) [02:18] raphink: The 'edit' button on the wiki is calling you, I think. [02:18] hehe ;) [02:19] ok right ;) [02:19] siretart: there's a bug in revu... when a package is NEW and gets uploaded to universe... and later a new version (i.e. updated) gets uploaded to revu it still shows up as NEW [02:20] womble: it looks fine to me [02:22] hmm [02:22] does anyone know whats going on with FF in dapper ? [02:22] It's calling itself deer park [02:22] yes [02:22] thats the code name for the next release [02:22] I know [02:23] but FF 1.5 is released and uses the name "firefox" [02:23] womble: how do you like that ? https://wiki.ubuntu.com/REVU [02:23] clearer ? [02:23] Mez: but we don't have ff 1.5 yet, only rc3 [02:25] raphink: Yep. Much better. [02:25] :) [02:26] Slomo - yet it calls itself deer park in the title bar [02:26] for no reason [02:26] Mez: that had some reason... ask Diziet :) it was either for firefox release candidates or inofficial firefox builds... [02:28] womble: but i have to aggree with you... there's much documentation currently missing... revu-related and in general [02:29] slomo: It's starting to feel like a regular thing... womble wants to do something; womble goes looking for documentation; womble finds no documentation; womble asks questions on IRC; womble writes documentation [02:30] huhu [02:30] hehe, at least you write the documentation :) i hate writing documentation and still have 2 wikipages on my todo list... :/ [02:31] slomo: I'll archive konq-encrypt-menu [02:31] :) [02:31] slomo: I hate repetition. I'd rather write it first, then never have to explain it to anyone by hand ever again. Worst case I have to cut-n-paste a URL. [02:32] Consider how much time we've expended talking about this topic here today -- my time, your time, the half a dozen or so people who've contributed. For a one-paragraph description. === Mez [n=Mez@ubuntu/member/mez] has joined #ubuntu-motu === slomo_ [n=slomo@ubuntu/member/slomo] has joined #ubuntu-motu === minghua [n=minghua@69-153-139-23.dsl.hstntx.swbell.net] has joined #ubuntu-motu === rbelem [n=rodrigo@ubuntu/member/rbelem] has joined #ubuntu-motu === elektranox [n=elektran@p5481C186.dip.t-dialin.net] has joined #ubuntu-motu [03:41] does sb. know howto change the system mail adress of a user? === poningru [n=poningru@pool-70-110-67-26.tampfl.fios.verizon.net] has joined #ubuntu-motu === Arrogance [n=aks@ottawa-hs-209-217-83-193.d-ip.magma.ca] has joined #ubuntu-motu [03:46] elektranox: /etc/aliases? [03:46] Can you better describe the result you wish to achieve? === Mez [n=Mez@ubuntu/member/mez] has joined #ubuntu-motu [03:49] If I make any command like "dh_make" a wrong mail adress is insert automatacily. So I want to say the system my right mail adress :) [03:50] elektranox: you need to set DEBFULLNAME and DEBEMAIL correctly [03:50] o_O [03:55] adding "export DEBFULLNAME = 'Sebastian Reichel' export DEBEMAIL = 'elektranox@gmail.com'" to ~/.bashrc doesn't work :/ [03:58] elektranox: Unless dh_make is "special", it doesn't read the environment, it gets the config parameters out of ~/.devscripts [03:59] There's documentation that mentions environment vars, but AFAIK it's all wrong [03:59] Also check out the new(ish) -m option for dch, for more long-term lack-of-name-mangling in changelogs [04:00] siretart: ping ? [04:01] mh dh_make uses USERNAME@[-> /etc/mailname] :S [04:03] Try EMAIL="elektranox@gmail.com" dh_make [04:03] and see if that helps [04:05] that works :S [04:05] womble: I don't know about dh_make, but dch (debchangelog) reads DEBFULLNAME and DEBEMAIL from environment for sure [04:06] and dh_make should have an option to specify the maintainer's name and email === minghua doesn't have dh_make installed [04:07] and can't check [04:13] dh_make should use DEBEMAIL and DEBFULLNAME too [04:15] minghua: Last time I tried, dch refused categorically to read from the environment. So I got used to always using ~/.devscripts [04:16] Now, of course, I've got packages which need different things in their changelog footers, so I'm reduced to using dch -m and crossing my fingers [04:17] womble - just use the DEBEMAIL and DEBFULLNAME envvars [04:18] womble: I see. I must admit I'm quite new to packaging, so maybe dch changed behaviour. It should work now though. === Sepheebear [n=SepheeBe@cpe-68-175-48-160.nyc.res.rr.com] has joined #ubuntu-motu [04:27] Mez: Because that's a *lot* less typing that -m. Right. [04:27] depends on what you wanna do [04:29] then I've got a second question: "are the menu sections of ubuntu equal to the menu sections of debian?" (I'm talking about the debian/menu file) [04:30] elektranox, the debian menu is there if you install the menu package I beleive [04:30] in debian there is "Games/Strategy" but in my ubuntu gnome menu there is only the section Games and no dirs in it [04:31] the debian menu depends on menu-xdg [04:31] and the ubuntu menu? === freeflying [n=freeflyi@61.190.65.28] has joined #ubuntu-motu === crimsun [n=crimsun@cpe-066-056-187-199.triad.res.rr.com] has joined #ubuntu-motu [04:34] with menu-xdg you get the "Debian" category with all the subdirs [04:35] hmm i may be wrong on that [04:35] Oo I want to edit the menu file in the debian dir, created by dh_make, so that it will appear in the Games Section and no Debian categroy [04:36] elektranox: for an ubuntu package or a debian one? [04:36] for a ubuntu package [04:36] Debian would be " section="Games/Strategy"\ " [04:37] ubuntu doesnt make much use of menu files [04:37] it uses .desktop files [04:38] but the caveat is that you lose that Strategy subdir [04:38] Categories=GNOME;Application;Game; [04:38] that should appear in your .desktop [04:38] unless you know how to munge applications.menu [04:39] i havent seen nested menus in gnome since i used debian gnome 2.8 [04:40] pre-warty [04:41] i was just thinking how cool tearoff menus would be for gnome [04:42] mh where does the *.desktop files in the ubuntu system? [04:42] /usr/share/applications/ === elektranox [n=elektran@p5481C186.dip.t-dialin.net] has left #ubuntu-motu [] === Hobbsee [n=Hobbsee@CPE-144-136-118-222.nsw.bigpond.net.au] has joined #ubuntu-motu === Hobbsee [n=Hobbsee_@CPE-144-136-118-222.nsw.bigpond.net.au] has joined #ubuntu-motu === robitaille [n=robitail@d154-5-117-228.bchsia.telus.net] has joined #ubuntu-motu === minghua [n=minghua@69-153-139-23.dsl.hstntx.swbell.net] has joined #ubuntu-motu === Mez [n=Mez@ubuntu/member/mez] has left #ubuntu-motu ["Leaving"] === Mez [n=Mez@ubuntu/member/mez] has joined #ubuntu-motu === freeflying [n=freeflyi@61.190.65.28] has joined #ubuntu-motu === Sepheebear [n=SepheeBe@cpe-68-175-48-160.nyc.res.rr.com] has joined #ubuntu-motu === markuman [n=markuman@p50924C8B.dip.t-dialin.net] has joined #ubuntu-motu === StevenK reads through backscroll. === StevenK doesn't use dch, and uses debian-changelog-mode instead. [08:25] StevenK: But that's because you're an emacs freak. [08:25] lol [08:25] Real Men use an OS *without* a built-in psychiatrist. [08:27] Actually, I'd like to augment debian-changelog-mode. [08:27] If there is an ubuntu in the current version, it should use my @u.c address, not my @d.o address. [08:28] Hmm, that's an interesting twist. === Mez rolls eyes [08:28] I should be able to do it, it just involves learning elisp. [08:28] Or just writing a shell wrapper for dch... [08:28] dpkg-parsechangelog == Love [08:29] StevenK, /query :D === Fuddl [n=fuddl@2001:6f8:9cf:0:20f:eaff:fe4d:d7b7] has joined #ubuntu-motu [08:30] morning all === MagnusR [n=magru@85.194.14.142] has joined #ubuntu-motu === markuman [n=markuman@p50924C8B.dip.t-dialin.net] has joined #ubuntu-motu === Yagisan [n=jamie@60-240-9-82-nsw-pppoe.tpgi.com.au] has joined #ubuntu-motu [09:27] G'day all [09:28] sleeping or hungover from christmas ? [09:36] I wish, sleeping from working late :) === tvo [n=tobi@5354EA9B.cable.casema.nl] has joined #ubuntu-motu [09:37] sivang, so what was so important you had to be working ? [09:38] Yagisan: ah well, I'm in .IL - even hanuka is a vacation only for the kids, adults still go to work :-> [09:41] sivang: I see. Over here in .au I have a hard time finding *anything* open on a public holiday. === Yagisan wishes there was an ia32-libs-universe and an ia32-libs-universe-dev package === Yagisan decides to try and make ia32-libs-universe and ia32-libs-universe-dev === Yagisan realises that it isn't so easy to make an ia32-libs-universe package === Tonio_ [n=tonio@cac94-5-82-229-219-55.fbx.proxad.net] has joined #ubuntu-motu === ompaul [n=ompaul@213-202-180-230.bas504.dsl.esat.net] has joined #ubuntu-motu === CGA [n=CGA@213-156-52-117.fastres.net] has joined #ubuntu-motu [10:52] is the packager of Xorg for ubuntu here? === rob1 [n=Robert@ubuntu/member/rob1] has joined #ubuntu-motu [10:56] CGA: he'd be in -devel, but considering it's 9pm and a public holiday, he's not here [10:56] Yagisan, thanks you =) [10:56] *-s [10:57] Yagisan, what's his nick? i'm in -devel too [10:58] CGA: IIRC it is dstone, but as I said he's not here. I think he like most canonical staff are on holidays [10:59] CGA: why do you ask ? [11:00] Yagisan, thank you && i ask because i'm trying to compile E17 and all its libraires from CVS and i have an error compiling evas. It complains about Xorg not compiled with the XShm.h header , evas it's afundamental lib for E and ican't install because of that ; so i want to ask him to compile Xorg with that header too so ubutnu users can enjoy E17 from CVS =) [11:00] hi, does anyone know if xfwm4 was compiled with --enable-compositor in Ubuntu? [11:06] rob1: apt-get source and check /debian/rules [11:06] Yagisan, yeah ok === rob1 was hoping for the easy way out :) [11:07] rob1: on boxing day ? you hope too much. I could heat the echos when I post in here! [11:08] s/heat/hear [11:08] hieveryone [11:08] hehe [11:08] CGA: Do you have x11proto-xext-dev installed? [11:08] StevenK, going to check that out thanks [11:08] yeah, it was === Hobbsee [n=Hobbsee@CPE-144-136-118-222.nsw.bigpond.net.au] has joined #ubuntu-motu [11:09] now to work out why it isn't working for me :( [11:09] StevenK, nope i don't && does that give me the XShm.h ? [11:09] CGA: libxext6-dev [11:10] Yagisan, i'll search that too [11:10] Yagisan, there's not package with thqat name [11:11] CGA: TI typoed it. It should be: libxext-dev [11:11] CGA: what's E17 ? [11:11] enlightenment 17 [11:11] IIRC [11:11] yes it is [11:12] CGA: Does that support East Asian characters now ? last time I tried it didn't [11:13] sivang, go visit enlightenment.sf.net and learn about :P [11:13] Yagisan, i really don't know but you can ask in #e [11:13] Yagisan, i use english or italian === CGA rolls up a fag [11:17] Yagisan, how can i use pat or synaptic to search a package that provides me a certain feature or header for that matter? [11:17] *apt [11:21] CGA: Off the top of my head I can't think of it, but I know that you can search through the packages contents. [11:21] I'm sure I'll remember the command a bit later [11:21] Yagisan, ok thx for now =) [11:23] CGA: apt-cache show packagename? [11:24] Hobbsee, trying that in a sec [11:24] CGA: wow :) === ptlo [n=senko@83-131-14-65.adsl.net.t-com.hr] has joined #ubuntu-motu [11:24] CGA: I didn't enlightment was more then a window manager we're not using anymore [11:24] sivang, eh eh =) look around get-e too [11:25] CGA: this is gnome?? http://enlightenment.sourceforge.net/Main/Home/images/_images/az-desktop.png [11:26] I see there are packages for Debian [11:26] CGA: have you tried them? [11:26] sivang, that should be E16 with evidence (a filemanager) === Yagisan remembers a long time ago there was a hr geiger ? aliens theme for E, I like that [11:26] sivang, nope i'm on ubuntu and i used to use the packages for ubuntu no Debian yet [11:27] there are packages for that on Ubuntu? I'm out of date.. [11:27] sivang: we have E 16 in breezy [11:27] Yagisan: universe, right? [11:27] sivang: yep [11:27] CGA: that's what linked from the page there : http://packages.debian.org/cgi-bin/search_packages.pl?searchon=names&version=all&exact=1&keywords=enlightenment [11:28] Yagisan: what's the pkg name [11:28] ? [11:28] sivang, Yagisan i'm talking of E17 packages [11:28] E16 is in official packages BTW [11:29] CGA: I know, just point sivang to the already existing enlightenment packages [11:29] k [11:29] s/point/pointing [11:29] http://www.soulmachine.net/wiki/index.php?title=Main_Page [11:30] shaodi is the official Debian and Ubutnu packager for E17 [11:30] is blog is shadoi.soulmachine.net [11:30] *his [11:30] the repos are at soulmachine.net , look at the howto for the addresses [11:32] CGA: Perhaps he should collaborate with the MOTU's here, and the Debian Maintainer if he would like to see them in Debian and Ubuntu [11:33] Yagisan, well talk with him, i know he maintains those packjages for E17 but only for the E17 prospective. have a talk with him , he might be interested [11:35] CGA: I can't speak on behalf of the MOTU's as I am not a MOTU [11:35] Yagisan, ok [11:36] Yagisan, i'll tell him about it and ask what he thinks and if he is interested in collaborating with MOTU and Debian packagers [11:40] CGA: I'm here as I maintain packages I'd like to see in Ubuntu, they are quite friendly here. [11:40] Yagisan, no doubt on that =) [11:41] Yagisan - what sort of stuff are you looking to get into ubuntu ? (and is it already in debian?) [11:42] Mez: Most interesting package for me is here http://eyagi.bpa.nu/~jamie/doomsday.en.html === marcin [n=user@194.114.146.58] has joined #ubuntu-motu [11:43] it's not in Debian, and I've been the maintainer for a long time now for both Debian and Ubuntu [11:43] Yagisan - so why not upload yourself ? [11:43] Mez: It already went to revu and was rejected until upstreams license problems are fixed [11:43] ag [11:43] ah ... [11:43] fair enough [11:44] you're a DD too ? [11:44] Mez: so until then, it lives in my repo [11:44] Mez: No, I don't really want to go through the hell they put their NM through [11:45] lol === lfittl [n=lfittl@83-65-243-186.dynamic.xdsl-line.inode.at] has joined #ubuntu-motu [11:45] fair enough [11:45] Mez: It is a discouragement to joining Debian [11:45] I may do at some point :d [11:45] just to get the cool email address (j/k) [11:45] Ubuntu was far more welcoming [11:45] yeah :D [11:45] you looking to become a MOTU then ? or are you already ? [11:46] and a lot less elitist attitude. I'm looking to be a MOTU in future, but for now I freelance [11:47] I'm not much of a programmer, but I have an interest in this [11:48] fair enough :D [11:48] well - here;sa good place to start [11:49] Mez: I help with Security audits of Ubuntu, and support on #edubuntu, [11:49] kool [11:49] Mez: eg http://eyagi.bpa.nu/~jamie/vuln-apr-27-2005-ubuntu-prelink.en.html === herzi_x41 [n=herzi@pD950B089.dip.t-dialin.net] has joined #ubuntu-motu [11:52] Mez: my launchpad thingy https://launchpad.net/people/yagisan === Yagisan waits for his ia32-libs-universe to finish building [11:55] lol [11:55] Mez: why lol ? [11:55] dunno === Yagisan watches ia32-libs-universe FTBFS again === MasterC [n=chans@dslb-084-060-213-187.pools.arcor-ip.net] has joined #ubuntu-motu [11:57] hi [11:57] gaim is linked against libdbus-1-1 [11:57] this should be fixed :) [11:58] gaim: error while loading shared libraries: libdbus-glib-1.so.1: cannot open shared object file: No such file or directory [11:58] in dapper === Yagisan leaves to do dad stuff, bbl === CGA [n=CGA@213-156-52-117.fastres.net] has left #ubuntu-motu ["senejuto"] === tvo [n=tobi@5354EA9B.cable.casema.nl] has joined #ubuntu-motu === freeflying [n=freeflyi@61.190.65.28] has joined #ubuntu-motu === CGA [n=CGA@213-156-52-117.fastres.net] has joined #ubuntu-motu [12:14] StevenK, Yagisan : i've installed those two libs you suggested me but i had no luck , i get the same error in compiling evas. :// thx anyway === Hirion [n=hirion@draugr.de] has joined #ubuntu-motu === Hirion [n=hirion@draugr.de] has joined #ubuntu-motu === elektranox [n=elektran@p5481C186.dip.t-dialin.net] has joined #ubuntu-motu [12:56] is there any command, creating dirs recursive? [12:57] -p [12:57] mkdir -p [12:57] ok thx [12:58] StevenK, Yagisan : i found XShm.h -- i was wrong [12:58] MasterC: my gaim isn't linked against dbus at all ;) [01:01] hi slomo_ :) [01:01] hi raphink [01:01] want me to review something again? ;P [01:02] haha no [01:02] I'm working on having kalcul work [01:02] fine... when you need a rebuild of something tell me :) [01:03] :) [01:03] ty [01:04] Can a MOTU request a sync of pngwriter? It builds, installs and works in a dapper chroot. === Treenaks_ [n=martijn@messy.foodfight.org] has joined #ubuntu-motu [01:06] StevenK: in theory yes... but everybody is on holidays right now... write it down and tell someone again next year ;) === StevenK grins. [01:07] Hey, next year is next week. :-) [01:07] grr [01:07] slomo_: http://ubuntu.pastebin.com/479112 [01:08] -lkio -lkdeeduwidgets [01:08] one of this two [01:08] what is that? [01:08] Missing libxft-dev? [01:08] no [01:08] StevenK: libxft-dev doesn't ship libxft.la anymore [01:08] the .la file was removed some days ago from the libxft-dev package [01:09] since the 21st of dec [01:09] Whee [01:09] and i'm trying to find out how to fix this [01:09] raphink: libkio and libkdeeduwidgets... no idea, you're the kde guy :) one of them still references the libXft.la file... find out which one ;) [01:09] slomo_: does that mean other apps might not build like this ? [01:09] yes [01:09] s/might/will/ [01:09] ok [01:10] so we have to track down all occurrences of libxft.la in libs [01:10] ;) [01:10] I'd go for libkdeeduwidgets since I suppose it's less checked [01:10] yes [01:10] so I'll check it [01:11] actually [01:11] A music messaging session has been requested. Please click the MM icon to accept. [01:11] I think libkdeeduwidgets is libeduwidgetclock0 [01:11] looooool === elektranox [n=elektran@p5481C186.dip.t-dialin.net] has left #ubuntu-motu [] [01:11] hmm [01:16] slomo_: bingo [01:16] $ grep libXft /usr/lib/* [01:16] StevenK: hmm, are you a DD? and do you have some time right now to sponsor something for me? ;) [01:16] /usr/lib/libkdeeduwidgets.la:dependency_libs=' -L/usr/share/qt3/lib -L/usr/lib -L/usr/X11R6/lib /usr/lib/libkdecore.la /usr/lib/libDCOP.la -lresolv -lutil /usr/lib/libart_lgpl_2.la /usr/lib/libidn.la /usr/lib/libkdefx.la /usr/lib/libqt-mt.la -ljpeg -lXft -lfreetype -laudio -lXt /usr/lib/libjpeg.la -lXi -lXrandr -lXcursor -lXinerama /usr/lib/libXft.la /usr/lib/libfreetype.la -lfontconfig -ldl -lpng -lz -lXext -lX11 -lSM -lICE - [01:17] ok, so this guy needs a rebuild... give me your changelog entry please :) [01:17] -lXft [01:17] slomo_: you mean the changelog of the lib ? [01:17] it's kdeedu, right? [01:18] hmm [01:18] no... your new changelog entry for the rebuild upload :) [01:18] it's libeduwidgetclock0 [01:18] this is a lib I had in dapper a short time ago [01:18] hmmm [01:18] I'm not sure I get what you want :s [01:18] dpkg -S /usr/lib/libkdeeduwidgets.la [01:18] this would be the first thing i want ;) [01:19] ok [01:19] $ dpkg -S /usr/lib/libkdeeduwidgets.la [01:19] libeduwidgetclock0-dev: /usr/lib/libkdeeduwidgets.la [01:19] ;) [01:19] just as I told you ;) [01:19] this lib is archived on REVU btw ;) [01:19] ah nice... kdeedu was wrong :P [01:20] http://revu.tauware.de/details.py?upid=1001 [01:20] yeah I know [01:20] can you give me a new changelog entry then? "Rebuild to get rid of the libXft.la reference" [01:20] how do I do that? [01:20] :s [01:20] how did you create your other changelog entries? :P [01:20] dch -i [01:20] bye bye [01:21] and thx for help === CGA [n=CGA@213-156-52-117.fastres.net] has left #ubuntu-motu ["senejuto"] [01:21] hmm sure [01:21] but how do I get rid of the libXft.la reference? [01:21] only a rebuild is needed [01:21] just by building it again? [01:21] yes [01:22] oh ok :) [01:22] then sure === Treenaks [n=martijn@messy.foodfight.org] has joined #ubuntu-motu [01:23] uploading again [01:23] hm [01:23] upload the diff somewhere please [01:23] or just the new changelog entry [01:23] that's not what you wanted ? [01:23] that's easier for me :) [01:23] ;) [01:24] hmm ok [01:25] slomo_: http://raphink.free.fr/debs/changelog [01:25] is that fine? [01:25] :s [01:26] hm, i still think that libortp should be versioned by it's own version, and not by the version of linphone... but thats just me... [01:26] yes [01:27] :) === jsgotangco [n=jsg@ubuntu/member/jsgotangco] has joined #ubuntu-motu [01:29] just to be sure slomo_ , this is what you mean by debdiff ? http://raphink.free.fr/debs/libeduwidgetclock0_0.2.debdiff [01:29] yes [01:29] :D [01:29] cheers :) [01:30] hi jsgotangco === ompaul [n=ompaul@213-202-180-230.bas504.dsl.esat.net] has joined #ubuntu-motu [01:30] raphink, happy holidays m8 :) [01:30] out of curiosity, does anyone happen to kno why it's done that way? [01:31] you too jsgotangco :) [01:31] raphink: uploaded :) [01:31] slomo_: does it goes through elmo too? [01:31] well it has be be built by buildd anyway [01:32] so I'll have to wait before building kalcul again ;) [01:32] no... why should it go through elmo? it's just a normal upload without any changes except changelog :) [01:32] i suppose not then... [01:32] kalcul should be buildable in 75 minutes ;) [01:33] rikai: sorry, i've no idea what this lib is... [01:34] slomo_, it's quite alright. i'm just a bit frustrated over the other night. ;) [01:34] slomo_: cool :) [01:35] hm, i wonder why nemerle doesn't build anymore... [01:37] hi all [01:37] hi Tonio_ [01:37] raphink: ust working on matedit [01:37] let's hope I find the solution this time :) [01:38] anyone knows elmo's email address ? [01:38] I have to contact him for an uploading bug on pwmanager [01:38] james.troup@c.com [01:38] tseng: thanks [01:38] c.com ? [01:38] ...where C is the company he works for [01:38] arf [01:39] doesn't he have an ubuntu address simply ? [01:39] sigh [01:39] canonical [01:39] ah okay ^^ [01:39] he has both, I'd guess [01:40] sorry, hard WE... [01:41] hm, whats the easiest way to figure out who maintains a particular package? [01:41] apt-cache show openbox | grep Maintainer [01:42] me, me, me. :-P [01:42] at least as soon as I get around to uploading it [01:42] :D [01:43] yeah [01:43] Accepted libeduwidgetclock0 0.2-0ubuntu2 (source) [01:43] :) [01:44] which means : [01:44] 1) kalcul will build [01:44] 2) I'm subscirbed to katie, thanks to elmo :) === ealden [n=ealden@ipdial-165-18.tri-isys.com] has joined #ubuntu-motu [02:03] re === Yagisan notices ia32-libs-universe FTBFS again because of yet another rules typo [02:07] Out of curiosity what arch do other motu's use here ? [02:07] x86 and ppc ;) [02:08] slomo_ ! how's your break been ? === Yagisan is obviously amd64 [02:08] boring currently ;) === Hirion [n=hirion@draugr.de] has left #ubuntu-motu [] === Yagisan mumbles about YART [02:09] tseng, thank you. === Hirion [n=hirion@draugr.de] has joined #ubuntu-motu === Hirion [n=hirion@draugr.de] has left #ubuntu-motu [] === marcin [n=user@194.114.146.58] has joined #ubuntu-motu [02:18] slomo_: Other then from myself, do you think there would be much interest in an ia32-libs-universe package ? [02:19] no idea... better ask someone who uses amd64 :) [02:20] ok - hands up any amd64 people (other then me) that would like eg zsnes, or quake4, or wine to work on amd64 === zakame [n=zak@210.213.71.87] has joined #ubuntu-motu [02:23] ehh, i know a friend of mine would. [02:24] evening all :) [02:24] that was directed at Yagisan. [02:24] ok... bbl [02:24] hi zakame :) [02:24] and, sicne i'm getting an amd64 processor soon, i suppose i would as well. [02:24] hi slomo_ :) [02:24] *since [02:25] ok. that means we will need some of you volunteers with amd64 systems to check out the ia32-libs-universe as soon as I send it to revu [02:26] I plan to send it the moment it reaches works-for-me status [02:26] brb - yet more dad stuff, btw G'day zakame [02:27] heya Yagisan :) [02:37] re [02:39] would it be safe to assume that elmo's not around? [02:41] hi folks === JohnnyMast [n=rave@cpc2-cosh5-5-0-cust84.cos2.cable.ntl.com] has joined #ubuntu-motu [02:41] Yagisan: ia32-libs-universe? which libs are supposed to be in there? [02:42] hi siretart :) [02:42] huhu zakame :) [02:43] siretart: basically any lib that is in universe that I need for an i386 package that can't be ported to amd64 for a variety of reasons [02:44] siretart: initially, it is some sdl libs [02:45] yay! finally! :) [02:46] but I wonder, sdl is main! [02:47] siretart: not all of sdl :( [02:48] Yagisan: well, there seems to be not any sdl lib at all compiled for ia32 on ubuntu/amd64 yet. I'd welcome some! [02:50] siretart: I'm working on it, although in ia32-libs in main, it does miss many -dev packages for the i386 packages they install [02:51] siretart: I've been almost tempted to just completely replace mains ia32-libs with a more comprehensive version, instead of just doing a -universe augmentation [02:55] siretart: out of curiosity, do you have an amd64 box available for revu ? [02:56] slomo_: with an ia32-libs-universe package, we could build a mplayer on amd64 with support for w32codecs [02:56] Yagisan: I do have an amd64 machine at home. I'm typing through it right now [02:56] Yagisan: I'll happily test your package [02:57] siretart: thank you. after I get a successful test with both zsnes and wine, I'll contact you for testing. === Sepheebear [n=SepheeBe@cpe-68-175-48-160.nyc.res.rr.com] has joined #ubuntu-motu === herzi_x41 [n=herzi@pD950B089.dip.t-dialin.net] has joined #ubuntu-motu === SEJeff [n=SEJeff@12-203-76-59.client.insightBB.com] has joined #ubuntu-motu === zakame_ [n=zak@ubuntu/member/zakame] has joined #ubuntu-motu === zakame [n=zakame@ubuntu/member/zakame] has joined #ubuntu-motu [03:30] woohoo first successful build of ia32-libs-universe. Now to test with deng, zsnes, and wine === zakame_ [n=zak@ubuntu/member/zakame] has joined #ubuntu-motu === trulux [n=lorenzo@unaffiliated/trulux] has joined #ubuntu-motu === mrfrost [n=mrfrost@p54834D18.dip.t-dialin.net] has joined #ubuntu-motu === neoxan [n=neoxan@p508B789A.dip.t-dialin.net] has joined #ubuntu-motu === neoxan [n=neoxan@p508B789A.dip.t-dialin.net] has left #ubuntu-motu ["...] === fredix [n=fredix@d213-103-73-104.cust.tele2.fr] has joined #ubuntu-motu === sistpoty [n=sistpoty@ubuntu/member/sistpoty] has joined #ubuntu-motu [05:13] hi folks === markuman [n=markuman@p5092461A.dip.t-dialin.net] has joined #ubuntu-motu [05:15] argh!!! ia32-libs-dev is broken [05:15] it doesn't have the include files === thesaltydog [n=fabio@ubuntu/member/thesaltydog] has joined #ubuntu-motu === g14 [n=SEJeff@12-203-76-59.client.insightBB.com] has joined #ubuntu-motu === Yagisan makes a quick patch for ia32-libs-dev === Treenaks [n=martijn@messy.foodfight.org] has joined #ubuntu-motu [05:27] merge list updated: 66 -> 94 packages [05:27] unassigned [05:34] night all === Yagisan [n=jamie@60-240-9-82-nsw-pppoe.tpgi.com.au] has left #ubuntu-motu [] [05:34] gn8 Yagisan === sistpoty is off again [05:37] cya === Tonio_ [n=tonio@cac94-5-82-229-219-55.fbx.proxad.net] has joined #ubuntu-motu === SEJeff [n=SEJeff@12-203-76-59.client.insightBB.com] has joined #ubuntu-motu === ogra_ibook [n=ogra@ubuntu/member/ogra] has joined #ubuntu-motu === joe_alf [n=joe_alf@pcd304254.netvigator.com] has joined #ubuntu-motu [06:01] gaim: error while loading shared libraries: libdbus-glib-1.so.1: cannot open shared object file: No such file or directory [06:01] is this my error? [06:01] *my fault === luk [n=luk@debian/developer/luk] has joined #ubuntu-motu [06:56] anyone is working on tpb here? [06:57] is that something for revu ? [06:58] thesaltydog: whats wrong with tpb? [06:58] hi, siretart .. I'm working on it on my ThinkPad X31 [06:58] /dev/nvram is owned by root:root [06:58] so tpb doesn't start as it is started in X11 [06:59] it should be root:nvram [06:59] thesaltydog: udev should take care about it. it shoud be 770 and root:nvram [06:59] as user is in nvram group.. [06:59] but not by default [06:59] I have just upgraded from breezy, and this is the result. [06:59] do you use 2.6.15? [07:00] I know that udev should take care... but it seems it doesn't... [07:00] do you use 2.6.15? [07:00] yes [07:01] 2.6.15-9-386 [07:01] perhaps it need integration into the new udev then [07:01] yep [07:01] if 2.6.15 would work on my laptop, I'd work on a fix [07:01] I have found this file: [07:02] /etc/devfs/conf.d/tpb [07:02] but it seems not to be executed or parsed.. [07:02] devfs makes me screem and run away [07:02] it is for devfs, which we don't use in ubuntu [07:02] ah, you're right.. [07:03] but that file had the right permissions for /dev/nvarm [07:03] for devfs [07:03] we use udev [07:03] it should be integrated in udev [07:03] in the past (breezy), udev created /dev/nvram with correct permissions [07:03] without any further integration [07:03] Yes, I remember. [07:03] That's why my surprise today. [07:04] so either udev needs to be fixed, or tpb integrated into new udev [07:04] I have filed a malone bug as a memo: https://launchpad.net/distros/ubuntu/+source/tpb/+bug/6044 [07:04] Malone bug 6044: "tpb doesn't work after dapper upgrade" Fix req. for: tpb (Ubuntu), Severity: Normal, Assigned to: Nobody, Status: New http://launchpad.net/bugs/6044 [07:04] since I don't run the new udev, I cannot help you :( [07:04] Ubugtu, yes, that's mine. === thesaltydog => Fabio Marzocca [07:05] thesaltydog: Ubugtu is your bugbot here. he triggers on malone bugnr [07:06] s/your/our/ [07:06] :-) [07:06] lol [07:06] you can just say your bug was malone #6044 [07:06] I was thinking at a nice and fast user!! [07:06] and now he is pissed ;) [07:08] siretart, are you also aware about crazy bugs on firefox localizations? [07:08] s/firefox/deer park === monkeytail [n=rave@cpc2-cosh5-5-0-cust84.cos2.cable.ntl.com] has joined #ubuntu-motu [07:11] thesaltydog: I switched to galeon because firefox annoyed me too much [07:11] ok.. [07:13] i think for the fact that diziet built the new package completely from scratch and is far from being done, its in a very fine state === monkeytail [n=rave@cpc2-cosh5-5-0-cust84.cos2.cable.ntl.com] has left #ubuntu-motu [] [07:21] ogra_ibook, are you referring to firefox? [07:21] yup [07:22] the mozilla-firefox-locale-it package is a mess, and the deb is buggy. [07:22] diziet dropped 50k lines of patches ... [07:23] the locale and language handling for the whole system is completely redone ... given the fact that dapper is only 2 months old its in pretty good shape ... and i'd expect such breakage [07:24] yes. I can easily understand. I was only wondering if it's a known problem. [07:24] what happens with the ff-locale-it package ? [07:25] mom.. [07:25] did you install locales and ran locale-gen manually to get your locales generated at all ? [07:25] note that there is a lot expected breakage going on in this area currently [07:26] i.e. see pittis mail about it to devel [07:26] yes. If I apt-get mozilla-firefox-locale-it, the system claims to remove firefox..:-) [07:26] then this locale package isnt redone for 1.5 yet [07:27] No hurry for that. === thesaltydog is asking himself is ogra's mum has every tried the new bum... [07:28] s/every/ever [07:28] not yet [07:28] :-9 [07:28] i'm pretty sure she never will try *any* of this kind of tools to be honest :) [07:29] ohh.. 6 months ago you told me that when bum will be as easy as for your mum, it will be ok for inclusion :-( [07:31] for someone 'like my mom' (if she would need to use such a tool... [07:32] my mom simply just doesnt start or stop services :) [07:33] I was jocking, of course. I will never claim your nice mom to use bum! [07:33] neither mine does. [07:33] i still fail to see whats wrong with gnome-services-manager ... and the fact that its in gnome upstream is a strong pro argument ... [07:34] I know. But don't ask me. You can ask to Thomas Hood. He filed some bug too. [07:34] but you can start a discussion on the ubuntu-devel ML to get it included into main ... [07:35] if people see a rationaly for dropping the default thats shipped with gnome in favor of bum, we can include it [07:35] s/rationaly/rationale [07:35] no, too much exhausting [07:35] . [07:36] i still think UI wise gnome-services-manager is unbeaten, but i must admit that i didnt have any time to look at recent bum releases [07:39] don't worry... Gnome service manager is too much limited. There are only few scripts listed I don't like others make choices for me... How do you call this? ah... democracy! [07:40] okey, have a nice holiday week oliver! [07:41] i didnt talk about politics :) [07:42] people are free to use rrconf, bum or whatever they like === herzi_x41 [n=herzi@c141186.adsl.hansenet.de] has joined #ubuntu-motu [07:55] ogra_ibook, package sysv-rc "suggests" bum [07:56] in debian ? [07:57] Keybuk thinks about dropping sysv from ubuntu ... [07:58] yes sysv-rc (2.86.ds1-6), but in dapper bum has been removed from the suggested list. What's wrong with it? Its name? [07:58] since he heavily disagrees with debian [07:59] suggests might confuse germinate ... [07:59] and since bum is not in main that would break sysv [07:59] ok. but they have left sys-rc-conf in. [07:59] s/sysv/sysv-rc/ [08:07] http://bugzilla.ubuntu.com/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=NEEDINFO&bug_status=UPSTREAM&bug_status=PENDINGUPLOAD&field0-0-0=product&type0-0-0=substring&value0-0-0=g-s-t&field0-0-1=component&type0-0-1=substring&value0-0-1=g-s-t&field0-0-2=short_desc&type0-0-2=substring&value0-0-2=g-s-t&field0-0-3=status_whiteboard&type0-0-3=substring&value0-0-3=g-s-t === Gloubiboulga [n=gauvain@84.5.177.142] has joined #ubuntu-motu [08:11] evening [08:11] salut Gloubiboulga [08:12] hello raphink [08:13] :) [08:13] zouayonwle Gloubiboulga === Gloubiboulga needs a translator ;) [08:14] ben c'est du french quoi [08:15] peu prs... si j'ai bien compris ma rponse est : merci raphink, toi zaussi [08:15] ogra_ibook: could you review http://revu.tauware.de/details.py?upid=1000 please ? [08:15] Gloubiboulga: :) [08:16] hmm actually [08:17] I'll work a bit more on it === Kyral [n=kyral@cpe-24-59-34-66.twcny.res.rr.com] has joined #ubuntu-motu === FireRabbit [n=FireRabb@c-67-183-18-60.hsd1.wa.comcast.net] has joined #ubuntu-motu [08:28] hey all [08:30] hi Kyral [08:31] How was XMas (if you celebraye it) [08:32] it was nice :) [08:32] cool [08:32] how was yours? [08:32] I scored a bunch of programming books :D [08:32] With this much documentation I should become a Python Master :D [08:33] great :) [08:33] and I dreamed up some projects :D [08:34] as well as got bored and prototyped some system maintainence scripts for my laptop and desktop [08:35] what are these new projects you dreamed of ? [08:36] well, one is a morph of something I wrote in C before I knew Shell Scripting (WHY DID I WRITE THAT IN C?!) [08:36] Its basically a mass deployment helper/backup util [08:37] I capture a snapshot of the packages/configs /etc and create a custom deb on the fly [08:37] mhm [08:37] NOT using checkinstall [08:38] ok :) [08:39] like I'd build a skeleton of the package in the script and just plugin [08:39] hmm [08:40] but its still in planning [08:40] ok [08:42] :) [08:48] hmm [08:48] wow...looks like there are Python modules for interfacing with Apt === seth_k|lappy [n=seth@ubuntu/member/sethkinast] has joined #ubuntu-motu [08:52] oh nice :) [08:52] I was half ready to write one lol [08:53] hehe [08:53] :) [08:53] that's a nice surprise :) === Hieronymus [n=jeroen@cp413115-a.tilbu1.nb.home.nl] has joined #ubuntu-motu === raphink [n=raphink@bur91-2-82-231-159-240.fbx.proxad.net] has joined #ubuntu-motu [09:08] wb raphink :) [09:11] ty [09:11] hmm [09:11] I have realized a one shot command to update a sources.list === lakin [n=lakin@dsl-hill-66-18-228-60-cgy.nucleus.com] has joined #ubuntu-motu [09:12] sudo sed s/hoary/breezy/ /etc/apt/sources.list > /etc/apt/sources.list [09:13] well done Kyral [09:13] sudo sed -i /etc/apt/sources.list -e "s:hoary:breezy:g" === Kyral blinks [09:13] same thing different format tseng? [09:13] edit files in place (makes backup if extension supplied) [09:13] ah [09:13] didn't know about that [09:13] my point :) [09:14] you do now === Kyral bows to tseng [09:14] pay it forward [09:14] indeed [09:14] I'm gearing up to write another addition to Terminal For Beginners [09:15] I was gonna include my sed example as an example of sed and output redirection lol === Tonio_ [n=tonio@tonio.planetemu.net] has joined #ubuntu-motu === Arrogance [n=aks@ottawa-hs-206-191-39-217.d-ip.magma.ca] has joined #ubuntu-motu === poningru [n=poningru@pool-71-243-228-52.tampfl.fios.verizon.net] has joined #ubuntu-motu === Kyral [n=kyral@ubuntu/member/kyral] has joined #ubuntu-motu === marcin [n=user@194.114.146.58] has joined #ubuntu-motu === Danten [n=danten@h188n4c1o1049.bredband.skanova.com] has joined #Ubuntu-motu === Arrogance [n=aks@ottawa-hs-209-217-93-138.d-ip.magma.ca] has joined #ubuntu-motu === cor2y [n=cor2y@pool-71-247-24-87.nycmny.east.verizon.net] has joined #ubuntu-motu === Hirion [n=hirion@draugr.de] has joined #ubuntu-motu === SEJeff [n=SEJeff@12-203-76-59.client.insightBB.com] has joined #ubuntu-motu === Hieronymus [n=jeroen@cp413115-a.tilbu1.nb.home.nl] has joined #ubuntu-motu === trulux [n=lorenzo@unaffiliated/trulux] has joined #ubuntu-motu === JohnnyMast [n=rave@cpc2-cosh5-5-0-cust84.cos2.cable.ntl.com] has joined #ubuntu-motu === g14 [n=SEJeff@12-203-76-59.client.insightBB.com] has joined #ubuntu-motu === Hirion [n=hirion@draugr.de] has left #ubuntu-motu [] === tvo [n=tobi@5354EA9B.cable.casema.nl] has joined #ubuntu-motu === plugwash [i=plugwash@p10link.net] has joined #ubuntu-motu === crimsun [n=crimsun@66.248.140.183] has joined #ubuntu-motu === crimsun [n=crimsun@66.248.140.183] has joined #ubuntu-motu === ptlo [n=senko@83-131-81-38.adsl.net.t-com.hr] has joined #ubuntu-motu === herzi_x41 [n=herzi@c141186.adsl.hansenet.de] has joined #ubuntu-motu === herzi_x41 [n=herzi@c141186.adsl.hansenet.de] has left #ubuntu-motu [] === slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-motu === plugwash [i=plugwash@p10link.net] has joined #ubuntu-motu [11:57] slomo: thanks for reverting my banshee hack :) [11:57] crimsun: well, it worked for me from a clean chroot... is the bug still present?! === McFergus [n=frg@85-18-136-91.fastres.net] has joined #ubuntu-motu [11:58] slomo: nope. I figure it's nasty caching issues on my end. [11:59] slomo: (i.e., it works fine for a new user on this machine, so something mucked with my normal user) [12:02] hm [12:02] with an existing use i had no icon until i restarted