[Xfce4-commits] <xfce4-panel:andrzejr/wrapper3> Workaround for a crash in gtk3 version of xfce4-indicator-plugin

Andrzej noreply at xfce.org
Mon Aug 26 19:32:03 CEST 2013


Updating branch refs/heads/andrzejr/wrapper3
         to da5ff8004458575dd6561ed2763237623c17c1fc (commit)
       from 7683aab6dbd64de9d10b79d2118bd5702beec639 (commit)

commit da5ff8004458575dd6561ed2763237623c17c1fc
Author: Andrzej <ndrwrdck at gmail.com>
Date:   Mon Aug 26 18:30:06 2013 +0100

    Workaround for a crash in gtk3 version of xfce4-indicator-plugin

 wrapper/wrapper-plug.c |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/wrapper/wrapper-plug.c b/wrapper/wrapper-plug.c
index 14bac51..173ebf6 100644
--- a/wrapper/wrapper-plug.c
+++ b/wrapper/wrapper-plug.c
@@ -111,9 +111,11 @@ wrapper_plug_init (WrapperPlug *plug)
   /* old versions of gtk don't support transparent tray icons, if we
    * set an argb colormap on the tray, the icons won't be embedded because
    * the socket-plugin implementation requires identical colormaps */
-  if (gtk_check_version (2, 16, 0) != NULL
-      && strcmp (wrapper_name, "systray") == 0)
-    return;
+
+  /* FIXIT temporarily disabled because it crashes xfce4-indicator-plugin */
+  /* if (gtk_check_version (2, 16, 0) != NULL
+   *    && strcmp (wrapper_name, "systray") == 0)
+   *  return; */
 
   /* set the colormap */
   screen = gtk_window_get_screen (GTK_WINDOW (plug));


More information about the Xfce4-commits mailing list