Bug 256166

Summary: uncorrectly activated desktop effects at startup with intel graphic cards
Product: [Plasma] kwin Reporter: Riccardo Iaconelli <riccardo>
Component: compositingAssignee: KWin default assignee <kwin-bugs-null>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Unlisted Binaries   
OS: Linux   
Latest Commit: Version Fixed In:

Description Riccardo Iaconelli 2010-11-05 17:49:00 UTC
Version:           unspecified
OS:                Linux

This is a bug that I found with -every- intel graphic card I tried, on both Fedora, Kubuntu and Archlinux.

In short, every time kwin starts, it thinks that it has started desktop effects, while infact it has not, and if you disable and enable them back, the effects come back working normally as they always did.

To explain better, I had to put the following script in .kde/Autostart, to make everything work:

#!/bin/bash
sleep 5
qdbus org.kde.kwin /KWin toggleCompositing
sleep 5
qdbus org.kde.kwin /KWin toggleCompositing

This effectively starts KDE with desktop effects.

Reproducible: Always

Steps to Reproduce:
Logout and login again.

Actual Results:  
KWin reports effects are on, but the panel is not transparent, ...

Expected Results:  
Compositing should be really on.
Comment 1 Martin Flöser 2010-11-05 17:55:14 UTC

*** This bug has been marked as a duplicate of bug 253357 ***