| Summary: | gwenview shows two warnings at the same time if I try to save a file with an invalid extension | ||
|---|---|---|---|
| Product: | [Applications] gwenview | Reporter: | Patrick Silva <bugseforuns> |
| Component: | general | Assignee: | Gwenview Bugs <gwenview-bugs-null> |
| Status: | CONFIRMED --- | ||
| Severity: | normal | CC: | antonio.prcela, postix, rzaprianov |
| Priority: | NOR | ||
| Version First Reported In: | 20.08.2 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | screenshot | ||
|
Description
Patrick Silva
2020-02-10 13:26:17 UTC
Created attachment 125821 [details]
screenshot
Happens because we get both: https://invent.kde.org/graphics/gwenview/-/blob/master/lib/document/savejob.cpp#L75 and https://invent.kde.org/graphics/gwenview/-/blob/master/app/gvcore.cpp#L451 when an save error occurs. The first one gives the error message, the second one the more detailed warning with the possibility to "save as" again. Tried some approaches, but can't remove the error message. Since the second one is more detailed, I'd rather keep that one. Thoughts? STEPS TO REPRODUCE with current Gwenview master: 1. open an image with gwenview 2. open File menu and choose "Save as" (or press ctrl+shift+s) 3. Uncheck "Automatically select filename extension" on bottom 4. type a file name with an invalid extension like "image.aaa" and press enter/return Operating System: KDE neon Unstable Edition KDE Plasma Version: 5.22.80 KDE Frameworks Version: 5.83.0 Qt Version: 5.15.2 Graphics Platform: Wayland *** Bug 421150 has been marked as a duplicate of this bug. *** Thank you for the bug report. Unfortunately we were not able to get to it yet. Can we ask you to please check if this is still an issue with Gwenview 25.08.0 (the latest released version)? |