[Bug 141628] Re: Compiz w/ kde screensaver blanks 1/4 screen
Michael Vogt
michael.vogt at ubuntu.com
Fri Sep 28 08:45:21 UTC 2007
The patch below (that will be part of kde 3.5.8) fixes the issue:
--- lockprocess.cc.orig 2007-09-26 21:39:57.000000000 +0200
+++ lockprocess.cc 2007-09-26 21:34:42.000000000 +0200
@@ -417,7 +417,7 @@
{
Visual* visual = CopyFromParent;
XSetWindowAttributes attrs;
- int flags = 0;
+ int flags = CWOverrideRedirect;
#ifdef HAVE_GLXCHOOSEVISUAL
if( mOpenGLVisual )
{
@@ -461,6 +461,8 @@
}
}
#endif
+
+ attrs.override_redirect = 1;
Window w = XCreateWindow( x11Display(), RootWindow( x11Display(), x11Screen()),
x(), y(), width(), height(), 0, x11Depth(), InputOutput, visual, flags, &attrs );
create( w );
** Also affects: kdebase (Ubuntu)
Importance: Undecided
Status: New
--
Compiz w/ kde screensaver blanks 1/4 screen
https://bugs.launchpad.net/bugs/141628
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kdebase in ubuntu.
More information about the kubuntu-bugs
mailing list