GNOME Bugzilla – Bug 151918
Find out what is going on with Metacity's frame visuals.
Last modified: 2008-01-21 21:59:43 UTC
-have metacity 2.8.4 running -run xcompmgr (with any options) -watch the window borders gone transparent
Created attachment 31305 [details] weird borders
with all themes or just this one?
with any theme was running fine with 2.8.1, just appeared after installing 2.8.4
found the problem: you have to run metacity with XLIB_SKIP_ARGB_VISUALS=1 environment variable.
That's a workaround, certainly not a fix ;-)
this variable also affects other gnome apps like gnome-theme-manager (no preview) and epiphany (crashes on toolbar setup)
I've seen that behaviour in 2.8.5 and current cvs, too. However, if you compile metacity with --disable-render, the problem disappears. Still just a workaround, I know...
The real issue here is probably just that metacity is still somewhat confused about what visual it picks for the frame windows. It's not a compositor problem as such, but we might as well leave it here since anything having to do with ARGB visuals will probably have to be dealt with by me.
Well, if it's an ARGB visual problem with the frame, it may be related to bug 150465.
Søren's compositor is not in trunk any more. -> OBSOLETE
Well, the issue of ARGB frame visuals is not going away. But it may not be worthwhile keeping the bug open.