Package: icewm
Version: 1.2.32-1

--- Please enter the report below this line. ---
cf http://www.nabble.com/-Bugs-in-1.3.1--Not-all-tray-icons-are-shown-in-icewmtray-t4277712.html


This one-line patch solved the problem for me.

--- icewm-1.2.32/src/yxtray.cc.orig 2007-08-07 14:12:03.000000000 +0900
+++ icewm-1.2.32/src/yxtray.cc 2007-08-26 20:18:14.000000000 +0900
@@ -133,7 +133,7 @@

 void YXTrayEmbedder::configure(const YRect &r, const bool resized) {
     YXEmbed::configure(r, resized);
-    fDocked->setGeometry(r);
+    fDocked->setSize(r.width(), r.height());
 }

void YXTrayEmbedder::handleConfigureRequest(const XConfigureRequestEvent &configureRequest)


--- System information. ---
Architecture: i386
Kernel:       Linux 2.6.21-1-686

Debian Release: lenny/sid
  500 unstable        myprox
  500 unstable        ftp.kulnet.kuleuven.ac.be
  500 testing         myprox
  500 testing         ftp.kulnet.kuleuven.ac.be
  500 stable          myprox

--- Package information. ---
Depends                        (Version) | Installed
========================================-+-======================
icewm-common                (= 1.2.32-1) | 1.2.32-1
imlib11                                  | 1.9.15-3
libaudiofile0               (>= 0.2.3-4) | 0.2.6-7
libc6                         (>= 2.6-1) | 2.6.1-1+b1
libesd0                     (>= 0.2.35)  | 0.2.36-1
 OR libesd-alsa0             (>= 0.2.35) | 0.2.36-3
libfontconfig1                (>= 2.4.0) | 2.4.2-1.2
libfreetype6                  (>= 2.3.5) | 2.3.5-1+b1
libgcc1              (>= 1:4.2-20070516) | 1:4.2.1-4
libice6                     (>= 1:1.0.0) | 2:1.0.4-1
libjpeg62                                | 6b-13
libpng12-0                 (>= 1.2.13-4) | 1.2.15~beta5-2
libsm6                                   | 2:1.0.3-1+b1
libstdc++6             (>= 4.2-20070516) | 4.2.1-4
libtiff4                                 | 3.8.2-7
libungif4g                    (>= 4.1.4) | 4.1.4-5
libx11-6                                 | 2:1.0.3-7
libxext6                                 | 1:1.0.3-2
libxft2                       (>> 2.1.1) | 2.1.12-2
libxinerama1                             | 1:1.0.2-1
libxrandr2                  (>= 2:1.2.0) | 2:1.2.1-1
libxrender1                              | 1:0.9.3-1
zlib1g             (>= 1:1.2.3.3.dfsg-1) | 1:1.2.3.3.dfsg-5




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to