Cutefish桌面移植问题

我使用的是202308 Debian镜像,我正在移植Cutefish桌面环境
目前我已经将Cutefish核心组件(fishui, core, libcutefish等)
但是目前在Gnome桌面环境(Wayland)下启动cutefish终端等应用会报错

user@starfive:~/cutefish$ cutefish-terminal
QSocketNotifier: Can only be used with threads started with QThread
Segmentation fault



user@starfive:~/cutefish$ cutefish-launcher
QSocketNotifier: Can only be used with threads started with QThread
Model size of -2 is less than 0
Cannot find EGLConfig, returning null config
kf.windowsystem: Could not find any platform plugin
added:  "Tweaks" true
Segmentation fault

在Xorg模式下会报错(OpenGL问题?)

user@starfive$ cutefish-terminal
QGLXContext: Failed to create dummy context
default KB_LAYOUT_DIR:  "/usr/lib/riscv64-linux-gnu/qt5/qml/Cutefish/TermWidget/kb-layouts"
QObject::connect: No such slot Konsole::TerminalDisplay::close()
loadAllColorSchemes
QQmlComponent: Created graphical object was not placed in the graphics scene.
Failed to create OpenGL context for format QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize 24, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize 8, stencilBufferSize 8, samples -1, swapBehavior QSurfaceFormat::DoubleBuffer, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
Aborted


cutefish-daemon
Cannot register D-Bus service

目前 cutefishos/qt-plugins: Qt platform theme plugin, unified style. (github.com)无法移植打包,编译时会报错

CMake Error at /usr/share/ECM/modules/ECMQueryQmake.cmake:1 (if):
  if given arguments:

    "VERSION_GREATER_EQUAL" "5.93"

  Unknown arguments specified
Call Stack (most recent call first):
  widgetstyle/CMakeLists.txt:17 (include)

请问如何解决,感谢