https://bugs.kde.org/show_bug.cgi?id=525449
--- Comment #5 from [email protected] <[email protected]> --- Hi, are you still with me? I’ve attached a screenshot of the Python equivalent of ExportManager::imageFileSuffix(), as I don’t have much experience with C++. As you can see, after Spectacle creates a zero-byte file, it later fails to determine the correct suffix because Brave’s PWA injects an additional image/* glob whose preferred suffix is apng. I suggest removing the use of QMimeDatabase to determine the suffix from the URL path and instead determining the suffix directly from the file path. -- You are receiving this mail because: You are watching all bug changes.
