| 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: | general | Assignee: | 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/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Gábor Lehel
2009-04-29 15:28:02 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. 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 |