https://bugs.kde.org/show_bug.cgi?id=517650
--- Comment #4 from [email protected] --- This want mean that a environment variable is turned on to force to capture the debug statement for user application (for my viewpoint, it's a bad idea as desktop app is not a service). The variable is QT_LOGGING_RULES You can force to disable only the digiKam message using: > export QT_LOGGING_RULES="digikam*=false" If you want to turn off all : > export QT_LOGGING_RULES="*=false" Set this variable from a console and start digiKam from it. Look the debug statements printed in the console. Gilles Caulier -- You are receiving this mail because: You are watching all bug changes.
