Comment 4 for bug 1384776

Revision history for this message
Albert Astals Cid (aacid) wrote :

I would like to find who is creating those dbus connections to networkmanager. There are two candidates:

 a) QNetworkConfigurationManager used in src/CachingNetworkManagerFactory.cpp
 b) NetworkingStatus.limitedBandwith used in plugins/Dash/CardCreator.js

If it is only a) and not b) we should switch src/CachingNetworkManagerFactory.cpp use over to ubuntu::connectivity::NetworkingStatus that also has the hability to provide wheter if we are online or not

Of course the original Qt bug should be still fixed so that other people don't step on that problem.