14:02:29 #startmeeting kde-sig -- https://fedoraproject.org/wiki/SIGs/KDE/Meetings/2010-03-23 14:02:30 Meeting started Tue Mar 23 14:02:29 2010 UTC. The chair is rdieter. Information about MeetBot at http://wiki.debian.org/MeetBot. 14:02:31 Useful Commands: #action #agreed #halp #info #idea #link #topic. 14:02:33 #meetingname kde-sig 14:02:34 The meeting name has been set to 'kde-sig' 14:02:51 #chair Kevin_Kofler than jreznik 14:02:52 Current chairs: Kevin_Kofler jreznik rdieter than 14:02:59 #topic roll call 14:03:03 who's present today? 14:03:13 Present. 14:03:24 * jreznik is present 14:03:54 * than is present 14:05:04 #topic building Soprano with QT_NO_DEBUG_OUTPUT? 14:05:07 Kevin_Kofler: ? 14:05:37 So I used Soprano in an application I wrote for the university. 14:05:48 cool 14:05:54 And I found that it spews tons of debugging output, especially from the Virtuoso backend. 14:06:07 It uses qDebug directly, with no sane way to disable this at runtime. 14:06:23 The only thing which can be done to filter the output is to install a Qt message handler in the client program. 14:06:35 Libraries spewing debug messages is very annoying. 14:06:51 Especially when you want to use them in console (QtCore/kdecore) apps. 14:07:09 (and a library needs to be fit for all uses) 14:07:12 Kevin_Kofler: is there an debug option to disable it ? 14:07:28 So I'm suggesting to build it with QT_NO_DEBUG_OUTPUT, which will disable the qDebug messages. 14:07:41 I suppose there isn't any way to toggle this at runtime? 14:07:43 (It won't affect qWarning etc. if they're used.) 14:08:12 rdieter: i don't think it will work at runtime 14:09:06 Kevin_Kofler: it's fine to disable it F11/F12/F13 but not in rawhide 14:09:09 ok, I guess the long-term solution is to poke upstream to get this handled more sanely 14:09:16 rdieter: +1 14:09:28 Because it's just as annoying for users of other distros. 14:09:33 short-term, QT_NO_DEBUG_OUTPUT is an ok option to me 14:09:47 well I don't think there's other way to disable the qDebug messages 14:10:02 than: Have you seen the kind of output it produces? 14:10:08 other than what rdieter and Kevin_Kofler suggested 14:10:08 It spits out: 14:10:19 1. the messages Virtuoso prints at startup 14:10:41 Kevin_Kofler: not yet 14:10:50 2. the SparQL queries for every single call of some functions, such as removeAllStatements 14:10:51 of course, doing this will limit our ability to debug soprano-related prolbems 14:12:08 it's really verbose 14:12:21 i take a look at ~/.xsession-errors. there re a lot of debugs infos! 14:12:23 Disabling this stuff at compile time might also end up speeding up Nepomuk significantly. 14:12:31 I think we're mostly in agreement here, any objections to the plan as proposed? 14:12:44 +1 disable debug messages 14:13:00 it really shouldn't be in any end.user packages 14:13:11 +1 (are we really going to debug something on this level? I don't think so) 14:13:18 +1 exclude rawhide 14:13:38 #agreed short-term build soprano with QT_NO_DEBUG_OUTPUT (except rawhide), long-term poke upstream to address this better 14:13:41 than: +1 14:13:47 (and don't forget that when syncing from rawhide back :) 14:14:10 Kevin_Kofler: you want to work on implementing it? 14:14:11 I wonder if we should set QT_NO_DEBUG_OUTPUT in some global place even. 14:14:13 ltinkl: condifional 14:14:23 jreznik: even better :) 14:14:38 I'm not convinced not doing it in Rawhide makes sense. 14:14:49 We're likely to forget about this when F14 branches. 14:14:58 Kevin_Kofler: you mean like, building all qt-related stuff with QT_NO_DEBUG_OUTPUT too? (or something else?) 14:15:09 another question is - who is going to use it in rawhide 14:15:24 rdieter: Yes, that's what I was wondering. But it's probably too hardcode. :-) 14:15:24 jreznik: it's good question :) 14:15:32 *hardcore 14:15:55 than: so maybe we even don't need it for rawhide too 14:16:11 that's probably too extreme now, I think we'd best doing so on a case-by-case basis for now 14:16:13 and in case someone experiencing bad issues - we can do custom scratch build 14:16:39 rdieter: that's why we should prefer long term solution 14:16:46 and do only most verbose apps 14:16:51 indeed 14:18:04 it's fine with me to disable it for rawhide too 14:18:58 if someone wants to debug stuff, just scratch build in this case 14:19:09 OK. I'll take care of it. 14:19:18 So can we move on now? :-) 14:19:21 yep 14:19:31 #topic KOffice 2.2 Beta for F13? 14:20:01 Kevin_Kofler proposed this. probably not a bad idea. I'd like ot test it bit first. 14:20:05 So there are several reasons why we'd like 2.2 over 2.1: 14:20:07 I'll get builds into kde-unstable repo asap 14:20:08 * Kexi is back 14:20:35 * import filters for M$ stuff are improved (the Office "Open" XML ones are even entirely new) 14:21:18 http://wiki.koffice.org/index.php?title=Schedules/KOffice/2.2/Release_Plan 14:21:19 they said OOXML is in initial state but good to have it than nothing 14:21:26 * spell checking in KWord is back, too 14:21:35 it's nice to see more features in 2.2, but important thing is stability ;-) 14:22:15 F13 final freeze is Apr 24, fyi 14:22:43 so will get at least beta2, rc1 if we're lucky 14:22:47 when will f13 be released? 14:22:57 http://fedoraproject.org/wiki/Schedule 14:23:01 I don't believe in rc1 14:23:01 IMHO we should definitely go for 2.2. 14:23:38 I think so too 14:23:53 but I'm with Kevin - it would be definitely better than 2.1 - there are lot of missing features and it's not as stable as I'd like to see (and I'm not office user) 14:24:18 * than really prefers stable koffce 14:24:27 I'm still not sure it's in shippable state at all (even 2.2) 14:25:18 but let's try 2.2 from kde-unstable - we can decide next meeting 14:25:30 no one even have tried it yet 14:25:54 I've been using koffice-2.1.x periodically for awhile, it's been pretty good 14:26:14 I'll get some builds going then, and we can see. 14:26:37 I guess we can go with jreznik's plan: build 2.2 for kde-unstable, test it there, report back, decide next week. 14:26:45 I'll try to come up with a basic test-plan too (some basic tasks, open/save a file or too, maybe print) 14:27:06 Kevin_Kofler: yeah, so far, it's only been built in rawhide 14:27:25 PRINT? Who wants to do THAT? ^^ ;-) 14:27:25 Kevin_Kofler: the Question is how many user will test it? 14:27:37 I have some document test suite from dtardon from last time... 14:27:50 than: we have to... 14:27:58 I like rdieter 14:28:01 's plan 14:28:12 it's bad if only some users test it 14:28:20 Soliciting user feedback on the ML would not be a bad idea either. 14:28:26 ok, I'll try to splat out a test-plan after meeting, and only if these basic tests/criteria pass, then we can consider using it 14:28:46 than: but as I said - 2.1 is really featureless, not very stable (from my few tries), so maybe 2.2 (even beta) would be better 14:29:18 who want's "stable" office still use oo.org 14:29:49 Indeed. (KOffice 1 is quite buggy as well.) 14:29:50 2.x is more for fun now - but I like the way how it's done - I hope it's going to be better than oo.org soon! 14:30:00 perhaps we need to vote again for koffce ;-) 14:30:01 I really doubt we'll have anyone clamoring for us to keep koffice1 around (like with amarok1 vs amarok2 ) 14:30:05 If you ever tried to do charts with KOffice 1's KSpread, you'll know what I mean! 14:30:24 no - koffice 1, not 2 are not for real work 14:30:44 it's sad, but it's truth 14:31:20 #agreed rdieter will do some test builds for kde-unstable, document a test plan, solicit feedback. defer decision at least a week 14:31:49 #topic Open discussion 14:32:04 it was quick today :) 14:32:39 We probably forgot something important. ;-( 14:32:45 I think based on our recent target audience discussions (and feedback), I'll try to come up with some sort of response to the boards' official request for feedback, http://lists.fedoraproject.org/pipermail/kde/2010-February/005889.html 14:32:53 ltinkl: does the backported patch fix the krunner crash? 14:33:04 than: umm, which one? 14:33:20 * than is looking 14:33:54 it's the one you built in kdelibs 14:34:00 than: the pixmap cache fix? 14:34:05 yes 14:34:20 ye i think it does, based on the feedback in the BZ 14:34:21 The pixmap cache fix fixes all the SIGBUS crashes in various KDE apps. 14:34:31 Maybe also some of the SIGSEGV or other crashes, I'm not sure. 14:34:47 Kevin_Kofler: time to push this into stable? 14:34:57 I already did. :-) 14:35:01 ;-) 14:35:03 ok, all clear then :) 14:35:14 ltinkl: clear :) 14:35:36 It went stable today (well, during the night). 14:35:47 speaking of common bugs, what about the qt/PyQt4 hp one? anyone with the necessary *-fu to debug that on our team? 14:36:02 Kevin_Kofler gets the cream for closing a bug with zillion duplicates and about 300 votes :) 14:36:07 https://bugzilla.redhat.com/show_bug.cgi?id=543286 14:37:05 Well, there's a patch which fixes at least one of the crashes, but to me it looks like just papering over the symptoms and there are still sometimes crashes elsewhere even if that's applied. 14:37:40 Somehow the display ends up being NULL while Qt is still in use and it really doesn't like that. 14:38:04 Sounds like an order of destruction issue. 14:38:08 https://bugzilla.redhat.com/attachment.cgi?id=385716 ? 14:39:04 https://bugzilla.redhat.com/show_bug.cgi?id=543286#c16 posted here 14:39:28 well, if we don't have mojo here, suggestions on what else to do about it? 14:39:30 Yes, that's the patch. That said, I think I remember incorrectly, I don't see any claim of other crashes. 14:39:34 So maybe we should just apply that. 14:39:42 Checking for a non-NULL display before using it can't hurt. 14:40:15 ok, baring any other suggestions, I'll test with and without the patch (after meeting). 14:40:19 It might also not really fix things either, but it surely can't be wrong. 14:40:22 Kevin_Kofler: tim already tested it, the patch doesn't fix the problem 14:40:41 Other crashes elsewhere? 14:40:49 no the same crash 14:41:05 Huh? Weird. 14:41:41 i will try to debug the problem 14:41:43 https://bugzilla.redhat.com/show_bug.cgi?id=543286#c18 14:41:52 From the stacktrace it looks like it's dpy which is NULL, not display. 14:42:40 #action than will try to debug bug #543286 14:42:44 Though, wait, that's the same variable. 14:42:59 It's just called dpy in the XFreeColormap parameter list. 14:43:40 any other topics to discuss today? 14:44:15 Kevin_Kofler: it doesn't crash at the line 210 if (display && colormap) 14:44:29 Kevin_Kofler: somewhere else 14:46:14 alright, let's close... thanks everyone. 14:46:22 #endmeeting