Ubuntu – Gedit 3.6.1, how to increase the number of recent files from its default of 5

filesgedithistory

Ubuntu 12.10, gedit 3.6.1

This won't work:

gconftool-2 --type int --set /apps/gedit- /preferences/ui/recents/max_recents 30

Modifying this file as root won't work either:

cat /usr/share/glib-2.0/schemas/org.gnome.gedit.gschema.xml |grep rece -C 1

EDIT: there is nothing at gconf-editor either.

Is it hard coded? In order to increase the number of recent files in gedit from its default of 5 will I need to find, "fix" and recompile gedit with the answer here?

Best Answer

Using the dconf-editor, this value can be found in the schema under org.gnome.gedit.preferences.ui. The value that you want to change is called max.recents.

dconf-editor can be installed from USC here:

Install via the software center

or from a command line using: sudo apt-get install dconf-tools