Bug 256166 - uncorrectly activated desktop effects at startup with intel graphic cards
Summary: uncorrectly activated desktop effects at startup with intel graphic cards
Status: RESOLVED DUPLICATE of bug 253357
Alias: None
Product: kwin
Classification: Plasma
Component: compositing (show other bugs)
Version: unspecified
Platform: Unlisted Binaries Linux
: NOR normal
Target Milestone: ---
Assignee: KWin default assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-05 17:49 UTC by Riccardo Iaconelli
Modified: 2010-11-05 17:55 UTC (History)
0 users

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 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 ***