Page 1 of 1

KDE-Reducing the no. of last documents???

Posted: 01 Mar 2011, 15:15
by viking60
I have this question over in the MDV forum How to reduce the no of recent documents. In Gnome it is under "places" and they can be "emptied". In KDE it apparently is under programs.
Here is how it is done in Gnome:
:A

Code: Select all

touch ~/.gtkrc-2.0


Making the document yours:

Code: Select all

sudo chown -R <you> .gtkrc-2.0

(If you don't use sudo, use su here)

Edit the file and put in this line to remove all content:

Code: Select all

gtk-recent-files-max-age=0

Or add this line to control the no of lines shown:

Code: Select all

gtk-recent-files-limit=5


As you can see you can adjust "5" to whatever you need.
This will only affect Gnome not OpenOffice



But anyway: How de we change the no. of last documents shown in KDE? :S Gurus??

Re: KDE-Reducing the no. of last documents???

Posted: 02 Mar 2011, 00:59
by viking60
eh ping :pray:

Re: KDE-Reducing the no. of last documents???

Posted: 02 Mar 2011, 04:14
by dedanna1029
Um, :?:

Re: KDE-Reducing the no. of last documents???

Posted: 02 Mar 2011, 11:32
by viking60
It is about that atumatically generated list over the last "documents" you have opened.