<?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; ubuntu</title>
	<atom:link href="http://softwarebashing.org/blog/tag/ubuntu/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>His Ubuntu Wishlist</title>
		<link>http://softwarebashing.org/blog/2009/09/his-ubuntu-wishlist/</link>
		<comments>http://softwarebashing.org/blog/2009/09/his-ubuntu-wishlist/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 06:00:34 +0000</pubDate>
		<dc:creator>fboender</dc:creator>
				<category><![CDATA[Software Bashing]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://softwarebashing.org/blog/2009/09/his-ubuntu-wishlist/</guid>
		<description><![CDATA[Over at BlueSunCorp, there&#039;s a list of things that need improvement in Ubuntu. I happen to agree with all of them.]]></description>
			<content:encoded><![CDATA[<p>Over at BlueSunCorp, there&#039;s a <a href="http://bluesuncorp.co.uk/article/my-ubuntu-wishlist">list of things that need improvement in Ubuntu</a>. I happen to agree with all of them.</p>
]]></content:encoded>
			<wfw:commentRss>http://softwarebashing.org/blog/2009/09/his-ubuntu-wishlist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Evolution: No mail for you!</title>
		<link>http://softwarebashing.org/blog/2009/09/evolution-no-mail-for-you/</link>
		<comments>http://softwarebashing.org/blog/2009/09/evolution-no-mail-for-you/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 13:25:30 +0000</pubDate>
		<dc:creator>fboender</dc:creator>
				<category><![CDATA[Software Bashing]]></category>
		<category><![CDATA[bad user interfacing]]></category>
		<category><![CDATA[evolution]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[stupid features]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://softwarebashing.org/blog/?p=42</guid>
		<description><![CDATA[Ever since I&#039;ve installed the latest Ubuntu (9.04) my Wireless connection sometimes drops. It&#039;s annoying, but it&#039;s a story for a later time. Suffice to say it comes back up automatically after a couple of seconds, and usually my connections just keep going for the most part. Anyway, this one day I was doing some work, and I was expecting [...]]]></description>
			<content:encoded><![CDATA[<p>Ever since I&#039;ve installed the latest Ubuntu (9.04) my Wireless connection sometimes drops. It&#039;s annoying, but it&#039;s a story for a later time. Suffice to say it comes back up automatically after a couple of seconds, and usually my connections just keep going for the most part.</p>
<p>Anyway, this one day I was doing some work, and I was expecting an important email. So I switch over to Evolution in order to retrieve it. I hit F9&#8230; nothing. &#034;What the&#8230;? Whatever, I&#039;ll just click the Send/Receive button.&#034;</p>
<div id="attachment_44" class="wp-caption alignnone" style="width: 215px"><img class="size-full wp-image-44" title="Evolution Send/Recieve disabled" src="http://softwarebashing.org/blog/wp-content/uploads/2009/09/Screenshot-evolution.png" alt="Evolution Send/Recieve disabled" width="205" height="137" /><p class="wp-caption-text">Evolution Send/Recieve disabled</p></div>
<p>To my surprise, the Send/Receive button was disabled. Initially I thought it was because I had some modal dialog box open or something. No such luck. &#034;Maybe&#034;, I thought &#034;the send/receive operation failed somehow and now hangs&#034;. So I closed Evolution and restarted it. Same thing: Send/Receive button still disabled. This was getting annoying; I really needed that email. I tried closing Evolution again and this time checked the process list to see if Evolution was leaving behind some child process for the Send/Receive function. Nothing.</p>
<p>&#034;Fuck it, I&#039;ll reboot my machine, I don&#039;t have time for this&#034;. Man, I gotta tell ya, it felt like the good old windows days all over again! Rebooting to fix a problem &#8212; pathetic. The machine comes back up, I start Evolution, and STILL the button is disabled!</p>
<p>Finally I give up trying to figure it out on my own, and decide to Google for the answer: <a href="http://www.google.nl/#&amp;q=evolution+send+receive+greyed+out">Google: evolution+send+receive+greyed+out</a>. It even turned up as a &#034;Google Suggests&#034; suggestion in the drop-down.</p>
<pre><span id="main" style="visibility: visible;">Results <strong>1</strong> - <strong>10</strong> of about <strong>115,000</strong> for <strong><a title="Look up definition of evolution" href="http://www.google.nl/url?q=http://www.answers.com/evolution&amp;r=67&amp;ei=V8OfSqSpEY-L-QbOqOz4Dw&amp;sa=X&amp;oi=dict&amp;ct=D&amp;cd=1&amp;ei=V8OfSqSpEY-L-QbOqOz4Dw&amp;sig2=G5oWZnsY_UHfnFkk0pWzSA&amp;usg=AFQjCNHimi8zTUQOkhAula5Je2vuam9Uhw">evolution</a> <a title="Look up definition of send" href="http://www.google.nl/url?q=http://www.answers.com/send&amp;r=67&amp;ei=V8OfSqSpEY-L-QbOqOz4Dw&amp;sa=X&amp;oi=dict&amp;ct=D&amp;cd=2&amp;ei=V8OfSqSpEY-L-QbOqOz4Dw&amp;sig2=A_VoqPhFwEPh-wYY9HULxg&amp;usg=AFQjCNGR97xQN0U-ZYZGYzMR-czwwodang">send</a> <a title="Look up definition of receive" href="http://www.google.nl/url?q=http://www.answers.com/receive&amp;r=67&amp;ei=V8OfSqSpEY-L-QbOqOz4Dw&amp;sa=X&amp;oi=dict&amp;ct=D&amp;cd=3&amp;ei=V8OfSqSpEY-L-QbOqOz4Dw&amp;sig2=1uAT2LU0zVXkUMpIVzjtkw&amp;usg=AFQjCNESFC7WezgeBXfpphYDB9Vu050Hig">receive</a> <a title="Look up definition of greyed" href="http://www.google.nl/url?q=http://www.answers.com/greyed&amp;r=67&amp;ei=V8OfSqSpEY-L-QbOqOz4Dw&amp;sa=X&amp;oi=dict&amp;ct=D&amp;cd=4&amp;ei=V8OfSqSpEY-L-QbOqOz4Dw&amp;sig2=rD8qO_VhneJ95pPZ5758gw&amp;usg=AFQjCNFEzqTyHFvPD7gG_jq-rbKQgcPK1Q">greyed</a> <a title="Look up definition of out" href="http://www.google.nl/url?q=http://www.answers.com/out&amp;r=67&amp;ei=V8OfSqSpEY-L-QbOqOz4Dw&amp;sa=X&amp;oi=dict&amp;ct=D&amp;cd=5&amp;ei=V8OfSqSpEY-L-QbOqOz4Dw&amp;sig2=FcDW9rIpK9MIEgYhRfP55A&amp;usg=AFQjCNEeikykTPckBVmgtOL9wj-HYFaceQ">out</a></strong>.</span></pre>
<p>Hundred and fifteen-thousand results. Guess I&#039;m not the only one having this problem.<br />
Can you guess what the problem was? Here&#039;s a little hint:</p>
<div id="attachment_47" class="wp-caption alignnone" style="width: 375px"><img class="size-full wp-image-47" title="Screenshot-Inbox (8 total) - Evolution" src="http://softwarebashing.org/blog/wp-content/uploads/2009/09/Screenshot-Inbox-8-total-Evolution.png" alt="What a useful feature!" width="365" height="441" /><p class="wp-caption-text">What a useful feature!</p></div>
<p>Really Evolution? Really?? I&#039;m working in Offline mode?!</p>
<p>Here&#039;s a tip. If you&#039;re gonna add a useless feature to your software that does absolutely NOTHING (and it really does nothing) other than annoy users, at least:</p>
<ul>
<li>make sure you show the user a message that (s)he&#039;s now working in offline mode.</li>
<li>tell the user what the consequences of working offline are.</li>
<li>test it before shipping it (My wireless connection had already come back online hours before).</li>
<li>kill yourself.</li>
</ul>
<p>Offline mode has to be, without a doubt, the most useless annoying feature I&#039;ve ever seen in a program. There is no need for it at all. It does nothing, except for annoying me.</p>
<p><strong>Update:</strong> Cris spotted something in the File menu in the picture above: the &#039;Download Messages for Offline Usage&#039; isn&#039;t greyed out. How am I gonna download a message for offline usage if I&#039;m not even online? Plus, all these messages are already offline, since I&#039;ve only got Local storage mail accounts (I retrieve my email with fetchmail, after which I have to hit the Send/Receive to fetch the mail from /var/spool/mail/fboender). Consistancy motherfucker, do you speak it?</p>
]]></content:encoded>
			<wfw:commentRss>http://softwarebashing.org/blog/2009/09/evolution-no-mail-for-you/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>
		<item>
		<title>Pidgin Messenger steals my power button.</title>
		<link>http://softwarebashing.org/blog/2009/09/pidgin-messenger-steals-my-power-button/</link>
		<comments>http://softwarebashing.org/blog/2009/09/pidgin-messenger-steals-my-power-button/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 12:27:28 +0000</pubDate>
		<dc:creator>fboender</dc:creator>
				<category><![CDATA[Software Bashing]]></category>
		<category><![CDATA[bad user interfacing]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://softwarebashing.org/blog/?p=23</guid>
		<description><![CDATA[I installed Ubuntu 9.4 on my new laptop, and noticed something incredibly STUPID that Pidgin (the default messenger client) does. Here&#039;sthe top-right of my screen without Pidgin running: Notice the power button. A nice, clear, understandable button, right? Click it, do stuff like shutting down your computer or put it too sleep. Then I start Pidgin, and it changes to [...]]]></description>
			<content:encoded><![CDATA[<p>I installed Ubuntu 9.4 on my new laptop, and noticed something incredibly STUPID that Pidgin (the default messenger client) does. Here&#039;sthe top-right of my screen without Pidgin running:</p>
<div id="attachment_32" class="wp-caption alignnone" style="width: 307px"><img class="size-full wp-image-32" title="Screenshot" src="http://softwarebashing.org/blog/wp-content/uploads/2009/09/Screenshot.png" alt="Top-right of screen, no Pidgin running." width="297" height="100" /><p class="wp-caption-text">Top-right of screen, no Pidgin running.</p></div>
<p>Notice the power button. A nice, clear, understandable button, right? Click it, do stuff like shutting down your computer or put it too sleep. Then I start Pidgin, and it changes to this:</p>
<div id="attachment_33" class="wp-caption alignnone" style="width: 307px"><img class="size-full wp-image-33" title="Screenshot-1" src="http://softwarebashing.org/blog/wp-content/uploads/2009/09/Screenshot-1.png" alt="BOOM! Power button gone, replaced with inane undescriptive icon." width="297" height="100" /><p class="wp-caption-text">BOOM! Power button gone, replaced with inane undescriptive icon.</p></div>
<p>What the hell is that, where did my Power icon go? And what&#039;s that undescriptive green icon doing there instead? No-one knows what mystery icon does! It turns out Pidgin feels the need to replace the Power icon with some shitty useless menu that doesn&#039;t do anything the other Pidgin icon (the one with the green&#8230; thingy and the chat-balloon) doesn&#039;t already do:</p>
<div id="attachment_35" class="wp-caption alignnone" style="width: 307px"><img class="size-full wp-image-35" title="Screenshot-2" src="http://softwarebashing.org/blog/wp-content/uploads/2009/09/Screenshot-2.png" alt="Useless menu does the same as other Pidgin icon." width="297" height="289" /><p class="wp-caption-text">Useless menu does the same as other Pidgin icon.</p></div>
<p>Nice work Pidgin! I really needed two menu&#039;s for changing my Messenger&#039;s status! Stupid.</p>
<p>I hate software.</p>
]]></content:encoded>
			<wfw:commentRss>http://softwarebashing.org/blog/2009/09/pidgin-messenger-steals-my-power-button/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

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

