Hey, > Actually, the kded module responsible is the remote notifier, (kio_remote) > which is part of the plasma-workspace package, I'm reassigning the bug to > that package, although the issue is related to the "new" frameworks > debugging infrastructure, that has no "simple" or "happy" way to disable it > by default in a system wide way. In the meantime you could use > kdebugdialog5 to disable the kio_remote (remote kioslave) debug messages.
kdebugdialog5 only helps if the applicationis still using kDebug internally. The most applications switched to the new category logging system of Qt [0]. That's why you will need to use ksettingsdialog[1]. But it a little bit complecated to select every application an category. As a workaround you can disable debug messages for Qt andkde programs completly: cat ~/.config/QtProject/qtlogging.ini [Rules] *.debug = false Regards, sandro [0] http://doc.qt.io/qt-5/qloggingcategory.html [1] http://www.aegiap.eu/kdeblog/2015/05/kdebugsettings-1-0/