Linux应用程序开发笔记:DBUS进程通信

雨燕双飞 提交于 2019-12-15 17:22:41

 

使用dbus进行进程通信

 

常见错误及解决办法

错误:

connection error: :org.freedesktop.DBus.Error.NotSupported -- Unable to autolaunch a dbus-daemon without a $DISPLAY for X11

解决办法:

eval `dbus-launch --sh-syntax`
sudo apt install dbus-x11

 

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!