konqueror5/Mac : kf5.kio.widgets: KonqRun(x) ERROR (stat): 111 "The file or folder http://www.kde.org/ does not exist."
René J.V. Bertin
rjvbertin at gmail.com
Thu Aug 10 15:48:21 UTC 2017
On Thursday August 10 2017 09:37:05 David Faure wrote:
> On mercredi 9 août 2017 18:10:12 CEST René J.V. Bertin wrote:
> > ERR_UNKNOWN_URL_SCHEME
>
> Debug KProtocolInfo::isKnownProtocol("http") returning false.
It doesn't (or at least it shouldn't; KProtocolInfoFactory::self()->findProtocol(protocol) doesn't return NULL).
> KProtocolInfoFactory::fillCache() should find plugins/kf5/kio/http.so and make
> KProtocolInfo return true.
See anything off here?
Plugin "/opt/local/share/qt5/plugins/kf5/kio/http.so" json= QJsonObject({"http":{"Class":":internet","Icon":"text-html","X-DocPath":"kioslave5/http/index.html","defaultMimetype":"application/octet-stream","deleting":true,"determineMimetypeFromExtension":false,"exec":"kf5/kio/http","input":"none","maxInstances":20,"maxInstancesPerHost":5,"output":"filesystem","protocol":"http","reading":true,"writing":true},"https":{"Class":":internet","Icon":"text-html","X-DocPath":"kioslave5/http/index.html","config":"http","defaultMimetype":"application/octet-stream","deleting":true,"determineMimetypeFromExtension":false,"exec":"kf5/kio/http","input":"none","maxInstances":20,"maxInstancesPerHost":5,"output":"filesystem","protocol":"https","reading":true,"writing":true},"webdav":{"Class":":internet","Icon":"folder-remote","X-DocPath":"kioslave5/webdav/index.html","defaultMimetype":"application/octet-stream","deleteRecursive":true,"deleting":true,"determineMimetypeFromExtension":false,"exec":"kf5/kio/http","input":"none","listing":["Name","Type","Size","Date","AccessDate","Access"],"makedir":true,"maxInstances":20,"maxInstancesPerHost":5,"moving":true,"output":"filesystem","protocol":"webdav","reading":true,"writing":true},"webdavs":{"Class":":internet","Icon":"folder-remote","X-DocPath":"kioslave5/webdav/index.html","config":"webdav","defaultMimetype":"application/octet-stream","deleteRecursive":true,"deleting":true,"determineMimetypeFromExtension":false,"exec":"kf5/kio/http","input":"none","listing":["Name","Type","Size","Date","AccessDate","Access"],"makedir":true,"maxInstances":20,"maxInstancesPerHost":5,"moving":true,"output":"filesystem","protocol":"webdavs","reading":true,"writing":true}})
caching key "http" protocol QJsonObject({"Class":":internet","Icon":"text-html","X-DocPath":"kioslave5/http/index.html","defaultMimetype":"application/octet-stream","deleting":true,"determineMimetypeFromExtension":false,"exec":"kf5/kio/http","input":"none","maxInstances":20,"maxInstancesPerHost":5,"output":"filesystem","protocol":"http","reading":true,"writing":true})
caching key "https" protocol QJsonObject({"Class":":internet","Icon":"text-html","X-DocPath":"kioslave5/http/index.html","config":"http","defaultMimetype":"application/octet-stream","deleting":true,"determineMimetypeFromExtension":false,"exec":"kf5/kio/http","input":"none","maxInstances":20,"maxInstancesPerHost":5,"output":"filesystem","protocol":"https","reading":true,"writing":true})
caching key "webdav" protocol QJsonObject({"Class":":internet","Icon":"folder-remote","X-DocPath":"kioslave5/webdav/index.html","defaultMimetype":"application/octet-stream","deleteRecursive":true,"deleting":true,"determineMimetypeFromExtension":false,"exec":"kf5/kio/http","input":"none","listing":["Name","Type","Size","Date","AccessDate","Access"],"makedir":true,"maxInstances":20,"maxInstancesPerHost":5,"moving":true,"output":"filesystem","protocol":"webdav","reading":true,"writing":true})
caching key "webdavs" protocol QJsonObject({"Class":":internet","Icon":"folder-remote","X-DocPath":"kioslave5/webdav/index.html","config":"webdav","defaultMimetype":"application/octet-stream","deleteRecursive":true,"deleting":true,"determineMimetypeFromExtension":false,"exec":"kf5/kio/http","input":"none","listing":["Name","Type","Size","Date","AccessDate","Access"],"makedir":true,"maxInstances":20,"maxInstancesPerHost":5,"moving":true,"output":"filesystem","protocol":"webdavs","reading":true,"writing":true})
R.
More information about the Kde-frameworks-devel
mailing list