I am wondering if the above message is critical for the program's stability?
I got it when I ran my program, written in Qt Creator 7.0.1 with Qt 6.2.3, in a terminal (/usr/bin/x-terminal-emulator -e sudo) on Ubuntu 22.04.
My Qt project's file is as follows:
QT += core gui
QT += bluetooth
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
CONFIG += c++11
...
The environment variable XDG_RUNTIME_DIR is set to /run/user/1000.
I have never seen the above message before and do not know how and if it should be resolved. My assumption is that it may be related to my project's run settings in Qt Creator.