Fedora 43 无法打开 davinci_helper 提示No module named 'davinci_helper'

解决

  1. Install Build dependencies
sudo dnf install gtk4-devel libadwaita-devel python3-devel python3-pip python3-gobject
 
  1. Download the files
wget 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.7
 
  1. Install
sudo pip3 install .
 
  1. Copy data files
sudo 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/
 
  1. Run
davinci-helper
 
 
posted @ 2026-03-24 22:29  木子欢儿  阅读(0)  评论(0)    收藏  举报