<?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>ossisoft.dk/blog</title>
	<atom:link href="http://ossisoft.dk/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://ossisoft.dk/blog</link>
	<description></description>
	<lastBuildDate>Mon, 01 Apr 2013 22:24:19 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
		<item>
		<title>ALPS GlidePoint TouchPad configuration in linux</title>
		<link>http://ossisoft.dk/blog/?p=45</link>
		<comments>http://ossisoft.dk/blog/?p=45#comments</comments>
		<pubDate>Mon, 01 Apr 2013 22:24:19 +0000</pubDate>
		<dc:creator>daniel</dc:creator>
				<category><![CDATA[commands]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[ALPS]]></category>
		<category><![CDATA[bodhi]]></category>
		<category><![CDATA[GlidePoint]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[touchpad]]></category>

		<guid isPermaLink="false">http://ossisoft.dk/blog/?p=45</guid>
		<description><![CDATA[I was missing edge scrolling on my Fujitsu XI3650 laptop running Bodhi Linux 2.2.0. I came across this thread http://ubuntuforums.org/showthread.php?t=1190259, and here is how I ended getting it working: cd /usr/share/X11/xorg.conf.d sudo nano 50-synaptics.conf Add the following options to the &#8220;InputClass&#8221; &#8230; <a href="http://ossisoft.dk/blog/?p=45">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>I was missing edge scrolling on my Fujitsu XI3650 laptop running Bodhi Linux 2.2.0.</p>
<p>I came across this thread <a href="http://ubuntuforums.org/showthread.php?t=1190259">http://ubuntuforums.org/showthread.php?t=1190259</a>, and here is how I ended getting it working:</p>
<pre>cd /usr/share/X11/xorg.conf.d
sudo nano 50-synaptics.conf</pre>
<p>Add the following options to the &#8220;InputClass&#8221; section with identifier &#8220;touchpad catchall&#8221;:</p>
<pre> Option "SHMConfig" "True"
 Option "LeftEdge" "0"
 Option "RightEdge" "850"
 Option "TopEdge" "300"
 Option "BottomEdge" "650"
 Option "EmulateTwoFingerMinZ" "100"
 Option "EmulateTwoFingerMinW" "0"
 Option "VertScrollDelta" "7"
 Option "HorizScrollDelta" "7"
 Option "HorizEdgeScroll" "True"
 Option "VertTwoFingerScroll" "1"
 Option "MaxSpeed" "1"
 Option "RTCornerButton" "2"
 Option "RBCornerButton" "3"
 Option "TapButton2" "0"
 Option "TapButton3" "0"</pre>
]]></content:encoded>
			<wfw:commentRss>http://ossisoft.dk/blog/?feed=rss2&#038;p=45</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eclipse UI theming issue</title>
		<link>http://ossisoft.dk/blog/?p=42</link>
		<comments>http://ossisoft.dk/blog/?p=42#comments</comments>
		<pubDate>Mon, 11 Mar 2013 22:26:55 +0000</pubDate>
		<dc:creator>daniel</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://ossisoft.dk/blog/?p=42</guid>
		<description><![CDATA[I had some issues with the theming of eclipse juno on linux. I&#8217;m running with a dark GTK theme, and the tabs were all light, and blurry even though i told eclipse to use GTK theme in the preferences. I &#8230; <a href="http://ossisoft.dk/blog/?p=42">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>I had some issues with the theming of eclipse juno on linux. I&#8217;m running with a dark GTK theme, and the tabs were all light, and blurry even though i told eclipse to use GTK theme in the preferences. I finally found this bug ticket over at eclipse.org: <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=392965">https://bugs.eclipse.org/bugs/show_bug.cgi?id=392965</a></p>
<p>The suggestion is to remove all *.css files used for styling. It worked for me:</p>
<pre>rm eclipse/plugins/org.eclipse.platform_4.2.1.v201209141800/css/*.css</pre>
]]></content:encoded>
			<wfw:commentRss>http://ossisoft.dk/blog/?feed=rss2&#038;p=42</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flatten directory in linux</title>
		<link>http://ossisoft.dk/blog/?p=40</link>
		<comments>http://ossisoft.dk/blog/?p=40#comments</comments>
		<pubDate>Mon, 11 Mar 2013 20:56:22 +0000</pubDate>
		<dc:creator>daniel</dc:creator>
				<category><![CDATA[commands]]></category>
		<category><![CDATA[Gaming]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://ossisoft.dk/blog/?p=40</guid>
		<description><![CDATA[Here is a few simple commands to flatten a directory in linux: find . -type f -exec mv --backup=t {} . \; find . -depth -exec rmdir {} \;]]></description>
				<content:encoded><![CDATA[<p>Here is a few simple commands to flatten a directory in linux:</p>
<pre>find . -type f -exec mv --backup=t {} . \;
find . -depth -exec rmdir {} \;</pre>
]]></content:encoded>
			<wfw:commentRss>http://ossisoft.dk/blog/?feed=rss2&#038;p=40</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Num Lock on in Bodhi Linux</title>
		<link>http://ossisoft.dk/blog/?p=37</link>
		<comments>http://ossisoft.dk/blog/?p=37#comments</comments>
		<pubDate>Fri, 18 Jan 2013 22:45:47 +0000</pubDate>
		<dc:creator>daniel</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[bodhi]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[lxdm]]></category>

		<guid isPermaLink="false">http://ossisoft.dk/blog/?p=37</guid>
		<description><![CDATA[In Bodhi Linxu (and probably any other distro using LXDM) you can turn on Num Lock automatically by entering numlock=1 in /etc/lxdm/lxdm.conf file.]]></description>
				<content:encoded><![CDATA[<p>In Bodhi Linxu (and probably any other distro using <a title="LXDM" href="http://wiki.lxde.org/en/LXDM" target="_blank">LXDM</a>) you can turn on Num Lock automatically by entering numlock=1 in /etc/lxdm/lxdm.conf file.</p>
]]></content:encoded>
			<wfw:commentRss>http://ossisoft.dk/blog/?feed=rss2&#038;p=37</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>64bit ADT needs ia32-libs</title>
		<link>http://ossisoft.dk/blog/?p=34</link>
		<comments>http://ossisoft.dk/blog/?p=34#comments</comments>
		<pubDate>Sun, 23 Dec 2012 11:56:22 +0000</pubDate>
		<dc:creator>daniel</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[64bit]]></category>
		<category><![CDATA[adt]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://ossisoft.dk/blog/?p=34</guid>
		<description><![CDATA[Messing around with ADT (Android Development Toolkit) for 64bit linux i found that it needs ia32-libs to run apt-get install ia32-libs]]></description>
				<content:encoded><![CDATA[<p>Messing around with ADT (Android Development Toolkit) for 64bit linux i found that it needs ia32-libs to run</p>
<p>apt-get install ia32-libs</p>
]]></content:encoded>
			<wfw:commentRss>http://ossisoft.dk/blog/?feed=rss2&#038;p=34</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bodhi Linux</title>
		<link>http://ossisoft.dk/blog/?p=26</link>
		<comments>http://ossisoft.dk/blog/?p=26#comments</comments>
		<pubDate>Wed, 31 Oct 2012 22:16:32 +0000</pubDate>
		<dc:creator>daniel</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[bodhi]]></category>
		<category><![CDATA[e17]]></category>
		<category><![CDATA[enlightenment]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://ossisoft.dk/blog/?p=26</guid>
		<description><![CDATA[I recently switched from Ubuntu 12.04 to Bodhi Linux 2.1 as my primary home distro. This is a really light weight distro with a slick user interface (defaults to Enlightenment e17). Since it doesn&#8217;t come with all the bloat that other distros &#8230; <a href="http://ossisoft.dk/blog/?p=26">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>I recently switched from Ubuntu 12.04 to Bodhi Linux 2.1 as my primary home distro. This is a really light weight distro with a slick user interface (defaults to Enlightenment e17). Since it doesn&#8217;t come with all the bloat that other distros tend to, I needed to install a few apps and tweak it a little before I felt at home, but now it really is a treat to use.</p>
<p>Go to <a href="http://www.bodhilinux.com/">http://www.bodhilinux.com/</a> and give the live CD a spin for yourself <img src='http://ossisoft.dk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://ossisoft.dk/blog/?feed=rss2&#038;p=26</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>StarCraft II on Ubuntu 12.04 crash</title>
		<link>http://ossisoft.dk/blog/?p=15</link>
		<comments>http://ossisoft.dk/blog/?p=15#comments</comments>
		<pubDate>Fri, 27 Jul 2012 14:17:34 +0000</pubDate>
		<dc:creator>daniel</dc:creator>
				<category><![CDATA[Gaming]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[playonlinux]]></category>
		<category><![CDATA[starcraft II]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[wine]]></category>

		<guid isPermaLink="false">http://ossisoft.dk/blog/?p=15</guid>
		<description><![CDATA[After updating to Ubuntu 12.04 StarCraft II started crashing during login with an &#8220;ACCESS VIOLATION&#8221; error. I did a quick google search and found this post about it. Basically the workaround is to turn off a kernes security feature by &#8230; <a href="http://ossisoft.dk/blog/?p=15">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>After updating to Ubuntu 12.04 StarCraft II started crashing during login with an &#8220;ACCESS VIOLATION&#8221; error.<br />
I did a quick google search and found <a href="https://sites.google.com/site/lightrush/random-1/howtomakestarcraftiinotcrashunderwineandubuntulucidmaverickonlogin">this</a> post about it.</p>
<p>Basically the workaround is to turn off a kernes security feature by executing:</p>
<p><code>sudo sysctl kernel.yama.ptrace_scope=0</code></p>
<p>You can turn it back on by executing:</p>
<p><code>sudo sysctl kernel.yama.ptrace_scope=1</code></p>
]]></content:encoded>
			<wfw:commentRss>http://ossisoft.dk/blog/?feed=rss2&#038;p=15</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Better Fullscreen Flash Detection in Caffeine</title>
		<link>http://ossisoft.dk/blog/?p=7</link>
		<comments>http://ossisoft.dk/blog/?p=7#comments</comments>
		<pubDate>Thu, 23 Feb 2012 22:16:29 +0000</pubDate>
		<dc:creator>daniel</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[caffeine]]></category>
		<category><![CDATA[fullscreen flash]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://ossisoft.dk/blog/?p=7</guid>
		<description><![CDATA[Why: I&#8217;m currently running Ubuntu 11.10 and I recently discovered Caffeine to help me overcome a problem with the screensaver/screenlock kicking in when watching videos on the web. Unfortunately the option to &#8220;Activate for flash video&#8221; will not work for &#8230; <a href="http://ossisoft.dk/blog/?p=7">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Why: I&#8217;m currently running Ubuntu 11.10 and I recently discovered <a title="Caffeine - A status bar application able to temporarily prevent the activation of both the screensaver and the &quot;sleep&quot; powersaving mode." href="https://launchpad.net/caffeine" target="_blank">Caffeine</a> to help me overcome a problem with the screensaver/screenlock kicking in when watching videos on the web. Unfortunately the option to &#8220;Activate for flash video&#8221; will not work for iPlayer and yousee.tv, so I added firefox to the list of programs that Caffeine activates for. Although this is working it&#8217;s not optimal, since the screensaver/screenlock won&#8217;t kick in if I forget to close firefox. So I have been trying to come up with a better solution, that effectively detects fullscreen Flash.</p>
<p>How: I wrote a small bash script called flash_detect.sh that checks if the current window is libflashplayer. I changed the _check_for_Flash method in core.py and made it call flash_detect.sh instead of flash_detect.py.</p>
<p>Download: <a href="http://ossisoft.dk/blog/wp-content/uploads/2012/02/Better-Fullscreen-Flash-Detection-in-Caffeine.tar.gz">Better Fullscreen Flash Detection in Caffeine.tar.gz</a></p>
<p>I had some inspiration for the fullscreen flash detection in an <a title="ubuntuforums.org thread that inspired me" href="http://ubuntuforums.org/showthread.php?t=1090393" target="_blank">ubuntuforums.org thread</a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://ossisoft.dk/blog/?feed=rss2&#038;p=7</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
