[PyKDE] DCOP problem

2006-05-25 Thread Michał Woźniak
Hi there, guys Got a strange issue here: trying to have my Python script open a new KMail's Composer window through DCOP, but I can't seem to be able to call the appropriate function. Now, from shell, everything works great: dcop kontact KMailIface openComposer to cc bcc subject body False open

[PyKDE] KGlobalAccel

2006-05-15 Thread Michał Woźniak
Hi there, I am trying to get my script to register a global hotkey (or "accel" key, should I rather say) under KDE 3.4.3. I am using KGlobalAccel, but without any success. All that I have achieved so far is either: - freezing the app (and the keyboard, globally!) after I hit the accel key; - cra