<?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"
	>
<channel>
	<title>Comments on: Find files with an emblem in Gnome</title>
	<atom:link href="http://www.kryogenix.org/days/2006/10/23/find-files-with-an-emblem/feed" rel="self" type="application/rss+xml" />
	<link>http://www.kryogenix.org/days/2006/10/23/find-files-with-an-emblem</link>
	<description>scratched tallies on the prison wall</description>
	<pubDate>Tue, 02 Dec 2008 19:45:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Sjon</title>
		<link>http://www.kryogenix.org/days/2006/10/23/find-files-with-an-emblem#comment-43645</link>
		<dc:creator>Sjon</dc:creator>
		<pubDate>Sun, 31 Dec 2006 15:47:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/days/2006/10/23/find-files-with-an-emblem#comment-43645</guid>
		<description>There is a typo in your script; the last line misses a backslash:

print 'n'.join(findEmblemedFiles(sys.argv[1]))

should be 

print '\n'.join(findEmblemedFiles(sys.argv[1]))</description>
		<content:encoded><![CDATA[<p>There is a typo in your script; the last line misses a backslash:</p>
<p>print &#8216;n&#8217;.join(findEmblemedFiles(sys.argv[1]))</p>
<p>should be </p>
<p>print &#8216;\n&#8217;.join(findEmblemedFiles(sys.argv[1]))</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: as days pass by &#187; Blog Archive &#187; My home backup system</title>
		<link>http://www.kryogenix.org/days/2006/10/23/find-files-with-an-emblem#comment-22000</link>
		<dc:creator>as days pass by &#187; Blog Archive &#187; My home backup system</dc:creator>
		<pubDate>Tue, 24 Oct 2006 23:08:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/days/2006/10/23/find-files-with-an-emblem#comment-22000</guid>
		<description>[...] To get the list, we can use my findemblem.py script (and you thought I just wrote it for fun!). The final script, dobackup.sh, which actually does the work, just does the above steps, and looks like this: [...]</description>
		<content:encoded><![CDATA[<p>[...] To get the list, we can use my findemblem.py script (and you thought I just wrote it for fun!). The final script, dobackup.sh, which actually does the work, just does the above steps, and looks like this: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sil</title>
		<link>http://www.kryogenix.org/days/2006/10/23/find-files-with-an-emblem#comment-21969</link>
		<dc:creator>sil</dc:creator>
		<pubDate>Tue, 24 Oct 2006 21:03:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/days/2006/10/23/find-files-with-an-emblem#comment-21969</guid>
		<description>Petar: there is. See http://www.gnome.org/learn/users-guide/latest/gosnautilus-203.html (Creating a New Emblem).</description>
		<content:encoded><![CDATA[<p>Petar: there is. See <a href="http://www.gnome.org/learn/users-guide/latest/gosnautilus-203.html" rel="nofollow">http://www.gnome.org/learn/users-guide/latest/gosnautilus-203.html</a> (Creating a New Emblem).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Petar Vasić</title>
		<link>http://www.kryogenix.org/days/2006/10/23/find-files-with-an-emblem#comment-21966</link>
		<dc:creator>Petar Vasić</dc:creator>
		<pubDate>Tue, 24 Oct 2006 20:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/days/2006/10/23/find-files-with-an-emblem#comment-21966</guid>
		<description>Thanks for the script.

Is there any way to add custom emblems in Gnome?</description>
		<content:encoded><![CDATA[<p>Thanks for the script.</p>
<p>Is there any way to add custom emblems in Gnome?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
