Skip to main content

Ubuntu 9.10 Desktop Edition puts the user at the heart of its new design

Integrates dozens of new features and improvements to take user experience to next level

LONDON, October 26, 2009: Canonical announced today the upcoming release of Ubuntu 9.10 Desktop Edition, the latest version of the popular Linux desktop distribution. Ubuntu 9.10 will be available for free download on Thursday 29 October. Ubuntu 9.10 brings changes small and large that all have a common purpose - to make Ubuntu the most user-friendly operating system available. Ubuntu 9.10 features a redesigned, faster boot and login experience, a revamped audio framework, and improved 3G broadband connectivity, all of which contribute to a first-class user experience.

Furthermore, the innovative '100 Paper Cuts' initiative organised with the Ubuntu Community allowed users to nominate minor annoyances that impacted their enjoyment of the platform. So far over 50 fixes have been committed, removing minor irritants such as inconsistent naming or poorly organised application choices. Larger scale user experience improvements include a refreshed Ubuntu Software Center, giving users better and more easily understood information about the software they have available - bringing the world of open source applications closer to the user. These improvements, in combination, have a transformative effect on the user experience.

Ubuntu 9.10 also includes the integration of 'Ubuntu One' as a standard component of the desktop. Ubuntu One is an umbrella name for an exciting suite of online services, which were released in beta in May 2009. Ubuntu One provides an enhanced desktop experience, simplifies backup, synchronisation, and sharing of files with an expanded set of features including Tomboy Notes and contacts synchronisation.

Ubuntu 9.10 also welcomes a host of features that make it the best platform for developers, whether professional or casual. Developers interested in writing applications that run on Ubuntu now have a simplified toolset called 'Quickly' which makes it fun and easy by automating many of the mundane tasks involved in programming. Quickly also helps users 'package' the code and distribute it through the Ubuntu software repositories. Ubuntu developers will now find all code hosted in the Bazaar version control system, which is part of the fully open source Launchpad collaboration website. It's never been easier to develop on or for Ubuntu.

Netbook and smartbook users will be delighted by improvements to the Ubuntu 9.10 Netbook Remix (UNR) interface which continues to raise the bar in delivering the easiest, most discoverable and most useful user experience on small form machines. Common with Ubuntu 9.10 for desktops, UNR will integrate the Empathy instant messaging program for text, voice, video, and file transfers which will make communication more enjoyable then ever.

Comments

Popular posts from this blog

Access 2007 and VBA Tutorial

  MS ACCESS 2007:   VBA ENVIRONMENT INTRODUCTION This MSAccess tutorial explains the VBA environment in Access 2007 (with screenshots and step-by-step instructions). See solution in other versions   of MSAccess : Access   2010   Access   2007   Access   2003 WHAT IS VBA? This is what the VBA environment looks like in Microsoft Access 2007: VBA   standards for   Visual Basic for Applications   and is the language embedded within your database in Access 2007. You use   VBA   whenever you do one of the following: Create a new function. Create a new subroutine. Define a global variable. Place code behind an event procedure such as the "On Click" event of a command button. Execute the RunCode action in a macro. These are just some of the examples of when you might be running VBA code. MS ACCESS 2007:   OPEN VBA ENVIRONMENT This MSAccess tutorial explains how to open the VBA environmen...

How to Fix Temporary Profile in Windows 7

Sometimes Windows 7 Operating System fails to read the correct user profile properly, and instead, loads with a temporary profile. If you are keen you will see the following message: You have been logged on with Temporary profile This is how you fix the temporary profile problem on Windows 7: Before do anything,  restart the computer 2 or 3 times  to see whether it’s going back to your old correct profile. If this doesn’t work, go to the next step. Rename the temp profile registry and revert back the old registry settings for the correct profile. This methods works especially if the profile is not completely corrupt. Log in with your temporary profile if your account has administrative rights or with the local administrator account. Start the registry editor by typing  regedit   in find box of Windows 7. Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\Cu...

Ant - Setup

Apache Ant Ant is distributed under the Apache Software License, a fully-fledged open source license certified by the open source initiative. The latest Apache Ant version, including its full-source code, class files, and documentation can be found at  http://ant.apache.org. Installing Apache Ant It is assumed that you have already downloaded and installed Java Development Kit (JDK) on your computer. If not, please follow the instructions  here . Ensure that the JAVA_HOME environment variable is set to the folder where your JDK is installed. Download the binaries from  http://ant.apache.org Unzip the zip file to a convenient location c:\folder. using Winzip, winRAR, 7-zip or similar tools. Create a new environment variable called  ANT_HOME  that points to the Ant installation folder, in this case  c:\apache-ant-1.9.5-bin folder. Append the path to the Apache Ant batch file to the PATH environment variable. In our case this would be the...