After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 122335 - _NET_WM_STATE_ABOVE and _NET_WM_STATE_BELOW not managed properly
_NET_WM_STATE_ABOVE and _NET_WM_STATE_BELOW not managed properly
Status: RESOLVED FIXED
Product: Sawfish
Classification: Deprecated
Component: Window Manager
pre-1.3.x
Other Linux
: Normal normal
: 1.5.x
Assigned To: John Harper
sawfish QA Team
Depends on:
Blocks:
 
 
Reported: 2003-09-15 13:19 UTC by Christian Marillat
Modified: 2009-08-16 15:13 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Marillat 2003-09-15 13:19:07 UTC
Hi,

http://bugs.debian.org/210518

When an application (try gdesklets) sends a request of adding or
removing _NET_WM_STATE_BELOW or _NET_WM_STATE_ABOVE to a window,
sawfish add or remove both (and ABOVE seems to have priority)

I've fixed it with the following correction

--- lisp/sawfish/wm/state/wm-spec.jl.orig	2003-03-16 21:56:48.000000000 +0100
+++ lisp/sawfish/wm/state/wm-spec.jl	2003-09-12 03:35:18.000000000 +0200
@@ -125,7 +125,7 @@
      _NET_WM_WINDOW_TYPE_UTILITY
      _NET_WM_WINDOW_TYPE_SPLASH])
   
-  (defvar wm-spec-below-depth +2)
+  (defvar wm-spec-below-depth -2)
   (defvar wm-spec-above-depth +2)
 
   (define supported-states '())
Comment 1 John Harper 2003-11-25 04:03:38 UTC
thanks, this has been fixed now