8

How can i increment the amount of Recent Documents in the Recent Document List since 10 Items is very small for the kind of files i open in a day.

Am using Ubuntu Classic (No Effect)

Luis Alvarado
  • 216,643

2 Answers2

3

Yep, the number of the recent document list is hardcoded in Gnome and can't be changed afaik.

0

I'm no longer using GNOME, so I can't test this, but I remember a .gtkrc config directive from my GNOME days:

gtk-recent-files-limit=x

where 'x' is the max number of MRU entries.

Wesley Rice
  • 14,256