Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37847543
en ru br
ALT Linux repos
S:3.4.2-alt1
5.0: 1.2.36-alt2.1
4.1: 1.2.35-alt2.1
4.0: 1.2.32-alt2.1
3.0: 1.2.23-alt1
+backports:1.2.30-alt1.M30.1

Group :: Graphical desktop/Icewm
RPM: icewm

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: icewm-1.3.7-trayicons.patch
Download


 icewm/src/yxtray.cc | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/icewm/src/yxtray.cc b/icewm/src/yxtray.cc
index 84962cd..91bd0b6 100644
--- a/icewm/src/yxtray.cc
+++ b/icewm/src/yxtray.cc
@@ -235,7 +235,9 @@ void YXTray::handleConfigureRequest(const XConfigureRequestEvent &configureReque
                 w = h;
             if (w != ec->width() || h != ec->height())
                 changed = true;
-            ec->setSize(w/*configureRequest.width*/, h);
+            /* Fix disappearing tray icons */
+            ec->setSize(configureRequest.width, configureRequest.height);
+            //ec->setSize(w/*configureRequest.width*/, h);
         }
     }
     if (changed)
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin