すべてのwifiネットワークをリストするために単純なqt5 c++プログラムを実行しようとしています.Linux mintで実行するとすぐに動作しますが、Raspberry pi(最新のraspbian)で実行しようとすると次のエラーが発生します:
QDBusConnection: error: could not send message to service "org.freedesktop.NetworkManager" path "" interface "org.freedesktop.DBus.Introspectable" member "Introspect":
ERROR : Interface invalid
次のコマンドですべてのwifiネットワークを一覧表示できるため、wifiドングルは機能しています。
sudo iwlist wlan0 scan
何が起こっている?前もって感謝します。