| Summary: | Optional ability to choose specific files to open with specific apps, rather than always choosing the opening app based on the minetype | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-kio | Reporter: | Toadfield <toadfield> |
| Component: | general | Assignee: | KIO Bugs <kio-bugs-null> |
| Status: | CONFIRMED --- | ||
| Severity: | wishlist | CC: | a.samirh78, faure, kdelibs-bugs-null, nate |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Other | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Toadfield
2021-04-23 13:42:32 UTC
I don't think that would be feasible, finding apps to open a file is mainly based on the mimetype, not by file name... So is it impossible to implement a feature like that? Not impossible, just somewhat incompatible with the way it's currently done. One way it could be implemented is to add an extended attribute on the file indicating that it wishes to always be opened with a particular application, if available. If that application is not available, or no such extended attribute is set, it would fall back to opening with the normal mimetype-based method. This is the kind of thing that would ideally be proposed as a FreeDesktop spec, as it would be kind of sucky for it to only work in a KDE-based environment. |