How to Clear Recent Documents in Gnome opensuse 11.1

Hi,

Can you please help me to find a way in Gnome opensuse 11.1, to clear the recent documents shown in the computer menu> documents?

Regards

I found this hack in the Ubuntu forums:

rm ~/.recently-used.xml
rm ~/.recently-used.xbel
mkdir ~/.recently-used.xbel

It removes the documents from the menu completely.

Hi
You can disable via gconf-editor, see my post here;
http://forums.opensuse.org/applications/405960-help-needed-gnome.html


Cheers Malcolm °¿° (Linux Counter #276890)
SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 2.6.27.25-0.1-default
up 3 days 7:59, 2 users, load average: 0.20, 0.10, 0.10
GPU GeForce 8600 GTS Silent - Driver Version: 190.18

chief sealth,

I’ve added the commands below to the user’s ~/.profile to have it wiped
automatically upon each login;

#Remove the recently used documents
rm .recently-used
rm .recently-used.xbel


Niclas Ekstedt, CNA/CNE/CNS/CLS
Systems Engineer
Atea Sverige AB

Thank you guys, all worked…