I guess that most GNOME users nowadays use version 3, so we should use the
gsettings command instead of GConf.
https://codereview.appspot.com/566540043/diff/566530044/Documentation/contrib...
File Documentation/contributor/source-code.itexi (right):
https://codereview.appspot.com/566540043/diff/566530044/Documentation/contrib...
Documentation/contributor/source-code.itexi:2086:
GConf has been replaced by gsettings/Dconf in GNOME 3, which is now quite
mature. The correct schema to set in GNOME 3 is org.gnome.crypto.cache.
Some examples:
$ gsettings list-keys org.gnome.crypto.cache
gpg-cache-method
gpg-cache-ttl
$ gsettings get org.gnome.crypto.cache gpg-cache-method
'session'
$ gsettings describe org.gnome.crypto.cache gpg-cache-method
The method to use for caching passphrases typed into the GPG agent. Should be
one of: 'always' caches permanently, 'session' caches until session end, 'idle'
caches until the not used for gpg-cache-ttl seconds, 'timeout' caches until
gpg-cache-ttl seconds.
You may keep the gconftool-2 command and say that it's specific of GNOME 2.
This looks good to me, except a phrasing nitpick. https://codereview.appspot.com/566540043/diff/566530044/Documentation/contributor/source-code.itexi File Documentation/contributor/source-code.itexi (right): https://codereview.appspot.com/566540043/diff/566530044/Documentation/contributor/source-code.itexi#newcode2217 Documentation/contributor/source-code.itexi:2217: ...
Issue 566540043: Doc: CG - Minor updates to 3.4.9 - Commit access
Created 6 years ago by lilypond-pkx
Modified 6 years ago
Reviewers: thomasmorley651, fedelogy, John Mandereau
Base URL:
Comments: 3