summaryrefslogtreecommitdiff
path: root/docs/dconf-tool.xml
Commit message (Collapse)AuthorAgeFilesLines
* dconf compile: always write little endianRyan Lortie2014-02-051-1/+7
|
* Update dconf(1)Matthias Clasen2014-01-311-0/+17
| | | | | The man page was not updated when the compile command was added. Fix that.
* Clarify statements about not using schemasRyan Lortie2013-09-101-4/+4
| | | | | | | | Reword the note in the documentation about not using GSettings schemas so that it cannot be taken to mean that the commandline tool doesn't use D-Bus. https://bugzilla.gnome.org/show_bug.cgi?id=707783
* dconf tool docs: Small tweakMatthias Clasen2013-07-161-2/+2
| | | | | Add a reference to the profile documentation in the overview.
* dconf tool docs: mention dbusMatthias Clasen2013-07-161-0/+4
| | | | | | It is a common trap to use this tool in a VT without a session bus. Mention that a session bus is needed to write changes to the database.
* docs: Mention DCONF_PROFILE env varMatthias Clasen2013-07-161-0/+14
| | | | | Its good form to list environment variables affecting a tool in its man page.
* Add man pagesMatthias Clasen2012-08-071-0/+174
It is a nice thing if one can learn something about the running processes by looking up their man pages. This commit adds man pages for dconf-service, dconf-editor and the dconf utility in section 1. It also adds an overview man page in section 7. The contents of the overview are mostly taken from the current README. All these man pages are also included in the API docs, in a 'Programs' section. https://bugzilla.gnome.org/show_bug.cgi?id=680602