Hi Rex, I'm trying to get bluetooth support working in kde 3.5.10 on EL5. I've noticed that there is only a src.rpm in the [kde-all] repo so I tried to build that, but ran into several problems. I hacked around those problems, modifying the spec file: * gtk symbols missing for xmms: configure --without-xmms * files for irmcsynckonnector missing: removed --enable-irmcsynckonnector from configure removed %{_libdir}/libirmcsynckonnector.so from the %files section The resulting rpm works fine for me. I know my hacks are not a solution, but at least bluetooth is now working for me, which it wasn't using bt-applet. I'll see if I can find the source of the gtk and irmcsynckonnector problems. Also there seem to be more recent beta versions of kdebluetooth than the version that is included in the src.rpm. I'll try those too. Cheers, Andreas