| Summary: | File save dialog shouldn't append ".jpeg" to the filename when the user specifies ".jpg" | ||
|---|---|---|---|
| Product: | [Plasma] plasma-integration | Reporter: | Ilya Bizyaev <bizyaev> |
| Component: | general | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | REPORTED --- | ||
| Severity: | normal | CC: | fanzhuyifan, shubhamarora |
| Priority: | NOR | Keywords: | qt6 |
| Version First Reported In: | 5.93.0 | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Ilya Bizyaev
2024-02-17 18:56:31 UTC
I think this not a valid issue. The option for Automatically select file extension is here so the text entered in the filename is treated as a title and the the extension appended to it. When it is unchecked the filename is treated as complete name with extension and is working as expected. UX can do with some improvements but functionality is intentional. Well, I disagree: saving a file as “test.png” doesn't make it a “test.png.png”. The automatic extension should just be slightly smarter to recognize that “.jpg” and “.jpeg” are the same extension. Yeah I think there might be some way it could figure that out from the MIME database, but I am not an expert on that |