Version: unspecified (using Devel) OS: Linux After adjusting the pixel sizes for the icons in Dolphin, I noticed a strange oddity with the new folder icons found in KDE 4.7. In Dolphin, at 112 pixels, the folder seems smoother and slightly blurred. In fact, it's looks pretty good IMO. However, if you bump up the size to 128 pixels, the icon changes to a sharper, more basic looking icon. I made a pic comparing the two: http://dl.dropbox.com/u/3251417/Screenies/folder_compare.png Reproducible: Always Steps to Reproduce: Adjust the icon view size in the Dolphin. Expected Results: I'm not exactly sure what the new icons *should* look like, but I'm assuming they should look the same at any size.
Because of lacking features in Qt's SVG support, the icons have to be stored as bitmaps (PNG) instead of scalable graphics (SVG). Oxygen ships only a limited set of sizes (256, 128, 64, 48, 32, 22, 16 pixels), any other size is created by downscaling. This creates the blurry appearance. *** This bug has been marked as a duplicate of bug 190385 ***