Re: kcm_keyboard 4.5.4 fails to build

2011-01-14 Thread Erik
2010-12-26 00:05, Erik skrev: > 2010-12-25 15:50, Oswald Buddenhagen skrev: >> On Sat, Dec 25, 2010 at 08:01:46AM +0100, Erik wrote: >>> +// clean up after X.h/Xlib.h >>> +#undef Bool >>> +#undef Unsorted >>> >> #include > > Thanks, here is a patch that uses that: Bug report created: https://bugs.

Re: How to use KAuth in a KDModule written in pykde?

2011-01-14 Thread simgunz
Hi Dario, first of all: thanks for the reply! In this days, thinking about a solution, I get to the point to try to write a helper in C++ and you confirmed my idea. But there are some problems. I'm writing a KDE interface for an existing python program (timekpr). This program have a library for ac

Re: How to use KAuth in a KDModule written in pykde?

2011-01-14 Thread Dario Freddi
Hi Simone, ideally, you probably want to write the helper in C++ and access KAuth's API from pykde, which should provide it. I never tried creating a helper in a language different than C++, but usually, if your application is designed well, you need to write a very small portion of code in the he