Blame editor/dconf-editor.1

Packit Service f2b131
.\" This file is part of Dconf Editor
Packit Service f2b131
.\"
Packit Service f2b131
.\" Dconf Editor is free software: you can redistribute it and/or modify
Packit Service f2b131
.\" it under the terms of the GNU General Public License as published by
Packit Service f2b131
.\" the Free Software Foundation, either version 3 of the License, or
Packit Service f2b131
.\" (at your option) any later version.
Packit Service f2b131
.\"
Packit Service f2b131
.\" Dconf Editor is distributed in the hope that it will be useful,
Packit Service f2b131
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit Service f2b131
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit Service f2b131
.\" GNU General Public License for more details.
Packit Service f2b131
.\"
Packit Service f2b131
.\" You should have received a copy of the GNU General Public License
Packit Service f2b131
.\" along with Dconf Editor.  If not, see <https://www.gnu.org/licenses/>.
Packit Service f2b131
.TH "DCONF\-EDITOR" "1"
Packit Service f2b131
.SH "NAME"
Packit Service f2b131
dconf-editor \- Graphical editor for gsettings and dconf
Packit Service f2b131
.SH "SYNOPSIS"
Packit Service f2b131
.B dconf\-editor [OPTIONS...]
Packit Service f2b131
.RE
Packit Service f2b131
.B dconf\-editor [OPTIONS...] [PATH]
Packit Service f2b131
.RE
Packit Service f2b131
.B dconf\-editor [OPTIONS...] [FIXED_SCHEMA | RELOCATABLE_SCHEMA:PATH] [KEY]
Packit Service f2b131
.SH "DESCRIPTION"
Packit Service f2b131
The
Packit Service f2b131
.B dconf\-editor
Packit Service f2b131
program provides a graphical interface for editing settings that are stored by other applications using the
Packit Service f2b131
.I gsettings
Packit Service f2b131
functions of the
Packit Service f2b131
.I glib
Packit Service f2b131
library, or in the
Packit Service f2b131
.I dconf
Packit Service f2b131
database. The
Packit Service f2b131
.BR gsettings (1)
Packit Service f2b131
and
Packit Service f2b131
.BR dconf (1)
Packit Service f2b131
utilities provides similar functionality on the commandline.
Packit Service f2b131
.SH "OPTIONS"
Packit Service f2b131
.TP
Packit Service f2b131
.BR \-h , \ \-\-help
Packit Service f2b131
Prints the command-line options and exits.
Packit Service f2b131
.TP
Packit Service f2b131
.BR \-v , \ \-\-version
Packit Service f2b131
Prints the release version and exits.
Packit Service f2b131
.TP
Packit Service f2b131
.BR \-\-list\-relocatable\-schemas
Packit Service f2b131
Prints the list of relocatable schemas and exits.
Packit Service f2b131
.TP
Packit Service f2b131
.BR \--I-understand-that-changing-options-can-break-applications
Packit Service f2b131
Launchs application without showing initial warning.
Packit Service f2b131
.SH "SEE ALSO"
Packit Service f2b131
.BR dconf (7)
Packit Service f2b131
.BR dconf (1)
Packit Service f2b131
.BR gsettings (1)