Closed lotuspsychje closed 2 years ago
Yes, this is caused by Qt 5.15 introducing a new syntax for specifying connections and deprecating the old syntax. Since PhotoQt is supported for Qt 5.9 onwards, I'm stuck with the old syntax causing Qt to throw all these warnings.
If you have Qt 15.1 installed, you can silence this warning (which is useless except maybe for developpers) for all Qt applications by setting the environment variable QT_LOGGING_RULES
to qt.qml.connections.warning=false
.
I just discovered a way to silence this warning from inside PhotoQt, just in time for the next release: 2cd162f5ab912fda4313e93cff866959b72d8d94
Ubuntu 22.04 development branch/beta with kernel 5.15.0-25-generic (on Wayland/gnome)
Launching photoqt makes a lot of lines in the journal logs:
the program itself works properly after launch