Summary: | Upon disabling compositing, kicker shadow as well as desktop widget popup shadows are replaced with black borders | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | Donatas Glodenis <dg> |
Component: | desktop | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | adaptee, aldo-public, b7.10110111, benjarobin+kde, mgraesslin, notmart, post, thelwyn |
Priority: | NOR | ||
Version: | 4.8.2 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Black shadow around kicker |
Description
Donatas Glodenis
2011-10-12 13:37:58 UTC
Still valid in kde 4.7.3 this is because KWindowSystem::compositingActive() is never getting updated; nor is its signal being emitted. this is a recent happening ... *** Bug 283414 has been marked as a duplicate of this bug. *** putting some debug output in KWindowSystem::x11Event, it doesn't seem damage events are being sent when compositing changes. perhaps the compositor atom isn't being set at all? also tested without the EffectsWatcher in Plasma::Theme, just in case, and it had no effect. Still valid in kde 4.7.4 This is still in KDE 4.8.0. Hmm, I didn't even know that this has ever worked. This bug is still present in 4.8.2. even tough is the "opposite" is the same issue as this other bug: sometimes it doesn't nitice composite being enabled or disabled *** This bug has been marked as a duplicate of bug 261503 *** |