Summary: | Open with dialog appears when clicking open with <application_name> | ||
---|---|---|---|
Product: | [Applications] akregator | Reporter: | Avihay <kde> |
Component: | internal browser | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | cfeck, montel |
Priority: | NOR | ||
Version: | 4.9 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kdelibs/6df4713cbf33fce9ff8c47c1afb424165f321577 | Version Fixed In: | 4.9.3 |
Sentry Crash Report: | |||
Attachments: | Screenshot of file download/open dialog box |
Description
Avihay
2012-09-14 22:08:28 UTC
Could you provide a example where I can test it ? I guess I can, every entry here: http://www.animebit.net/feed hit either of the two links after the text Enclosure: and before the text (application/x-bittorrent, 12 B) Happens in other places too, but I can't recall one right now. "2) In every entry in the menu that pops up when you click the "<file_in_folder_icon> Open with <down_arrow>" button (this should happen only for the last entry, labled "Open with...")" I don't have it could you create a screenshot please ? Created attachment 74621 [details]
Screenshot of file download/open dialog box
Tthe button you specifically asked about is the one that is pressed in the picture.
Ok I see the bug. Will look at it. IT's a bug in kdelibs. But will look at now Git commit 6df4713cbf33fce9ff8c47c1afb424165f321577 by Montel Laurent. Committed on 18/10/2012 at 14:30. Pushed by mlaurent into branch 'KDE/4.9'. Fix Bug 306814 - Open with dialog appears when clicking open with <application_name> If we select a service uses it. FIXED-IN: 4.9.3 M +11 -3 kparts/browserrun.cpp http://commits.kde.org/kdelibs/6df4713cbf33fce9ff8c47c1afb424165f321577 it was a kdelibs bug. Fixed now in 4.9.3 Git commit f97e0a3d9a8ac806505e6b17927543b2627fcae0 by David Faure. Committed on 31/10/2012 at 14:51. Pushed by dfaure into branch 'KDE/4.9'. KParts::BrowserRun: Restore behavior compatibility with kdelibs < 4.5. Don't show application selection if the application isn't ready to handle it. This bug was in my initial commit, a141c149. M +1 -2 kparts/browserrun.cpp http://commits.kde.org/kdelibs/f97e0a3d9a8ac806505e6b17927543b2627fcae0 Git commit 2cf419ba4bc4c0660979fe9175e6311811a2a81c by David Faure. Committed on 31/10/2012 at 15:59. Pushed by dfaure into branch 'KDE/4.9'. Trim double-quotes at the beginning and end of the mimetype string. "application/x-bittorrent" with the double-quotes isn't a known mimetype. M +6 -0 kioslave/http/http.cpp http://commits.kde.org/kdelibs/2cf419ba4bc4c0660979fe9175e6311811a2a81c Git commit de121b0c5558636f60bea66ddc64f2f7616edabf by David Faure. Committed on 31/10/2012 at 18:13. Pushed by dfaure into branch 'KDE/4.9'. Enable the "select an application" feature and this time it works. (now fixed for real) M +11 -4 akregator/src/browserrun.cpp M +1 -0 akregator/src/browserrun.h http://commits.kde.org/kdepim/de121b0c5558636f60bea66ddc64f2f7616edabf great thanks david! |