Bug 358139 - "Open with" dialog's input field should also search in "Known Applications" tree
Summary: "Open with" dialog's input field should also search in "Known Applications" tree
Status: RESOLVED DUPLICATE of bug 359233
Alias: None
Product: frameworks-kio
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: David Faure
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-17 19:21 UTC by Gregor Mi
Modified: 2017-10-27 13:40 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gregor Mi 2016-01-17 19:21:59 UTC
CURRENT SITUATION:
1. Right click on a audio file -> "Open with..." and see that "mpv Media Player" is installed.
2. Would like to make this the default application.
3. Choose "Other..." from the menu.
4. The "Open with" dialog opens.
5. Enter "mpv" in the text input field.
=> "mpv" is shown as valid suggestion. The user might think that this is the correct choice but it is not:

If you search the tree view _by hand_ and click "mpv Media Player" then the correct command is put to the text input field ("mpv --profile=pseudo-gui -- %U").

See also https://bugs.kde.org/show_bug.cgi?id=195214

SUGGESTION:
Typing text into the input field also searches the tree view below and highlights matches (and hides non-matching tree items). This does not mitigate all possible problems of this dialog but would be a step towards better usability.
Comment 1 Frank Reininghaus 2016-01-18 20:47:18 UTC
Thanks for the report. The "Open with" dialog is part of KIO -> reassigning.
Comment 2 Gregor Mi 2016-02-15 18:53:09 UTC
See also this VDG post https://forum.kde.org/viewtopic.php?f=285&t=131014
Comment 3 Nate Graham 2017-10-27 13:40:13 UTC
Like many people, myself included, you thought that text field was a search field to look for applications. In fact, it's actually a place to enter command-line tools to handle the document! This isn't very intuitive, and it will be fixed with Bug 359233.

*** This bug has been marked as a duplicate of bug 359233 ***