MCUXpresso IDE 11.0.0 dbus-launch errors

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

MCUXpresso IDE 11.0.0 dbus-launch errors

2,801 次查看
lucasrangit
Contributor III

I install MCUXpresso inside an Ubuntu 16.04 64-bit VM with minimum dependencies and noticed the following error in the console when trying to launch dialog boxes (which still appeared to work however).

(MCUXpresso IDE:17774): dconf-WARNING **: failed to commit changes to dconf: Failed to execute child process "dbus-launch" (No such file or directory)

This is caused by the missing dependency on dbus-x11, which I fix with the following.

apt-get install -y dbus-x11
标签 (1)
标记 (4)
1 回复

2,703 次查看
lpcxpresso_supp
NXP Employee
NXP Employee

Thank you for your feedback. It sounds like you have installed a more minimal install of Ubuntu than we have done during our testing. We'll log this dependency issue for fixing in a future IDE release.

Regards,

MCUXpresso IDE Support