| Summary: | FavIconRequestJob fails to retrieve larger favicons | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-kio | Reporter: | Ian Neal <iannbugzilla> |
| Component: | general | Assignee: | KIO Bugs <kio-bugs-null> |
| Status: | CONFIRMED --- | ||
| Severity: | normal | CC: | kdelibs-bugs-null, nicolas.fella |
| Priority: | NOR | ||
| Version First Reported In: | 6.20.0 | ||
| Target Milestone: | --- | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Ian Neal
2025-12-12 00:02:09 UTC
There's a somewhat arbitrary size limit in the code: https://invent.kde.org/frameworks/kio/-/blob/master/src/gui/faviconrequestjob.cpp#L189 Changing the limit would be easy, but I'm hesitant about removing it entirely Biggest one I've found is 256x256 which was around 100k. Maybe take the limit to 0x20000 ? |