Bug 191039 - bouncing launch feedback icon is full of noise when using Qt's raster graphics system
Summary: bouncing launch feedback icon is full of noise when using Qt's raster graphic...
Status: RESOLVED FIXED
Alias: None
Product: krunner
Classification: Plasma
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-29 15:28 UTC by Gábor Lehel
Modified: 2009-06-12 19:55 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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