How can I edit the MRU list?

AC gnucash at acarver.net
Mon Oct 24 14:12:18 EDT 2016


On 2016-10-24 01:42, Geert Janssens wrote:
> On Sunday 23 October 2016 17:55:15 Barnabooth wrote:

>> Are there key-commands, or do I need to install something to help
>> dconf-editor to act like an editor?
>>
> You can't "delete" entries in dconf. That's a design decision made by 
> the gnome people.
> 
> The way to reset the entries you don't want is to click on them and then 
> click on "Set to default" in the bottom-right corner of the window.
> 

You can actually do it by:
dconf reset /path/to/key

It will take out the specific key referenced.

You can take out a whole tree of keys with:
dconf reset -f /path/to/tree/root/

Remembering to include the trailing slash.



More information about the gnucash-user mailing list