[00:02] NCommander: just gimme the bug numbers [00:03] and if possible ensure the changed portions work properly at runtime [00:04] apachelogger, we have it all on non-arm archs working fine [00:04] ;-) [00:04] vorian: more micro-blogging backends on the todo [00:05] NCommander: well, the change is not all that useful if it causes runtime issues on arm, is it? :P [00:42] apachelogger: where? [03:02] halp: http://imagebin.ca/view/z4fue3.html [03:02] what responsibilities an operator has to protect children's privacy and safety online. [03:02] ^not a permissions problem, same thing happens with root. (It really seems to be an invalid optoin) [04:33] NCommander: There might be a narrow window here for some sponsorship if you're still looking for it. [04:34] ScottK: (if that offer extends beyond NCommander, i may have texmacs for you) [04:34] (test-building ATM) [04:34] crimsun: This is the one with 200MB of build-deps? [04:35] Need to get 33.5MB/62.1MB of archives. After unpacking 201MB will be used. [04:35] i think around 62 if you have a bare pbuilder [04:36] OK. Shoot me a debdiff when you're ready and if I'm still up/sufficiently sober I'll have a look. [04:36] ScottK: ok. [04:47] ScottK, here [04:48] heya. [04:48] ScottK, https://bugs.edge.launchpad.net/ubuntu/+source/fontforge/+bug/313311 [04:48] Ubuntu bug 313311 in fontforge "FTBFS fix for fontforge, all archs" [High,In progress] [04:50] * ScottK looks. [05:01] NCommander: Is perhaps "call_libtool_correctly" a patch name that might be seen as a bit of a stick in the eye by the Debian Maintainers of the package? [05:02] Not really, Ubuntu's libtool acts differently than debians [05:02] (or at least that seems to be the issue) [05:02] oh wait [05:02] That one [05:02] No, that was a stick in the eye for fontforge's devs [05:02] libtool for years had big warning lights that support for not having --mode would go away [05:02] and it did [05:03] fontforge is the first program I saw that actually broke. [05:05] OK. Fair enough. [05:09] Just did my DM upload to Debian. Let's see if you broke anything .... [05:14] I figured out why on Ubuntu Hall of Fame I've been scoring at or near the top of the uploaders for sponsoring list. [05:14] Because of the way my LP account is set up, my uploades show up as changed-by scott@kitterman.com and signed-by ubuntu@kitterman.com so every upload I do looks like it's a sponsorship upload. [05:15] NCommander: How long does this tack to build? [05:15] tack/take [05:15] 10-15 minutes? [05:15] Cheater ScottK ;) [05:15] Ok. [05:15] nhandler: Not on purpose. [05:15] I know [05:15] ScottK, well, no one has complained about broken uploads yet [05:15] and we've had two dinstalls [05:16] so far so good. [05:16] * NCommander notes Debian is on a fast track to matching Launchpad's dinstall every hour [05:17] * NCommander is fairly sure Soyuz manages to do that by throwing a lot of hardware at the problem [05:29] NCommander: Uploaded. Thank you for your contribution to Ubuntu. You're sending the changes to Debian, right? [05:30] It doesn't FTBFS there, but I will ping the fontforge maintainer [05:31] NCommander: Isn't there a newer libtool in experimental? [05:31] * ScottK is guessing that'll break it after Lenny is released. [06:01] * ScottK is off to bed. Good night all. [11:04] moin! [11:05] kann mir jemand mit meinem problem helfen? versuche gerade KGtk zu kompilieren [11:05] cmake .. -DCMAKE_INSTALL_PREFIX=/usr/ -DKGTK_KDE4=true -DKGTK_QT4=true -DKGTK_GTK2=false lief ohne fehler durch [11:06] aber beim make meckert er [11:06] http://pastebin.kubuntu-de.org/585 [11:12] keiner? [11:12] erm [11:12] BBM-5: can we get that in english? [11:13] oh yeah of course ^^ [11:13] i try to compile KGtk [11:13] cmake .. -DCMAKE_INSTALL_PREFIX=/usr/ -DKGTK_KDE4=true -DKGTK_QT4=true -DKGTK_GTK2=false run through without any mistakes [11:14] then i tried make and the result is what you can see in pastebin [11:14] i already installed "root-system" but nothing changed [11:22] here is the fcntl2.h: [11:22] /* Checking macros for fcntl functions. [11:22] Copyright (C) 2007 Free Software Foundation, Inc. [11:22] This file is part of the GNU C Library. [11:22] The GNU C Library is free software; you can redistribute it and/or [11:23] modify it under the terms of the GNU Lesser General Public [11:23] License as published by the Free Software Foundation; either [11:23] version 2.1 of the License, or (at your option) any later version. [11:23] The GNU C Library is distributed in the hope that it will be useful, [11:23] but WITHOUT ANY WARRANTY; without even the implied warranty of [11:23] MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU [11:23] Lesser General Public License for more details. [11:23] You should have received a copy of the GNU Lesser General Public [11:23] License along with the GNU C Library; if not, write to the Free [11:23] Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA [11:23] 02111-1307 USA. */ [11:23] #ifndef _FCNTL_H [11:23] # error "Never include directly; use instead." [11:23] #endif [11:23] /* Check that calls to open and openat with O_CREAT set have an [11:23] appropriate third/fourth parameter. */ [11:23] #ifndef __USE_FILE_OFFSET64 [11:23] extern int __open_2 (__const char *__path, int __oflag) __nonnull ((1)); [11:23] extern int __REDIRECT (__open_alias, (__const char *__path, int __oflag, ...), [11:23] open) __nonnull ((1)); [11:23] #else [11:23] extern int __REDIRECT (__open_2, (__const char *__path, int __oflag), [11:23] __open64_2) __nonnull ((1)); [11:23] extern int __REDIRECT (__open_alias, (__const char *__path, int __oflag, ...), [11:23] open64) __nonnull ((1)); [11:23] #endif [11:23] __errordecl (__open_too_many_args, [11:23] "open can be called either with 2 or 3 arguments, not more"); [11:23] __errordecl (__open_missing_mode, [11:23] "open with O_CREAT in second argument needs 3 arguments"); [11:23] __extern_always_inline int [11:23] open (__const char *__path, int __oflag, ...) [11:24] { [11:24] if (__va_arg_pack_len () > 1) [11:24] __open_too_many_args (); [11:24] if (__builtin_constant_p (__oflag)) [11:24] { [11:24] if ((__oflag & O_CREAT) != 0 && __va_arg_pack_len () < 1) [11:24] { [11:24] __open_missing_mode (); [11:24] return __open_2 (__path, __oflag); [11:24] } [11:24] return __open_alias (__path, __oflag, __va_arg_pack ()); [11:24] } [11:24] if (__va_arg_pack_len () < 1) [11:24] return __open_2 (__path, __oflag); [11:24] return __open_alias (__path, __oflag, __va_arg_pack ()); [11:24] } [11:24] #ifdef __USE_LARGEFILE64 [11:24] extern int __open64_2 (__const char *__path, int __oflag) __nonnull ((1)); [11:24] extern int __REDIRECT (__open64_alias, (__const char *__path, int __oflag, [11:24] ...), open64) __nonnull ((1)); [11:24] __errordecl (__open64_too_many_args, [11:24] "open64 can be called either with 2 or 3 arguments, not more"); [11:24] __errordecl (__open64_missing_mode, [11:24] "open64 with O_CREAT in second argument needs 3 arguments"); [11:24] __extern_always_inline int [11:25] open64 (__const char *__path, int __oflag, ...) [11:25] { [11:25] if (__va_arg_pack_len () > 1) [11:25] __open64_too_many_args (); [11:25] if (__builtin_constant_p (__oflag)) [11:25] { [11:28] help! [11:29] :( [11:33] oh dear. [11:33] did you never hear of pastebins? [11:33] !pastebin [11:33] pastebin is a service to post multiple-lined texts so you don't flood the channel. The Ubuntu pastebin is at http://paste.ubuntu.com (make sure you give us the URL for your paste - see also the channel topic) [11:33] yeah sorry that was no intention it was in my clipboard and i wanted to paste the pastebin link [11:33] ah [11:34] and then all of a sudden the whole thing was pasted [11:34] konversation gives warnings about that [11:34] asking if you really want to do that [11:34] (by default, anyway) [11:34] the thing was that every line was sent seperately [11:34] urgh! [11:35] so it was like paste - send, paste - send [11:35] how annoying! [11:35] yup [11:35] yes im sorry for that [11:35] fwiw, i don't know [11:35] http://pastebin.kubuntu-de.org/586 is the pastebin lik [11:35] i just saw the eye-bleeding effect of screens of paste [11:39] well then is there something i can do? [11:39] no idea, sorry [11:39] thanks for trying [11:40] * Hobbsee only did kde3 stuff [11:43] kde 3 \o/ [11:43] BBM-5: wrong channel [11:43] BBM-5: #kubuntu or #kubuntu-de for support [11:43] kthx [11:44] vorian: of the choqok dude [11:44] apachelogger: in kubuntu-de someone said i can try here === _neversfelde is now known as neversfelde [13:20] morning' [13:20] s [13:20] apachelogger: [13:20] I saw where he wanted us to patch it for him [13:37] vorian: was just a request for help [13:38] righto [14:06] http://qt-apps.org/content/show.php/q4wine?content=85751 [14:06] :o [15:02] nice [15:02] amarok2 chose to ignore some of the tracks in my music collection again [15:03] from kontact:Error message was: "org.freedesktop.DBus.Error.NoReply" : " "Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeoutexpired, or the network connection was broken." " [15:03] and some other albums are thoroughly messed up [15:04] songs of one album appear under the other album etc [15:04] cbr: i have that same problem with amarok2 [15:27] cbr: report that to some dev in #amarok [15:27] I am not sure if they know why this messing up happens [15:28] * apachelogger guesses the database importer for 1.4 screws up [15:28] jjesse: killall -9 kontact [15:31] kds needs to be restructured I find the current source structure highly confusing [15:38] well, it worked for some time [15:38] it failed a while ago [15:38] and now again [18:16] Meeting is in ~45 minutes, right? [18:17] nhandler: yes [18:17] Thanks Arby [18:20] we doing it in #ubuntu-meeting correct/ [18:20] That is what his email said [18:27] \o/ [18:27] nhandler: good luck! [18:27] -1 nhandler [18:27] oops [18:28] vorian: Good luck with what? [18:28] um, arent' you applying for kubuntu membership? [18:29] I didn't put my name down. I haven't met the 2 month requirement [18:29] ah, i see [18:29] requirement? [18:29] I could have sworn it was listed as a requiement on the membership page [18:29] "Generally, a minimum of two months of visible, significant activity will be required." [18:30] a vauge requirement :) [18:30] lol [18:30] hurry nhandler! add thyself [18:30] Fine [18:30] not like anyone cares [18:30] Only because you called me sir [18:30] hm [18:30] :) [18:30] todo: stop redundant thinking with Riddell [18:31] kudo's Riddell and apachelogger [18:32] apachelogger: should we discuss the 4.1.4 and 4.2 RC1 packaging plan? [18:32] (since they are 3 days away) [18:32] does someone not agree on giving .4 priority? [18:32] seems like .4 is a more urgent deployment to get it into -updates ASAP [18:34] i suppose :) [18:34] i type, backspace, type, then give in [18:36] lol [18:37] i was just thinking one or two people could handle the .4 release [18:37] (and i'm off work for the next 2 weeks) [18:38] vorian: IMHO it makes most sense to focus on one release, that way we can roll .4 in one or two days and while people continue on rc1 I can do the reviews for .4 [18:39] alrighty, sounds good :) [18:48] Im going to be a few minutes late. Got a work emergency that came up... [18:48] council roundup: seele, Nightrose, nixternal, yuriy ten minutes [18:49] roger that [18:49] ready [18:49] seele: ping === stevie is now known as vorian [18:56] wow kontact just started up, almost three hours after i clicked on the kontact icon [18:56] that's wierd [19:03] ** Kubuntu meeting now in #ubuntu-meeting === apachelogger changed the topic of #kubuntu-devel to: Meeting in progress in #ubuntu-meeting | https://wiki.kubuntu.org/KubuntuJauntySpecs | Merges! http://merges.ubuntu.com/universe.html http://merges.ubuntu.com/main.html [19:10] Sput: pong but i'm in a meeting atm :) === bddebian2 is now known as bddebian [19:11] seele: hm ok, I am currently working on UI issues and was wondering if you had a good way to let a user override default fonts for some things... as you didn't like the checkboxes we used for that in our fonts settings :) [19:11] (which I took from konversation's UI) [19:12] talking about slide 52 from your quassel review specifically... would be great if you could get back to me once you got some time :) [19:51] Sput: well, i think the way System Settings does it in Appearance works. THere is an option to adjust all, and I think changing the font is less confusing than disabling the font and wondering what font it will be [19:51] there is a screenshot in the doc [19:51] but the config stuff i'm not as worried about, so if you dont get to it you can think about it later [19:51] (although the config stuff is probably the easiest stuff to fix :) [19:52] seele: so you think there shouldn't be a way to say that one wants to use the app's default font rather than overriding it? [19:52] the app's default? [19:52] oh.. i'm thinking this is a kde app [19:52] yes, there is a global font, and then you can override that for the input line, the treeviews and the chat window [19:52] there is no reset to default button, huh [19:53] with the kde integration will the default be connected to the default kde system font? [19:53] unchecking the box means: use the global font rather than a custom one [19:53] yeah [19:53] yeah, the unchecking thing i think is confusing.. but i guess i never heard konversation users complain about it [19:54] (btw, KDE integration also solves the issues with notifications since it just uses knotify) [19:54] cool [19:54] I didn't find a better way to do that... I was looking for a way to label the checkbox [X] Use custom font: [ Courier ] [..] [19:54] but that looks clumsy [19:55] could maybe just provide a help tooltip? [19:55] a what's this? you mean.. yeah you could. [19:56] you could probably just leave it as it is for now and focus on other stuff. it's just weird and i thought could be confusing, but fonts arent going to keep someone from IRCing successfully [19:56] as for priorities: EgS is doing the whole mono client stuff, for the toolbar we need to wait for the oxygen guys to give us some icons, so I'm now cleaning up settings pages... in particular fonts and colors [19:57] then we also need to fix the whole bufferview thing and provide sane defaults [19:57] pinheiro tol me to ping him back on the 6th about the icons [19:57] but that should be more or less it [19:57] yep [19:57] ok cool [19:57] KDE integration is already more or less done [19:58] what was the deadline again? mid-feb? end-jan? [19:58] yes, that's what apachelogger said [19:58] i think feature freeze is the second week in feb [19:58] ok [19:58] but you guys look like youre on your way to meeting that no problem :) [19:58] well we do our best :) [19:59] I think the stuff from your "Recommendations" slide should be possible, and we'll fix a lot of the minor UI issues on our way [20:00] oh, and I'll make sure to hide non-implemented config options rather than displaying them as disabled :) [20:00] that seemed to confuse you a couple times [20:00] :) [20:01] if it is a feature someone wants, they'll look around to see how to enable it [20:01] if it's there it's easy to assume it is implemented [20:01] yes, I guess so... those are remnants of the time when we hardly had any features in the UI, and had a lot of stuff there to see how it could look like and what to implement next [20:01] also, we didn't have many users back then :) [20:02] * apachelogger was an early user :D [20:02] yeah, you kept kicking my butt before our first release [20:02] I remember you pestering me at last FOSDEM :p [20:02] hah.. yeah [20:03] * jussi01 was an early user also... [20:04] yep, and you still didn't get scripting support :/ [20:05] only cause I havent done my homework [20:08] jussi01: nah, not your fault :) [20:08] I don't think we'd gotten to that earlier anyway tbh [20:09] good [20:09] could be a nice feature for 0.5 though :) [20:09] Sput: actually, how early you got to it depends on how much I annoy you... :P [20:09] jussi01: nah, my mental ignore is quite powerful [20:10] s/annoy/vodka I send/?? :P [20:10] seele: ok, so I'll do it the konversation way with the checkboxes and use an on-hover tooltip in the disabled case so people know what to do with it [20:10] jussi01: hmm, that helped a lot actually :) [20:11] we didn't discuss scripting that evening, but I remember being quite productive [20:11] Sput: it was meant as a thank you, not as a "I expect somethign from you" [20:11] jussi01: I know :) [20:11] and it was one of the coolest thank yous we ever got [20:11] and quite tasty [20:12] haha [20:15] seele: one more question: we are going to have separate config pages for global, the chat window, channel lists and nicklist... I wonder if I should put the appropriate font/color options right there, rather than collecting them on one page [20:16] so you wouldn't find all the color options in one place, but in the widget's config page [20:16] Sput: context is good, especially if people tend to only change one group of settings vs the others [20:16] but since i dont know how much users configure that stuff, i dont know if it is a good idea or would piss off some people [20:17] that sounds like something else to put on the TODO-LATER list.. once you get more people using it you could ask them what color settings they change, etc. [20:17] our users generally want full theming :) but I don't think it's too much of a hassle for them to go to the widget's config page, rather than choosing 5 tabs in a color page [20:17] mhm [20:17] well, I want to get rid of our current color dialog :) [20:17] it's a mess, UI and code wise [20:17] ah, well that is a good excuse to do it that way [20:17] it horrible [20:18] also I noticed on your screenshots that our color buttons look alll effed up on your setup too [20:18] thought that was a macos-only-problem :) [20:18] yeah.. was that just me? [20:18] i didnt know why one of them look weirdly disabled but then the other one didnt [20:18] they *should* have a border [20:18] oh that. i didnt notice that [20:18] I'll have a look at KColorButton [20:19] we'll need to reimplement it of course, since we can't rely on KDE widgets, but it should help make it look better === vorian is now known as wonderful === blueyed_ is now known as blueyed [21:16] * JontheEchidna thought he'd be home earlier... oh well [21:31] * jussi01 waves to JontheEchidna [21:36] anybody have minutes of the meeting? [21:42] JontheEchidna: don't think anyone created any minutes....we need to start that back up...I can create minutes this evening if nobody else is going to do it before then [21:51] Riddell: you around? [21:58] hi jussi01 [21:58] Riddell: got a quick moment for a PM? [21:58] can do [22:00] How'd the meeting go? [22:00] nhandler: added you to kubuntu-members, your @kubuntu.org e-mail should set itself up sometime in the next week [22:04] ScottK: we welcomed nhandler as our newest member [22:04] Riddell: Great. [22:04] nhandler: Congratuatlions. [22:10] I'm trying to get system-config-printer-kde to work as a kcm module and regardless of what I do I keep getting this [22:10] http://imagebin.ca/view/bRC2wLi.html [22:11] could someone check my .desktop file and see if I've done anything obviously wrong [22:11] http://paste.ubuntu.com/99237/ [22:20] the problem would most likely be with kcm-spck.py [22:23] JontheEchidna: probably but just ruling out possibilities [22:24] I don't see anything obviously wrong [22:24] ScottK: apachelogger was talking about qtcurve in the meeting, so if you get a chance look through the log files to see it...I told him about the issue you found and I confirmed with that crappy patch [22:25] Arby: got a bzr branch? [22:25] JontheEchidna: not for this no :( [22:25] I think I'll have to make one [22:26] this is the terminal output from trying to run it [22:26] http://paste.ubuntu.com/99247/ [22:32] JontheEchidna: if you're interested it's now at [22:32] https://code.launchpad.net/~kubuntu-members/system-config-printer/kcm-scpk [22:32] * JontheEchidna pokes around [22:33] feel free :) [22:38] where in the kde svn is kpackagekit? [22:39] jjesse: seems to be here http://websvn.kde.org/trunk/playground/sysadmin/kpackagekit/ [22:39] Arby: thanks [22:42] Arby: http://paste.ubuntu.com:80/99260/ [22:43] hmm, I thought I'd got all of those [22:43] maybe I need to update my installed version of the .ui file? [22:44] that fixed it [22:44] now I've gotten as far as you [22:48] JontheEchidna: I'm about to go offline, if you have any bright ideas feel free to commit to that branch [22:48] comparing the types of kcm that jockey and spck return [22:48] kcm in jockey is a PyKcm object [22:49] kcm in spck is a GUI object [22:49] somehow makeui isn't returning a kcm [22:49] hmm [22:49] [22:49] [22:50] I'll look in to it [22:50] return self should be return self.ui I think [22:50] let me have a quick try [22:50] oh [22:50] yeah, you'll need to return the ui [22:51] hooray it displays now [22:51] :D [22:52] ^_^ [22:52] JontheEchidna: thanks for the pointer, I've been chasing that for hours [22:52] yw [22:52] hope you aren't bald :P [22:52] no but I have no fingernails left [22:52] now I just need to make it actually work :) [22:53] I'll push the fix anyway [22:53] oh, and you should probably take out the self.show() in makeui [22:53] it makes the widget appear before the kcm breifly [22:54] setWindowIcon is probably not needed either, but I guess we still have plenty months to polish stuff and I could easily commit this myself :P [22:54] ok thanks [22:54] JontheEchidna: it needs a whole tin of polish on the code [22:55] ha, I crashed it [22:55] shit, same crash as jockey [22:55] can't say I'm surprised [22:55] oh maybe I am [22:57] if you're any good with layouts that could use some love to [22:57] it looks awful if you maximise the window [22:57] I think I'm starting to get the hang of them... [22:58] they're a bit of a pain in that I find myself undoing the layouts to change stuff often [22:59] JontheEchidna: can you try it through System Settings, does it work for you? [22:59] for it works from kcmshell but not from System Settings [22:59] s/for/for me/ [23:00] eek, systemsettings is hanging [23:00] which is wierd [23:00] wierder and wierder [23:00] oh, there it goes. I still had the kcm open in gdb [23:00] doesn't work :/ [23:01] if I run systemsettings from konsole it just loaded [23:01] but if I start it from the menu it doesn't [23:01] hmmmm [23:01] that's just nuts [23:01] same here [23:02] but if I start it from the konsole in SS I also get this blank window when I open the kcm [23:02] totally weird [23:02] I think that's the call to .show() [23:02] yeah, I should bzr pull [23:02] I removed that and it goes away [23:03] let me push again first [23:04] kk [23:05] JontheEchidna: ok go ahead, I'm done for tonight [23:05] ttyl [23:06] ooh, dinner time