| Summary: | GWenview fails to open *.xpm files | ||
|---|---|---|---|
| Product: | [Applications] gwenview | Reporter: | juan carlos <juancarlospaco> |
| Component: | general | Assignee: | Gwenview Bugs <gwenview-bugs-null> |
| Status: | RESOLVED UPSTREAM | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 19.12.3 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
juan carlos
2020-03-15 11:20:03 UTC
The XPM image loader is part of the Qt libraries, it only supports the version XPM3 that is the default version since 1991. https://code.qt.io/cgit/qt/qtbase.git/tree/src/gui/image/qxpmhandler.cpp https://en.wikipedia.org/wiki/X_PixMap#XPM3 If you really need to support older versions, I suggest to report this issue directly to Qt developers via https://bugreports.qt.io/ with a test case. |