<?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>Software Bashing &#187; configuration hell</title>
	<atom:link href="http://softwarebashing.org/blog/tag/configuration-hell/feed/" rel="self" type="application/rss+xml" />
	<link>http://softwarebashing.org/blog</link>
	<description>We hate software. With a passion.</description>
	<lastBuildDate>Sun, 11 Apr 2010 21:04:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>X11 woes</title>
		<link>http://softwarebashing.org/blog/2009/09/x11-woes/</link>
		<comments>http://softwarebashing.org/blog/2009/09/x11-woes/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 07:33:39 +0000</pubDate>
		<dc:creator>fboender</dc:creator>
				<category><![CDATA[Software Bashing]]></category>
		<category><![CDATA[buggy features]]></category>
		<category><![CDATA[configuration hell]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://softwarebashing.org/blog/?p=242</guid>
		<description><![CDATA[I saw a post on problems with xrandr and that reminded me that I still had some ranting to do on X11 under Ubuntu. For some reason, I have no idea why, my system keeps insisting on resetting my Virtual Desktop size to 2432 by 1024 pixels. My external monitor is 1680&#215;1050, so that won&#039;t fit. Consequently, I&#039;ve had to [...]]]></description>
			<content:encoded><![CDATA[<p>I saw a <a title="Problems with xrandr/krandr" href="http://blog.windfluechter.net/index.php?/archives/721-Problems-with-xrandrkrandr.html">post on problems with xrandr</a> and that reminded me that I still had some ranting to do on X11 under Ubuntu. For some reason, I have no idea why, my system keeps insisting on resetting my Virtual Desktop size to 2432 by 1024 pixels. My external monitor is 1680&#215;1050, so that won&#039;t fit. Consequently, I&#039;ve had to change the Virtual Desktop size manually in <tt>/etc/X11/xorg.conf</tt> and had to <tt>chattr +i</tt> it so it couldn&#039;t be modified by god himself. I shouldn&#039;t have to do that, as I&#039;ve got more than enough video memory for a way larger Virtual Desktop size, and I don&#039;t like it when my custom settings get overridden.</p>
<p>Also, I can&#039;t use my external monitor without running this script:</p>
<pre>xrandr --newmode "1680x1050_60.00"  147.14  1680 1784 1968 2256  1050 1051 1054 1087  -HSync +Vsync
xrandr --addmode VGA 1680x1050_60.00
xrandr --output VGA --mode 1680x1050_60.00</pre>
<p>Pretty annoying. The Display configuration in Ubuntu (System -&gt; Preferences -&gt; Display) also doesn&#039;t list my external monitor&#039;s native resolution, even when I boot up my laptop with the external screen attached and set as the main display (by pressing the &#039;Switch to external monitor&#039; button-thingamajiggy on my laptop). Probably a BIOS issue, but it would be nice if it would simply let me add a new mode by entering a resolution.</p>
<p>Hopefully 2010 will be the year of Linux on the desktop. 2009 sure ain&#039;t.</p>
]]></content:encoded>
			<wfw:commentRss>http://softwarebashing.org/blog/2009/09/x11-woes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Transmit your hate to me</title>
		<link>http://softwarebashing.org/blog/2009/09/transmit-your-hate-to-me/</link>
		<comments>http://softwarebashing.org/blog/2009/09/transmit-your-hate-to-me/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 06:42:49 +0000</pubDate>
		<dc:creator>fboender</dc:creator>
				<category><![CDATA[Software Bashing]]></category>
		<category><![CDATA[buggy features]]></category>
		<category><![CDATA[configuration hell]]></category>
		<category><![CDATA[transmission]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://softwarebashing.org/blog/?p=124</guid>
		<description><![CDATA[I&#039;m trying to set up a torrent download web interface using Transmission-daemon. It&#039;s running on my internal network, so I require no authentication. Simple enough, right? Just edit the configuration file and turn authentication off: /etc/transmission-daemon# cat settings.json &#124; grep rpc- "rpc-authentication-required": 0, "rpc-enabled": 1, "rpc-password": "", "rpc-port": 9091, "rpc-username": "", "rpc-whitelist": "127.0.0.1,192.168.1.*", "rpc-whitelist-enabled": 1, /etc/transmission-daemon# /etc/init.d/transmission-daemon start * Starting [...]]]></description>
			<content:encoded><![CDATA[<p>I&#039;m trying to set up a torrent download web interface using Transmission-daemon. It&#039;s running on my internal network, so I require no authentication. Simple enough, right? Just edit the configuration file and turn authentication off:</p>
<pre>/etc/transmission-daemon# cat settings.json | grep rpc-
 <strong>"rpc-authentication-required": 0,
</strong> "rpc-enabled": 1,
 "rpc-password": "",
 "rpc-port": 9091,
 "rpc-username": "",
 "rpc-whitelist": "127.0.0.1,192.168.1.*",
 "rpc-whitelist-enabled": 1,
/etc/transmission-daemon# /etc/init.d/transmission-daemon start
* Starting bittorrent daemon transmission-daemon                [ OK ]</pre>
<p>Yet still:</p>
<p><img class="alignnone size-full wp-image-125" title="transmission-auth" src="http://softwarebashing.org/blog/wp-content/uploads/2009/09/transmission-auth.png" alt="transmission-auth" width="404" height="181" /></p>
<p>I&#039;ve tried <em>everything</em> to turn authentication off, yet it still appears. Extremely annoying.</p>
<p>Also, if Transmission is already running, and you modify the configuration file, it will be overridden when Transmission is stopped. What the hell? Transmission should just watch the configuration file and reload it when it changes on disk. That way you can edit the configuration both on disk and in the user interface.</p>
]]></content:encoded>
			<wfw:commentRss>http://softwarebashing.org/blog/2009/09/transmit-your-hate-to-me/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gnome-terminal treating me like a dumbass</title>
		<link>http://softwarebashing.org/blog/2009/09/gnome-terminal-treating-me-like-a-dumbass/</link>
		<comments>http://softwarebashing.org/blog/2009/09/gnome-terminal-treating-me-like-a-dumbass/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 13:03:59 +0000</pubDate>
		<dc:creator>averstegen</dc:creator>
				<category><![CDATA[Software Bashing]]></category>
		<category><![CDATA[configuration hell]]></category>
		<category><![CDATA[gconf is gay]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[protecting users from themselves]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://softwarebashing.org/blog/?p=36</guid>
		<description><![CDATA[Pretty soon after upgrading Ubuntu to 9.04 I was faced with this: Pretty annoying, right? The first time it was actually kind of cute, but after about once I started to look for a way to turn it off. Guess what? There is none! I don&#039;t know if this happened upstream or downstream, but come on guys&#8230; do you really [...]]]></description>
			<content:encoded><![CDATA[<p>Pretty soon after upgrading Ubuntu to 9.04 I was faced with this:</p>
<p><img class="alignnone size-full wp-image-34" title="Screenshot-Untitled Window" src="http://softwarebashing.org/blog/wp-content/uploads/2009/09/Screenshot-Untitled-Window.png" alt="Screenshot-Untitled Window" width="324" height="144" /></p>
<p>Pretty annoying, right?<br />
The first time it was actually kind of cute, but after about once I started to look for a way to turn it off.</p>
<p>Guess what? There is none!</p>
<p>I don&#039;t know if this happened upstream or downstream, but come on guys&#8230; do you really think terminal users want this?</p>
<p>My gradually growing, active dislike for Ubuntu is turning into hate.</p>
<p><strong>Update</strong><br />
Smart-ass solution for a dumb-ass problem:<br />
<img class="alignnone size-full wp-image-84" title="Screenshot-Configuration Editor - global" src="http://softwarebashing.org/blog/wp-content/uploads/2009/09/Screenshot-Configuration-Editor-global.png" alt="Screenshot-Configuration Editor - global" width="702" height="522" /><br />
I already hated gconf, but at least it can fix this shit.</p>
]]></content:encoded>
			<wfw:commentRss>http://softwarebashing.org/blog/2009/09/gnome-terminal-treating-me-like-a-dumbass/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.259 seconds -->

