
解决Install Build dependenciessudo dnf install gtk4-devel libadwaita-devel python3-devel python3-pip python3-gobjectDownload the fileswget https://github.com/H3rz3n/davinci-helper/raw/main/davinci-helper-2.4.7.tar.gz tar -xzf davinci-helper-2.4.7.tar.gz cd davinci-helper-2.4.7Installsudo pip3 install .Copy data filessudo mkdir -p /usr/share/davinci-helper sudo cp -r data /usr/share/davinci-helper/ sudo cp -r locale /usr/share/davinci-helper/ sudo cp data/desktop/com.davinci.helper.app.desktop /usr/share/applications/ sudo cp data/desktop/com.davinci.helper.app.svg /usr/share/icons/hicolor/scalable/apps/ sudo mkdir -p /usr/share/metainfo sudo cp data/desktop/com.davinci.helper.app.metainfo.xml /usr/share/metainfo/Rundavinci-helper来自https://github.com/H3rz3n/davinci-helper/issues/101