| Summary: | kttp and https kioslaves don't work if Network Manager isn't running or if it is not managing any interfaces. | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-kio | Reporter: | Łukasz Sierżęga <xarafaxz> |
| Component: | general | Assignee: | David Faure <faure> |
| Status: | CLOSED NOT A BUG | ||
| Severity: | grave | CC: | kdelibs-bugs-null, nate |
| Priority: | NOR | Keywords: | regression |
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Łukasz Sierżęga
2015-11-17 02:57:13 UTC
I do some gdb stuff and it looks like that in:
http.cpp:1916
> m_networkConfig->isOnline()
return incorrectly false.
I've write some stub program with QNetworkConfigurationManager->isOnline() but it works perfectly fine.
I think this is expected. We rely on network manager to handle connections for us. If it's not running, it can't do the work we need it to do. If you have issues with network manager that make it painful to use, please report them upstream. |