MCUXpresso IDE 11.0.0 dbus-launch errors

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

MCUXpresso IDE 11.0.0 dbus-launch errors

2,809件の閲覧回数
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,711件の閲覧回数
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