| Summary: | Config module should provide feedback when setting up compositing fails | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | Nicolas L. <kde> |
| Component: | compositing | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | carrai.marco |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Nicolas L.
2008-05-10 16:09:35 UTC
*** Bug 161175 has been marked as a duplicate of this bug. *** i looked the link you provided, and all seems OK ( my kde is built with compositing support (see after ) and my xorg.conf seems ok too . ----------------------------------------------------------------------------- -- The following external packages were located on your system. -- This installation will have the extra features provided by these packages. + BlueZ + lm-sensors + Compositing support + Soprano + libusb + libxft ----------------------------------------------------------------------------- SVN commit 847403 by lunakl: When confirming compositing in the configuration module, wait for KWin to initialize it and report if it fails. FEATURE: 161900 M +5 -0 composite.cpp M +3 -0 kcmkwin/kwincompositing/CMakeLists.txt M +24 -2 kcmkwin/kwincompositing/advanced.cpp A kcmkwin/kwincompositing/interface_util.h [License: LGPL (v2+)] M +22 -2 kcmkwin/kwincompositing/main.cpp M +6 -0 org.kde.KWin.xml M +13 -1 workspace.cpp M +4 -1 workspace.h WebSVN link: http://websvn.kde.org/?view=rev&revision=847403 |