This was fixed in qtbase-opensource-src 5.9.3+dfsg-0ubuntu2 and newer
versions in Ubuntu 18.04.
** Changed in: qtbase-opensource-src (Ubuntu)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
The qt.conf file will be removed in Ubuntu 18.04, see
https://bugs.debian.org/886437. Already fixed in bionic-proposed.
** Bug watch added: Debian Bug tracker #886437
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886437
** Changed in: qtbase-opensource-src (Ubuntu)
Status: Invalid =
I upgraded from 17.04 to 17.10 just yesterday and I was affected from
the same issue.
I'm sorry to say, @mitya57, you intentionally broke the qDebug _default_
behaviour (and Fedora as well).
qDebug()'ing something should result in printing in the console output.
If there's issues with some appli
according to this documentation:
http://doc.qt.io/qt-5/qtglobal.html#qDebug
which is also referenced in the link you provided it says that if you write:
qDebug() << "Debug" there should be output unless QT_NO_DEBUG_OUTPUT is defined.
there is no mention that the logging category filters this messag
according to this documentation:
http://doc.qt.io/qt-5/qtglobal.html#qDebug
which is also referenced in the link you provided it says that if you write:
qDebug() << "Debug" there should be output unless QT_NO_DEBUG_OUTPUT is defined.
there is no mention that the logging category filters this messag
It is nowhere documented that debug output will be shown. Please see
http://doc.qt.io/qt-5/qloggingcategory.html.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1731646
Title:
missing qDebug output w
Should have been at least documented somehow, but OK.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1731646
Title:
missing qDebug output when creating QT applications
To manage notifications about
It is not a bug. We intentionally disable debug output in Debian/Ubuntu
(Fedora also does the same thing). It was done in order to solve
https://bugs.debian.org/805399.
There are easy workarounds: either what you suggested, or exporting
QT_LOGGING_RULES="*.debug=true".
** Bug watch added: Debian