Created attachment 158188 [details] Mimetype colibre icon overlay are not that crisp In 6.4 release, we got Mime type icon overlay over recent file (tdf#125756). This so helpful to determine what filetype a file in the star center is. Somehow this icons are taken from 128px*128px size while seeing the source code (sfx2/source/control/recentdocsview.cxx) the overlay size is 50px*50px (or 40px*40pc ? Iām not sure). This leads to not pixel perfect appearance. So my suggestion is to provide a mechanisme to show proper icon size whether we should provide another icon files under sfx2 directory (or define them in links.txt) or use already available icon (we have 32px*32px icons under res directory).
The MIME type overlay icons are taken from icon-themes/*/res/*128.png or icon-themes/*/res/*128.svg
(In reply to Rizal Muttaqin from comment #1) > The MIME type overlay icons are taken from icon-themes/*/res/*128.png or > icon-themes/*/res/*128.svg Another thing that those icons are not MIME type actually, but the module of the software. It's not appropiate IMHO.
Thank you for reporting this bug. I have reduced the severity to "trivial," as this is a cosmetic issue.
(In reply to iantheprogrammer from comment #3) > Thank you for reporting this bug. > > I have reduced the severity to "trivial," as this is a cosmetic issue. Almost all of my attentions are about icon theme so it would be trivial. :D
Is it possible this bug will be fixed in the 7.0 release?
Heiko Tietze committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/997a504f33bbd43c02a96a2a593a03e58bd3b72c Resolves tdf#130936 - Proper Icon Size for MIME type Icon in Start Center It will be available in 7.1.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Heiko Tietze committed a patch related to this issue. It has been pushed to "libreoffice-7-0": https://git.libreoffice.org/core/commit/8c08eefeb512d4cbc86c4c5308d86a59bd232beb Resolves tdf#130936 - Proper Icon Size for MIME type Icon in Start Center It will be available in 7.0.0.1. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.