| Summary: | "Open with" menu can get polluted with extra entries | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-kio | Reporter: | Nate Graham <nate> |
| Component: | general | Assignee: | David Faure <faure> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | elvis.angelaccio, kdelibs-bugs-null, nate |
| Priority: | NOR | ||
| Version First Reported In: | 5.31.0 | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Duplicate entries in "Open With" sub-menu | ||
|
Description
Nate Graham
2017-03-07 06:30:13 UTC
It should remember the application you chose only if you check the "Remember application association ..." checkbox. Did you check it? Yes. But the point is, if I type "kate" into the search box and have it remember that, there should not be a new menu entry created; the menu already has a Kate entry in it. I'm not sure I'm following you. Are you saying that you have duplicated entries? (e.g. two kate entries?) Created attachment 104460 [details]
Duplicate entries in "Open With" sub-menu
Precisely. I've attached a screenshot that illustrates the problem.
Hmm you are right, I can reproduce now. This handled by kio, moving there. Not *exactly* a duplicate, but this will be fixed by https://bugs.kde.org/show_bug.cgi?id=359233 Apparently, these duplicate entries are all commands, not app entries. Using that text box is entering commands, and `kate` is the command to launch Kate, so I didn't notice what was going on. The patches in https://bugs.kde.org/show_bug.cgi?id=359233 implement a vastly better user experience. *** This bug has been marked as a duplicate of bug 359233 *** |