Summary: | konqueror fails to load http on Mac | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kio | Reporter: | RJVB <rjvbertin> |
Component: | general | Assignee: | David Faure <faure> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | kdelibs-bugs |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | macOS | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
failure message using QWE
failure message using QWK 5.212a2 |
Created attachment 108901 [details]
failure message using QWK 5.212a2
Maybe this log message gives a beginning of an explanation? kf5.kio.widgets: KonqRun(0x7faaee8ceae0) ERROR (stat): 111 "The file or folder http://www.kde.org/ does not exist." kf5.kio.core: Refilling KProtocolInfoFactory cache in the hope to find "error" I'm not seeing either of those on Linux where Konqueror5 works fine. I've relabelled this a KIO bug; the 111 error above comes from KRun . The error suggests a glitch in scheme or mime processing, yet an http kioslave is started. Still no joy. I observe that QtWebKit is loaded however, as evidenced by this terminal output: ``` kf5.kio.widgets: KonqRun(0x7f938dcea800) ERROR (stat): 111 "The file or folder http://www.kde.org/ does not exist." libpng warning: iCCP: known incorrect sRGB profile libpng warning: iCCP: known incorrect sRGB profile objc[19518]: Class AdobePDFProgressView is implemented in both /Library/Internet Plug-Ins/AdobePDFViewer.plugin/Contents/MacOS/AdobePDFViewer and /Library/Internet Plug-Ins/AdobePDFViewerNPAPI.plugin/Contents/MacOS/AdobePDFViewerNPAPI. One of the two will be used. Which one is undefined. objc[19518]: Class ObjCTimerObject is implemented in both /Library/Internet Plug-Ins/AdobePDFViewer.plugin/Contents/MacOS/AdobePDFViewer and /Library/Internet Plug-Ins/AdobePDFViewerNPAPI.plugin/Contents/MacOS/AdobePDFViewerNPAPI. One of the two will be used. Which one is undefined. ``` The messages from the Objective C runtime are generated while scanning the plugins directory during the QtWebKit initialisation. Thank you for reporting this issue in KDE software. As it has been a while since this issue was reported, can we please ask you to see if you can reproduce the issue with a recent software version? If you can reproduce the issue, please change the status to "REPORTED" when replying. Thank you! Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone! |
Created attachment 108900 [details] failure message using QWE Already discussed for a bit on the mailing list: Konqueror5 fails to work as a webbrowser on Mac, since a few iterations. The most reasonable explanation seems to be that the kio_http slave isn't loaded for some reason, or fails to do its job. The webengine part may be involved too though: while the man and help kioslaves work fine with both khtml and WebKit (5.212 alpha2) I get an error message when I switch to the WebEngine view that's almost identical to the one I get trying to load a remote web page. Switch back to either of the other views (incl. Okular and Kate) and all is fine again.