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 103520 - Crux theme should have another button layout
Crux theme should have another button layout
Status: RESOLVED FIXED
Product: Sawfish
Classification: Deprecated
Component: Window Manager
pre-1.3.x
Other All
: High enhancement
: 1.5.x
Assigned To: Christopher Roy Bratusek
sawfish QA Team
Depends on:
Blocks:
 
 
Reported: 2003-01-14 22:03 UTC by Christian Marillat
Modified: 2009-08-16 15:13 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
updated patch for trunk (1.00 KB, patch)
2008-10-17 19:35 UTC, Christopher Roy Bratusek
none Details | Review
fixed patch (1.00 KB, patch)
2008-10-17 20:02 UTC, Christopher Roy Bratusek
none Details | Review

Description Christian Marillat 2003-01-14 22:03:26 UTC
Hi,

http://bugs.debian.org/101164

I've attached a patch to the Crux theme to add a "Complete Set" button
configuration. This patch should probably be forwarded upstream. Feel free to
change the name of the configuration to something more interesting or clear.


--- theme.jl	Sat Jun 16 21:59:26 2001
+++ theme.jl.new	Sat Jun 16 22:17:52 2001
@@ -46,6 +46,7 @@
 		(platinum "Mac OS Platinum")
 		(macos-x "Mac OS X")
 		(windows "MS Windows")
+		(complete "Complete Set")
 		(next "NeXTSTEP"))
   :group (appearance Crux)
   :after-set (lambda () (reframe-all)))
@@ -380,6 +381,10 @@
      (if (eq type 'transient)
 	 '((menu-button) . (close-button))
        '((menu-button) . (iconify-button maximize-button close-button))))
+    ((complete)
+     (if (eq type 'transient)
+	 '((close-button) . (menu-button))
+	 '((close-button) . (shade-button iconify-button maximize-button
menu-button))))
     ((next)
      '((iconify-button) . (close-button)))))
Comment 1 alexander.winston 2004-01-24 23:55:39 UTC
Adding the PATCH keyword and marking the priority level as high.
Comment 2 Christopher Roy Bratusek 2008-10-17 19:35:54 UTC
Created attachment 120801 [details] [review]
updated patch for trunk

I've made an upated patch for current trunk. I also added "complete-inverse"

-- I'll also upload it to the Wiki
Comment 3 Christopher Roy Bratusek 2008-10-17 20:02:17 UTC
Created attachment 120803 [details] [review]
fixed patch

f##k. I made a misstake in the previous patch.
Comment 4 Christopher Roy Bratusek 2008-10-17 20:11:32 UTC
Wiki page: http://sawfish.wikia.com/wiki/2_new_button_layouts_for_Crux
Comment 5 Christopher Roy Bratusek 2008-11-19 20:55:35 UTC
comitted. rev4303. closing.