Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 Windows 上运行 Qt d-bus 示例(聊天)。它编译得很好,但我得到这个错误:
无法连接到 D-Bus 会话总线。请检查您的系统设置,然后重试。QEventDispatcherWin32::wakeUp:发布消息失败
我通过在 Google 档案中找到的现成安装程序在 Windows 上安装了 D-Bus。
有人可以告诉我如何在 Windows 上运行 dbus-daemon 吗?