14:04:18 #startmeeting kde-sig -- http://fedoraproject.org/wiki/SIGs/KDE/Meetings/2010-08-24 14:04:18 Meeting started Tue Aug 24 14:04:18 2010 UTC. The chair is rdieter. Information about MeetBot at http://wiki.debian.org/MeetBot. 14:04:18 Useful Commands: #action #agreed #halp #info #idea #link #topic. 14:05:01 #meetingname kde-sig 14:05:01 The meeting name has been set to 'kde-sig' 14:05:21 #chair thomasj_ than ltinkl Kevin_Kofler 14:05:21 Current chairs: Kevin_Kofler ltinkl rdieter than thomasj_ 14:05:26 #topic roll call 14:05:30 Present. 14:05:30 who's present today? 14:05:34 present 14:05:42 * thomasj_ 14:05:43 * than is present 14:06:12 #info rdieter thomasj_ Kevin_Kofler ltinkl than present 14:07:11 #topic agenda 14:07:24 KDE 4.5 status 14:07:32 ltinkl offered to give an update on solid and udisks/upower 14:07:52 shall I start? this will be very quick :) 14:07:56 f14 livecd issues (size, etc...) 14:08:04 ok 14:08:19 #topic solid and udisks/upower ( ltinkl ) 14:08:24 ltinkl: it's all yours 14:08:43 udisks and upower backends are currently imported into kdelibs trunk 14:08:52 which means they will be intergal part of KDE 4.6 14:09:04 Great. 14:09:07 yay 14:09:12 Should we try to backport them for F14? 14:09:25 But given the timing, I guess it's better not to. 14:09:33 however, they do not fully cover (yet) the funtionality of the HAL backend 14:09:48 What's missing? 14:09:52 for that, we need a (third) generic udev backend 14:10:04 the stuff that needs to be re-implemented I assume 14:10:12 which would implement classes as Processor, Button, etc. 14:10:21 cf. http://api.kde.org/4.x-api/kdelibs-apidocs/solid/html/index.html 14:10:36 Shouldn't we have one u* backend which uses (lib)udev, udisks and upower all together? 14:10:49 in other words, currently only disk-related and power management features are implemented 14:11:13 no, the idea that the current Solid in trunk uses is to split the backends 14:11:26 They're used together on up-to-date distros, and where they aren't, it's because they use HAL, so they can keep using the HAL backend. 14:11:30 the Solid framework can use several backends at once 14:11:50 Well, I don't really see the need for a split in this case. 14:11:55 But I guess it can't hurt, either. 14:12:18 it has the advantage of writing "specialized" backends, like the recent upnp 14:12:22 * SMParrish sorry I'm late 14:12:36 #info SMParrish present too 14:12:38 SMParrish: hi! 14:12:50 anyway, that was the kdelibs part 14:13:25 the fun began when we (with jreznik and rnovacek) found out last week there are other pieces of Solid, living in kdebase-workspace 14:13:27 #info udisks and upower backends are currently imported into kdelibs trunk (so will be included with KDE 4.6) 14:13:43 ltinkl: I see the point for specialized backends, but udev is exactly the opposite of specialized. :-) 14:14:00 But whatever, it's an implementation detail and I'll trust you to know what you're doing. :-) 14:14:17 the part in kdebase-workspace extends that, mainly for power management (and networking) 14:14:35 PowerDevil uses that for example 14:14:51 * jreznik is sorry - waiting for a friend with van to move my old furniture... 14:15:02 so, we will need to write another module for kdebase-workspace which will replace the current HAL one 14:15:16 fun 14:15:16 ah hal mess as topic 14:15:26 #info jreznik present too 14:15:28 jreznik: yup :) 14:16:02 there is one problem tho, the HAL module needs root priviledges for some stuff, like changing brightness 14:16:30 ltinkl: how much work will kdebase-workspace/hal be? any ideas yet? 14:16:31 and currently, this is not possible with upower (which deals with battery/ac only) 14:16:51 so again, we might have to resort to using udev directly 14:16:55 which sux :) 14:17:14 jreznik: any idea on this? :) 14:17:34 rdieter: well the plan is to persuade the upower author to add what we need 14:17:49 For screen brightness, I think you're supposed to use XRandR these days. 14:17:51 don't even ask how it's done in Gnome, we checked :) 14:17:53 ltinkl: it's the only way... a) ask upower people to support what we need, b) write our own power management lib 14:18:06 At least that's what gnome-power-manager supposedly does. 14:18:25 The problem being that proprietary drivers don't implement the required interface at this time. 14:18:29 HAL might be a dumping ground, but this way we will duplicate most stuff from it 14:18:40 But I wouldn't give a darn about that, to be honest. :-) 14:18:43 * rdieter isn't hopeful, knowing how well the hal vs *kit business has gone so far 14:19:11 Kevin_Kofler: nope :p not xrandr, the answer is /sys/devices/virtual/backlight/acpi_video0 14:19:41 I think there's an XRandR interface they at least used to use. 14:20:20 They might have added that magic file because of the graphics drivers which don't support the XRandR interface. 14:20:41 IMHO you should just use the XRandR interface if it's still there and screw the proprietary drivers. 14:20:52 yup, but for that you need root permissions (to write into those files) 14:21:01 XRandR doesn'T need root. 14:21:13 I know, talking about those dev files 14:21:25 As for the drivers, either they support current XRandR interfaces or they won't work well with KDE, it has always been like that. 14:21:39 I don't see why we should add crude workarounds because of them. 14:21:45 Kevin_Kofler: what is the interface btw? 14:22:08 how about we discuss the details after meeting? 14:22:12 I don't know, check gnome-power-manager history, I'm almost sure they used it at some point. 14:22:18 let's not get bogged down 14:22:29 so to conclude this topic, half of the worj is kinda done (minus polishing and bug squashing), the other half is in the planning stage 14:22:56 rdieter: yup, details after meeting 14:23:17 #info half of the work done (minus polishing and bug squashing), the other half (kdebase-workspace/hal) is in the planning stage 14:23:19 thanks 14:23:32 #topic kde 4.5 status 14:23:50 Re: f14, our batched kde-4.5.0 update just went stable 14:24:22 Re: f13, I did a new batch of kde-4.5.0 builds against qt-4.6.x 14:24:38 I was thinking of throwing these into our kde-testing repo soon 14:24:57 rdieter: great, I will surely test those F13 builds 14:24:57 rdieter: For F14, there's a new kdeedu with matching libindi and avogadro builds. 14:24:58 rdieter: please upload it our kde-testing repo 14:24:58 though... kde-4.5.1 will be tagged real soon, not sure if it's worth waiting for 14:25:11 4.6.x.. Hrm.. Looks like i have to downgrade Qt again.. 14:25:22 I haven't pushed the stuff anywhere so far, wasn't sure what the status was. 14:25:26 thomasj_: no, you can still use whatever qt you want 14:25:30 rdieter: if you have the builds, upload what you have imho 14:25:31 cool 14:25:46 thomasj_: Stuff built against 4.6 will work with 4.7, but the other way round won't work. 14:25:48 thomasj_: that's the point, the prior builds required qt47 hardcoded 14:25:57 Kevin_Kofler: +1 14:25:59 I know, we talked about it 14:26:03 ok :) 14:26:10 Though, for testing 14:26:24 I guess i should downgrade to have what others have as well.. 14:26:25 #info rdieter has some kde-4.5.0 builds prepped for kde-testing, will announce and push to repos later today 14:26:29 I haven't checked what the maintainer did to libindi, if it's in testing already. 14:26:48 I should push kdeedu and avogadro to F14 testing. 14:26:54 I hacked some libindi avogadro builds myself for that, but we should get some official builds too 14:27:07 Kevin_Kofler: right, +1 14:27:12 Feel free to do official builds of avogadro, it's my package. :-) 14:27:12 please do 14:27:28 ok, I'll do avogadro 14:27:59 I'll leave f12 for now, can revisit that after kde-4.5.1 and if I/we have time 14:28:03 For libindi, should we nag the maintainer or should we just do it? I mean, it's a point release, KStars is the main (only?) user of it and it needs the update. 14:28:18 as usual, we still have our fun kde-4.5 tracking bug 14:28:24 Kevin_Kofler: nag +1 14:28:44 (then resort to helping later if need be) 14:29:07 anything else 4.5-wise ? 14:29:16 He updated Rawhide and F14 so far, I'd like him to also update at least F13 (but I also want to do F12, really). 14:29:28 14:30:03 (I guess that, if we want to push 4.5 to F12, we COULD hack the few F12 builds of kdeedu we'll do to build with the old libindi by reverting stuff, but I'd rather just upgrade libindi!) 14:31:05 alrighty, moving on... 14:31:16 #topic f14 livecd oversized 14:31:30 there's security vulnerability in okular 14:31:35 yep 14:31:42 than: ah, yes, let's discuss that next 14:32:03 we should add the patch into our kdegraphics 14:32:07 our kde live image is oversized, would anyone be able to look at that ? 14:32:23 rdieter: i will try 14:32:28 (I'll probably have some time next week, otherwise) 14:32:33 than: thanks 14:32:52 rdieter: np 14:32:56 I wish we could throw out more gnomish stuff, but it's all dragged in by Anaconda and friends somehow. :-( 14:33:03 #action than to look into oversized live image 14:33:17 One of the big dep chain offenders is Metacity, which is dragged in by firstboot and now also anaconda. 14:33:26 #topic kdegraphics (okular) security issue 14:33:36 (It's not even actually needed for liveinst, but it's still an anaconda dep, and it's also dragged in through firstboot anyway.) 14:33:50 public disclosure is tomorrow 14:34:10 kde-packagers were sent a patch for okular, any volunteer(s) to apply patches, and issue updates? 14:34:18 yes,it's set for the 25th 14:34:19 you know you want to, it's just so fun 14:34:28 :) 14:35:25 i will take care of it 14:35:40 than: thanks again (busy day) 14:35:58 #action than will give kdegraphics(okular) some security patch love 14:36:18 #topic open discussion 14:36:22 anything else for today ? 14:36:27 yup 14:36:40 jreznik, any progress on the BluDevil packages? 14:36:51 And to all, do we get it maybe into F14? 14:37:29 If they're ready in time (depneds on the time left to get it in) 14:37:34 .bug 624020 14:37:36 rdieter: Bug 624020 Review Request: libbluedevil - A Qt wrapper for bluez - https://bugzilla.redhat.com/show_bug.cgi?id=624020 14:37:39 * rdieter found ^^ 14:37:53 Yes, i'm waiting for the rebuilds 14:37:59 thomasj_: looks like you're reviewing? cool. 14:38:05 yep :) 14:38:54 jreznik: I can help with initial packaging, if you need any. 14:39:10 rdieter, is there a chance we can get bludevil into F14? 14:39:15 thomasj_: I think so 14:39:19 cool! 14:40:14 Uhm, %doc HACKING, really? Usually, HACKING is a document on how to develop the package itself, not useful for users of the package. Or is this one a (badly-named) document on how to develop WITH the library? 14:40:15 That's all i had. 14:40:29 looks like we may have lost jreznik, we can poke him more after meeting 14:40:37 anything else ? 14:40:43 I'll add my comment to the review. 14:41:07 Kevin_Kofler, he's not yet ready with it. 14:42:36 * rdieter will end meeting in 30 seconds, if there's nothing else... 14:43:14 Oh… 14:43:19 I have one more thing. 14:43:22 The QCH apidocs. 14:43:39 I tried to build QCH apidocs for kdelibs, so far with limited success. 14:44:01 I do get QCH files out of the apidocs script with the poorly documented switch which does it, but they have several issues. 14:44:59 I'll try to either fix / work around them, or try the kdesdk script and see what issues I get with that one (which is rather simplistic compared to the one in kdelibs), or write my own modified script / heavily patch the upstream-provided ones. 14:45:27 Rawhide has what I have so far, but the stuff doesn't work well, e.g. it doesn't work at all in KDevelop. 14:46:01 can you contact upstream, and coordinate efforts there too ? (ie, get feedback, and to get fixes upstreamed, etc...) 14:46:36 Hmmm, whom upstream should I talk to? 14:46:50 One of the MLs? (Which?) 14:47:01 start with kdecore-devel I guess 14:47:10 Kevin_Kofler: kdecore-devel 14:48:22 I also think that to have properly functioning links to Qt documentation, we need to build the apidocs twice (once for HTML, once for QCH) or at least make a copy of the HTML docs to edit the links in. 14:48:52 The QtHelp system needs a special syntax to refer to Qt docs in links. 14:48:53 yeah, that's a pain too 14:49:12 FWIW, if I use the kdesdk script, that automatically means building the apidocs twice anyway. (It's one of the issues with that script.) 14:49:34 The kdelibs script's switch, on the other hand, is not documented anywhere except for one line in the script's --help output. 14:49:53 So it seems to have been added as a quick hack and to not be really maintained or supported. 14:50:17 (which also explains the bugginess) 14:50:48 Kevin_Kofler: thanks for the update 14:52:39 let's wrap up then, thanks everyone. 14:52:48 #endmeeting