Bug 191039

Summary: bouncing launch feedback icon is full of noise when using Qt's raster graphics system
Product: [Plasma] krunner Reporter: Gábor Lehel <illissius>
Component: generalAssignee: Plasma Bugs List <plasma-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: finex
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Gábor Lehel 2009-04-29 15:28:02 UTC
Version:            (using Devel)
Compiler:          g++ (Ubuntu 4.3.2-1ubuntu12) 4.3.2  
OS:                Linux
Installed from:    Compiled sources

If I compile Qt 4.5 with the default x11 graphics system, everything is fine. If I compile it with raster, the bouncy icon isn't really an icon, just a bunch of noise (in the shape of a square).

qt-copy is r960150
configure: -fast -qt-gif -debug -separate-debug-info -system-libpng -system-libjpeg -system-zlib -dbus -webkit -no-phonon -plugin-sql-mysql -qt-sql-sqlite -graphicssystem raster -nomake examples -nomake demos -prefix /opt/kde/dest

kdelibs is r960158

kdebase is r960160
Comment 1 FiNeX 2009-04-29 22:27:36 UTC
I'm using Qt 4.5.0 from ArchLinux repositories and I've the same problem. Some weeks ago (before updating packages) it worked fine.
Comment 2 Christoph Feck 2009-06-12 19:55:18 UTC
SVN commit 980941 by cfeck:

Force native graphicssystem

The cursor stuff in krunner uses QPixmap::handle(). This only works
with the native graphicssystem. The same fix had also be applied to
KWin.

Eventually that code should be refactored to allow running krunner
with a different graphicssystem.

BUG: 191039


 M  +6 -0      main.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=980941