<?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>Jordan Hall &#187; Ubuntu 9.04</title>
	<atom:link href="http://jordanhall.co.uk/tag/ubuntu-9-04/feed/" rel="self" type="application/rss+xml" />
	<link>http://jordanhall.co.uk</link>
	<description>Jordan Hall - programmer and geek</description>
	<lastBuildDate>Mon, 21 Jun 2010 12:31:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>notify-osd &#8211; Changes to Ubuntu 9.04 notifications</title>
		<link>http://jordanhall.co.uk/ubuntu-linux/notify-osd-changes-to-ubuntu-9-04-notifications-3312145/</link>
		<comments>http://jordanhall.co.uk/ubuntu-linux/notify-osd-changes-to-ubuntu-9-04-notifications-3312145/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 22:15:33 +0000</pubDate>
		<dc:creator>Jordan Hall</dc:creator>
				<category><![CDATA[Ubuntu & Linux]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[notification system]]></category>
		<category><![CDATA[notifications]]></category>
		<category><![CDATA[notify-osd]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[Ubuntu 9.04]]></category>

		<guid isPermaLink="false">http://jordanhall.co.uk-9bf31c7ff062936a96d3c8bd1f8f2ff3</guid>
		<description><![CDATA[Ubuntu 9.04, known during development as Jaunty Jackalope, features a major new notifications system known as &#8216;notify-osd&#8217;. The new notifications are graphically very nice and appealing, however some features are not necessarily desirable to everyone. I came across certain issues with the new notifications system and have made some modifications which I would like to [...]

<br/>
<strong>If you liked this post, you may be interested in these:</strong><ol><li><a href='http://jordanhall.co.uk/ubuntu-linux/ubuntu-10-04-lucid-lynx-sees-the-release-of-alpha-2-5901497/' rel='bookmark' title='Permanent Link: Ubuntu 10.04 Lucid Lynx sees the release of Alpha 2'>Ubuntu 10.04 Lucid Lynx sees the release of Alpha 2</a></li>
<li><a href='http://jordanhall.co.uk/ubuntu-linux/firefox-how-to-easily-install-mozilla-firefox-3-5-on-ubuntu-9-04-3312140/' rel='bookmark' title='Permanent Link: Firefox &#8211; How to easily install Mozilla Firefox 3.5 on Ubuntu 9.04'>Firefox &#8211; How to easily install Mozilla Firefox 3.5 on Ubuntu 9.04</a></li>
<li><a href='http://jordanhall.co.uk/ubuntu-linux/ubuntu-9-10-release-0510362/' rel='bookmark' title='Permanent Link: Ubuntu 9.10 Release'>Ubuntu 9.10 Release</a></li>
<li><a href='http://jordanhall.co.uk/ubuntu-linux/how-to-mount-a-disc-image-in-ubuntu-linux-4212340/' rel='bookmark' title='Permanent Link: How to Mount a Disc Image in Ubuntu Linux'>How to Mount a Disc Image in Ubuntu Linux</a></li>
<li><a href='http://jordanhall.co.uk/ubuntu-linux/ubuntu-100-paper-cuts-usability-initiative-3312142/' rel='bookmark' title='Permanent Link: Ubuntu 100 Paper Cuts Usability Initiative &#8211; Professional focus on one hundred usability issues within the Ubuntu operating system'>Ubuntu 100 Paper Cuts Usability Initiative &#8211; Professional focus on one hundred usability issues within the Ubuntu operating system</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Ubuntu 9.04, known during development as Jaunty Jackalope, features a major new notifications system known as &#8216;notify-osd&#8217;. The new notifications are graphically very nice and appealing, however some features are not necessarily desirable to everyone. I came across certain issues with the new notifications system and have made some modifications which I would like to share.</p>
<p>The first issue I came across is that notifications with high textual content often displayed for too short a period of time for them to be fully read and comprehended. The original <a title="notify-osd specification" href="https://wiki.ubuntu.com/NotifyOSD#Animations%20and%20durations">notify-osd design specification</a> stated that the notifications system would adapt the on-screen time of each notification because upon the number of lines of textual content present. After reviewing the code for notify-osd, it seem this code is not yet implemented on the version of notify-osd which ships with Ubuntu 9.04. Henceforth this is the first modification I made to the package, increasing the display time from 5 seconds to 10 seconds.</p>
<p>The second change was to alter the code such that notifications would display regardless of whether a video was actively playing. With the default set-up, notifications will not be displayed if a video is playing or the notification system deems you to be busy. The disadvantage this presents in its original state, is that even if the notification area (top right) is not obstructed by video playback, such as the situation where a video is being played windowed, rather than full-screen, the notifications will still not be displayed. This behaviour was modified so notifications display regardless of video playback.</p>
<p>Summary of changes to notify-osd:</p>
<ul>
<li>On-screen notification time doubled from 5 seconds to 10 seconds</li>
<li>&#8216;Do not disturb&#8217; notifications functionality removed so notifications will display regardless of video playback status.</li>
</ul>
<p>Download links:</p>
<ul>
<li><a href="http://jordanhall.co.uk/content/notify-osd_0911-0ubuntu3-divineomega1_i386.deb">Ubuntu 9.04 (32-bit) Debian Package</a></li>
<li><a href="http://jordanhall.co.uk/content/notify-osd_0911-0ubuntu3-divineomega1.tar.gz">Source Code</a></li>
</ul>
<p>I hope this is of benefit to people who are having difficulties with the defaults of notify-osd. At some point, I believe it would be beneficial to remove the existing hard-coding of the delays and other such options, and I may personally take on this task at some point. Please feel free to offer any feedback or ideas in the comments section.</p>


<br/><p><strong>If you liked this post, you may be interested in these:</strong></p><ol><li><a href='http://jordanhall.co.uk/ubuntu-linux/ubuntu-10-04-lucid-lynx-sees-the-release-of-alpha-2-5901497/' rel='bookmark' title='Permanent Link: Ubuntu 10.04 Lucid Lynx sees the release of Alpha 2'>Ubuntu 10.04 Lucid Lynx sees the release of Alpha 2</a></li>
<li><a href='http://jordanhall.co.uk/ubuntu-linux/firefox-how-to-easily-install-mozilla-firefox-3-5-on-ubuntu-9-04-3312140/' rel='bookmark' title='Permanent Link: Firefox &#8211; How to easily install Mozilla Firefox 3.5 on Ubuntu 9.04'>Firefox &#8211; How to easily install Mozilla Firefox 3.5 on Ubuntu 9.04</a></li>
<li><a href='http://jordanhall.co.uk/ubuntu-linux/ubuntu-9-10-release-0510362/' rel='bookmark' title='Permanent Link: Ubuntu 9.10 Release'>Ubuntu 9.10 Release</a></li>
<li><a href='http://jordanhall.co.uk/ubuntu-linux/how-to-mount-a-disc-image-in-ubuntu-linux-4212340/' rel='bookmark' title='Permanent Link: How to Mount a Disc Image in Ubuntu Linux'>How to Mount a Disc Image in Ubuntu Linux</a></li>
<li><a href='http://jordanhall.co.uk/ubuntu-linux/ubuntu-100-paper-cuts-usability-initiative-3312142/' rel='bookmark' title='Permanent Link: Ubuntu 100 Paper Cuts Usability Initiative &#8211; Professional focus on one hundred usability issues within the Ubuntu operating system'>Ubuntu 100 Paper Cuts Usability Initiative &#8211; Professional focus on one hundred usability issues within the Ubuntu operating system</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://jordanhall.co.uk/ubuntu-linux/notify-osd-changes-to-ubuntu-9-04-notifications-3312145/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox &#8211; How to easily install Mozilla Firefox 3.5 on Ubuntu 9.04</title>
		<link>http://jordanhall.co.uk/ubuntu-linux/firefox-how-to-easily-install-mozilla-firefox-3-5-on-ubuntu-9-04-3312140/</link>
		<comments>http://jordanhall.co.uk/ubuntu-linux/firefox-how-to-easily-install-mozilla-firefox-3-5-on-ubuntu-9-04-3312140/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 22:15:33 +0000</pubDate>
		<dc:creator>Jordan Hall</dc:creator>
				<category><![CDATA[Ubuntu & Linux]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Firefox 3.5]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Mozilla Firefox]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[Ubuntu 9.04]]></category>

		<guid isPermaLink="false">http://jordanhall.co.uk-98f13708210194c475687be6106a3b84</guid>
		<description><![CDATA[The general update policy of Ubuntu states that application versions will be kept stable during each Ubuntu release other than in exceptional cases. Obviously security patches are still applied when available. This does mean however, with the recent release of Firefox 3.5 that Ubuntu users will have to wait until Ubuntu 9.10 until officially receiving [...]

<br/>
<strong>If you liked this post, you may be interested in these:</strong><ol><li><a href='http://jordanhall.co.uk/ubuntu-linux/home-ubuntu-home-directories-are-world-readable-by-default-3312144/' rel='bookmark' title='Permanent Link: /home/ &#8211; Ubuntu Home Directories are world readable by default'>/home/ &#8211; Ubuntu Home Directories are world readable by default</a></li>
<li><a href='http://jordanhall.co.uk/ubuntu-linux/ubuntu-9-10-release-0510362/' rel='bookmark' title='Permanent Link: Ubuntu 9.10 Release'>Ubuntu 9.10 Release</a></li>
<li><a href='http://jordanhall.co.uk/ubuntu-linux/mono-ubuntu-technical-board-position-on-mono-and-the-integration-of-applications-3312143/' rel='bookmark' title='Permanent Link: Mono &#8211; Ubuntu Technical Board &#8211; Position on Mono and the integration of applications'>Mono &#8211; Ubuntu Technical Board &#8211; Position on Mono and the integration of applications</a></li>
<li><a href='http://jordanhall.co.uk/ubuntu-linux/ubuntu-100-paper-cuts-usability-initiative-3312142/' rel='bookmark' title='Permanent Link: Ubuntu 100 Paper Cuts Usability Initiative &#8211; Professional focus on one hundred usability issues within the Ubuntu operating system'>Ubuntu 100 Paper Cuts Usability Initiative &#8211; Professional focus on one hundred usability issues within the Ubuntu operating system</a></li>
<li><a href='http://jordanhall.co.uk/ubuntu-linux/notify-osd-changes-to-ubuntu-9-04-notifications-3312145/' rel='bookmark' title='Permanent Link: notify-osd &#8211; Changes to Ubuntu 9.04 notifications'>notify-osd &#8211; Changes to Ubuntu 9.04 notifications</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>The general update policy of Ubuntu states that application versions will be kept stable during each Ubuntu release other than in exceptional cases. Obviously security patches are still applied when available. This does mean however, with the recent release of Firefox 3.5 that Ubuntu users will have to wait until Ubuntu 9.10 until officially receiving Firefox 3.5.</p>
<p>However, Firefox 3.5 is available in Ubuntu 9.04&#8242;s software repository by the package name of &#8216;firefox-3.5&#8242;. The application is named Shiretoko, which does not sound very &#8216;Firefox&#8217; but is in fact Mozilla&#8217;s internal development name for Firefox 3.5. To install the firefox-3.5 package in Ubuntu 9.04, just <a href="apt://firefox-3.5">click here</a>, run the command below or install the package via Synaptic Package Manager (found in System -> Administration).</p>
<blockquote><p>sudo apt-get install firefox-3.5</p>
</blockquote>
<p>Although most users who have installed software via the command line will already realise this, the use of &#8216;sudo&#8217; to elevate the command to superuser privileges will prompt you for your user password prior to installation.</p>
<p>After installation, you&#8217;ll find Firefox 3.5 available under Applications -> Internet -> Shiretoko, or can be executed via the command &#8216;firefox-3.5&#8242;. If you wish to make Firefox 3.5 your default web browse under Ubuntu 9.04, first open Preferred Applications which can be found under System -> Preferences. Under &#8216;Web Browser&#8217; (on the &#8216;Internet&#8217; tab) select &#8216;Custom&#8217; and then enter the command below in the &#8216;Command&#8217; box.</p>
<blockquote><p>firefox-3.5 %s</p>
</blockquote>
<p>Now, all new links clicked should open Firefox 3.5 / Shiretoko instead of the previous default.</p>
<p>The inspiration for the article was the many discussions I&#8217;ve already had with users regarding how to install the latest version of firefox in Ubuntu 9.04 and also discussions regarding the gerneal update policy of update, i.e. the lack of backporting of popular applications. This is great for stability, can be mean reduced functionality and in the case of the Firefox, performance, in which Firefox 3.5 heavily out performs Firefox 3.0. However, discussion of update policies and release cycles is another topic entirely.</p>
<p>I hope this basic installation guide comes as a help to those users who want Firefox 3.5 in Ubuntu 9.04. Feel free to discuss below, and add comments regarding any alternate installation methods or even your thoughts on whether or not Firefox 3.5 should have been &#8216;officially&#8217; backported to Ubuntu 9.04.</p>


<br/><p><strong>If you liked this post, you may be interested in these:</strong></p><ol><li><a href='http://jordanhall.co.uk/ubuntu-linux/home-ubuntu-home-directories-are-world-readable-by-default-3312144/' rel='bookmark' title='Permanent Link: /home/ &#8211; Ubuntu Home Directories are world readable by default'>/home/ &#8211; Ubuntu Home Directories are world readable by default</a></li>
<li><a href='http://jordanhall.co.uk/ubuntu-linux/ubuntu-9-10-release-0510362/' rel='bookmark' title='Permanent Link: Ubuntu 9.10 Release'>Ubuntu 9.10 Release</a></li>
<li><a href='http://jordanhall.co.uk/ubuntu-linux/mono-ubuntu-technical-board-position-on-mono-and-the-integration-of-applications-3312143/' rel='bookmark' title='Permanent Link: Mono &#8211; Ubuntu Technical Board &#8211; Position on Mono and the integration of applications'>Mono &#8211; Ubuntu Technical Board &#8211; Position on Mono and the integration of applications</a></li>
<li><a href='http://jordanhall.co.uk/ubuntu-linux/ubuntu-100-paper-cuts-usability-initiative-3312142/' rel='bookmark' title='Permanent Link: Ubuntu 100 Paper Cuts Usability Initiative &#8211; Professional focus on one hundred usability issues within the Ubuntu operating system'>Ubuntu 100 Paper Cuts Usability Initiative &#8211; Professional focus on one hundred usability issues within the Ubuntu operating system</a></li>
<li><a href='http://jordanhall.co.uk/ubuntu-linux/notify-osd-changes-to-ubuntu-9-04-notifications-3312145/' rel='bookmark' title='Permanent Link: notify-osd &#8211; Changes to Ubuntu 9.04 notifications'>notify-osd &#8211; Changes to Ubuntu 9.04 notifications</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://jordanhall.co.uk/ubuntu-linux/firefox-how-to-easily-install-mozilla-firefox-3-5-on-ubuntu-9-04-3312140/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
