Hi, I'm getting a lot of warnings like this one: (gtk-window-decorator:8442): Wnck-WARNING **: Unhandled action type (nil) Does anyone else see these warnings or know what causes these? Also, it seems that this "lost textures" bug https://bugs.freedesktop.org/show_bug.cgi?id=10789 usually happens only when these warnings are spitted out, so the bug is probably related to these wnck warnings. So I'd appreciate any insight on these warnings (as I am trying to find the source of the "lost textures" bug). Regards, Erkin
I tried using kde-window-decorator instead of gtk-window-decorator, and the first time I got the error below spitted out (happened when I minimized a window), I lost the cube top cap texture. So this error must be related to the "lost textures" bug (and probably to the wnck warning). X Error: BadWindow (invalid Window parameter) 3 Major opcode: 2 Minor opcode: 0 Resource id: 0x1e0013a Does anybody have any idea what is wrong, and is causing these warnings/error and lost textures? Regards, Erkin On 4/30/07, Erkin Bahceci <erkinbah@gmail.com> wrote:> Hi, > > I'm getting a lot of warnings like this one: > (gtk-window-decorator:8442): Wnck-WARNING **: Unhandled action type (nil) > > Does anyone else see these warnings or know what causes these? > > Also, it seems that this "lost textures" bug > https://bugs.freedesktop.org/show_bug.cgi?id=10789 > usually happens only when these warnings are spitted out, so the bug > is probably related to these wnck warnings. > > So I'd appreciate any insight on these warnings (as I am trying to > find the source of the "lost textures" bug). > > Regards, > Erkin >
On Mon, 2007-04-30 at 01:22 -0500, Erkin Bahceci wrote:> Hi, > > I'm getting a lot of warnings like this one: > (gtk-window-decorator:8442): Wnck-WARNING **: Unhandled action type (nil) > > Does anyone else see these warnings or know what causes these?That warning is caused by compiz setting the new ACTION_ABOVE hint on windows and old versions of libwnck doesn't recognize that hint. It's harmless and if you upgrade to a newer version of libwnck (I think you need the svn version) it will disappear. That libwnck spits out a warning just because it doesn't recognize an action type is sort of bug.> > Also, it seems that this "lost textures" bug > https://bugs.freedesktop.org/show_bug.cgi?id=10789 > usually happens only when these warnings are spitted out, so the bug > is probably related to these wnck warnings.I haven't looked at the "lost textures" bug but I can guarantee that it's not related to this libwnck warning. - David