Bug 31660 - Sawfish 1.3 lacks support for shading certain window types.
Bug#: 31660 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: All Status: RESOLVED Severity: minor Priority: P2
Resolution: FIXED Assigned To: agriffis@gentoo.org Reported By: dreid@dreid.ath.cx
Component: GNOME
URL: 
Summary: Sawfish 1.3 lacks support for shading certain window types.
Keywords:  
Status Whiteboard: 
Opened: 2003-10-21 03:19 0000
Description:   Opened: 2003-10-21 03:19 0000
Because of sawfish 1.3's shading implementation it lacks the ability to shade
windows of type _NET_WM_WINDOW_TYPE_UTILITY, _NET_WM_WINDOW_TYPE_MENU, and
_NET_WM_WINDOW_TYPE_TOOLBAR.  This occurs even if the theme implements the
standard mappings of shaded-<type>, because the sawfish internals actually lack
the ability to recognize those mappings.  The attached patch fixes this issue.

Reproducible: Always
Steps to Reproduce:
1. Start gimp 1.3 (or other app that implements utility, menu, or toolbar types)
2. Open a gimpdock (or tear off a menu) and attempt to shade it.

Actual Results:  
The window appears without contents but with full default window border.

Expected Results:  
Fallen back to a default shaded border.

------- Comment #1 From David Reid 2003-10-21 03:20:33 0000 -------
Created an attachment (id=19574) [details]
Adds support for shading windows of types utility, menu, and toolbar.

------- Comment #2 From Henrik Brix Andersen 2003-10-21 04:40:44 0000 -------
I can confirm this bug report.

------- Comment #3 From foser (RETIRED) 2003-10-21 15:49:42 0000 -------
reassigning to someone who's eager to fix it ;)

------- Comment #4 From Aron Griffis (RETIRED) 2003-10-27 06:12:01 0000 -------
Thanks, I've applied this in sawfish-1.3-r2

------- Comment #5 From Aron Griffis (RETIRED) 2003-11-24 19:20:44 0000 -------
I've filed http://bugzilla.gnome.org/show_bug.cgi?id=127865 to push this
upstream