On 12/12/17 21:50, Aleix Pol wrote:
That's because some distributions change stuff so debug information don't show up on the users' systems.
Thank you! Googling for QT_LOGGING_RULES gave me this page which is what I had been missing, http://doc.qt.io/qt-5/qloggingcategory.html And sure enough I found this, duh... ~ cat /etc/xdg/QtProject/qtlogging.ini [Rules] *.debug=false FTR this seemed to give me least noise but still allow console.log() and friends to work... [Rules] *.debug=true qt.*.debug=false kf5.*.debug=false org.kde.*.debug=false except for this one line which I can't seem to get rid of... Trying to use rootObject before initialization is completed, whilst using setInitializationDelayed. Forcing completion