Hi, With latest compiz updates i can't get gtk-window-decorator working. I add gwd gconf keys I saw in list archives : http://lists.freedesktop.org/archives/compiz/2006-October/000627.html No success. I use this script to start compiz : killall gtk-window-decorator gtk-window-decorator & export __GL_YIELD="NOTHING"; compiz --replace --use-cow gconf & Compiz load but without window decoration. I'm on ubuntu edgy with nvidia beta drivers 9625, just one option in my xorg.conf : Option "AddARGBGLXVisuals" "true" Thx for your help. Richard Samson richard_@_littlerichard.Org
On Fri, 2006-10-13 at 22:45 +0200, Richard Samson wrote:> Hi, > > With latest compiz updates i can't get gtk-window-decorator working. > > I add gwd gconf keys I saw in list archives : > http://lists.freedesktop.org/archives/compiz/2006-October/000627.html > No success. > > I use this script to start compiz : > killall gtk-window-decorator > gtk-window-decorator & > export __GL_YIELD="NOTHING"; compiz --replace --use-cow gconf & > > Compiz load but without window decoration.I get this as well. With the latest code (gandalfn's dev repo), I cannot run Compiz either: "GLX_texture_from_pixmap is missing". It clearly isn't (using an i915). Beryl works, so that's how I test gtk-window-decorator (which I prefer to Emerald, as I prefer Compiz to Beryl).
On Fri, 2006-10-13 at 22:45 +0200, Richard Samson wrote:> Hi, > > With latest compiz updates i can't get gtk-window-decorator working. > > I add gwd gconf keys I saw in list archives : > http://lists.freedesktop.org/archives/compiz/2006-October/000627.html > No success. > > I use this script to start compiz : > killall gtk-window-decorator > gtk-window-decorator & > export __GL_YIELD="NOTHING"; compiz --replace --use-cow gconf & > > Compiz load but without window decoration. > > I'm on ubuntu edgy with nvidia beta drivers 9625FWIW, I also see this with compiz 0.3.2 + krh's AIGLX patches from the start of August. (Have they been moved or has development stalled?) One thing I've noticed is that the gconf schema has a default set of active plugins, but when the gconf plugin is launched, it seems that the key is replaced with the argv plugins, which could be a problem if the only one specified is the gconf plugin itself ;) It also appears that /apps/compiz/general/allscreens/options/active_plugins is (still) an array, but now with only one element: a space seperated string of plugins. Is this intentional?
On Sat, 2006-10-21 at 00:30 +0200, Mark Rosenstand wrote:> It also appears > that /apps/compiz/general/allscreens/options/active_plugins is (still) > an array, but now with only one element: a space seperated string of > plugins. Is this intentional?I guess not; it looks like splitting that string into array elements (like the schema specified in previous versions) makes compiz work again.