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 580031 - In case of GConf failure, fall back to local keybinding values
In case of GConf failure, fall back to local keybinding values
Status: RESOLVED FIXED
Product: mutter
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: mutter-maint
mutter-maint
Depends on:
Blocks:
 
 
Reported: 2009-04-23 21:06 UTC by Owen Taylor
Modified: 2009-04-24 14:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
In case of GConf failure, fall back to local keybinding values (3.91 KB, patch)
2009-04-23 21:06 UTC, Owen Taylor
none Details | Review

Description Owen Taylor 2009-04-23 21:06:17 UTC
Always compile the default keybindings into Metacity, and if we
fail to retrieve the values from GConf, use the compiled-in
value. This makes things more robust especially in an environment
like JHBuild where GConf-schema-installation may not work
correctly.

Also use these values for the no-GConf case, rather than
having a separate arrray and code path.

http://bugzilla.gnome.org/show_bug.cgi?id=576127
Comment 1 Owen Taylor 2009-04-23 21:06:19 UTC
Created attachment 133218 [details] [review]
In case of GConf failure, fall back to local keybinding values
Comment 2 Owen Taylor 2009-04-24 14:02:05 UTC
Pushed to master on git.gnome.org. (Thanks for looking the patches over, Tomas)