我在我的程序中使用dbus,但是当我包含#include <dbus-1.0/dbus/dbus.h>时,我得到了错误:dbus-1.0/dbus/dbus.h:29:10: fatal error:'dbus/dbus-arch-deps.h' file not found
在文件夹dbus中没有dbus-arch-
我在我的程序中使用dbus,但是当我包含#include 时,我得到了错误:dbus-1.0/dbus/dbus.h:29:10: fatal error: 'dbus/dbus-arch-deps.h' file not found
在文件夹dbus中没有dbus-arch-deps.h文件。我可以在lib64/dbus-1.0/include/
我对dbus和python有点问题。从命令行运行python,告诉它import dbus,然后告诉它systembus = dbus.SystemBus(),不会导致任何错误,也不会运行一个由朋友编写的程序,该程序也使用完全相同的代码。dbtest.py", line 26, in <module> File "dbtest.py", line 7, in getDevs
bus = dbus.SystemBus/usr&
当我在Wayland下运行Firefox时,
dbus[913]: arguments to dbus_message_new_method_call() were incorrect, assertion"_dbus_check_is_valid_path (path)" failed in file ../../../dbus/dbus-message.c line 1366.我试过设置MOZ_DBUS_REMOTE=1根据