https://bugs.kde.org/show_bug.cgi?id=361688
--- Comment #12 from Jan Ritzerfeld <k...@bugs.jan.ritzerfeld.org> --- JFTR, I took a look at the source code from github: * Since 1aa3eb98b22fbe5e690ca8f3096c6e3b712ac3d8, log.cpp calls QLoggingCategory::setFilterRules("kscreen.*=true") unless KSCREEN_LOGGING is set to "0" or "false" (case insensitive), and * since f4d3e52e2e2497634a269faeab2d5d6eba0f3526, the logger is installed in backendmanager.cpp and backendlauncher/main.cpp. So, a filter rule is installed that enables logging for kscreen overriding qtlogging.ini but is never removed later on. The new workaround is to set the rule in your environment, e.g., by adding export QT_LOGGING_RULES="kscreen.*=false" to your "~/.profile". -- You are receiving this mail because: You are watching all bug changes.