Export a _GNOME_WM_KEYBINDINGS property
We need a way to indicate to gnome-control-center that we want the keybindings capplet to show the Window Manager keybindings for Metacity; do this through a _GNOME_WM_KEYBINDING property we put on the _NET_SUPPORTING_WM_CHECK window and set to Mutter,Metacity. See http://bugzilla.gnome.org/show_bug.cgi?id=594066 for the gnome-control-center part of this. http://bugzilla.gnome.org/show_bug.cgi?id=594067
This commit is contained in:
@ -722,6 +722,13 @@ meta_display_open (void)
|
||||
the_display->leader_window,
|
||||
the_display->atom__NET_WM_NAME,
|
||||
"Mutter");
|
||||
|
||||
/* The GNOME keybindings capplet should include both the Mutter and Metacity
|
||||
* keybindings */
|
||||
meta_prop_set_utf8_string_hint (the_display,
|
||||
the_display->leader_window,
|
||||
the_display->atom__GNOME_WM_KEYBINDINGS,
|
||||
"Mutter,Metacity");
|
||||
|
||||
meta_prop_set_utf8_string_hint (the_display,
|
||||
the_display->leader_window,
|
||||
|
Reference in New Issue
Block a user