Summary: | The composition with OpenGL (the default) has sent in KWin crashes in the past. | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | enrico <68mediafire> |
Component: | compositing | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | Flags: | mgraesslin:
nouveau+
|
Priority: | NOR | ||
Version: | 4.8.3 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kde-workspace/08c10bf6961dbb97e3ff0bc5ae14c3e746ca4980 | Version Fixed In: | 4.8.4 |
Sentry Crash Report: |
Description
enrico
2012-05-28 16:17:12 UTC
1554ba408633397066d31c3d565c217b5a385fb8 causes the kcm to be build against OpenGL ES. We should consider to revert the change in 4.8.4 Git commit 08c10bf6961dbb97e3ff0bc5ae14c3e746ca4980 by Martin Gräßlin. Committed on 29/05/2012 at 07:59. Pushed by graesslin into branch 'KDE/4.8'. Fix compilation of KCMs to not link against GLES If both GL and GLES are present, the KCMs are build against GLES, which is causing trouble. This fixes the changes introduced with 1554ba408633397066d31c3d565c217b5a385fb8. FIXED-IN: 4.8.4 REVIEW: 105098 M +2 -3 kwin/kcmkwin/kwincompositing/CMakeLists.txt M +2 -3 kwin/kcmkwin/kwinscreenedges/CMakeLists.txt http://commits.kde.org/kde-workspace/08c10bf6961dbb97e3ff0bc5ae14c3e746ca4980 |