diff options
author | Florian Müllner <fmuellner@gnome.org> | 2011-06-24 18:14:15 +0200 |
---|---|---|
committer | Florian Müllner <fmuellner@gnome.org> | 2011-11-11 20:26:38 +0100 |
commit | d0910da036cfe7e9c86e19ccb3e765953b5dc045 (patch) | |
tree | 12bce884b938b89466a49834d4fd72503d03646c /doc | |
parent | a2726f41c931fe6bf73365e54ea13af18d2a824f (diff) | |
download | mutter-d0910da036cfe7e9c86e19ccb3e765953b5dc045.tar.gz |
Port preferences to GSettings
Move preferences to GSettings, using mainly shared schemas from
gsettings-desktop-schemas.
Unlike GConf, GSettings support is not optional, as Gio is already
a hard dependency of GTK+.
https://bugzilla.gnome.org/show_bug.cgi?id=635378
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/mutter-message.1 | 6 | ||||
-rw-r--r-- | doc/man/mutter.1 | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/mutter-message.1 b/doc/man/mutter-message.1 index c301875e1..b309acfed 100644 --- a/doc/man/mutter-message.1 +++ b/doc/man/mutter-message.1 @@ -46,13 +46,13 @@ because the original program does not have a manual page. Restart \fBmutter\fP(1) which is running. .TP .B reload-theme -Reload a theme which is specified on gconf database. +Reload a theme which is specified on gsettings database. .TP .B enable-keybindings -Enable all of keybindings which is specified on gconf database. +Enable all of keybindings which is specified on gsettings database. .TP .B disable-keybindings -Disable all of keybindings which is specified on gconf database. +Disable all of keybindings which is specified on gsettings database. .SH SEE ALSO .BR mutter (1) .SH AUTHOR diff --git a/doc/man/mutter.1 b/doc/man/mutter.1 index 785d20826..998d0f826 100644 --- a/doc/man/mutter.1 +++ b/doc/man/mutter.1 @@ -51,7 +51,7 @@ Print the version number. .B \-?, \-\-help Show summary of options. .SH CONFIGURATION -\fBmutter\fP configuration can be found under \fIPreferences\fP->\fIWindows\fP and \fIPreferences\fP->\fIKeyboard Shortcuts\fP on the menu-panel. Advanced configuration can be achieved directly through gconf editing (gconf-editor or gconftool-2). +\fBmutter\fP configuration can be found under \fIPreferences\fP->\fIWindows\fP and \fIPreferences\fP->\fIKeyboard Shortcuts\fP on the menu-panel. Advanced configuration can be achieved directly through gsettings. .SH SEE ALSO .BR mutter-message (1) .SH AUTHOR |