<?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>Schadenfreude &#187; annoyances</title>
	<atom:link href="http://www.ralree.com/tag/annoyances/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ralree.com</link>
	<description>Malicious enjoyment derived from observing someone else's misfortune</description>
	<lastBuildDate>Thu, 09 Feb 2012 01:49:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Gnome-terminal Fix for opening links</title>
		<link>http://www.ralree.com/2007/04/20/gnome-terminal-fix-for-opening-links/</link>
		<comments>http://www.ralree.com/2007/04/20/gnome-terminal-fix-for-opening-links/#comments</comments>
		<pubDate>Fri, 20 Apr 2007 23:35:00 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[annoyances]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.ralree.info/2007/10/13/gnome-terminal-fix-for-opening-links</guid>
		<description><![CDATA[I got mad at gnome-terminal today. It wasn&#8217;t opening links. So, as usual, GNOME hid the setting away somewhere completely insane. .gconf/desktop/gnome/url-handlers/http Why isn&#8217;t there just a .gnome-terminalrc? How hard would that be?]]></description>
			<content:encoded><![CDATA[<p>I got mad at <code>gnome-terminal</code> today.  It wasn&#8217;t opening links.  So, as usual, GNOME hid the setting away somewhere completely insane.</p>
<pre><code>
.gconf/desktop/gnome/url-handlers/http
</code></pre>
<p>Why isn&#8217;t there just a <code>.gnome-terminalrc</code>?  How hard would that be?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ralree.com/2007/04/20/gnome-terminal-fix-for-opening-links/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Force Removing Packages in Ubuntu</title>
		<link>http://www.ralree.com/2007/03/30/force-removing-packages-in-ubuntu/</link>
		<comments>http://www.ralree.com/2007/03/30/force-removing-packages-in-ubuntu/#comments</comments>
		<pubDate>Fri, 30 Mar 2007 18:18:00 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[annoyances]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.ralree.info/2007/10/13/force-removing-packages-in-ubuntu</guid>
		<description><![CDATA[I couldn&#8217;t update tor in Ubuntu because it freaked out when I didn&#8217;t have a /var/run/tor directory. Even after creating the directory, it still freaked out. I ended up using the method in this post to fix the problem. Here&#8217;s my resultant /var/lib/dpkg/info/tor.prerm: #!/bin/sh set -e # Automatically added by dh_installinit #if [ -x "/etc/init.d/tor" ]; then # if [ -x "`which invoke-rc.d 2&#62;/dev/null`" ]; then # invoke-rc.d tor stop &#124;&#124; exit $? # else # /etc/init.d/tor stop &#124;&#124; exit [...]]]></description>
			<content:encoded><![CDATA[<p>I couldn&#8217;t update tor in Ubuntu because it freaked out when I didn&#8217;t have a <code>/var/run/tor</code> directory.  Even after creating the directory, it still freaked out.  I ended up using the method in <a href="http://www.linuxquestions.org/questions/showthread.php?p=1299188#post1299188">this post</a> to fix the problem.</p>
<p>Here&#8217;s my resultant <code>/var/lib/dpkg/info/tor.prerm</code>:</p>
<pre><code>
#!/bin/sh
set -e
# Automatically added by dh_installinit
#if [ -x "/etc/init.d/tor" ]; then
#  if [ -x "`which invoke-rc.d 2&gt;/dev/null`" ]; then
#    invoke-rc.d tor stop || exit $?
#  else
#    /etc/init.d/tor stop || exit $?
#  fi
#fi
# End automatically added section
</code></pre>
<p>Just comment it all out and do this:</p>
<pre><code>
sudo apt-get remove --force-yes tor
</code></pre>
<p>Voila!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ralree.com/2007/03/30/force-removing-packages-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Super Key Fix in Ubuntu</title>
		<link>http://www.ralree.com/2007/03/28/super-key-fix-in-ubuntu/</link>
		<comments>http://www.ralree.com/2007/03/28/super-key-fix-in-ubuntu/#comments</comments>
		<pubDate>Wed, 28 Mar 2007 18:05:00 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[annoyances]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.ralree.info/2007/10/13/super-key-fix-in-ubuntu</guid>
		<description><![CDATA[So I found that my super key was not a modifier key in GNOME today, but rather a standalone key. THis was unacceptable. To change it, I did this: System -> Preferences -> Keyboard -> Layout Options -> Alt/Win Key Behavior -> Super is mapped to Win-Keys Now, I can change my shortcuts to not be stupid.]]></description>
			<content:encoded><![CDATA[<p>So I found that my super key was not a modifier key in GNOME today, but rather a standalone key.  THis was unacceptable.  To change it, I did this:</p>
<p><strong>System -> Preferences -> Keyboard -> Layout Options -> Alt/Win Key Behavior -> Super is mapped to Win-Keys</strong></p>
<p>Now, I can change my shortcuts to not be stupid.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ralree.com/2007/03/28/super-key-fix-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Killing Caps Lock</title>
		<link>http://www.ralree.com/2007/03/22/killing-caps-lock/</link>
		<comments>http://www.ralree.com/2007/03/22/killing-caps-lock/#comments</comments>
		<pubDate>Thu, 22 Mar 2007 12:44:00 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[annoyances]]></category>
		<category><![CDATA[environment]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[xorg]]></category>

		<guid isPermaLink="false">http://www.ralree.info/2007/10/13/killing-caps-lock</guid>
		<description><![CDATA[As seen here: Option "XkbOptions" "ctrl:nocaps" Horray. Awesomeness. Changes the caps lock key to a control key in Linux via xorg.conf.]]></description>
			<content:encoded><![CDATA[<p>As seen <a href="http://wiki.linuxquestions.org/wiki/Swap_Caps_Lock_and_Ctrl">here</a>:</p>
<pre><code>
    Option  "XkbOptions"    "ctrl:nocaps"
</code></pre>
<p>Horray.  Awesomeness.  Changes the caps lock key to a control key in Linux via <code>xorg.conf</code>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ralree.com/2007/03/22/killing-caps-lock/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

