缺少 Python 3 D-Bus 支持

Table of Contents

说明

D-Bus Python 模块可让 CrossOver 的安装向导检测到 CD-ROM 和 USB 闪存盘等介质的插入。这有助于向导寻找 Windows 安装程序并自动选择相应的应用程序配置文件。
运行 Windows 应用程序不需要此模块。

解决方法

在 CrossOver 17 及更高版本中,最简单的解决方案是运行该命令:

/path/to/cxoffice/bin/cxfix python3-dbus

或者添加 --show-all 参数,以查看 CrossOver 针对不同系统的具体修复机制。

另外,您也可以尝试运行以下任一命令。

  • Arch Linux : pacman -Syu python-dbus
  • Debian : apt-get install python3-dbus
  • Fedora : yum install python3-dbus
  • openSUSE >= 13.1 : zypper install dbus-1-python3
  • openSUSE >= 15.0 : zypper install python3-dbus-python

注意:

  • cxfix --show-all 可能会提供最新的修复方法。
  • 上述命令通常也适用于它们的新版本及衍生版本。例如:Debian 7 的修复命令也可用于 Debian Testing、Ubuntu、Linux Mint、Deepin 以及 Pop! OS。同样的,Fedora 的修复命令也适用于 Red Hat Enterprise Linux、CentOS 等。

Next Step: 缺少 Python 3 GObject introspection 支持

Last modified on 2026-07-07 13:35:21 UTC by Andrew Balfour

Knowledge Base Software powered by Helpjuice