<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ole Bakstad&#039;s blog &#187; save</title>
	<atom:link href="http://dibon.net/wordpress/tag/save/feed/" rel="self" type="application/rss+xml" />
	<link>http://dibon.net/wordpress</link>
	<description>About stuff that happens, when it happens, if it happens.</description>
	<lastBuildDate>Mon, 15 Jun 2009 20:08:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>Bug when trying to edit existing snippets in gedit</title>
		<link>http://dibon.net/wordpress/bug-when-trying-to-edit-existing-snippets-in-gedit/</link>
		<comments>http://dibon.net/wordpress/bug-when-trying-to-edit-existing-snippets-in-gedit/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 00:10:56 +0000</pubDate>
		<dc:creator>Ole Bakstad</dc:creator>
				<category><![CDATA[Tips & Hints]]></category>
		<category><![CDATA[gedit]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[save]]></category>
		<category><![CDATA[snippets]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://dibon.net/wordpress/?p=27</guid>
		<description><![CDATA[When trying to edit the existing snippets in gedit the changes was  gone the next time I opened gedit. It turns out that the predefined snippets is located in /usr/share/gedit-2/plugins/snippets/ (I&#8217;m running Ubuntu 8.04). To edit these files you need root access, which gedit doesn&#8217;t have (unless you do &#8220;sudo gedit&#8221; or something). To fix [...]]]></description>
			<content:encoded><![CDATA[<p>When trying to edit the existing snippets in gedit the changes was  gone the next time I opened gedit. It turns out that the predefined snippets is located in /usr/share/gedit-2/plugins/snippets/ (I&#8217;m running Ubuntu 8.04). To edit these files you need root access, which gedit doesn&#8217;t have (unless you do &#8220;sudo gedit&#8221; or something). To fix this I moved the snippet files from /usr/share/gedit-2/plugins/snippets/ into ~/.gnome2/gedit/snippets/. Fix in terminal:</p>
<pre lang="">sudo cp /usr/share/gedit-2/plugins/snippets/* ~/.gnome2/gedit/snippets</pre>
<p>It&#8217;s probably possible to change the permission of the files too.</p>
]]></content:encoded>
			<wfw:commentRss>http://dibon.net/wordpress/bug-when-trying-to-edit-existing-snippets-in-gedit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

