Design by Firinel Thurman.
Photo by Alex Turner.
Validate?
State of play with the
Torvalds patches: we need to allow for backwards compatibility in gconf, so if
someone is running a new metacity and an old metacity with the same gconf
settings, it won't all go pear-shaped. The way I plan to do
it is this: we will make the existing key "action_double_click_titlebar" (a
string) obsolete, and introduce a new key "actions_actionname" (a
list of strings). metacity will then iterate down this list and find the first
known enum value. If the string "action_actionname" is defined, it will
be treated as the last entry in the list. This should keep everyone happy. I
will write this code tomorrow.