<?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: How to empty root trash</title>
	<atom:link href="http://www.ubuntugeek.com/how-to-empty-root-trash.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ubuntugeek.com/how-to-empty-root-trash.html</link>
	<description>Ubuntu Linux Tutorials,Howtos,Tips &#38; News &#124; Oneiric,Natty,Maverick</description>
	<lastBuildDate>Mon, 06 Feb 2012 15:40:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Leeky</title>
		<link>http://www.ubuntugeek.com/how-to-empty-root-trash.html/comment-page-1#comment-32035</link>
		<dc:creator>Leeky</dc:creator>
		<pubDate>Wed, 02 Jun 2010 01:24:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/how-to-empty-root-trash.html#comment-32035</guid>
		<description>I&#039;m using Ubuntu Netbook Remix 10.04

Two ways to empty trash
1. Complete it manually in Terminal
   sudo rm -rf /home//.local/share/Trash/files/*

2. In &quot;Files &amp; folders&quot;, click any folder icon to open File browser. Click &quot;Go&quot; in the toolbar, then select Trash. Simply click the &quot;Empty Trash&quot;, your Trash folder will be empty.</description>
		<content:encoded><![CDATA[<p>I&#8217;m using Ubuntu Netbook Remix 10.04</p>
<p>Two ways to empty trash<br />
1. Complete it manually in Terminal<br />
   sudo rm -rf /home//.local/share/Trash/files/*</p>
<p>2. In &#8220;Files &amp; folders&#8221;, click any folder icon to open File browser. Click &#8220;Go&#8221; in the toolbar, then select Trash. Simply click the &#8220;Empty Trash&#8221;, your Trash folder will be empty.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vinnie</title>
		<link>http://www.ubuntugeek.com/how-to-empty-root-trash.html/comment-page-1#comment-16468</link>
		<dc:creator>Vinnie</dc:creator>
		<pubDate>Fri, 13 Nov 2009 01:54:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/how-to-empty-root-trash.html#comment-16468</guid>
		<description>trlkly:

Thanks a lot!!!</description>
		<content:encoded><![CDATA[<p>trlkly:</p>
<p>Thanks a lot!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shai</title>
		<link>http://www.ubuntugeek.com/how-to-empty-root-trash.html/comment-page-1#comment-7685</link>
		<dc:creator>Shai</dc:creator>
		<pubDate>Thu, 23 Apr 2009 15:18:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/how-to-empty-root-trash.html#comment-7685</guid>
		<description>Thanks TRLKLY.

The following works on Ubuntu Hardy Heron 8.04
1. open terminal
2. type gksudo dbus-launch nautilus
3. hit enter
4. navigate to /home/USERNAME/.local/share/Trash/files
5. Delete whatever you want</description>
		<content:encoded><![CDATA[<p>Thanks TRLKLY.</p>
<p>The following works on Ubuntu Hardy Heron 8.04<br />
1. open terminal<br />
2. type gksudo dbus-launch nautilus<br />
3. hit enter<br />
4. navigate to /home/USERNAME/.local/share/Trash/files<br />
5. Delete whatever you want</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: trlkly</title>
		<link>http://www.ubuntugeek.com/how-to-empty-root-trash.html/comment-page-1#comment-6736</link>
		<dc:creator>trlkly</dc:creator>
		<pubDate>Sat, 21 Mar 2009 07:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/how-to-empty-root-trash.html#comment-6736</guid>
		<description>Just run &quot;gksudo dbus-launch nautilus&quot;. Then you can get into the root trash properly, and only get rid of what you need to.

I&#039;m not exactly sure why it works, but I&#039;m guessing because it launches nautilus in a separate bus, and, thus, the user trash and root trash don&#039;t compete.

Ideally, root trash would just appear in trash:/// but be locked.</description>
		<content:encoded><![CDATA[<p>Just run &#8220;gksudo dbus-launch nautilus&#8221;. Then you can get into the root trash properly, and only get rid of what you need to.</p>
<p>I&#8217;m not exactly sure why it works, but I&#8217;m guessing because it launches nautilus in a separate bus, and, thus, the user trash and root trash don&#8217;t compete.</p>
<p>Ideally, root trash would just appear in trash:/// but be locked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Philipp</title>
		<link>http://www.ubuntugeek.com/how-to-empty-root-trash.html/comment-page-1#comment-5238</link>
		<dc:creator>Simon Philipp</dc:creator>
		<pubDate>Tue, 06 Jan 2009 15:48:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/how-to-empty-root-trash.html#comment-5238</guid>
		<description>Ubuntu Hardy Heron 8.04.1:

The correct location for the root trash is:

/root/.local/share/Trash/files</description>
		<content:encoded><![CDATA[<p>Ubuntu Hardy Heron 8.04.1:</p>
<p>The correct location for the root trash is:</p>
<p>/root/.local/share/Trash/files</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anil Kumar</title>
		<link>http://www.ubuntugeek.com/how-to-empty-root-trash.html/comment-page-1#comment-1854</link>
		<dc:creator>Anil Kumar</dc:creator>
		<pubDate>Sat, 01 Nov 2008 06:23:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/how-to-empty-root-trash.html#comment-1854</guid>
		<description>This doesn&#039;t seem to work on Hardy!</description>
		<content:encoded><![CDATA[<p>This doesn&#8217;t seem to work on Hardy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jakeline</title>
		<link>http://www.ubuntugeek.com/how-to-empty-root-trash.html/comment-page-1#comment-1853</link>
		<dc:creator>jakeline</dc:creator>
		<pubDate>Wed, 13 Jun 2007 12:37:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/how-to-empty-root-trash.html#comment-1853</guid>
		<description>PO CARALHO!!!!!!!!!!!!!!!!!!!!!!!1</description>
		<content:encoded><![CDATA[<p>PO CARALHO!!!!!!!!!!!!!!!!!!!!!!!1</p>
]]></content:encoded>
	</item>
</channel>
</rss>

