[00:02] jtaylor, no it doesn't [00:02] jtaylor, i've tested many times, what it does is updater-mime-database [00:02] But anyway, I made it work [00:12] hakermania: that is enough, update-desktop-database is called by a trigger from desktop-file-utils [00:12] http://packages.debian.org/changelogs/pool/main/d/desktop-file-utils/current/changelog [00:12] 0.15-2 [00:17] jtaylor, I don't know why but it doesn't seem to recognize i am installing a mime type in my case and so it doesn't call it? Anyway the .wallch files have their icon but don't run with wallch, means that aren't associated with the desktop file, means that update-desktop-database was not called [00:18] anyway, it's 3.20 in the morning here, lol, good night === wgrant_ is now known as wgrant [05:18] is ret = (Description *) bsearch (&d, descriptions, n_elems, sizeof (Description), compare_methods); considered an implicit conversion? [05:19] that seems fairly explicit [05:19] that's what I thought :) [05:19] uh, though i bet &d is an implicit conversion to void * [05:19] err, const void * [05:19] and same for descriptions [05:19] nah, found it: connection.c:542:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] [05:20] Function `bsearch' implicitly converted to pointer at connection.c:542 [05:20] huh [05:20] umm, that's not it :( [05:21] you're getting both of those? [05:21] the function returns a void [05:22] right, i have the manpage up [05:22] yeah, both are in th echangelog : https://launchpadlibrarian.net/77704072/buildlog_ubuntu-oneiric-amd64.gnome-system-tools_2.32.0-0ubuntu7_FAILEDTOBUILD.txt.gz [05:23] i think it's trying to convert the bsearch symbol to a pointer, which makes me suspect that the parsing went off somewhere earlier [05:30] the functions isn't that big, and AFAICT all looks normal... [08:40] * micahg totally doesn't understand this implicit conversion thing === Quintasan_ is now known as Quintasan [09:51] connection.c:542:3: warning: nested extern declaration of 'bsearch' [-Wnested-externs] [09:51] definitely a typo somewhere [09:56] or actually.. [09:56] bsearch is in stdlib.h, the file doesn't include it [10:02] * micahg wonders if it's that simple [10:09] Bachstelze: that seemed to solve it locally, although, it's still complaining about one of the arguments to bsearch, but I"ll look that up later, thanks [12:45] tumbleweed: should I create ubuntu deltas for the as-needed bugs which weren't fixed in debian yet now? [12:46] as we are getting closer to the next freeze [12:46] jtaylor: go for it [13:46] urg the awn packages are awful ... [13:46] include python code but don't use helpers [14:37] micahg: yes, missing #include would mean that the implicit prototype mechanism (which is basically for ancient pre-C89 code) makes up 'int bsearch(void);' for you [14:37] generally not what you want ... [14:38] there's a fair bit of old code that sort of gets away with it as long as the function doesn't take varargs and as long as it either returns int or has its return value ignored [15:19] Howdy, i'm trying out some bitesize bugs. My question is where an applications category is defined so that it is properly displayed in correct category in UBC? [15:21] is it the .desktop file? [15:25] UBC? [15:43] tumbleweed, I lost the link about the public server and the copyright, may I have it again please? [15:45] tumbleweed: oh a typo, ubuntu software center [15:45] tumbleweed: i've found an .desktop file in the app i'm looking at that holds the "Categories" metadata [15:46] hakermania: sorry, don't know what link you are looking for. If the source for your media said it was public domain, just say that in debian/copyright [15:46] joru: correct, I'm pretty sure that's where the categories for USC come from [15:47] tumbleweed: yes i am sure now, i've got it confirmed [15:47] tumbleweed: nice to learning-by-doing [16:52] Should I have the Files: * and then Files: Pictures/foo.jpg inside debian/copyright or vice versa? [16:54] hakermania: "Multiple Files paragraphs are allowed. The last paragraph that matches a particular file applies to it." [17:14] tumbleweed, if I provide the source will dropbox compile it for me for both 32 and 64 bit? Will it produce both 64 and 32 bit debs? [17:14] dropbox=launchpad soory [17:14] Using ppa I mean [17:15] hakermania: https://help.launchpad.net/Packaging/PPA [17:25] tumbleweed, thanks [17:42] tumbleweed, i made it work with the --parallel and I can see that dh@ runs with this options while debuilding, but what's the difference, really? [17:44] hakermania: debhelper's manpage will explain the details. Your build system supports building mutiple files in parallel, which can make the build a lot faster on a multi-core machine [17:45] hello all, I am trying to set up a chroot environment described on te page: https://wiki.ubuntu.com/DebootstrapChroot [17:46] but at dpkg-reconfigure passwd I get locale errors - perl [17:46] sum1nil: those aren't errors, you can ignore them. It just means that you are trying to use a locale you haven't got installed. Install a langpack in the chroot [17:47] ok will try thanks [17:54] thank you tumbleweed that worked fine [18:01] Does lp builds only with the latest ones? I mean can't it build my source for GNOME 2 (that compiles OK in natty). I get the same error messages I got when I tried to compile the GNOME 2 source in GNOME 3. Is there any options somewhere I can specify to it? [18:05] hakermania: your build was on oneiric, so the current versions of everything in oneiric. You can restrict versions in Build-Depends, but if what you request isn't available in the target release it'll fail to build [18:06] tumbleweed, I see, there's no problem in adding ~GNOME3ppa eh? [18:06] so as to show which version it is [18:09] hakermania: if you are testing something you eventually want to build in normal ubuntu archives, youc an't be depending on another ppa === Testy is now known as JasonO === JasonO is now known as Guest78948 [19:03] tumbleweed, OK, so, all of my ppas will have the ~ppaX tag [19:05] hakermania: it's just to allow you to upload multiple versions (and to ensure the official version has a higher number) [20:28] cjwatson: thanks [20:32] hallo [20:33] how can i submit a new application for ubuntu for approval? [20:34] Phoenix87: application for what? [20:35] a gnome front-end for gnuplot [20:36] it's in launchpad at the moment [20:36] Phoenix87: it's a little late this cycle, if you get it into Debian now, it'll get into Ubuntu for P [20:36] then you can backport it to oneiric [20:37] well i don't mind missing a cycle, i was just wondering about the possibility of having my app figuring in the main repositories ^^ [20:37] Phoenix87: if you get it into Debian it will automatically come in at the beginning of next cycle [20:38] how can i get it into Debian? [20:39] Phoenix87: http://expo.debian.net/ [20:40] micahg, thank you! [20:41] Phoenix87: you're welcome, thank you for your interest in Ubuntu [20:51] jtaylor: I don't see a MOTU application yet :) [20:56] yes I'll start it now [20:56] * ajmitch looks for a wiki page to put a +1 on [20:57] not yet done [20:57] wiki hangs on login :( === Quintasan_ is now known as Quintasan === em is now known as botten_emma === botten_emma is now known as boten_emma === boten_emma is now known as em [22:46] 11.04 UI Much different. Everyone is a fan? === almaisan-away is now known as al-maisan === al-maisan is now known as almaisan-away === yofel_ is now known as yofel