Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
12
rated 0 times [  12] [ 0]  / answers: 1 / hits: 4000  / 2 Years ago, fri, march 4, 2022, 12:22:24

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?


More From » files

 Answers
2

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


[#30714] Friday, March 4, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
rmiend

Total Points: 292
Total Questions: 101
Total Answers: 111

Location: Azerbaijan
Member since Tue, Aug 9, 2022
2 Years ago
;