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?
Using the
dconf-editor
, this value can be found in the schema underorg.gnome.gedit.preferences.ui
. The value that you want to change is calledmax.recents
.dconf-editor
can be installed from USC here:or from a command line using:
sudo apt-get install dconf-tools
There exists as well a possibility to achieve this without installing additional software:
Or:
I tried the dconf-editor (see first answer on this page) on 32-bit Ubuntu 12.04 LTS and it worked without a hitch. The steps include:
Cant make recent files higher than 10 anymore. Use gedit-plugins and enable Quick Open workaround described below:
Can't increase the number of recent documents in gedit