tags 549014 patch
thanks

*** Please type your report below this line ***

The bug in wmbubble 1.46-2 only seems to happen only with WindowMaker.
I've tried with AfterStep, twm and xfce4 and there the applet normally shows
picture.

Looking into the code, it appears the fix just needs to be enabled for it to
also work for WindowMaker. Attached is micro patch which does that.
diff -ru wmbubble-1.46/Makefile wmbubble-1.46.fixed/Makefile
--- wmbubble-1.46/Makefile	2010-10-15 19:57:42.000000000 +0200
+++ wmbubble-1.46.fixed/Makefile	2010-10-15 19:58:49.000000000 +0200
@@ -2,7 +2,7 @@
 EXTRA = -DENABLE_DUCK
 EXTRA += -DENABLE_CPU
 EXTRA += -DENABLE_MEMSCREEN
-# EXTRA += -DKDE_DOCKAPP
+EXTRA += -DKDE_DOCKAPP
 EXTRA += -DUPSIDE_DOWN_DUCK
 
 # where to install this program

Reply via email to