https://bugs.kde.org/show_bug.cgi?id=517650
--- Comment #6 from Theodore Brown <[email protected]> --- (In reply to caulier.gilles from comment #4) > 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 I just tried `QT_LOGGING_RULES="digikam*=false digikam` and it works! No more journal spam from ICM Wayland. I'll modify the desktop file (and turn off color management) until it gets better implemented under Wayland. Thanks for the workaround! Hopefully it gets resolved in 9.1.0... -- You are receiving this mail because: You are watching all bug changes.
