<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Disable Recent Documents in Gnome 2.22.3</title>
	<atom:link href="http://unsharptech.com/2008/08/08/disable-recent-documents-in-gnome-2223/feed/" rel="self" type="application/rss+xml" />
	<link>http://unsharptech.com/2008/08/08/disable-recent-documents-in-gnome-2223/</link>
	<description>when the bleeding edge just doesn&#039;t cut it</description>
	<lastBuildDate>Sun, 15 Apr 2012 20:08:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: DW</title>
		<link>http://unsharptech.com/2008/08/08/disable-recent-documents-in-gnome-2223/comment-page-1/#comment-641</link>
		<dc:creator>DW</dc:creator>
		<pubDate>Sat, 15 Oct 2011 16:22:03 +0000</pubDate>
		<guid isPermaLink="false">http://unsharptech.com/?p=72#comment-641</guid>
		<description>In GTK+ 2.24 works this: add two strings in your ~/.gtkrc-2.0 file

gtk-recent-files-limit=0
gtk-recent-files-max-age=0</description>
		<content:encoded><![CDATA[<p>In GTK+ 2.24 works this: add two strings in your ~/.gtkrc-2.0 file</p>
<p>gtk-recent-files-limit=0<br />
gtk-recent-files-max-age=0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cor crane secret</title>
		<link>http://unsharptech.com/2008/08/08/disable-recent-documents-in-gnome-2223/comment-page-1/#comment-627</link>
		<dc:creator>cor crane secret</dc:creator>
		<pubDate>Sun, 15 May 2011 05:01:52 +0000</pubDate>
		<guid isPermaLink="false">http://unsharptech.com/?p=72#comment-627</guid>
		<description>And here&#039;s a simple script to toggle it:

##############################
### ~/bin/recent_documents ###
##############################
#!/bin/bash

if ! [ -d ~/.recently-used.xbel ]; then
   mv ~/.recently-used.xbel ~/.recently-used.xbel.backup 2&gt;/dev/null
   mv ~/.recently-used ~/.recently-used.backup 2&gt;/dev/null
   mkdir ~/.recently-used.xbel &amp;&amp; recent_status=&quot;disabled&quot;

else
   rmdir ~/.recently-used.xbel &amp;&amp; recent_status=&quot;enabled&quot;
   mv ~/.recently-used.xbel.backup ~/.recently-used.xbel 2&gt;/dev/null
   mv ~/.recently-used.backup ~/.recently-used 2&gt;/dev/null

fi

[ &quot;${recent_status}&quot; ] &amp;&amp; echo &quot;Recent documents menu ${recent_status}.&quot;</description>
		<content:encoded><![CDATA[<p>And here&#8217;s a simple script to toggle it:</p>
<p>##############################<br />
### ~/bin/recent_documents ###<br />
##############################<br />
#!/bin/bash</p>
<p>if ! [ -d ~/.recently-used.xbel ]; then<br />
   mv ~/.recently-used.xbel ~/.recently-used.xbel.backup 2&gt;/dev/null<br />
   mv ~/.recently-used ~/.recently-used.backup 2&gt;/dev/null<br />
   mkdir ~/.recently-used.xbel &amp;&amp; recent_status=&#8221;disabled&#8221;</p>
<p>else<br />
   rmdir ~/.recently-used.xbel &amp;&amp; recent_status=&#8221;enabled&#8221;<br />
   mv ~/.recently-used.xbel.backup ~/.recently-used.xbel 2&gt;/dev/null<br />
   mv ~/.recently-used.backup ~/.recently-used 2&gt;/dev/null</p>
<p>fi</p>
<p>[ "${recent_status}" ] &amp;&amp; echo &#8220;Recent documents menu ${recent_status}.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Heinz</title>
		<link>http://unsharptech.com/2008/08/08/disable-recent-documents-in-gnome-2223/comment-page-1/#comment-119</link>
		<dc:creator>Heinz</dc:creator>
		<pubDate>Tue, 07 Apr 2009 05:08:22 +0000</pubDate>
		<guid isPermaLink="false">http://unsharptech.com/?p=72#comment-119</guid>
		<description>Oh, and of course all of this can be done with the file manager, too, for those who are console-phobic. :)</description>
		<content:encoded><![CDATA[<p>Oh, and of course all of this can be done with the file manager, too, for those who are console-phobic. <img src='http://unsharptech.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Heinz</title>
		<link>http://unsharptech.com/2008/08/08/disable-recent-documents-in-gnome-2223/comment-page-1/#comment-118</link>
		<dc:creator>Heinz</dc:creator>
		<pubDate>Tue, 07 Apr 2009 05:07:02 +0000</pubDate>
		<guid isPermaLink="false">http://unsharptech.com/?p=72#comment-118</guid>
		<description>Thanks for posting this trick!</description>
		<content:encoded><![CDATA[<p>Thanks for posting this trick!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

