Failed to open connection to "session" message bus: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_LD_FLAGS
ECM_MKSPECS_INSTALL_DIR
/var/pisi/xdg-desktop-portal-kde-6.6.0-87/work/xdg-desktop-portal-kde-6.6.0/data/org.freedesktop.Accounts.User.xml:34:6: warning: Unknown element 'doc' while checking for signal arguments
/var/pisi/xdg-desktop-portal-kde-6.6.0-87/work/xdg-desktop-portal-kde-6.6.0/src/remotedesktop.cpp: In member function ‘void RemoteDesktopSession::setOptions(const QVariantMap&)’:
/var/pisi/xdg-desktop-portal-kde-6.6.0-87/work/xdg-desktop-portal-kde-6.6.0/src/remotedesktop.cpp:524:58: warning: unused parameter ‘options’ [-Wunused-parameter]
524 | void RemoteDesktopSession::setOptions(const QVariantMap &options)
| ~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/xdg-desktop-portal-kde-6.6.0-87/work/xdg-desktop-portal-kde-6.6.0/src/settings.cpp: In constructor ‘FdoAppearanceSettings::FdoAppearanceSettings(QObject*)’:
/var/pisi/xdg-desktop-portal-kde-6.6.0-87/work/xdg-desktop-portal-kde-6.6.0/src/settings.cpp:222:44: warning: ‘void QGuiApplication::paletteChanged(const QPalette&)’ is deprecated: Handle QEvent::ApplicationPaletteChange instead [-Wdeprecated-declarations]
222 | connect(qGuiApp, &QGuiApplication::paletteChanged, this, &FdoAppearanceSettings::onPaletteChanged);
| ^~~~~~~~~~~~~~
In file included from /usr/include/qt6/QtWidgets/qapplication.h:14,
from /usr/include/qt6/QtWidgets/QApplication:1,
from /var/pisi/xdg-desktop-portal-kde-6.6.0-87/work/xdg-desktop-portal-kde-6.6.0/src/settings.cpp:13:
/usr/include/qt6/QtGui/qguiapplication.h:161:89: note: declared here
161 | QT_DEPRECATED_VERSION_X_6_0("Handle QEvent::ApplicationPaletteChange instead") void paletteChanged(const QPalette &pal);
| ^~~~~~~~~~~~~~
/var/pisi/xdg-desktop-portal-kde-6.6.0-87/work/xdg-desktop-portal-kde-6.6.0/src/region-select/SelectionEditor.cpp: In member function ‘virtual bool SelectionEditor::eventFilter(QObject*, QEvent*)’:
/var/pisi/xdg-desktop-portal-kde-6.6.0-87/work/xdg-desktop-portal-kde-6.6.0/src/region-select/SelectionEditor.cpp:159:44: warning: unused parameter ‘watched’ [-Wunused-parameter]
159 | bool SelectionEditor::eventFilter(QObject *watched, QEvent *event)
| ~~~~~~~~~^~~~~~~