Patch for mixer plugin so it does not complain on floating object was finalized when the panel is restarted. Other plugins do it like this for the tooltip. Index: panel-plugin/plugin.c =================================================================== --- panel-plugin/plugin.c (revision 19404) +++ panel-plugin/plugin.c (working copy) @@ -207,6 +207,8 @@ icontheme = xfce_icon_theme_get_for_screen (gtk_widget_get_screen (GTK_WIDGET (plugin))); tooltips = gtk_tooltips_new (); + g_object_ref (G_OBJECT (tooltips)); + gtk_object_sink (GTK_OBJECT (tooltips)); xfce_textdomain (GETTEXT_PACKAGE, PACKAGE_LOCALE_DIR, "UTF-8"); Reproducible: Always Steps to Reproduce: 1. 2. 3.
yes, thank you :)