According to https://bbs.archlinux.org/viewtopic.php?id=193123 its an easy fix to disable debug logging although the kdebugdialog5 program doesn't actually do anything.
Add the lines:
QT_LOGGING_RULES="*.debug=false"
export QT_LOGGING_RULES
to /usr/bin/startkde near the top.
No comments:
Post a Comment