<?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>Bullroarer &#187; Linux</title>
	<atom:link href="http://danny.damours.net/wordpress/index.php/category/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://danny.damours.net/wordpress</link>
	<description>A day in the life of Danny D'Amours</description>
	<lastBuildDate>Sun, 27 Jun 2010 11:22:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Google Earth and SELinux</title>
		<link>http://danny.damours.net/wordpress/index.php/archive/google-earth-fedora-selinux</link>
		<comments>http://danny.damours.net/wordpress/index.php/archive/google-earth-fedora-selinux#comments</comments>
		<pubDate>Wed, 23 Jun 2010 10:06:11 +0000</pubDate>
		<dc:creator>Danny D'Amours</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[f13]]></category>
		<category><![CDATA[fedora 13]]></category>
		<category><![CDATA[Google Earth]]></category>
		<category><![CDATA[selinux]]></category>

		<guid isPermaLink="false">http://danny.damours.net/wordpress/?p=768</guid>
		<description><![CDATA[Having problems getting Google Earth to run under SELinux? Here's how I got my Google Earth to work without disabling SELinux.]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>Google has recently released <a href="http://google-latlong.blogspot.com/2010/06/announcing-google-earth-52.html">Google Earth 5.2</a>.  There are some really nice new features including visualization of tracks captured by GPS devices.</p>
<p>Installing under Fedora Linux can be a bit of a challenge if you have SELinux enabled.  <a title="Security Enhanced Linux - wikipedia" href="http://en.wikipedia.org/wiki/Security-Enhanced_Linux"></a></p>
<h3>What is SELinux?</h3>
<p><a title="Security Enhanced Linux - wikipedia" href="http://en.wikipedia.org/wiki/Security-Enhanced_Linux">SELinux</a> is feature which provides the ability to have access control policies which confines processes and users to the minimum required access level.  For example the httpd process can be confines to only have access to files under it&#8217;s document root.  Because of this confinement, there is a decreased risk if the httpd process were to become compromised and damage due to a security flaw is minimized.</p>
<h3>Making Google Earth work with SELinux</h3>
<p>The default install of Google Earth does not properly set the proper SELinux access controls and so if you have SELinux enabled, Google Earth will not start properly. One option with I&#8217;m sure that many people have done is to completely disable SELinux.  Although this approach will get Google Earth working, it eliminates the benefits of SELinux and makes your computer less secure than it could be.</p>
<p>Recent versions of SELinux have a tool which gives suggestions of how to fix problems when violations occur.  However on Fedora 13, the suggested command of &#8216;<em>restorecon /usr/local/google-earth/googleearth-bin</em>&#8216; didn&#8217;t fix the problem. I was still getting the error:</p>
<p>&#8220;./googleearth-bin: error while loading shared libraries: ./libcommon_webbrowser.so: cannot restore segment prot after reloc: Permission denied&#8221;</p>
<p>The key was to allow text relocation for the lib files in the install directory so typing in:</p>
<p>&#8220;<strong>chcon -t textrel_shlib_t /usr/local/google-earth/lib*</strong>&#8221;</p>
<p>Now Google Earth runs beautifully under SELinux.</p>
 <img src="http://danny.damours.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=768" width="1" height="1" style="display: none;" /><!-- google_ad_section_end --><img src="http://danny.damours.net/wordpress/?ak_action=api_record_view&id=768&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://danny.damours.net/wordpress/index.php/archive/google-earth-fedora-selinux/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RedHat quietly kills off its Mugshot social networking site</title>
		<link>http://danny.damours.net/wordpress/index.php/archive/redhat-quietly-kills-off-its-mugshot-social-networking-site</link>
		<comments>http://danny.damours.net/wordpress/index.php/archive/redhat-quietly-kills-off-its-mugshot-social-networking-site#comments</comments>
		<pubDate>Fri, 29 May 2009 12:33:01 +0000</pubDate>
		<dc:creator>Danny D'Amours</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[magnetism]]></category>
		<category><![CDATA[mugshot]]></category>
		<category><![CDATA[offline]]></category>
		<category><![CDATA[redhat]]></category>
		<category><![CDATA[social network]]></category>

		<guid isPermaLink="false">http://danny.damours.net/wordpress/?p=559</guid>
		<description><![CDATA[Redhat appears to have killed off its once promising social networking site Mugshot.]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>Created <a title="Ars - Mugshot social networking" href="http://arstechnica.com/old/content/2006/05/6955.ars" target="_self">in 2006</a> as a way of bringing people with common interests together, Mugshot was designed by RedHat  as an open source site.  The intentions was to allow interaction between users using not only its own site but by plugging into other networking sites such as Facebook and del.icio.us.  Mugshot included the ability to chat between users, share links, facebook updates and read RSS feeds.</p>
<p>Mugshot did have some innovative features such as a desktop client which allowed quick and easy access to network updates and to quickly post items or share links with your friends or interest groups.</p>
<h3>Where did it go?</h3>
<p>Despite some initial promise, in April of this year, the <a title="Wikipedia: Mugshot offline" href="http://en.wikipedia.org/wiki/Mugshot_(website)#Current_Status" target="_self">website went offline</a> with a &#8220;Mugshot is currently not running.&#8221; message and as of earlier this May, the URLs for http://www.mugshot.org get redirected to <a title="http://www.redhat.com" href="http://www.redhat.com" target="_self">http://www.redhat.com</a>.<br />
I have been unable to find any official confirmation that Mugshot has been killed and will not come back but it does not look promising.</p>
<h3>Why did it fail?</h3>
<p>Unfortunately Mugshot never seemed to get much traction outside of a small group of Linux (mainly RedHat) enthusiasts.Â  Whether it was a <a title="Mugshot - Redhat's neglected gold mine" href="http://people.kernelcode.com/cwarner/2009/01/29/mugshotorg-redhats-neglected-gold-mine/" target="_self">lack of marketing</a> or a neglect of website and network can be debated but after its initial launch period, RedHat almost seemed to ignore Mugshot perhaps hoping that organic growth could occur with open source community updating and introducing new features.Â  <a title="Mugshot vs Friendfeed" href="http://www.bytebot.net/blog/archives/2008/03/01/friendfeed-is-mugshot-with-community" target="_self">Competition from Friendfeed</a>, Twitter and Facebook may have also helped put Mugshot on the chopping block.</p>
<p>Another part of the reasoning behind RedHat&#8217;s apparent neglect and eventual abandonment of Mugshot is that the social network concept never seemed to fit well into its strategy to be an enterprise Linux vendor.Â  Right from the introduction of Mugshot, there <a title="Blizzard - You don''t understand Mugshot" href="http://www.0xdeadbeef.com/weblog/?p=204" target="_self">appeared to be confusion</a> regarding why RedHat was pursuing this product.</p>
<h3>Mugshot champions gone?</h3>
<p>It also appears that a few of the Mugshot champions from within RedHat such as <a title="Christoper Blizzard" href="http://www.0xdeadbeef.com/weblog/" target="_self">Christopher Blizzard</a> who has moved on to the Mozilla Foundation and <a title="Havoc Pennington" href="http://ometer.com/index.html" target="_self">Havoc Pennington</a> who is currently at <a title="litl.com" href="http://litl.com/" target="_self">litl</a>.</p>
<p>In a March <a title="Havoc Pennington - Spring is here" href="http://log.ometer.com/2009-03.html" target="_self">blog post</a>, Havoc even mentions the validity of the concept despite the lack of success with Mugshot:</p>
<blockquote><p>It&#8217;s gratifying that the new default home screen of Facebook looks a lot like <a href="http://www.google.com/patents?id=U1-gAAAAEBAJ">Mugshot.org</a>, a site some of us came up with at Red Hat. We coded Mugshot&#8217;s personal-lifestream-thingy before Facebook&#8217;s news feed came out and before FriendFeed came out. Not saying either site copied us, but it&#8217;s still nice to know at least our idea was good (even though there were lots of reasons we weren&#8217;t the ones to get anywhere with it).</p></blockquote>
<h3>What&#8217;s next for Mugshot?</h3>
<p>As of today, the source code for Mugshot is still available at <a title="Mugshot SVN repository" href="http://svn.mugshot.org/">http://svn.mugshot.org/</a> and it appears that a fork of the Mugshot code will live on in project magnetism at: <a title="http://code.google.com/p/magnetism/" href="http://code.google.com/p/magnetism/" target="_self">http://code.google.com/p/magnetism</a>/.Â  There is no indication of that a free shared Mugshot type service (like RedHat was offering) will be made available.Â  <a title="http://code.google.com/p/magnetism/" href="http://code.google.com/p/magnetism/" target="_self"><br />
</a></p>
 <img src="http://danny.damours.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=559" width="1" height="1" style="display: none;" /><!-- google_ad_section_end --><img src="http://danny.damours.net/wordpress/?ak_action=api_record_view&id=559&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://danny.damours.net/wordpress/index.php/archive/redhat-quietly-kills-off-its-mugshot-social-networking-site/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fedora 11 preview</title>
		<link>http://danny.damours.net/wordpress/index.php/archive/fedora-11-preview</link>
		<comments>http://danny.damours.net/wordpress/index.php/archive/fedora-11-preview#comments</comments>
		<pubDate>Thu, 28 May 2009 18:20:56 +0000</pubDate>
		<dc:creator>Danny D'Amours</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[F11]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[fedora 11]]></category>
		<category><![CDATA[firefox 3.5]]></category>
		<category><![CDATA[new features]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[screenshot]]></category>

		<guid isPermaLink="false">http://danny.damours.net/wordpress/?p=544</guid>
		<description><![CDATA[The release of Fedora 11 is just around the corner so I took a look at the upcoming release to see if there is anything to get excited about.]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>The release of Fedora 11 was recently <a title="Phronix - fedora release pushed back" href="http://www.phoronix.com/scan.php?page=news_item&amp;px=NzI4MA" target="_self">pushed back by a week</a> and <a title="Fedora 11 release date slips again" href="https://www.redhat.com/archives/fedora-devel-announce/2009-May/msg00016.html" target="_self">then another week</a> to June 9th due to some blocker bugs still being open.Â  The new release date however is still just around the corner so I&#8217;ve decided to look at what is coming in Fedora 11.</p>
<h3>What&#8217;s New in Fedora 11</h3>
<ul>
<li><a title="Ars - Gnome 2.26" href="http://arstechnica.com/open-source/reviews/2009/03/hands-on-gnome-226-brings-incremental-improvement.ars" target="_self">Gnome 2.26</a></li>
<li>Firefox 3.5 (currently at beta 4) which introduces HTML5 &lt;video&gt; and &lt;audio&gt; tags an a Private Browsing Mode (aka Porn Browsing Mode)</li>
<li><a title="Wikipedia - Ext4" href="http://en.wikipedia.org/wiki/Ext4" target="_self">ext4</a> is now the default filesystem when installing a new Fedora 11 install</li>
<li>Improved fingerprint reader experience with a improved detection and a GUI configuration tool (authconfig)</li>
<li>gcc 4.4</li>
<li>faster boot up times with the goal being a 20 second startup</li>
<li>upgraded rpm to 4.7 for performance improvements</li>
<li>OpenChange introduce for native Microsoft Exchange integration</li>
<li><a title="Phronix - X Server 1.6.0 released" href="http://www.phoronix.com/scan.php?page=article&amp;item=xorg_server_16&amp;num=1" target="_self">Xserver 1.6</a> which brings with it improved performance, stability and RANDR 1.3 support</li>
<li>improved graphical drivers including</li>
</ul>
<blockquote>
<ul>
<li>kernel modeseting in Intel drivers for graphical bootup sequence</li>
<li>new default NVidia drivers (nouveau) which supports more cards, has performance improvements over the current nv drivers and supports RANDR 1.2</li>
<li>improved ATI/AMD Radeon drivers allowing r100/r200 based cards to work with modesetting and DRI2</li>
</ul>
</blockquote>
<h3>Try it out</h3>
<p>I decided to install a Fedora 11 Preview copy in a VMWare Workstation virtual machine to see first hand what changes were in store.Â  After booting off of the Live CD and clicking on Install to Hard Drive, the install process went very smoothly.Â  Installation seems faster than previous versions as well though I did select more packages on my previous Fedora 10 install.<br />
Here is a screenshot of F11 in action:</p>
<h3>
<p><div id="attachment_552" class="wp-caption alignnone" style="width: 810px"><img class="size-full wp-image-552" title="F11-Screenshot" src="http://danny.damours.net/wordpress/wp-content/uploads/2009/05/screenshot.png" alt="Screenshot of Fedora 11" width="800" height="600" /><p class="wp-caption-text">Screenshot of Fedora 11</p></div></h3>
<h3>More info and reviews</h3>
<p>For additional information there are podcasts including an interview with Fedora&#8217;s release manager Jesse Keating and Spot Callaway discussing the upcoming Fedora 11 features available at <a title="Fedora 11 podcasts" href="https://fedoraproject.org/wiki/F11_release_podcasts" target="_self">https://fedoraproject.org/wiki/F11_release_podcasts</a>.Â  Another interview with Richard Hughes on the improvements to PackageKit are available at : <a title="PackageKit improvements in Fedora 11" href="http://marilyn.frields.org:8080/~paul/wordpress/?p=1637" target="_self">http://marilyn.frields.org:8080/~paul/wordpress/?p=1637</a></p>
<p>If you would rather see than hear about Fedora 11, there is also a screenshot tour of Fedora 11 available at: <a title="Fedora 11 Screenshot tour" href="https://fedoraproject.org/wiki/Fedora_11_Screenshot_Tour" target="_self">https://fedoraproject.org/wiki/Fedora_11_Screenshot_Tour</a>.</p>
 <img src="http://danny.damours.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=544" width="1" height="1" style="display: none;" /><!-- google_ad_section_end --><img src="http://danny.damours.net/wordpress/?ak_action=api_record_view&id=544&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://danny.damours.net/wordpress/index.php/archive/fedora-11-preview/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interesting Google Android apps</title>
		<link>http://danny.damours.net/wordpress/index.php/archive/interesting-google-android-apps</link>
		<comments>http://danny.damours.net/wordpress/index.php/archive/interesting-google-android-apps#comments</comments>
		<pubDate>Tue, 20 May 2008 04:31:30 +0000</pubDate>
		<dc:creator>Danny D'Amours</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[blackberry]]></category>
		<category><![CDATA[challenge]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[winners]]></category>

		<guid isPermaLink="false">http://danny.damours.net/wordpress/?p=226</guid>
		<description><![CDATA[Google's Android developer challenge has released its first 50 shortlisted applications.  Which ones are interesting and why?]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><h3>Google&#8217;s Android Developer Challenge</h3>
<p>With the introduction of its Android mobile platform, Google announced the <a title="Android Developer Challenge" href="http://code.google.com/android/adc.html" target="_self">Android Developers Challenge</a> which has $10 million in prizes for great mobile applications built for Android.</p>
<h3>Phase 1 Round 1 winners</h3>
<p>The first phase of the challenge <a title="Android Developer Challenge - Round 1 results" href="http://android-developers.blogspot.com/2008/05/android-developer-challenge-round-i.html" target="_self">which was just completed</a>, resulted in 50 applications being shortlisted, the developers receiving $25000 and the chance to go on to the next round where up to $275000 will be up for grabs to the best applications.</p>
<p>It appears that Google has already received its money&#8217;s worth.  Before even a single phone or handset is built, Google managed to get a nice little roster of applications created.  The winning 50 applications are <a title="Android Challenge Phase 1 winners" href="http://code.google.com/android/images/adc1r1_deck.pdf" target="_blank">shown here </a>(PDF &#8211; 4 MB).  Although I can&#8217;t attest to the quality of the submissions, there appears to be some really interesting ideas in the list.  Silicon Alley Insider narrowed it down to their <a href="http://www.alleyinsider.com/2008/5/five_google_android_apps_we_love">favourite 5</a>.</p>
<p>One application that I was impressed with was AndoidScan which can recognized bar codes from books, CDs or DVDs and will fetch reviews and perform a pricing comparison with a dozen online stores.  If it works as advertised, it could end up being a really handy application.  As expected, a few applications are mobile social applications and few deal with sharing routes or quickly sharing pictures and other data while on the go.  All appear to have some potential.</p>
<h3>Android vs. iPhone vs. Blackberry</h3>
<p>Google is obviously trying to attack the chicken and egg problem of handsets and applications.  By providing a lineup of useful apps, handset providers will be more likely to make the plunge and create new Android or Open Handset Alliance based handsets.  Applications will also be the key battlefield in the competition between the Android platform and  the iPhone and Blackberry.  Google is hoping that by building a strong SDK and attracting developers to the relatively open platform that great applications will emerge which will raise the profile and popularity of Android.</p>
<p>Gotta love competition&#8230;.</p>
 <img src="http://danny.damours.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=226" width="1" height="1" style="display: none;" /><!-- google_ad_section_end --><img src="http://danny.damours.net/wordpress/?ak_action=api_record_view&id=226&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://danny.damours.net/wordpress/index.php/archive/interesting-google-android-apps/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fedora 9 coming down the line&#8230;</title>
		<link>http://danny.damours.net/wordpress/index.php/archive/fedora-9-coming-down-the-line</link>
		<comments>http://danny.damours.net/wordpress/index.php/archive/fedora-9-coming-down-the-line#comments</comments>
		<pubDate>Thu, 10 Apr 2008 05:06:26 +0000</pubDate>
		<dc:creator>Danny D'Amours</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[f9]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[relase notes]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://danny.damours.net/wordpress/?p=220</guid>
		<description><![CDATA[Fedora 9 is nearing completion.  The final freeze of the code has taken place and the code is almost ready to ship.  The 29th of April is the expected release date for this cutting edge Linux distribution.
There is even a preview of the release notes which lets us see what nice features the [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>Fedora 9 is nearing completion.  The final freeze of the code has taken place and the code is almost ready to ship.  The 29th of April is the expected release date for this cutting edge Linux distribution.</p>
<p>There is even a <a title="Fedora 9 preview release notes" href="http://docs.fedoraproject.org/release-notes/f9preview/en_US/" target="_self">preview of the release notes</a> which lets us see what nice features the upgrade has in store for us.</p>
<h3>New and improved features</h3>
<p>Some of the new and improved features are:</p>
<ul>
<li>installer now has the ability to resize ext2, ext3 and ntfs partitions as well as encrypted partition support</li>
<li>Gnome 2.22 which include the <a title="Gnome 2.22 : Cheese" href="http://library.gnome.org/misc/release-notes/2.22/#sect:cheese" target="_self">Cheese webcam application</a> and <a title="Gnome 2.22 : Improved network filesystem support" href="http://library.gnome.org/misc/release-notes/2.22/#sect:gvfs" target="_self">improved networked filesystem support</a></li>
<li>NetworkManager 0.7 which adds support for GSM and CDMA cellular connections, multiple devices and ad-hoc networking</li>
<li>OpenOffice 2.4 which has some nice new features as seen in this <a title="New features in OpenOffice 2.4" href="http://www.oooninja.com/2008/03/new-features-openofficeorg-240.html" target="_self">review on OOONinja.com</a></li>
<li>Firefox 3 beta 5 with its improved performance, refined user interface and improved security management</li>
<li>PackageKit has become the newest default package management application</li>
<li>/sbin/init has been replaced by <a title="Upstart: event based services management" href="http://upstart.ubuntu.com/" target="_self">Upstart</a> which in addition to starting and stopping services can supervise running services for failures and restart them<a title="Upstart: event based services management" href="http://upstart.ubuntu.com/" target="_self"><br />
</a></li>
</ul>
<p>There are some nice upcoming features.  It appears that the move from Fedora 8 to Fedora 9 is once again an incremental evolution and maturing of the Fedora platform.  There doesn&#8217;t appear to be any breakthrough revolutionary changes in the Linux distro but the constant and incremental improvements will continue to be welcomed by Fedora users.</p>
 <img src="http://danny.damours.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=220" width="1" height="1" style="display: none;" /><!-- google_ad_section_end --><img src="http://danny.damours.net/wordpress/?ak_action=api_record_view&id=220&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://danny.damours.net/wordpress/index.php/archive/fedora-9-coming-down-the-line/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nokia buys Trolltech and QT</title>
		<link>http://danny.damours.net/wordpress/index.php/archive/nokia-buys-trolltech-and-qt</link>
		<comments>http://danny.damours.net/wordpress/index.php/archive/nokia-buys-trolltech-and-qt#comments</comments>
		<pubDate>Wed, 30 Jan 2008 04:37:47 +0000</pubDate>
		<dc:creator>Danny D'Amours</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Nokia N900/N810/N800/770]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[GTK]]></category>
		<category><![CDATA[Maemo]]></category>
		<category><![CDATA[n800]]></category>
		<category><![CDATA[N810]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[qt]]></category>
		<category><![CDATA[trolltech]]></category>

		<guid isPermaLink="false">http://danny.damours.net/wordpress/index.php/archive/nokia-buys-trolltech-and-qt</guid>
		<description><![CDATA[A few days after I pointed out that there is a QT4 port for Nokia&#8217;s Maemo platform, Nokia has announced that it is buying Trolltech the makers of the QT framework.
The 150 million dollar buyout has taken some by surprise as Nokia&#8217;s Maemo platform itself is closely aligned with the QT alternative GTK+ and Gnome. [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>A few days after <a title="Java and the Nokia N810" href="http://danny.damours.net/wordpress/index.php/archive/java-and-erlang-on-the-maemo-platform-nokia-n810-n800-770-internet-tablets">I pointed out</a> that there is a QT4 port for Nokia&#8217;s Maemo platform, Nokia has announced that it is buying Trolltech the makers of the QT framework.</p>
<p>The 150 million dollar buyout has taken some by surprise as Nokia&#8217;s Maemo platform itself is closely aligned with the QT alternative GTK+ and Gnome.  It appears however that QT can play a role in the evolution of the Symbian platform on which Nokia has built most of its phones.Â  There is some speculation that Nokia could use QT as a migration path for developers from Symbian to a Linux based phone operating system.Â  There is also <a title="Trolltech and Nokia" href="http://www.moconews.net/entry/419-trolltech-acquisition-improves-application-availability-on-nokia-handse/">speculation</a> that buying Trolltech could also fit with a strategy to develop and release an open phone OS to compete with Google led Open Handset Alliance (OHA) and its Android platform.</p>
<p>Perhaps the acquisition will have no effect on the future of the Maemo platform.Â  Then again, perhaps the <a title="QT4 on Maemo" href="http://qt4.garage.maemo.org/">QT4 for Maemo</a> project will become a key technology for the N810 and N800 intenet tablets.</p>
<p>Regardless of the future implications of the acquisition, I am happy to see investment in open source and companies using and promoting open source.Â  Nokia has the ability to put financial resources to work for QT and open source in general in order to make it more successful.Â  They have shown that they understand open source with the Maemo platform and I&#8217;m very intrigued to see what the future holds.</p>
 <img src="http://danny.damours.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=187" width="1" height="1" style="display: none;" /><!-- google_ad_section_end --><img src="http://danny.damours.net/wordpress/?ak_action=api_record_view&id=187&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://danny.damours.net/wordpress/index.php/archive/nokia-buys-trolltech-and-qt/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMWare Fusion features coming to VMWare Workstation</title>
		<link>http://danny.damours.net/wordpress/index.php/archive/vmware-fusion-features-coming-to-vmware-workstation</link>
		<comments>http://danny.damours.net/wordpress/index.php/archive/vmware-fusion-features-coming-to-vmware-workstation#comments</comments>
		<pubDate>Tue, 08 Jan 2008 05:33:23 +0000</pubDate>
		<dc:creator>Danny D'Amours</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[unity]]></category>
		<category><![CDATA[virtulization]]></category>
		<category><![CDATA[vmware workstation]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://danny.damours.net/wordpress/index.php/archive/vmware-fusion-features-coming-to-vmware-workstation</guid>
		<description><![CDATA[VMWare&#8217;s upcoming VMWare Workstation 6.5 will likely include one of the most demanded features from its Mac Fusion product.  Specifically, it appears that VMWare Workstation 6.5 will allow virtualized applications within a VM to be &#8220;detached&#8221; from the VM showing up as a seperate window on the native host OS.Â  You could therefore have [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>VMWare&#8217;s upcoming VMWare Workstation 6.5 will likely include one of the most demanded features from its Mac Fusion product.  Specifically, it appears that VMWare Workstation 6.5 will allow virtualized applications within a VM to be &#8220;<a title="VMWare Unity" href="http://www.chipx86.com/blog/?p=224">detached</a>&#8221; from the VM showing up as a seperate window on the native host OS.Â  You could therefore have an Windows Photoshop window beside your GIMP or other native Linux application windows.</p>
<p>To see how it looks on a Mac look at this <a title="Unity in VMWare Fusion" href="http://vmware.com/files/images/screens_fusion/8_program_menu.png">screenshot</a>.</p>
<p>Using this new feature you will be able to seamlessly mix and match best of breed applications on whatever platform you prefer while VMWare keeps the underlying OS under the covers and hidden out of sight.Â  If done right it certainly would solve a lot of people&#8217;s platform compatibility woes.Â  By having the guest OS applications use the host OS window manager, the applications behave a lot more like native apps which makes the context switch caused by jumping from hosted to native application much easier.</p>
<p>I certainly am looking forward to Workstation 6.5 coming out though there doesn&#8217;t currently appear to be any estimated release dates floating around so it may still be awhile.</p>
<p>See the original post for more details: <a href="http://www.chipx86.com/blog/?p=237">ChipLog Â» Blog Archive Â» Working outside the box with Unity</a></p>
 <img src="http://danny.damours.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=175" width="1" height="1" style="display: none;" /><!-- google_ad_section_end --><img src="http://danny.damours.net/wordpress/?ak_action=api_record_view&id=175&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://danny.damours.net/wordpress/index.php/archive/vmware-fusion-features-coming-to-vmware-workstation/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fedora 8 released and installed &#8211; bumps and bruises.</title>
		<link>http://danny.damours.net/wordpress/index.php/archive/fedora-8-released</link>
		<comments>http://danny.damours.net/wordpress/index.php/archive/fedora-8-released#comments</comments>
		<pubDate>Tue, 27 Nov 2007 05:00:26 +0000</pubDate>
		<dc:creator>Danny D'Amours</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[f8]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[fedora 8]]></category>
		<category><![CDATA[installation]]></category>

		<guid isPermaLink="false">http://danny.damours.net/wordpress/index.php/archive/fedora-8-released</guid>
		<description><![CDATA[Fedora 8 was released a on November 8th.  As previously mentioned, unlike Microsoft&#8217;s Vista, this looks to be a nice upgrade.
It took a while for me to get my primary system upgraded but I finally got around to it on Friday.
Installation issues
I performed an upgrade in place of my Fedora 7 Dell D620 laptop. [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>Fedora 8 was released a on November 8th.  As <a title="Fedora 8 Test 3 released" href="http://danny.damours.net/wordpress/index.php/archive/fedora-8-test-3-792-released">previously</a> <a title="Fedora 8 Test 2 released" href="http://danny.damours.net/wordpress/index.php/archive/fedora-8-test-2-released">mentioned</a>, unlike Microsoft&#8217;s Vista, this looks to be a nice upgrade.</p>
<p>It took a while for me to get my primary system upgraded but I finally got around to it on Friday.</p>
<h3>Installation issues</h3>
<p>I performed an upgrade in place of my Fedora 7 Dell D620 laptop.  I had upgraded to the latest F7 updates and backed up my important data before beginning the upgrade.  Booting off of the Fedora 8 DVD, I quickly ran into a problem with the install process crashing when it was probing my system.  After updating the BIOS to the latest version &#8220;just to be sure&#8221;, I read the common bugs for F8 and found that there is a <a title="Booting Installer on Dell Laptops" href="http://fedoraproject.org/wiki/Bugs/F8Common?action=show&amp;redirect=Bugs%2FCommon#head-ab9c2ff9166fa54eb2c08cd8c51162252b16ad8a">problem with the boot.iso</a> on some Dell laptops.  By adding <em><strong>nohz=off nolapic</strong></em> to the GRUB boot entry, I was off to the races.</p>
<p>As an aside, why the heck does Fedora prompt you to scan the media?  Are media errors THAT common.  Seriously, what percentage of people actually scan their media before installing it?  Please move it to an option in the GRUB menu or make it a command line boot parameter and remove one useless (and potential scary) prompt for the new user.</p>
<p>The remainder of the upgrade proceeded as expected with Anaconda not having changed too much between version 7 and 8.  One thing that I noticed was that the upgrade seem to take quite a bit more time than I expected.  Perhaps the 5400 rpm drive in the notebook was slower than I was used to or perhaps it was the fact that I was performing an in place upgrade as opposed to my usual clean install that made the install seem slow.</p>
<h3>Post install issues</h3>
<p>After an install, my usual practice is to run a yum update to get any releases which fix problems that crop up at release time.  For some reason, Yum updates didn&#8217;t seem to want to resolve to a mirror so I ended up hardcoding one of mirror URLs in order to get updates.  Perhaps the mirror resolution was temporarily down or something.</p>
<p>I also noticed that my font settings appeared to have changed in Fedora 8.  Though they appear to be sharper and more pleasing to look at, all of the fonts appear to be larger than they were under Fedora 7.  Apparently I&#8217;m not the only one <a title="Gnome Fonts Broken by Default" href="http://log.ometer.com/2007-11.html#8">having this issue</a>.  I have tweaked the Gnome font DPI in the &#8216;System-&gt;Preferences-&gt;Look and Feel-&gt;Appearance&#8217; section but I can&#8217;t seem to get it back to the normal Fedora 7 font size.  Perhaps I will simply get used the new font sizes as time goes on.</p>
<p>When trying to run a program using my installed Sun Java JVM, I received the error: <code>xcb_xlib.c:50: xcb_xlib_unlock: Assertion `c-&gt;xlib.lock' failed.</code> Luckily, the problem and workaround are <a title="Fedora Bugzilla" href="https://bugzilla.redhat.com/show_bug.cgi?id=254144#c14">well documented in Bugzilla</a>.  A quick <code>sed -i 's/XINERAMA/FAKEEXTN/g'<br />
/usr/lib/jvm/java-6-sun-1.6.0.00/jre/lib/i386/xawt/libmawt.so</code> fixed things up.</p>
<p>I was somewhat surprised when I tried to log into my VPN only to find that my VPN settings had vanished.Â  Not a big deal but annoying nonetheless.</p>
<p>One outstanding issue that I am still experiencing with Fedora 8 is with the wireless connectivity.Â  Apparently there are <a title="Bugzilla: EAP/TLS wireless connection" href="http://fedoraproject.org/wiki/Bugs/F8Common?action=show&amp;redirect=Bugs%2FCommon#head-1e74cf555164b8d38b2c127a7ece8322fb54294b">still issues</a> connecting over wireless to a WPA2 Enterprise (EAP/TLS) network.Â  There doesn&#8217;t appear to be a work around (unless you call plugging in using a network cable a work around) but hopefully one will be available soon.</p>
<p>Besides these fairly minor (and well documented) issues, I must say that I am pleased with Fedora 8.  The interface appears to be smoother and program updates add some nice functionality to some of my favourite programs.</p>
<p>I look forward to digging around some more and finding new functionality and programs.</p>
 <img src="http://danny.damours.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=158" width="1" height="1" style="display: none;" /><!-- google_ad_section_end --><img src="http://danny.damours.net/wordpress/?ak_action=api_record_view&id=158&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://danny.damours.net/wordpress/index.php/archive/fedora-8-released/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nokia N810 (IT OS2008) firmware on the N800</title>
		<link>http://danny.damours.net/wordpress/index.php/archive/nokia-n810-firmware-leaks</link>
		<comments>http://danny.damours.net/wordpress/index.php/archive/nokia-n810-firmware-leaks#comments</comments>
		<pubDate>Fri, 16 Nov 2007 05:51:13 +0000</pubDate>
		<dc:creator>Danny D'Amours</dc:creator>
				<category><![CDATA[Atlantic Canada]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Nokia N900/N810/N800/770]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[n800]]></category>
		<category><![CDATA[N810]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[os2008]]></category>
		<category><![CDATA[skype]]></category>

		<guid isPermaLink="false">http://danny.damours.net/wordpress/index.php/archive/nokia-n810-firmware-leaks</guid>
		<description><![CDATA[As detailed on CNet, the Nokia N810 firmware has been leaked and people have been trying it out on the N800.
Some of the major features of the new OS:

Upgrade the processor speed from 320 MHz to 400 MHz
Now uses Mozilla browser instead of Opera
Improved Flash (and hence YouTube)
Linux kernel upgraded from 2.6.18 to 2.6.21
New mapping [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>As detailed on CNet, the Nokia N810 firmware <a title="IT OS2008 leaked" href="http://www.cnet.com/surveillance-state/8301-13739_1-9816300-46.html?tag=head" target="_self">has been leaked</a> and people have been trying it out on the N800.</p>
<p>Some of the major features of the new OS:</p>
<ul>
<li>Upgrade the processor speed from 320 MHz to 400 MHz</li>
<li>Now uses Mozilla browser instead of Opera</li>
<li>Improved Flash (and hence YouTube)</li>
<li>Linux kernel upgraded from 2.6.18 to 2.6.21</li>
<li>New mapping application to go with the integrated GPS built into the N810</li>
</ul>
<p>I have seen a mention of video support in Skype as I had <a title="skype for Linux 2.0 beta" href="http://danny.damours.net/wordpress/index.php/archive/skype-for-linux-now-with-video-support">predicted</a> but I couldn&#8217;t find any reference which confirms video support.</p>
<p>Speaking of the Nokia N800 series, Access has <a title="Palm OS on Nokia N800" href="http://www.access-company.com/products/gvm/">released</a> a Garnet (Palm OS) VM for Nokia N series internet tablets.</p>
<p>Cool&#8230;.</p>
 <img src="http://danny.damours.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=148" width="1" height="1" style="display: none;" /><!-- google_ad_section_end --><img src="http://danny.damours.net/wordpress/?ak_action=api_record_view&id=148&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://danny.damours.net/wordpress/index.php/archive/nokia-n810-firmware-leaks/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Skype for Linux &#8211; Now with video support</title>
		<link>http://danny.damours.net/wordpress/index.php/archive/skype-for-linux-now-with-video-support</link>
		<comments>http://danny.damours.net/wordpress/index.php/archive/skype-for-linux-now-with-video-support#comments</comments>
		<pubDate>Thu, 08 Nov 2007 18:56:29 +0000</pubDate>
		<dc:creator>Danny D'Amours</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Nokia N900/N810/N800/770]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[n800]]></category>
		<category><![CDATA[N810]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[skype]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://danny.damours.net/wordpress/index.php/archive/skype-for-linux-now-with-video-support</guid>
		<description><![CDATA[Quick on the release of Skype for Linux version 1.4, EBay / Skype has released their latest Linux beta, version 2.0.0.13.
The big news is that this beta version finally includes support for VIDEO!
I tested it out with a colleague of mine (my install was Fedora his Ubuntu) and it seemed to work quite well.Â  The [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>Quick on the release of Skype for Linux <a title="Skype 1.4 Linux released" href="http://danny.damours.net/wordpress/index.php/archive/skype-14-for-linux-is-here-skype-for-linux">version 1.4</a>, EBay / Skype has released their latest <a href="http://skype.com/intl/en/download/skype/linux/beta/">Linux beta</a>, version 2.0.0.13.</p>
<p>The big news is that this beta version finally includes support for <strong>VIDEO</strong>!</p>
<p>I tested it out with a colleague of mine (my install was Fedora his Ubuntu) and it seemed to work quite well.Â  The video appeared to be clear, clean and fairly responsive.</p>
<p>Now my big question (ok, two questions) is when this version of Skype will trickle down to the Nokia N800 / N810?Â  Also, is version 2.0 of Skype for Linux going to be included in Google&#8217;s Android project?Â  After all, eBay is a partner in the OpenHandsetAlliance.</p>
 <img src="http://danny.damours.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=146" width="1" height="1" style="display: none;" /><!-- google_ad_section_end --><img src="http://danny.damours.net/wordpress/?ak_action=api_record_view&id=146&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://danny.damours.net/wordpress/index.php/archive/skype-for-linux-now-with-video-support/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WindowBuilder Pro version 6.5.0 released</title>
		<link>http://danny.damours.net/wordpress/index.php/archive/window-builder-pro-version-650-released</link>
		<comments>http://danny.damours.net/wordpress/index.php/archive/window-builder-pro-version-650-released#comments</comments>
		<pubDate>Wed, 31 Oct 2007 04:08:04 +0000</pubDate>
		<dc:creator>Danny D'Amours</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[GWT]]></category>
		<category><![CDATA[Instantiations]]></category>
		<category><![CDATA[Swing]]></category>

		<guid isPermaLink="false">http://danny.damours.net/wordpress/index.php/archive/window-builder-pro-version-650-released</guid>
		<description><![CDATA[Instantiations have released version 6.5.0 of WindowBuilder Pro their Eclipse based Java GUI builder.  The new &#38; noteworthy page describes some of the improvements available in this new version.
WindowBuilder Pro  supports not only standard Swing GUIs but Eclipse&#8217;s Standard Widget Toolkit (SWT) and Google&#8217;s Web Toolkit (GWT).
One of my favourite features of WindowBuilder&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>Instantiations have released version 6.5.0 of WindowBuilder Pro their Eclipse based Java GUI builder.  The <a href="http://download.instantiations.com/DesignerDoc/integration/latest/docs/html/introduction/new_and_noteworthy_650.html">new &amp; noteworthy page</a> describes some of the improvements available in this new version.</p>
<p>WindowBuilder Pro  supports not only standard Swing GUIs but Eclipse&#8217;s Standard Widget Toolkit (SWT) and Google&#8217;s Web Toolkit (GWT).</p>
<p>One of my favourite features of WindowBuilder&#8217;s Swing toolkit is support for GroupLayout a la Netbeans Matisse.Â  WindowBuilder manages to do it without annoying proprietary .form files and is quite capable at reverse engineering existing GUIs for full round trip (bi-directional) capabilities meaning you can either edit the GUI in the graphical layout or in the code.  Trying to jump back and forth between Netbeans and Eclipse with Matisse built GUIs is a pain as not only must the associated .form files be migrated back and forth but care must be taken not to edit the generated GUI code as it can get the code and .form out of synch.  Also because of the reverse engineering of existing GUI code and support for all of the standard layouts, existing projects can be viewed and manipulated graphically regardless of layout or coding style.</p>
<p>Another cool feature (not mentioned in the New and Noteworthy) that I discovered playing with the product is that version 6.5 now has support for <a title="JSR 296 - Swing Application Framework" href="http://jcp.org/en/jsr/detail?id=296">JSR 296</a> also known as the Swing Application Framework.  Although it does not appear to come with a JAR to support it, a quick <a title="Swing Application Framework" href="https://appframework.dev.java.net/">download</a> (and build) is all it takes to start building Swing applications based on the new application framework.  As far as I know this is the first non-beta product which support this new JSR.</p>
<p><a title="JSR 296 Project" href="http://danny.damours.net/wordpress/wp-content/uploads/2007/10/jsr296-project.png"><img src="http://danny.damours.net/wordpress/wp-content/uploads/2007/10/jsr296-project.png" alt="JSR 296 Project" /></a></p>
<p>The downside of WindowBuilder Pro is its cost.  At $329 for a commercial license it certainly isn&#8217;t free like Matisse or the Eclipse Visual Editor but if you are designing GUIs with any regularity, the cost will quickly recuperated in time and frustration saved.  Instantiations also offers a  free trimmed down version of Window Builder as well as having discounts for academic and non-commercial uses.</p>
<p><strong>Update:</strong> Instantiations has <a title="WindowBuilder Pro 6.7.0" href="http://danny.damours.net/wordpress/index.php/archive/instantiations-releases-windowbuilder-pro-67" target="_self">released WindowBuilder Pro 6.7.0</a></p>
 <img src="http://danny.damours.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=140" width="1" height="1" style="display: none;" /><!-- google_ad_section_end --><img src="http://danny.damours.net/wordpress/?ak_action=api_record_view&id=140&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://danny.damours.net/wordpress/index.php/archive/window-builder-pro-version-650-released/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Fedora 8 Test 3 (7.92) released</title>
		<link>http://danny.damours.net/wordpress/index.php/archive/fedora-8-test-3-792-released</link>
		<comments>http://danny.damours.net/wordpress/index.php/archive/fedora-8-test-3-792-released#comments</comments>
		<pubDate>Sat, 06 Oct 2007 03:11:23 +0000</pubDate>
		<dc:creator>Danny D'Amours</dc:creator>
				<category><![CDATA[Gnome - GTK]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[IcedTea]]></category>
		<category><![CDATA[OpenJDK]]></category>

		<guid isPermaLink="false">http://danny.damours.net/wordpress/index.php/archive/fedora-8-test-3-792-released</guid>
		<description><![CDATA[The last beta release of Fedora 8, Test 3 or version 7.92 was released on Thursday the 4th.  This release includes a few new features to the Fedora 8 release including &#8220;Online Desktop&#8221; preview via BigBoard, inclusion of Codec Buddy which is intended to help people find audio and video codecs which cannot be [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>The last beta release of Fedora 8, Test 3 or version 7.92 was released on Thursday the 4th.  This release includes a few new features to the Fedora 8 release including &#8220;Online Desktop&#8221; preview via <a title="BigBoard" href="http://live.gnome.org/OnlineDesktop/Sidebar">BigBoard</a>, inclusion of Codec Buddy which is intended to help people find audio and video codecs which cannot be shipped with Fedora due to legal issues, power management as well as performance improvements.</p>
<p>IcedTea which is the unemcumbered fully GPL version of OpenJDK has also been included into the default F8T3 install.  As previously mentioned, IcedTea is a fully GPL unencumbered version of OpenJDK.  At this time, sound, javascript and snmp do not work [<a title="IcedTea FAQ" href="http://iced-tea.org/wiki/FrequentlyAskedQuestions#What_does_and_doesn.27t_work_in_IcedTea.3F">1</a>].  Sun is presently working on a free open source version of Java&#8217;s sound libraries and so that deficiency should be solved shortly.  I&#8217;m not certain what the plans are to address the other gaps but I imagine that it won&#8217;t be long until they too are addressed.</p>
<p><a href="https://www.redhat.com/archives/fedora-test-list/2007-October/msg00103.html">Announcing Fedora 8 Test 3 (7.92)!</a></p>
 <img src="http://danny.damours.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=119" width="1" height="1" style="display: none;" /><!-- google_ad_section_end --><img src="http://danny.damours.net/wordpress/?ak_action=api_record_view&id=119&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://danny.damours.net/wordpress/index.php/archive/fedora-8-test-3-792-released/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Skype 1.4 for Linux is here!</title>
		<link>http://danny.damours.net/wordpress/index.php/archive/skype-14-for-linux-is-here-skype-for-linux</link>
		<comments>http://danny.damours.net/wordpress/index.php/archive/skype-14-for-linux-is-here-skype-for-linux#comments</comments>
		<pubDate>Sat, 06 Oct 2007 02:16:51 +0000</pubDate>
		<dc:creator>Danny D'Amours</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[skype]]></category>

		<guid isPermaLink="false">http://danny.damours.net/wordpress/index.php/archive/skype-14-for-linux-is-here-skype-for-linux</guid>
		<description><![CDATA[Finally Skype 1.4 (1.4.0.118) for Linux has been released.  There doesn&#8217;t appear to be many changes from the latest beta release (1.4.0.99) from early August.
Now that 1.4 has been released hopefully we can start seeing version 2.x beta releases that will hopefully introduce video chat into Skype.  Hopefully&#8230;&#8230;
It certainly would be nice to [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>Finally Skype 1.4 (1.4.0.118) for Linux has been<a href="http://share.skype.com/sites/linux/2007/10/skype_14_for_linux_final_is_released.html#comments" title="Skype 1.4 Linux released"> released</a>.  There doesn&#8217;t appear to be many changes from the latest beta release (1.4.0.99) from early August.</p>
<p>Now that 1.4 has been released hopefully we can start seeing version 2.x beta releases that will hopefully introduce video chat into Skype.  Hopefully&#8230;&#8230;</p>
<p>It certainly would be nice to use video chat on Skype on a Nokia N800 internet tablet.</p>
 <img src="http://danny.damours.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=118" width="1" height="1" style="display: none;" /><!-- google_ad_section_end --><img src="http://danny.damours.net/wordpress/?ak_action=api_record_view&id=118&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://danny.damours.net/wordpress/index.php/archive/skype-14-for-linux-is-here-skype-for-linux/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fedora and Java-Gnome 4.x</title>
		<link>http://danny.damours.net/wordpress/index.php/archive/fedora-and-java-gnome-4x</link>
		<comments>http://danny.damours.net/wordpress/index.php/archive/fedora-and-java-gnome-4x#comments</comments>
		<pubDate>Mon, 01 Oct 2007 03:37:31 +0000</pubDate>
		<dc:creator>Danny D'Amours</dc:creator>
				<category><![CDATA[Gnome - GTK]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[GTK]]></category>
		<category><![CDATA[GUI]]></category>

		<guid isPermaLink="false">http://danny.damours.net/wordpress/index.php/archive/fedora-and-java-gnome-4x</guid>
		<description><![CDATA[Although the 2.x steam from java-gnome has been abandoned and deprecated for a year now and yet Fedora which is supposed to be on on cutting edge with respect to distribution of new packages has yet to upgrade to the latest java-gnome stream; namely 4.0.4.  There has been a bug filled (Bug 242335: RFE: [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>Although the 2.x steam from java-gnome has been abandoned and deprecated for a year now and yet Fedora which is supposed to be on on cutting edge with respect to distribution of new packages has yet to upgrade to the latest java-gnome stream; namely 4.0.4.  There has been a bug filled (<a href="https://bugzilla.redhat.com/show_bug.cgi?id=242335">Bug 242335: RFE: Please update glib-java to version 0.4.2 or switch to java-gnome 4.0</a>) concerning the problem but even after 4 months the bug is still marked NEW and there has been no activity on it.</p>
<p>I imagine that it is too late to get the update included into the development branch (rawhide) in time for Fedora 8&#8217;s release in early November.</p>
<p><a href="https://bugzilla.redhat.com/show_bug.cgi?id=242335"><br />
</a></p>
 <img src="http://danny.damours.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=112" width="1" height="1" style="display: none;" /><!-- google_ad_section_end --><img src="http://danny.damours.net/wordpress/?ak_action=api_record_view&id=112&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://danny.damours.net/wordpress/index.php/archive/fedora-and-java-gnome-4x/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java-Gnome 4.0.4 released</title>
		<link>http://danny.damours.net/wordpress/index.php/archive/java-gnome-404-released</link>
		<comments>http://danny.damours.net/wordpress/index.php/archive/java-gnome-404-released#comments</comments>
		<pubDate>Mon, 01 Oct 2007 02:29:38 +0000</pubDate>
		<dc:creator>Danny D'Amours</dc:creator>
				<category><![CDATA[Gnome - GTK]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[GTK]]></category>
		<category><![CDATA[GUI]]></category>

		<guid isPermaLink="false">http://danny.damours.net/wordpress/index.php/archive/java-gnome-404-released</guid>
		<description><![CDATA[A new release of java-gnome was released on September 26th.  As you can see in the release NEWS file the major improvements with this latest version is improved documentation, an increased API coverage and internal refactoring.  In particular there has been an increase in the coverage of the Menus, Toolbars and Actions.  [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>A new release of java-gnome was released on September 26th.  As you can see in the release <a href="http://java-gnome.sourceforge.net/4.0/NEWS.html">NEWS file</a> the major improvements with this latest version is improved documentation, an increased API coverage and internal refactoring.  In particular there has been an increase in the coverage of the Menus, Toolbars and Actions.  Preliminary coverage of some container related GTK widgets have also been added.</p>
<p>It appears that the java-gnome project is really staring to ramp up and catch some steam.  Hopefully we will soon see full API coverage.</p>
 <img src="http://danny.damours.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=113" width="1" height="1" style="display: none;" /><!-- google_ad_section_end --><img src="http://danny.damours.net/wordpress/?ak_action=api_record_view&id=113&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://danny.damours.net/wordpress/index.php/archive/java-gnome-404-released/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Nokia&#8217;s new internet tablet &#8211; N800 + GPS?</title>
		<link>http://danny.damours.net/wordpress/index.php/archive/nokias-new-internet-tablet-n800-gps</link>
		<comments>http://danny.damours.net/wordpress/index.php/archive/nokias-new-internet-tablet-n800-gps#comments</comments>
		<pubDate>Thu, 27 Sep 2007 03:32:16 +0000</pubDate>
		<dc:creator>Danny D'Amours</dc:creator>
				<category><![CDATA[Gnome - GTK]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Nokia N900/N810/N800/770]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[chinook]]></category>
		<category><![CDATA[gps]]></category>
		<category><![CDATA[GTK]]></category>
		<category><![CDATA[Maemo]]></category>
		<category><![CDATA[n800]]></category>
		<category><![CDATA[nokia]]></category>

		<guid isPermaLink="false">http://danny.damours.net/wordpress/index.php/archive/nokias-new-internet-tablet-n800-gps</guid>
		<description><![CDATA[It appears that we are on the verge of seeing a new Internet Tablet device from Nokia according to recent FCC filling.
Thoughtfix who broke the story has a little bit more info as well.  With an FCC confidentialily of 45 days, we should soon find out more information on this interesting development.  Currently [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>It appears that we are on the verge of seeing a new Internet Tablet device from Nokia according to recent <a href="http://www.engadget.com/2007/09/25/nokias-next-internet-tablet-hits-the-fcc/">FCC filling</a>.</p>
<p><a href="http://tabletblog.com/2007/09/third-nokia-internet-tablet-hits-fcc.html" title="TabletBlog by Thoughtfix">Thoughtfix</a> who broke the story has a little bit more info as well.  With an FCC confidentialily of 45 days, we should soon find out more information on this interesting development.  Currently most are thinking a minor revision of the N800 with built-in GPS.  Nokia had previously announced its intentions to add WiMax to the N800 but according to the details in the FCC testing, this doesn&#8217;t appear to be that unit.</p>
<p>I guess that we will see what develops.  I imagine that the new device&#8217;s release will coincide with the release of the updated Maemo 4.0 <a href="http://flors.wordpress.com/2007/09/17/maemo-chinook-approaches/" title="Maemo 4.0 Chinook beta">Chinook</a> OS update which update GTK+ from 2.6 to 2.10 and will also contain <a href="http://maemo.org/development/sdks/api_changes_between_maemo_3_2_and_maemo_4_0.html" title="Maemo 4.0 Chinook changes">many other changes</a>.</p>
<p>This could make an interesting Xmas present&#8230;.</p>
 <img src="http://danny.damours.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=108" width="1" height="1" style="display: none;" /><!-- google_ad_section_end --><img src="http://danny.damours.net/wordpress/?ak_action=api_record_view&id=108&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://danny.damours.net/wordpress/index.php/archive/nokias-new-internet-tablet-n800-gps/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>GNOME 2.20 Released</title>
		<link>http://danny.damours.net/wordpress/index.php/archive/gnome-220-released</link>
		<comments>http://danny.damours.net/wordpress/index.php/archive/gnome-220-released#comments</comments>
		<pubDate>Thu, 20 Sep 2007 04:13:11 +0000</pubDate>
		<dc:creator>Danny D'Amours</dc:creator>
				<category><![CDATA[Gnome - GTK]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[2.20]]></category>
		<category><![CDATA[evince]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[gnome-keyring]]></category>

		<guid isPermaLink="false">http://danny.damours.net/wordpress/index.php/archive/gnome-220-released</guid>
		<description><![CDATA[Gnome 2.20 the latest version of the popular Linux desktop environment was released today.
GNOME 2.20 Release Notes
Although there is nothing in particular in this release that cries out to me to upgrade immediately, there are definitely some nice improvements such as improvement to gnome-keyring, evince offering interactive PDF forms, performance improvements and improved power management [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>Gnome 2.20 the latest version of the popular Linux desktop environment was released today.</p>
<p><a href="http://www.gnome.org/start/2.20/notes/en/">GNOME 2.20 Release Notes</a></p>
<p>Although there is nothing in particular in this release that cries out to me to upgrade immediately, there are definitely some nice improvements such as improvement to gnome-keyring, evince offering interactive PDF forms, performance improvements and improved power management capabilities.  There are also a raft of improvements in Evolution and Epiphany but since I use Thunderbird and Firefox, they won&#8217;t affect my day to day Gnome usage.</p>
<p>One interesting feature that I did notice was the capability of the screensaver to allow others to leave notes for you when your machine is locked.  When you return to your computer GNOME will display any messages that were entered while you were gone.  Certainly beats posting sticky notes on somebody&#8217;s monitor.  Well done.</p>
<p>Congrats to the GNOME team on what looks like a solid release.  Now I just need to wait for Fedora 8 to get to play with the new features.</p>
 <img src="http://danny.damours.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=102" width="1" height="1" style="display: none;" /><!-- google_ad_section_end --><img src="http://danny.damours.net/wordpress/?ak_action=api_record_view&id=102&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://danny.damours.net/wordpress/index.php/archive/gnome-220-released/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fedora 8 Test 2 released</title>
		<link>http://danny.damours.net/wordpress/index.php/archive/fedora-8-test-2-released</link>
		<comments>http://danny.damours.net/wordpress/index.php/archive/fedora-8-test-2-released#comments</comments>
		<pubDate>Mon, 17 Sep 2007 03:07:17 +0000</pubDate>
		<dc:creator>Danny D'Amours</dc:creator>
				<category><![CDATA[Gnome - GTK]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://danny.damours.net/wordpress/index.php/archive/fedora-8-test-2-released</guid>
		<description><![CDATA[Last Thursday Fedora 8 Test 2ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â  (aka F8T2 aka 7.91) was released.
Included in the test is the defaulting of PulseAudio as the sound system as well as disabling X Font Service (xfs) by default.
Fedora 8 which is scheduled to be released in early November is slated to include Gnome 2.20, Eclipse 3.3, rsyslog as a [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>Last Thursday Fedora 8 Test 2ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â  (aka F8T2 aka 7.91) was <a href="http://fedoraproject.org/wiki/F8Test2/ReleaseNotes" title="Fedora 8 Test 2 released">released</a>.</p>
<p>Included in the test is the defaulting of PulseAudio as the sound system as well as disabling X Font Service (xfs) by default.</p>
<p>Fedora 8 which is scheduled to be released in early November is <a href="http://fedoraproject.org/wiki/Releases/8/FeatureList" title="Fedora 8 Feature List">slated to include</a> Gnome 2.20, Eclipse 3.3, rsyslog as a new logging daemon, an updated firewall configuration utility andÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â  Codec Buddy which is designed to help users find available audio and video codecs which cannot be included with Fedora for legal reasons.ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â  Work is also ongoing to make F8 a lot more usable on laptop devices.</p>
<p>In addition, Redhat&#8217;s version of OpenJDK called IcedTea will also be shipped with Fedora 8.ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â  IcedTea is a version of OpenJDK which uses parts of the GNU Classpath project to overcome the need to have binary &#8220;non-free&#8221; code to compile and ship a JDK.ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â  The intention is to merge changes made to OpenJDK for the IcedTea project back into the OpenJDK project.</p>
<p>I haven&#8217;t had a chance to install Test 2 yet but overall it looks like Fedora 8 will shape up to be a nice release.</p>
 <img src="http://danny.damours.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=98" width="1" height="1" style="display: none;" /><!-- google_ad_section_end --><img src="http://danny.damours.net/wordpress/?ak_action=api_record_view&id=98&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://danny.damours.net/wordpress/index.php/archive/fedora-8-test-2-released/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Modest &#8211; New maemo email client</title>
		<link>http://danny.damours.net/wordpress/index.php/archive/modest-new-maemo-email-client</link>
		<comments>http://danny.damours.net/wordpress/index.php/archive/modest-new-maemo-email-client#comments</comments>
		<pubDate>Wed, 29 Aug 2007 04:26:33 +0000</pubDate>
		<dc:creator>Danny D'Amours</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Nokia N900/N810/N800/770]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[Maemo]]></category>
		<category><![CDATA[modest]]></category>
		<category><![CDATA[n800]]></category>
		<category><![CDATA[nokia]]></category>

		<guid isPermaLink="false">http://danny.damours.net/wordpress/?p=86</guid>
		<description><![CDATA[Word has it that a new email client is being developed by Nokia for the maemo platform which is used on the N800 and 770 Internet tablets.  According to Murray Cummin, the new client will use Tinymail under the covers which itself uses a modified version of Camel which is the library that Evolution [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>Word has it that a new email client is being developed by Nokia for the maemo platform which is used on the N800 and 770 Internet tablets.  According to <a href="http://www.murrayc.com/blog/permalink/2007/08/27/587/" title="Muuray Cummin Blog">Murray Cummin</a>, the new client will use <a href="http://www.tinymail.org/" title="Tinymail: the small email framework">Tinymail</a> under the covers which itself uses a modified version of <a href="http://www.go-evolution.org/Camel" title="Camel: a mail access library">Camel</a> which is the library that Evolution uses for mail access.  This is great since it is building on a mature and tested library instead of starting from scratch.</p>
<p>Modest is intended to be small, trim and fast.  One item of note that I particularly like is the preconfigured presets for popular mail services such as Yahoo and Gmail.  Any attempt to reduce typing is much appreciated.</p>
<p>Another plus for Modest is the UI design decision to not require a stylus to use.  I fully endorse this decision and I wish more apps would be designed with this possibility in mind.  If I can select something or perform a task without having to use a stylus, then I am a much happier camper.  Using a stylus (especially being a lefty) is a pain though I do appreciate that it has its advantages.</p>
<p>See the Modest <a href="http://modest.garage.maemo.org/" title="Modest: Maemo Garage">homepage</a> and Dirk-Jan-Binnema&#8217;s <a href="http://www.djcbsoftware.nl/ChangeLog/image/modest_guadec.pdf" title="Modest Slides">slides </a>for more info.</p>
 <img src="http://danny.damours.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=86" width="1" height="1" style="display: none;" /><!-- google_ad_section_end --><img src="http://danny.damours.net/wordpress/?ak_action=api_record_view&id=86&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://danny.damours.net/wordpress/index.php/archive/modest-new-maemo-email-client/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>OpenJDK success</title>
		<link>http://danny.damours.net/wordpress/index.php/archive/openjdk-success</link>
		<comments>http://danny.damours.net/wordpress/index.php/archive/openjdk-success#comments</comments>
		<pubDate>Mon, 20 Aug 2007 04:11:08 +0000</pubDate>
		<dc:creator>Danny D'Amours</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://danny.damours.net/wordpress/?p=82</guid>
		<description><![CDATA[When Sun released OpenJDK, I thought that I would give it a spin to try it out.Â  I ended up getting frustrated with all of the dependencies and tweaks that were required to get it to build properly especially on my Fedora system.Â  That was on build 12 I believe.
I remember reading that the requirements [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>When Sun released OpenJDK, I thought that I would give it a spin to try it out.Â  I ended up getting frustrated with all of the dependencies and tweaks that were required to get it to build properly especially on my Fedora system.Â  That was on build 12 I believe.</p>
<p>I remember reading that the requirements for motif which isn&#8217;t easily available forÂ  Fedora was changed to allow the GPL motif replacement freetif. I recall saying to myself that I would have to try to build OpenJDK again.Â  That was a couple of months ago.</p>
<p>Well this weekend I finally got the latest version of OpenJDK and the binary bundle and attempted to build it.Â  I ran into a few dependency and path issues but nothing serious.Â  It finally compiled!!!</p>
<p><a title="OpenJDK built!" href="http://danny.damours.net/wordpress/wp-content/uploads/2007/08/screenshot-damoursdalocalhost-workspace-openjdk-openjdk-control-build-linux-i586-bin.png"><img src="http://danny.damours.net/wordpress/wp-content/uploads/2007/08/screenshot-damoursdalocalhost-workspace-openjdk-openjdk-control-build-linux-i586-bin.png" alt="OpenJDK built!" /></a></p>
<p>Yeah!Â  I will try to get a new Fedora image installed in VMWare and do a build from scratch and document it.Â  It is very nice to see that the project has been smoothing out some of the rough edges and is becoming easier to access and build.</p>
 <img src="http://danny.damours.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=82" width="1" height="1" style="display: none;" /><!-- google_ad_section_end --><img src="http://danny.damours.net/wordpress/?ak_action=api_record_view&id=82&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://danny.damours.net/wordpress/index.php/archive/openjdk-success/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New Linux Skype Beta released</title>
		<link>http://danny.damours.net/wordpress/index.php/archive/new-linux-skype-beta-released</link>
		<comments>http://danny.damours.net/wordpress/index.php/archive/new-linux-skype-beta-released#comments</comments>
		<pubDate>Wed, 15 Aug 2007 03:13:11 +0000</pubDate>
		<dc:creator>Danny D'Amours</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[skype]]></category>

		<guid isPermaLink="false">http://danny.damours.net/wordpress/?p=73</guid>
		<description><![CDATA[There is a new Linux Skype beta available.  Actually there are two since a hotfix (1.4.0.99) was released a week after the initial update.
The nicest feature from my point of view is the automatic adjustment of sound level adjustment and minimized startup.  A full changelist is available here.
I haven&#8217;t had much time to [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>There is a new Linux Skype <a href="http://share.skype.com/sites/garage/2007/08/skype_14_beta_update_for_linux.html" title="New Linux Skype available">beta available</a>.  Actually there are two since a <a href="http://share.skype.com/sites/garage/2007/08/skype_14_for_linux_beta_hotfix.html" title="Skype Linux 1.4.0.99 released">hotfix</a> (1.4.0.99) was released a week after the initial update.</p>
<p>The nicest feature from my point of view is the automatic adjustment of sound level adjustment and minimized startup.  A full changelist is available <a href="http://share.skype.com/sites/garage/2007/08/skype_14_beta_update_for_linux.html" title="Beta changelist">here</a>.</p>
<p>I haven&#8217;t had much time to test this new release yet but hopefully I will be able to play with it over the next few days.</p>
<p>I will have to test if there are any compatability issues with the  N800 version of Skype.</p>
<p>Hopefully a 2.0 version is in the pipeline which will support video&#8230;.</p>
 <img src="http://danny.damours.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=73" width="1" height="1" style="display: none;" /><!-- google_ad_section_end --><img src="http://danny.damours.net/wordpress/?ak_action=api_record_view&id=73&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://danny.damours.net/wordpress/index.php/archive/new-linux-skype-beta-released/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a GTK app in Java using java-gnome</title>
		<link>http://danny.damours.net/wordpress/index.php/archive/creating-a-gtk-app-in-java-using-java-gnome</link>
		<comments>http://danny.damours.net/wordpress/index.php/archive/creating-a-gtk-app-in-java-using-java-gnome#comments</comments>
		<pubDate>Wed, 15 Aug 2007 02:53:48 +0000</pubDate>
		<dc:creator>Danny D'Amours</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Gnome - GTK]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[GTK]]></category>

		<guid isPermaLink="false">http://danny.damours.net/wordpress/?p=69</guid>
		<description><![CDATA[1) Install java-gnome
On a Fedora 7 system : run &#8220;yum install libgnome-java&#8221; which will bring in glib-java, libgtk-java and perhaps cairo-java packages.
2) In Eclipse create a new Java project.
3) Add the java-gnome jar files to the project (on Fedora 7 these are gtk2.8.jar, glib0.2.jar and gnome2.12.jar in the /usr/share/java directory).  Note that in this [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>1) Install java-gnome</p>
<p>On a Fedora 7 system : run &#8220;yum install libgnome-java&#8221; which will bring in glib-java, libgtk-java and perhaps cairo-java packages.</p>
<p>2) In Eclipse create a new Java project.</p>
<p>3) Add the java-gnome jar files to the project (on Fedora 7 these are gtk2.8.jar, glib0.2.jar and gnome2.12.jar in the /usr/share/java directory).  Note that in this example, the gnome2.12 jar file is not actually required.</p>
<p><a href="http://danny.damours.net/wordpress/wp-content/uploads/2007/08/screenshot-java-eclipse-platform.png" title="Java GTK app #1"><img src="http://danny.damours.net/wordpress/wp-content/uploads/2007/08/screenshot-java-eclipse-platform.png" title="Java GTK app #1" alt="Java GTK app #1" height="400" width="540" /></a></p>
<p>4) Enter this code:</p>
<p>package net.damours.danny;</p>
<p>import org.gnu.gtk.Button;<br />
import org.gnu.gtk.Gtk;<br />
import org.gnu.gtk.Window;<br />
import org.gnu.gtk.WindowType;</p>
<p>public class GWTExample {</p>
<p>public static void main(String[] args) {</p>
<p>// Initialize the GTK subsystem<br />
Gtk.init(args);</p>
<p>// Create a Top Level Window<br />
Window w = new Window(WindowType.TOPLEVEL);<br />
w.setDefaultSize(100, 100);</p>
<p>// Create a button and add it to the window<br />
Button b = new Button(&#8220;Hello&#8221;);<br />
w.add(b);<br />
// Show the window and all subcomponents<br />
w.showAll();</p>
<p>// Run Gtk main thread<br />
Gtk.main();<br />
}<br />
}<br />
<a href="http://danny.damours.net/wordpress/wp-content/uploads/2007/08/screenshot-java-java-gnome-example-src-net-damours-danny-gwtexamplejava-eclipse-platform.png" title="Java GTK app #2"><img src="http://danny.damours.net/wordpress/wp-content/uploads/2007/08/screenshot-java-java-gnome-example-src-net-damours-danny-gwtexamplejava-eclipse-platform.png" title="Java GTK app #2" alt="Java GTK app #2" height="400" width="540" /></a></p>
<p>5) Click on the run button.</p>
<p>Hopefully you will see something like the following:<br />
<a href="http://danny.damours.net/wordpress/wp-content/uploads/2007/08/screenshot-java-gnome.png" title="Java GTK App"><img src="http://danny.damours.net/wordpress/wp-content/uploads/2007/08/screenshot-java-gnome.png" alt="Java GTK App" /></a></p>
<p>Even though there is no functionality behind the window and button, you now have a GTK application written in Java which can be built upon.   Since the java-gnome jar files rely on the underlying GTK libraries being available, I don&#8217;t believe that this will work on any platform but Linux but I would love to be proved wrong.</p>
<p>The next step will be to add functionality and exploit some more advanced features of the java-gnome bindings.</p>
 <img src="http://danny.damours.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=69" width="1" height="1" style="display: none;" /><!-- google_ad_section_end --><img src="http://danny.damours.net/wordpress/?ak_action=api_record_view&id=69&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://danny.damours.net/wordpress/index.php/archive/creating-a-gtk-app-in-java-using-java-gnome/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Skype for the Nokia N800 is here</title>
		<link>http://danny.damours.net/wordpress/index.php/archive/skype-for-the-nokia-800-is-here</link>
		<comments>http://danny.damours.net/wordpress/index.php/archive/skype-for-the-nokia-800-is-here#comments</comments>
		<pubDate>Sat, 07 Jul 2007 14:45:00 +0000</pubDate>
		<dc:creator>Danny D'Amours</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Nokia N900/N810/N800/770]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[n800]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[skype]]></category>

		<guid isPermaLink="false">http://danny.damours.net/wordpress/?p=45</guid>
		<description><![CDATA[Yesterday Nokia released a new Nokia N800 firmware. As previously discussed, this update includes Skype (voice only).  It also includes Flash version 9 which opens up a lot of websites to viewing including YouTube.
I&#8217;ve tried out the echo service with Skype and it seems to work pretty well.  We will see how it [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>Yesterday Nokia released a <a href="http://tabletblog.com/2007/07/breaking-news-new-firmware-is-here.html">new Nokia N800 firmware.</a> As <a href="http://danny.damours.net/wordpress/?p=36">previously discussed</a>, this update includes Skype (voice only).  It also includes Flash version 9 which opens up a lot of websites to viewing including YouTube.</p>
<p>I&#8217;ve tried out the echo service with Skype and it seems to work pretty well.  We will see how it works under different wireless conditions.  I&#8217;m curious about how long it might take to get video support into this version of Skype.  Since the N800 is effectively running Linux, I am guessing that we will see video support in the Linux version first.  As for the Linux version of Skype, the <a href="http://share.skype.com/sites/linux/new_betas_and_releases/">new beta version</a> is working pretty well for me on my Fedora 7 laptop.   Hopefully integration of video won&#8217;t be too far down the line.</p>
<p>Now there&#8217;s a question of getting more of my friends on Skype&#8230;..</p>
 <img src="http://danny.damours.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=45" width="1" height="1" style="display: none;" /><!-- google_ad_section_end --><img src="http://danny.damours.net/wordpress/?ak_action=api_record_view&id=45&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://danny.damours.net/wordpress/index.php/archive/skype-for-the-nokia-800-is-here/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UDP-Lite</title>
		<link>http://danny.damours.net/wordpress/index.php/archive/udp-lite</link>
		<comments>http://danny.damours.net/wordpress/index.php/archive/udp-lite#comments</comments>
		<pubDate>Tue, 06 Feb 2007 05:43:08 +0000</pubDate>
		<dc:creator>Danny D'Amours</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[protocol]]></category>
		<category><![CDATA[UDP-Lite]]></category>

		<guid isPermaLink="false">http://danny.damours.net/wordpress/?p=18</guid>
		<description><![CDATA[Thought UDP and TCP was whole story in the world of IP transport protocols???
I just came across mention of UDP-Lite in the release notes of Linux kernel 2.6.20.  UDP-Lite it turns out is a modified version of UDP which will attempt to deliver partial or mangled packets instead of simply dropping them as in [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>Thought UDP and TCP was whole story in the world of IP transport protocols???</p>
<p>I just came across mention of UDP-Lite in the release notes of Linux kernel 2.6.20.  UDP-Lite it turns out is a modified version of UDP which will attempt to deliver partial or mangled packets instead of simply dropping them as in regular UDP.  This can prove useful for media or other uses where partial packets can still be useful.  The protocol specifically states that this partial packet delivery is especially useful in error prone environments such as wireless.</p>
<p>There is always something new to learn&#8230;</p>
 <img src="http://danny.damours.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=18" width="1" height="1" style="display: none;" /><!-- google_ad_section_end --><img src="http://danny.damours.net/wordpress/?ak_action=api_record_view&id=18&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://danny.damours.net/wordpress/index.php/archive/udp-lite/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->