<?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>The Aurora Team Blog</title>
	<atom:link href="http://blog.auroraos.org/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.auroraos.org</link>
	<description>The Latest News and Developments on all things Aurora.</description>
	<lastBuildDate>Mon, 16 Jan 2012 09:07:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Coding References</title>
		<link>http://blog.auroraos.org/development/coding-references?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=coding-references</link>
		<comments>http://blog.auroraos.org/development/coding-references#comments</comments>
		<pubDate>Mon, 16 Jan 2012 09:07:26 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Aurora]]></category>
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://blog.auroraos.org/?p=256</guid>
		<description><![CDATA[For those kind souls that raised their hand and are starting to pitch in with development here&#8217;s a list references for development libs and apps required. Development libs and packages build-essential devscripts dh-buildinfo libarchive-dev libc-dev libcairo2-dev libdbus-1-dev libfixposix-dev libgconf2-dev libgdk-pixbuf2.0-dev libgdu-dev libgdu-gtk-dev libgee-dev libglib2.0-dev libglibmm-2.4-dev libgstreamer-plugins-base0.10-dev libgstreamer0.10-dev libgtk-3-dev libgtk-2.0-dev libice-dev liboobs-1-dev libopts25 libpango1.0-dev libsm-dev libx11-dev [...]]]></description>
			<content:encoded><![CDATA[<p>For those kind souls that raised their hand and are starting to pitch in with development here&#8217;s a list references for development libs and apps required.</p>
<p><strong>Development libs and packages</strong></p>
<p>build-essential<br />
devscripts<br />
dh-buildinfo<br />
libarchive-dev<br />
libc-dev<br />
libcairo2-dev<br />
libdbus-1-dev<br />
libfixposix-dev<br />
libgconf2-dev<br />
libgdk-pixbuf2.0-dev<br />
libgdu-dev<br />
libgdu-gtk-dev<br />
libgee-dev<br />
libglib2.0-dev<br />
libglibmm-2.4-dev<br />
libgstreamer-plugins-base0.10-dev<br />
libgstreamer0.10-dev<br />
libgtk-3-dev<br />
libgtk-2.0-dev<br />
libice-dev<br />
liboobs-1-dev<br />
libopts25<br />
libpango1.0-dev<br />
libsm-dev<br />
libx11-dev<br />
libxml2-dev</p>
<p><strong>Vala packages</strong></p>
<p>libvala-0.12-0				0.12.1-2<br />
libvala-0.14-0				0.14.0-1<br />
vala-0.12-doc				0.12.1<br />
vala-0.14-doc				0.14.0-1<br />
vala-dbus-binding-tool<br />
valabind					0.6.4-1<br />
valac						0.12.1-2<br />
valac-0.12</p>
<p><strong>Development IDE</strong></p>
<p>anjuta<br />
anjuta-extras<br />
glade<br />
nemiver (debugging)</p>
<p><strong>Suggested Usage</strong></p>
<p>I put the entire Anjuta project into subversion.  If you&#8217;re developing then here&#8217;s what I&#8217;d do as there are absolute paths stored in the Anjuta configs.</p>
<p>1. Create a new VALA project in Anjuta<br />
2. Grab the vala files from Subversion along with the .glade and .ui files<br />
3. Add in the references at project level (right click in Anjuta and add:</p>
<p> &#8211;pkg gtk+-3.0 &#8211;pkg gdk-3.0 &#8211;pkg gdu &#8211;pkg gee-1.0 &#8211;pkg liboobs-1 &#8211;pkg libxml-2.0 &#8211;pkg pango &#8211;pkg pangocairo &#8211;pkg posix &#8211;pkg gconf-2.0 &#8211;pkg gstreamer-0.10 &#8211;pkg</p>
<p>4. Add the libs to the EXOGENESIS build (right click and choose NEW LIBRARY).</p>
<p>5. As this is a test config there is a hardcode path in main.vala ( change to your dev location).</p>
<p>6. There is an array of windows in fexomainwin.vala, this is the flow of windows for navigation.  Basically the screens are made up from the following:</p>
<p>i. App creates a main gtk3 window and adds in 1 box.<br />
ii. Screens are read from glade (exogenesis.ui) file.  Basically, these are boxes added as top level items.  The reference to the box is added/removed to the box on the main Gtk window.<br />
iii. Utility functions are loaded globally.<br />
iv. A global reference exists to gInstallData, this holds all install information that will be applied.  This includes user and group information, disk partitioning, language and timezone config.</p>
<p>If you have any questions then please get in touch, it&#8217;ll be easier to ask rather than try to work it out.</p>
<p>Steve.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.auroraos.org/development/coding-references/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Installer Update</title>
		<link>http://blog.auroraos.org/development/installer-update?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=installer-update</link>
		<comments>http://blog.auroraos.org/development/installer-update#comments</comments>
		<pubDate>Wed, 11 Jan 2012 15:36:53 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Aurora]]></category>
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://blog.auroraos.org/?p=251</guid>
		<description><![CDATA[Having worked on the Aurora installer over Christmas (when time and sobriety allowed ) all Exogenesis screens and widgets have been ported to Gtk/Gdk3. The move caused a few issues, especially with the Gtk part of the Gdu API. Most of these issues have been sorted and custom widgets written to replace those implemented by [...]]]></description>
			<content:encoded><![CDATA[<p>Having worked on the Aurora installer over Christmas (when time and sobriety allowed ) all Exogenesis screens and widgets have been ported to Gtk/Gdk3.  The move caused a few issues, especially with the Gtk part of the Gdu API.  Most of these issues have been sorted and custom widgets written to replace those implemented by Gdu-Gtk/2.  The core of the Gdu interface ported with no problems.</p>
<p>During the rework we decided to simplify the installer UI, especially when it came to disk partitioning.  This has a couple of simple options:</p>
<p>- Take over complete hard disk &#8211; Will delete the existing schema, create a partition schema based on a series of space/RAM calculations.  Basically implementing a Root/Home/Swap  schema.<br />
- Alongside &#8211; Will resize the available space and create a schema as above.<br />
- Advanced &#8211; Will allow you to repartition the disk however you see fit.</p>
<p>The core code has or is currently in the processes of rationalisation to make it easier for other developers to pick up.</p>
<p>There is still an option to backup all users and groups complete with Home folders to USB disk if you do choose to take over the entire drive. If this option is chosen then data is copied back from the USB disk into the appropriate home folders at the end of the installation process.  It is hoped that this will help those that didn&#8217;t have /HOME on a separate partition to move over to Aurora without losing data.  The USB disk needs to be at least the size of everything under /HOME. As passwords are not copied, user accounts copied from a previous version have the password reset to &#8220;aurora&#8221; and the password change flag set.  Users will need to change the password at first logon.</p>
<p>If you do fancy lending a code hand then you can grab the latest version from subversion and hack away.  Code is in Vala and project managed with Anjuta.  There&#8217;s a couple of README files that list all the dev libraries you need.  If you do pick up some development then please let me know what you&#8217;re working on to prevent duplication of effort.</p>
<p>Based on the time spent on this rewrite so far I estimate that there is around 5 weeks of development left before a test release will be available. </p>
<p>I&#8217;ve been posting screenshots on Twitter (@preobrazhensky), I&#8217;ll post some on this blog as and when things get finished.</p>
<p>Steve.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.auroraos.org/development/installer-update/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gtk3 Pain</title>
		<link>http://blog.auroraos.org/general/gtk3-pain?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=gtk3-pain</link>
		<comments>http://blog.auroraos.org/general/gtk3-pain#comments</comments>
		<pubDate>Tue, 27 Dec 2011 20:20:04 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.auroraos.org/?p=233</guid>
		<description><![CDATA[Ok, just an update on the installer. Gtk2 -> Gtk3 is going a bit slower than I imagined. It seems there&#8217;s a lot of API changes and very little in the way of migration docs so it&#8217;s a bit of trial and error at the moment. Moving along nonetheless. Paul is still working on the [...]]]></description>
			<content:encoded><![CDATA[<p>Ok, just an update on the installer.  Gtk2 -> Gtk3 is going a bit slower than I imagined.  It seems there&#8217;s a lot of API changes and very little in the way of migration docs so it&#8217;s a bit of trial and error at the moment.  Moving along nonetheless.</p>
<p>Paul is still working on the themes and packages required to implement a clean version of systemd and migrate as many sysv init scripts as possible to give the best boot times.</p>
<p>We still need devs (vala or C), we need plymouth designers and package maintainers&#8230; Anyone, anyone, anyone? Bueller? Put your hand up if you want to give us a hand&#8230;</p>
<p>More updates soon, soaking up the alcohol in Moscow till Jan <img src='http://blog.auroraos.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Merry christmas to you all!</p>
<p>Steve.</p>
<p>PS: source available here:</p>
<p>http://subversion.inixsys.com/exogenesis</p>
<p>u: exogenesis<br />
p: exogenesis</p>
<p>Please ensure you add your name and address details to the change log when checking stuff in to get the credit when credit is due <img src='http://blog.auroraos.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Steve.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.auroraos.org/general/gtk3-pain/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Quicker and Simple News Updates</title>
		<link>http://blog.auroraos.org/general/simple-news-updates?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=simple-news-updates</link>
		<comments>http://blog.auroraos.org/general/simple-news-updates#comments</comments>
		<pubDate>Wed, 21 Dec 2011 13:04:48 +0000</pubDate>
		<dc:creator>Guitaraholic</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.auroraos.org/?p=224</guid>
		<description><![CDATA[So we have a busy couple and months and things are starting to ramp back up at Aurora HQ &#8211; We want to make sure you are all kept up to date with current progress&#8230;. only issue has been keeping the blog up to date!! Hence the Plan for new and improved simple news updates [...]]]></description>
			<content:encoded><![CDATA[<p>So we have a busy couple and months and things are starting to ramp back up at Aurora HQ &#8211; We want to make sure you are all kept up to date with current progress&#8230;. only issue has been keeping the blog up to date!! Hence the Plan for new and improved simple news updates <img src='http://blog.auroraos.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>&nbsp;</p>
<p>We know not everyone uses Twitter so this week I&#8217;ve added some further features to the blog</p>
<p>1. Auto Post to Facebook &#8211; all our likes on Facebook ( http://facebook.com/getaurora ) can now get updates from the blog straight in their feed.</p>
<p>2. Auto Post to Twitter &#8211; Auto post of Short link URLs for new updates to our twitter account @getaurora</p>
<p>3. Auto Tweet to Post &#8211; Tweets made from the @getaurora account will appear as a mini Blog update for those not using either service.</p>
<p>Next Step is to try integrate the updates here into the Google Plus page I&#8217;ve recently setup but no content is on there yet!</p>
<p>Main priorities now are to get an Alpha release out to get the installer tested while we finish working on the DE experience and to make sure you all know about it!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.auroraos.org/general/simple-news-updates/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Revamping the Site : Phased Migration</title>
		<link>http://blog.auroraos.org/general/revamping-the-site-phased-migration?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=revamping-the-site-phased-migration</link>
		<comments>http://blog.auroraos.org/general/revamping-the-site-phased-migration#comments</comments>
		<pubDate>Fri, 16 Dec 2011 22:19:17 +0000</pubDate>
		<dc:creator>Guitaraholic</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.auroraos.org/?p=208</guid>
		<description><![CDATA[Hi All, A quick update on some upcoming changes to the website infrastrucure and technology used on the Aurora Web Servers&#8230;. We are looking at merging the current forums , Main site and blog into ONE running under WordPress &#8211; this is for easier management , site intergration , and future developments I will not [...]]]></description>
			<content:encoded><![CDATA[<p>Hi All,</p>
<p>A quick update on some upcoming changes to the website infrastrucure and technology used on the Aurora Web Servers&#8230;. We are looking at merging the current forums , Main site and blog into ONE running under WordPress &#8211; this is for easier management , site intergration , and future developments I will not yet discuss <img src='http://blog.auroraos.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>To tie into this we will be making some visual changes to the site over the coming weeks. Once the redesign is completed it will relaunch in WordPress with no visible changes ( all the work will be the in backend ) but it will allow us a much better control of future projects and additions to the site.</p>
<p>We will be hoping to either intergrate the existing phpBB build we use for the forums or migrate all user data into the bbPress forum solution &#8211; the reasons for this are due to authentication and our Single Sign On plans for the future &#8211; we will ensure any migration is completed with minimal risk and that we will only complete if it offers a like-for-like or better User experience to our current forum.</p>
<p>We will also be working on a mailing list functionality including discussions and a monthly newsletter ensuring you are kept in the loop!</p>
<p>With the current changes already we have been able to tigher intergrate the facebook group and twitter profile so the latest news and changes are available. We will be hoping we can engage members of the community who want to help in creating a more regular blog roll aiming at teaching new users how to use Aurora. Screencasts, Tutorials and more!</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.auroraos.org/general/revamping-the-site-phased-migration/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A labour of Love &#8211; all is not forgotten</title>
		<link>http://blog.auroraos.org/general/a-labour-of-love-all-is-not-forgotten?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=a-labour-of-love-all-is-not-forgotten</link>
		<comments>http://blog.auroraos.org/general/a-labour-of-love-all-is-not-forgotten#comments</comments>
		<pubDate>Tue, 13 Dec 2011 22:24:37 +0000</pubDate>
		<dc:creator>Guitaraholic</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.auroraos.org/?p=215</guid>
		<description><![CDATA[Hay A a short but sweet update just to show you things aren&#8217;t back at the beginning You may remember a blog post afew months back showing you the current working desktop model we have for Aurora &#8211; we have been working on perfecting this even further and getting a UI that really does get [...]]]></description>
			<content:encoded><![CDATA[<p>Hay A a short but sweet update just to show you things aren&#8217;t back at the beginning <img src='http://blog.auroraos.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> <span id="more-215"></span></p>
<p>You may remember a blog post afew months back showing you the current working desktop model we have for Aurora &#8211; we have been working on perfecting this even further and getting a UI that really does get out of the way <img src='http://blog.auroraos.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p style="text-align: center;"><a href="http://blog.auroraos.org/wp-content/uploads/2011/12/Screen-Shot-2011-12-13-at-21.47.27.png" rel="lightbox[215]"><img class="aligncenter size-medium wp-image-218" title="Aurora 0.8 the glass UI" src="http://blog.auroraos.org/wp-content/uploads/2011/12/Screen-Shot-2011-12-13-at-21.47.27-300x187.png" alt="" width="400" height="250" /></a></p>
<p>The challenge with Gnome shell is its default setup &#8211; so we have made some fundemental changes to this <img src='http://blog.auroraos.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Windows lists are a default behaviour so you can see and manage multiple windows from the taskbar ( otherwise its not much of a taskbar)</p>
<p>The messaging tray is gone in favour of notification icons in top corner ( not final solution as we are looking to a single icon option )</p>
<p>glass dock &#8211; this is a skinned dock at present but the aim is to develop this into the &#8220;drawer&#8221; where you can drop any website, application or document you like.</p>
<p>Finally &#8211; the wallpaper in this picture is NOT the default &#8211; we are testing with a range of wallpapers to ensure the glass works well with all default wallpapers and does not remove focus from the elements.</p>
<p>&nbsp;</p>
<p>So I hope this wets your appetite <img src='http://blog.auroraos.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>&nbsp;</p>
<p>PS &#8211; As I tweeted the other day we&#8217;ve managed to get 6-15 second boots now in a VM for the latest systemd builds so close to our 12 second aim <img src='http://blog.auroraos.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.auroraos.org/general/a-labour-of-love-all-is-not-forgotten/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Sorry for the wait, we&#8217;re back!</title>
		<link>http://blog.auroraos.org/general/sorry-for-the-wait-were-back?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sorry-for-the-wait-were-back</link>
		<comments>http://blog.auroraos.org/general/sorry-for-the-wait-were-back#comments</comments>
		<pubDate>Fri, 09 Dec 2011 11:46:49 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Aurora]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.auroraos.org/?p=211</guid>
		<description><![CDATA[The development team can only apologise for the lack of progress recently. We are limited in number and have been involved in, dare I say, Paying projects&#8230; Paul (guitaraholic) has been extremely busy with his new job as a middleware expert for a large, well know media company that rhymes with urgin&#8217;. I&#8217;ve been tied [...]]]></description>
			<content:encoded><![CDATA[<p>The development team can only apologise for the lack of progress recently. We are limited in number and have been involved in, dare I say, Paying projects&#8230; </p>
<p>Paul (guitaraholic) has been extremely busy with his new job as a middleware expert for a large, well know media company that rhymes with urgin&#8217;.</p>
<p>I&#8217;ve been tied up on paying company business and swamped with so much code that I could vomit at the sight of another &#8220;if&#8221; statement.</p>
<p>Excuses Done </p>
<p>It&#8217;s back to the rock and to chip away at the encrustation that has formed on the installer code, kernel mods et al. Pick axe in hand (pneumatic drill required) we&#8217;re at it again.</p>
<p>Still based on debian, SID, SystemD and still with our own installer, going with a themed gnome-shell.</p>
<p>The installer code is in subversion, if you fancy lending a vala hand then get in touch, the more the merrier and the faster it&#8217;ll be done. </p>
<p>The repo&#8217;s are down after a server crash. They were outdated so they&#8217;ll be offline for a while whilst we populate with newer packages ready for the ISO release early next year (2012! Before someone coughs  ).</p>
<p>Further updates soon, and please, get in touch if you want to help out, package maintainers, vala coders, plymouth designers, shell themers&#8230; we do need your help. Paul and I can&#8217;t possibly deliver everything we plan to get in the release without YOUR help. Please get in touch and get involved. We had so many ideas and so little resource to deliver.</p>
<p>Thanks,</p>
<p>Steve.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.auroraos.org/general/sorry-for-the-wait-were-back/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>What the Future Holds</title>
		<link>http://blog.auroraos.org/general/what-the-future-holds?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=what-the-future-holds</link>
		<comments>http://blog.auroraos.org/general/what-the-future-holds#comments</comments>
		<pubDate>Sat, 18 Jun 2011 16:17:45 +0000</pubDate>
		<dc:creator>Guitaraholic</dc:creator>
				<category><![CDATA[Aurora]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.auroraos.org/?p=175</guid>
		<description><![CDATA[&#160; I promised an update this week so here it is Where we are heading&#8230;. &#160; Aurora is not aiming to be the &#8220;best&#8221; Linux distribution , it&#8217;s not trying to re-invent the wheel, it&#8217;s not trying to do something new. Aurora is here to put the pieces together and make a great product. We have thought long [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p>I promised an update this week so here it is <img src='http://blog.auroraos.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h1>Where we are heading&#8230;.</h1>
<p>&nbsp;</p>
<p>Aurora is not aiming to be the &#8220;best&#8221; Linux distribution , it&#8217;s not trying to re-invent the wheel, it&#8217;s not trying to do something new. Aurora is here to put the pieces together and make a great product.  We have thought long and hard about what that entails and have had SERIOUS version 1.0 feature creep but we think we have finally bolted down our requirements and have the end in our sights!</p>
<p><span id="more-175"></span></p>
<h1>Gnome 3</h1>
<p>&nbsp;</p>
<p>We&#8217;ve decided that to ensure a stable base with continued development ( and a quicker / easier development lead time ) to focus on using Gnome 3 &#8211; aiming for version 3.2 for stable release <img src='http://blog.auroraos.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   This decision will mean that these are so many changes to the distribution that it really isn&#8217;t feasible to upgrade from ANY old version &#8211; the reasons behind this are simple &#8211; we are developing a &#8220;Semi-Rolling Release&#8221; mentality which needs a VERY stable base to build off. We don&#8217;t feel those users who attempt an upgrade will benefit and enjoy the stable base and it will cause problems overtime.</p>
<h1>So whats a &#8220;Semi-Rolling Release&#8221;????</h1>
<p>&nbsp;</p>
<p>I&#8217;m sure we could come up with a better title for this but it is as follows&#8230;..  We will provide the ability to have a Stable code distribution ( which will only receive bug fixes or new versions after heavy testing ) and a testing branch ( newest versions as available , tested then pushed to stable ).</p>
<p>In addition to a stable / testing option for the &#8220;core&#8221; of Aurora we will also have a stable option for applications ( you won&#8217;t get the latest applications straight away but will get the most stable version we deem suitable for our users) or testing applications &#8211; getting the latest / greatest applications as they become available for Aurora. We know you don&#8217;t want to be stuck on an old version of Firefox or Shotwell just because you want a stable distribution so now you don&#8217;t have to be! BSD based distributions have had this idea right all along so its about time Aurora was the same!</p>
<p>Our unique twist on the rolling release idea is that you can pick what you want Aurora to be like for you!</p>
<h1>The Aurora DE concept</h1>
<p>&nbsp;</p>
<p>So you want to know our plans for the Aurora DE? Well we have been working hard on what makes a DE great and came to 3 simple conclusions :</p>
<p>1. It should make you quicker and more productive at what you want to do</p>
<p>2. It should help you and be obvious to use</p>
<p>3. It should get out of your way</p>
<p>That&#8217;s the core of the Aurora experience &#8211; it should complement what you are doing at all times! By no means will we get this right 100% to start but we will work with users &#8211; taking patches , ideas and feedback from the community to make this happen!</p>
<p>So based on the 3 points we have developed what we believe Aurora should be like : here are our mock-ups <img src='http://blog.auroraos.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p style="text-align: center;"><a href="http://blog.auroraos.org/wp-content/uploads/2011/06/IMG_20110516_155624.jpg" rel="lightbox[175]"><img class="aligncenter size-medium wp-image-183" title="Aurora DE Mockup 1" src="http://blog.auroraos.org/wp-content/uploads/2011/06/IMG_20110516_155624-300x225.jpg" alt="" width="500" height="340" /></a></p>
<p>I understand that this is a very sketchy mock-up so I will try to explain our ideas &#8230;.</p>
<p>1. Launch Control &#8211; The Top Left corner launches the search bar , menu and drawer.</p>
<p>2. Search only appears when you need it &#8211; lets you search the web, your applications and your documents in one simple place</p>
<p>3. Application Blocks &#8211; when an app has a notification tray icon is will appear here : you can select obvious to use features in each app i.e &#8211; email can compose a new message.</p>
<p>4.The Drawer &#8211; you can drag your favourite documents , websites or applications down here &#8211; it hides off-screen and is only in view if you hotspot the top left corner or the bottom of the screen. This is our alternative to the gnome dash ./ favourites in shell.</p>
<p>5.Your Desktop &#8211; just as you expect it to be <img src='http://blog.auroraos.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>6.The Menu list &#8211; a familiar menu system broken down by category of application &#8211; you can click-through the menu&#8217;s as you see fit <img src='http://blog.auroraos.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Some more mockups showing closer detail of our core 6 sections of the desktop.</p>
<p style="text-align: center;"><a href="http://blog.auroraos.org/wp-content/uploads/2011/06/IMG_20110516_155643.jpg" rel="lightbox[175]"><img class="aligncenter size-medium wp-image-184" title="Launch , Search and Menu" src="http://blog.auroraos.org/wp-content/uploads/2011/06/IMG_20110516_155643-300x225.jpg" alt="" width="500" height="310" /></a></p>
<p>Showing the Launch Control , Menu system and Search functionality &#8211; all of these components are only visible when you need them! The rest of the time they slide out of your way <img src='http://blog.auroraos.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p style="text-align: center;"><a href="http://blog.auroraos.org/wp-content/uploads/2011/06/IMG_20110516_155703.jpg" rel="lightbox[175]"><img class="aligncenter size-medium wp-image-193" title="The Drawer" src="http://blog.auroraos.org/wp-content/uploads/2011/06/IMG_20110516_155703-300x225.jpg" alt="" width="500" height="340" /></a></p>
<p>The Drawer &#8211; A easy way of managing your favourite things to do &#8211; we don&#8217;t discern between a &#8220;file&#8221; or a &#8220;website&#8221; or even applications! In our book anything can be a favourite so you can put it in your drawer <img src='http://blog.auroraos.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p style="text-align: center;"><a href="http://blog.auroraos.org/wp-content/uploads/2011/06/IMG_20110516_155653.jpg" rel="lightbox[175]"><img class="aligncenter size-medium wp-image-192" title="App Blocks and your Home" src="http://blog.auroraos.org/wp-content/uploads/2011/06/IMG_20110516_155653-300x225.jpg" alt="" width="500" height="340" /></a></p>
<p>Application Blocks &#8211; How they behave! we also have ditched the typical &#8220;pop-in your face&#8221; notifications for a style adapted from Android &#8211; Notifications roll down in the panel and only take focus if you click on them <img src='http://blog.auroraos.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  Launch control will also show a history of these notifications if you missed them <img src='http://blog.auroraos.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>&nbsp;</p>
<h1>Teaser time!</h1>
<p>&nbsp;</p>
<p>We are working very hard to make the above mockups a reality &#8211; while they might not be 100% implemented in the first release we will definitely have the outline of our goal in place &#8211; the finishing touches to functionality and behaviour will come from your feedback on these&#8230;&#8230; so as a final treat this is exactly 100% running system of what Aurora currently works like <img src='http://blog.auroraos.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p style="text-align: center;"><a href="http://blog.auroraos.org/wp-content/uploads/2011/06/Screenshot.png" rel="lightbox[175]"><img class="aligncenter size-medium wp-image-182" title="Aurora " src="http://blog.auroraos.org/wp-content/uploads/2011/06/Screenshot-300x187.png" alt="" width="500" height="300" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.auroraos.org/general/what-the-future-holds/feed</wfw:commentRss>
		<slash:comments>35</slash:comments>
		</item>
		<item>
		<title>Time to get on with Aurora : A much needed update</title>
		<link>http://blog.auroraos.org/general/time-to-get-on-with-aurora-a-much-needed-update?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=time-to-get-on-with-aurora-a-much-needed-update</link>
		<comments>http://blog.auroraos.org/general/time-to-get-on-with-aurora-a-much-needed-update#comments</comments>
		<pubDate>Tue, 14 Jun 2011 12:55:01 +0000</pubDate>
		<dc:creator>Guitaraholic</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.auroraos.org/?p=173</guid>
		<description><![CDATA[Hay All, Firstly I&#8217;ll like to start this post with a much deserved apology. Aurora has really slowed down in development over the last 6 months. The reasons behind this are easily explained. Developer Situation At present Steve and myself and the key developers on this project &#8211; we receive no funding and no commercial [...]]]></description>
			<content:encoded><![CDATA[<p>Hay All,</p>
<p>Firstly I&#8217;ll like to start this post with a much deserved apology. Aurora has really slowed down in development over the last 6 months. The reasons behind this are easily explained.<br />
<span id="more-173"></span></p>
<h1>Developer Situation</h1>
<p>At present Steve and myself and the key developers on this project &#8211; we receive no funding and no commercial support in building Aurora  ( we build Aurora for our own use so we DO use it at all times! ).</p>
<p>Both of us have been very busy this year with new work responsibilities, tougher deadlines and our full-time jobs. Aurora is something very close to our heart so to ensure the quality of development stays high, and to meet our high expectations of release, we took the decision to slow down development on Aurora until the support packages and projects were at al Level were we where happy to continue and pick-up where we left off.</p>
<p>This break has allowed us to re-focus on what we feel Aurora should be in the light of Ubuntu&#8217;s new unity interface, the Gnome Shell release and upcoming opensource projects such as Exogenesis and the Cream DE.</p>
<h1>The Ball is rolling again&#8230;</h1>
<p>We can confirm we are started work on Aurora again and are pushing a beta release as soon as the Installer is 100% completed. Once this is done we will be working to move our development to run more in tune with a typical open-source project.</p>
<p>Out kernel development, installer and other additions will be hosted on gitorious.org and we welcome contributions for users and developers alike.</p>
<h1>The future</h1>
<p>I can confirm we are looking to move to Gnome 3 for our release ( 3.2 for stable release) but with heavy modifications to the gnome-shell environment. We will be posting some updates and some screenshots / mockups later this week of our proposals &#8211; the quicker you can help get these in the quicker Aurora can be fully released.</p>
<h1>Our Packaging / Release Ethos</h1>
<p>The next piece we want to clear up for our user is how Aurora will be released and updated. Due to the amount of changes we don&#8217;t feel it will be a stable / feasible change from Eeebuntu 3 or last years Beta 0.5 . The reasons behind this are due to the vast underlining technical changes to the OS and the sheer size of updates would probably be bigger then a new iso.</p>
<p>The next beta we release WILL update fully to the new version <img src='http://blog.auroraos.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Our new development structure will be a 2 piece release. All ISO&#8217;s will automatically be updated every 3 months so when you download Aurora you will be downloading close to the latest versions of all packages. By default the user will be presented with a stable distribution &#8220;core&#8221; and stable &#8220;applications&#8221; set. These are deemed stable and only small bug fixes will be made to these versions.<br />
At the users request ( via additional settings ) you will be able to opt in to 2 different pieces of the puzzle.</p>
<h2>But I want the latest and greatest applications ALL THE TIME</h2>
<p>Well you can! We will have a separate &#8220;testing&#8221; phase where new applications are added &#8211; these will be released and tested by users and reported back if any issues. After a period of testing ( still to be decided ; possibly per app ) they will be pushed to the Stable environment.</p>
<h2>But what version are YOU using?</h2>
<p>We will also have a &#8220;testing&#8221; core build &#8211; this will include changes to the core system &#8211; only advised for users who know their way around the system and can comfortably deal with the odd regression here and there <img src='http://blog.auroraos.org/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<h2>Keeping it simple for updates</h2>
<p>I can pretty much be sure that a large percentage of users don&#8217;t care what a lib files contains or does in terms of the application as long as its installed and the application works! Post launch we will be looking at ways to improve the update process by using a simple / advanced view choice &#8211; the simple view will simply show you the Application which is being updates or list as a core component. Advanced will give the current description of all packages&#8230;</p>
<h2>And Finally &#8230;</h2>
<p>We will be pushing a new post later this week with some mockups so we NEED feedback on users opinions on these &#8230;. we also need some budding web developers / gnome users who want to start looking into helping us build the gnome-extensions we need to create a fantastic experience for you.</p>
<p>Thanks Guys &#8211; we aren&#8217;t Vapour-ware - Aurora WILL come!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.auroraos.org/general/time-to-get-on-with-aurora-a-much-needed-update/feed</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>We need a Plymouth Designer&#8230; is it you???</title>
		<link>http://blog.auroraos.org/development/we-need-a-plymouth-designer?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=we-need-a-plymouth-designer</link>
		<comments>http://blog.auroraos.org/development/we-need-a-plymouth-designer#comments</comments>
		<pubDate>Tue, 22 Feb 2011 11:20:21 +0000</pubDate>
		<dc:creator>Guitaraholic</dc:creator>
				<category><![CDATA[Aurora]]></category>
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://blog.auroraos.org/?p=168</guid>
		<description><![CDATA[Hi All, After some great work we have Plymouth working with the SystemD-17 builds we are currently working on for the next release ( once the installer is ready ) . We are looking at having a simple yet suitable plymouth theme for the iso &#8211; if you feel your plymouth design or have a [...]]]></description>
			<content:encoded><![CDATA[<p>Hi All,</p>
<p>After some great work we have Plymouth working with the SystemD-17 builds we are currently working on for the next release ( once the installer is ready ) .</p>
<p>We are looking at having a simple yet suitable plymouth theme for the iso &#8211; if you feel your plymouth design or have a good idea / concept for how we could do this please let us know!</p>
<p>Look forward to hearing your ideas / seeing any designs! on the forums too : <a href="http://forums.auroraos.org/viewtopic.php?f=64&amp;t=6202">http://forums.auroraos.org/viewtopic.php?f=64&amp;t=6202</a></p>
<p>PMcD</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.auroraos.org/development/we-need-a-plymouth-designer/feed</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>

