| Summary: | Allow to change a file’s filetypes from it’s properties dialog | ||
|---|---|---|---|
| Product: | [Applications] dolphin | Reporter: | Adrián Chaves (Gallaecio) <adrian> |
| Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
| Status: | CONFIRMED --- | ||
| Severity: | wishlist | ||
| Priority: | NOR | ||
| Version First Reported In: | 2.1 | ||
| Target Milestone: | --- | ||
| Platform: | Chakra | ||
| OS: | Linux | ||
| See Also: | https://bugs.kde.org/show_bug.cgi?id=279786 | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Adrián Chaves (Gallaecio)
2012-11-01 21:40:49 UTC
Thanks a lot for this detailed report! I agree that this could be considered useful from a user's point of view if the user has files whose type is not recognised by KDE. However, implementing this is certainly far from trivial. Note that mime type detection isn't based on the extension (.xml or whatever) alone. The files are actually analysed - you can see that mime type detection still works when you remove the extension of a file. Combining this existing system with user-defined custum mime types which are based on the extension alone would be quite complicated, and it's easy to think of situations where it would lead to problems. Imagine, e.g., that a user defines a new mime type which KDE doensn't know about yet. A later KDE release might add the mime type, and than there would be a conflict between the user-defined type and the new one. Well, that conflict could actually happen already. If the is currently no good handling for such a conflict, we can always open a bug report about it, and mark it as blocking this issue. Thank you for the bug report. As this report hasn't seen any changes in 5 years or more, we ask if you can please confirm that the issue still persists. If this bug is no longer persisting or relevant please change the status to resolved. |