lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Doc: CG - Minor updates to 3.4.9 - Commit access (issue 566540043 by


From: fedelogy
Subject: Re: Doc: CG - Minor updates to 3.4.9 - Commit access (issue 566540043 by address@hidden)
Date: Mon, 11 Mar 2019 10:40:48 -0700

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/contributor/source-code.itexi
File Documentation/contributor/source-code.itexi (right):

https://codereview.appspot.com/566540043/diff/566530044/Documentation/contributor/source-code.itexi#newcode2086
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.

https://codereview.appspot.com/566540043/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]