Summary: | konqueror does not open certain files from internet sites (bug 267345) | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | Ferdinand Gassauer <gassauer> |
Component: | general | Assignee: | Dawit Alemayehu <adawit> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 4.7 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Ferdinand Gassauer
2011-08-08 17:50:38 UTC
Git commit bd53435c033c4674d30987e8646443649b9da75b by Dawit Alemayehu. Committed on 10/08/2011 at 00:45. Pushed by adawit into branch 'KDE/4.7'. If the mime-type is the default one (application/octet-stream), use the suggested file name to determine the content's mime-type. BUG: 279675 REVIEW: 102256 M +14 -5 kparts/browseropenorsavequestion.cpp http://commits.kde.org/kdelibs/bd53435c033c4674d30987e8646443649b9da75b Git commit b4f96a8f74431223b539da175c2ae7d0bc4322bc by David Faure, on behalf of Dawit Alemayehu. Committed on 10/08/2011 at 00:45. Pushed by dfaure into branch 'frameworks'. If the mime-type is the default one (application/octet-stream), use the suggested file name to determine the content's mime-type. BUG: 279675 REVIEW: 102256 (cherry picked from commit bd53435c033c4674d30987e8646443649b9da75b) M +14 -5 kparts/browseropenorsavequestion.cpp http://commits.kde.org/kdelibs/b4f96a8f74431223b539da175c2ae7d0bc4322bc Git commit 93517f75ca903a4994c22cf680b4846639ee39ac by Dawit Alemayehu. Committed on 05/12/2011 at 07:58. Pushed by adawit into branch 'KDE/4.7'. Show the correct mime type in the dialog box when the mime-type is determined from the suggested filename. This commits adds back the missing portion from the last commit, bd53435c. CCBUG: 279675 M +7 -3 kparts/browseropenorsavequestion.cpp http://commits.kde.org/kdelibs/93517f75ca903a4994c22cf680b4846639ee39ac Git commit 99175ed16914d4a1e1028b9dadb4fd01fc29b446 by David Faure. Committed on 08/01/2013 at 21:32. Pushed by dfaure into branch 'KDE/4.10'. Rework fix for bug 279675 so that the new mimetype is used by KRun too. When the mimetype has to be refined from the url-filename or suggested-filename, it's not enough to show the user, we have to also pass it on to the application and to KRun. Otherwise clicking "open with KWrite" can end up not doing anything, due to the service->hasMimeType() check in KRun. It also didn't benefit from the turning of shellscript into text/plain in BrowserRun::handleNonEmbeddable since the mimetype fixup was done afterwards. REVIEW: 108277 M +3 -24 kparts/browseropenorsavequestion.cpp M +16 -0 kparts/browserrun.cpp http://commits.kde.org/kdelibs/99175ed16914d4a1e1028b9dadb4fd01fc29b446 |