Bug 261606

Summary: Blurry Desktop Icon when re positioned
Product: [Unmaintained] plasma4 Reporter: symon <symon1980>
Component: generalAssignee: Plasma Bugs List <plasma-bugs>
Status: RESOLVED UPSTREAM    
Severity: normal CC: aseigo, notmart
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description symon 2010-12-30 11:03:18 UTC
Version:           unspecified (using KDE 4.5.90) 
OS:                Linux

Adding an icon outside of a folderview "on Desktop" and trying to change the position of the icon results in it being blurred

Reproducible: Always

Steps to Reproduce:
add an icon to the Desktop "not in folderview" and change the position at a different angle

Actual Results:  
icon blurrs

Expected Results:  
should be clear as normal position

Not as clear on screencast but here is the demonstration

http://www.youtube.com/watch?v=IMX3rBNcbsI
Comment 1 Marco Martin 2010-12-30 17:48:26 UTC
only if you resize it?
to me in that video the chrome icon was just resized bugger than what icon pixmaps are available, so blurring the icon is everything we can do and the normal behaviour
Comment 2 symon 2011-01-11 03:44:45 UTC
(In reply to comment #1)
> only if you resize it?
> to me in that video the chrome icon was just resized bugger than what icon
> pixmaps are available, so blurring the icon is everything we can do and the
> normal behaviour

No. It happens with ALL icons... and you don't even need to resize them. 
Just add any icon on your desktop outside of the folderview and change the position/angle of it. It always blurs when it should be clear
Comment 3 Aaron J. Seigo 2011-01-11 04:13:22 UTC
due to QGraphicsView doing all rotations in software but after the application has actually done the painting, there are large aliasing artifacts on rotation. there is nothing we can do about this, it requires improvements in Qt.