GNOME Bugzilla – Bug 103520
Crux theme should have another button layout
Last modified: 2009-08-16 15:13:28 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)))))
Adding the PATCH keyword and marking the priority level as high.
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
Created attachment 120803 [details] [review] fixed patch f##k. I made a misstake in the previous patch.
Wiki page: http://sawfish.wikia.com/wiki/2_new_button_layouts_for_Crux
comitted. rev4303. closing.