Description of problem: Every KDE application that I've used in Fedora 7 always prints the following to stderr: ScimInputContextPlugin() ~ScimInputContextPlugin() ScimInputContextPlugin() [ ... run application ... wait until it exits ... ] ~ScimInputContextPlugin() I'm not sure if this is a bug in KDE, Qt, or SCIM, but I've only noticed it in KDE apps so I'll report it against KDE. Version-Release number of selected component (if applicable): kdebase-3.5.6-12.fc7 How reproducible: Every time Steps to Reproduce: 1. Run a KDE application (kpdf, kaffeine, konqueror, ...) from the command line Actual results: Debugging messages as indicated above Expected results: No debugging messages
Not seems a bug, IMHO, but only an annoying printed debug by launching any KDE application. I tried to remove the "Scim input method module for Qt" (scim-qtimm) and these "debug" lines disappeared. Can't we re-compile scim-qtimm with "--disable-debug" (default: NO)? I'm not sure it fixes the 'problem', but we can try ;-).
Scim-qtimm calls qDebug () in some functions. It seems that it can not be disabled by --disable-debug .
Thanks for reporting this - it is something I have been meaning to fix for a long time. :) Should be fixed in scim-qtimm-0.9.4-7.fc8. Probably we should do an update for F7 soon.
(Now just need to fix the "kbuildsycoca running..." messages. ;-)
scim-qtimm-0.9.4-7.fc7 has been built.
scim-qtimm-0.9.4-7.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report.
Now it works perfectly. Thank you, Jens.
scim-qtimm-0.9.4-7.fc7 has been pushed to the Fedora 7 stable repository. If problems still persist, please make note of it in this bug report.