Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 31660 - Sawfish 1.3 lacks support for shading certain window types.
Summary: Sawfish 1.3 lacks support for shading certain window types.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All All
: High minor (vote)
Assignee: Aron Griffis (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-21 03:19 UTC by David Reid
Modified: 2003-11-24 19:20 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Adds support for shading windows of types utility, menu, and toolbar. (shaded-utility-2.patch,1.17 KB, patch)
2003-10-21 03:20 UTC, David Reid
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Reid 2003-10-21 03:19:39 UTC
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 David Reid 2003-10-21 03:20:33 UTC
Created attachment 19574 [details, diff]
Adds support for shading windows of types utility, menu, and toolbar.
Comment 2 Henrik Brix Andersen 2003-10-21 04:40:44 UTC
I can confirm this bug report.
Comment 3 foser (RETIRED) gentoo-dev 2003-10-21 15:49:42 UTC
reassigning to someone who's eager to fix it ;)
Comment 4 Aron Griffis (RETIRED) gentoo-dev 2003-10-27 06:12:01 UTC
Thanks, I've applied this in sawfish-1.3-r2
Comment 5 Aron Griffis (RETIRED) gentoo-dev 2003-11-24 19:20:44 UTC
I've filed http://bugzilla.gnome.org/show_bug.cgi?id=127865 to push this upstream