xfce4-panel and compiz

Adriano Winter Bess awbess at gmail.com
Sat Mar 18 18:33:26 CET 2006


On Sat, Mar 18, 2006 at 05:17:59PM +0000, Foxy wrote:

Please see comments below...

> [...]
> >
> > (xfce4-cpugraph-plugin:4344): Gdk-WARNING **: GdkWindow 0xe00030 
> > unexpectedly destroyed
> >
> > (xfce4-cpugraph-plugin:4344): Gdk-WARNING **: GdkWindow 0xe0002f 
> > unexpectedly destroyed
> >
> > (xfce4-cpugraph-plugin:4344): Gdk-WARNING **: GdkWindow 0xe00003 
> > unexpectedly destroyed
> >
> > (xfce4-fsguard-plugin:4345): Gdk-WARNING **: GdkWindow 0x1000030 
> > unexpectedly destroyed
> >
> > (xfce4-fsguard-plugin:4345): Gdk-WARNING **: GdkWindow 0x100002f 
> > unexpectedly destroyed
> >
> > (xfce4-fsguard-plugin:4345): Gdk-WARNING **: GdkWindow 0x1000003 
> > unexpectedly destroyed
> >
> > (xfce4-fsguard-plugin:4346): Gdk-WARNING **: GdkWindow 0x1200030 
> > unexpectedly destroyed
> >
> > (xfce4-fsguard-plugin:4346): Gdk-WARNING **: GdkWindow 0x120002f 
> > unexpectedly destroyed
> >
> > (xfce4-fsguard-plugin:4346): Gdk-WARNING **: GdkWindow 0x1200003 
> > unexpectedly destroyed
> >
> > (xfce4-menu-plugin:4352): Gdk-WARNING **: GdkWindow 0x1a00003 
> > unexpectedly destroyed
> >
> > (xfce4-verve-plugin:4353): Gdk-WARNING **: GdkWindow 0x1c00003 
> > unexpectedly destroyed
> >
> > (xfce4-netload-plugin:4355): Gdk-WARNING **: GdkWindow 0x1e00003 
> > unexpectedly destroyed
> >
> > (xfce4-battery-plugin:4354): Gdk-WARNING **: GdkWindow 0x2000003 
> > unexpectedly destroyed
> >
> > (xfce4-mixer-plugin:4356): Gdk-WARNING **: GdkWindow 0x2200003 
> > unexpectedly destroyed
> > The program 'gaim' received an X Window System error.
> > This probably reflects a bug in the program.
> > The error was 'BadWindow (invalid Window parameter)'.
> >   (Details: serial 486 error_code 3 request_code 18 minor_code 0)
> >   (Note to programmers: normally, X errors are reported asynchronously;
> >    that is, you will receive the error a while after causing it.
> >    To debug your program, run it with the --sync command line
> >    option to change this behavior. You can then get a meaningful
> >    backtrace from your debugger if you break on the gdk_x_error() 
> > function.)
> >
> > (xfce4-xfapplet-plugin:4347): Gdk-WARNING **: GdkWindow 0x1800003 
> > unexpectedly destroyed

Hum, these messages above are really interesting. They are (at least I believe)
related to my last post[1] on xfce4-dev about plugins not getting "free-data"
signal during panel exit under some circunstances.

[1] http://foo-projects.org/pipermail/xfce4-dev/2006-March/019099.html

> > (xfce4-xfapplet-plugin:4347): Bonobo-CRITICAL **: 
> > bonobo_widget_new_control_from_objref: assertion `control != 
> > CORBA_OBJECT_NIL' failed
> >
> > (xfce4-xfapplet-plugin:4347): Bonobo-CRITICAL **: 
> > bonobo_widget_get_control_frame: assertion `BONOBO_IS_WIDGET 
> > (bonobo_widget)' failed
> >
> > (xfce4-xfapplet-plugin:4347): Bonobo-CRITICAL **: 
> > bonobo_control_frame_get_popup_component: assertion 
> > `BONOBO_IS_CONTROL_FRAME (control_frame)' failed
> >
> > (xfce4-xfapplet-plugin:4347): Bonobo-CRITICAL **: 
> > bonobo_control_frame_get_control_property_bag: assertion `frame != 
> > NULL' failed
> >
> > (xfce4-xfapplet-plugin:4347): Bonobo-CRITICAL **: 
> > bonobo_ui_component_freeze: assertion `BONOBO_IS_UI_COMPONENT 
> > (component)' failed
> >
> > (xfce4-xfapplet-plugin:4347): Bonobo-CRITICAL **: 
> > bonobo_ui_component_get_container: assertion `BONOBO_IS_UI_COMPONENT 
> > (component)' failed
> >
> > (xfce4-xfapplet-plugin:4347): Bonobo-WARNING **: Component must be 
> > associated with a container first see bonobo_component_set_container
> >
> > (xfce4-xfapplet-plugin:4347): Bonobo-CRITICAL **: 
> > bonobo_ui_component_add_verb_full: assertion `BONOBO_IS_UI_COMPONENT 
> > (component)' failed
> >
> > (xfce4-xfapplet-plugin:4347): Bonobo-CRITICAL **: 
> > bonobo_ui_component_add_verb_full: assertion `BONOBO_IS_UI_COMPONENT 
> > (component)' failed
> >
> > (xfce4-xfapplet-plugin:4347): Bonobo-CRITICAL **: 
> > bonobo_ui_component_add_verb_full: assertion `BONOBO_IS_UI_COMPONENT 
> > (component)' failed
> >
> > (xfce4-xfapplet-plugin:4347): Bonobo-CRITICAL **: 
> > bonobo_ui_component_add_verb_full: assertion `BONOBO_IS_UI_COMPONENT 
> > (component)' failed
> >
> > (xfce4-xfapplet-plugin:4347): Bonobo-CRITICAL **: 
> > bonobo_ui_component_add_verb_full: assertion `BONOBO_IS_UI_COMPONENT 
> > (component)' failed
> >
> > (xfce4-xfapplet-plugin:4347): Bonobo-CRITICAL **: 
> > bonobo_ui_component_add_verb_full: assertion `BONOBO_IS_UI_COMPONENT 
> > (component)' failed
> >
> > (xfce4-xfapplet-plugin:4347): Bonobo-CRITICAL **: 
> > bonobo_ui_component_thaw: assertion `BONOBO_IS_UI_COMPONENT 
> > (component)' failed

The messages above are due to an xfapplet bug: CORBA exceptions were not been
handled at all. It has already been fixed, please upgrade xfapplet.

Regards,
Adriano
-- 
Adriano Winter Bess

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://mail.xfce.org/pipermail/xfce/attachments/20060318/503b3e15/attachment.pgp>


More information about the Xfce mailing list