Skip to content

runner: Use larger pixmap

Oliver Beard requested to merge (removed):runner-larger-pixmap into master

This avoids a low quality icon being visible as a search result when searching in the application launcher.

Before (5.25): Screenshot_20220912_195407 (5.25.5)


Before (master): Screenshot_20220912_205149

After (master+MR): Screenshot_20220912_195315 (master+MR)

Because the application launcher was recently changed to have larger icons, this is now more visible.


There is a drawback - applications with different icons for different sizes will always use the larger icon. This is already visible in master, because of the icon size change in the launcher - it uses the wrong, smaller icon. The fix also makes it use the correct icon, however, krunner will use the wrong, larger icon (but it will be downscaled, not upscaled).

And in krunner:

Before (master/5.25): Screenshot_20220912_205613

After (master+mr): Screenshot_20220912_205731

Edited by Oliver Beard

Merge request reports