Summary: | Bad defaults in choosing default webbrowser | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | iform |
Component: | kcm_componentchooser | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | cfeck, germano.massullo |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | This is the webbrowser component chooser immediately after pushing "Reset" |
Description
iform
2010-06-04 03:18:02 UTC
Confirmed in today's trunk. It should not be possible to "Apply" an empty application name, this also is wrong in email application selection. SVN commit 1135564 by cfeck: Fix browser service not reset to KIO for empty exec line BUG: 240677 M +2 -2 componentchooserbrowser.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1135564 SVN commit 1135569 by cfeck: Revert last commit and apply a better fix The problem was that the module saved an empty exec line as "!", instead of resetting to KIO based service. The bug should be catched on saving instead of on loading, otherwise the user believes she is using KIO while in reality it tries to run an empty command (and causes a crash this way). CCBUG: 240677 M +3 -3 componentchooserbrowser.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1135569 SVN commit 1135572 by cfeck: Fix browser service not reset to KIO for empty exec line (backport r1135569) CCBUG: 240677 FIXED-IN: 4.4.5 M +1 -1 componentchooserbrowser.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1135572 *** Bug 234620 has been marked as a duplicate of this bug. *** |