<?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>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; ubuntu 9.10</title> <atom:link href="http://www.ghacks.net/tag/ubuntu-9-10/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Sat, 11 Feb 2012 17:32:23 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Change your Ubuntu splash screen background</title><link>http://www.ghacks.net/2010/01/06/change-your-ubuntu-splash-screen-background/</link> <comments>http://www.ghacks.net/2010/01/06/change-your-ubuntu-splash-screen-background/#comments</comments> <pubDate>Wed, 06 Jan 2010 21:50:16 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Advice]]></category> <category><![CDATA[Desktop Manager]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Operating Systems]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[GNOME]]></category> <category><![CDATA[login]]></category> <category><![CDATA[splash screen]]></category> <category><![CDATA[ubuntu 9.10]]></category> <category><![CDATA[ubuntu login]]></category> <category><![CDATA[ubuntu splash screen]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=22095</guid> <description><![CDATA[There have been a lot of users complaining about the new Ubuntu 9.10 splash screen. First users are complaining that cosmetically it looks unprofessional and tacky. Second, there is no obvious way to configure this splash screen. Ubuntu used to use the Usplash, but with a strong push in 10.04 to reach the 10 second [...]]]></description> <content:encoded><![CDATA[<p>There have been a lot of users complaining about the new Ubuntu 9.10 splash screen. First users are complaining that cosmetically it looks unprofessional and tacky. Second, there is no obvious way to configure this splash screen. Ubuntu used to use the Usplash, but with a strong push in 10.04 to reach the 10 second boot time, a big change had to be made in the way X Windows was prioritized. That is where xsplash comes in. But with Xsplash you are pretty much limited to what Ubuntu gives you for a splash screen &#8211; or at least you were. Now, with the help of a handy Python script, and a bit of magics, you can use any image to work as your splash screen. To make things even easier, it is possible to change both your wallpaper and your splash screen concurrently.</p><p>What you will need for this bit o&#8217; trickery is a working Ubuntu 9.10 using Xsplash (it&#8217;s the default, so you won&#8217;t have to monkey with that installation), a python script, imagemagick, and a groovy wallpaper to use.  That&#8217;s it.</p><p><span
id="more-22095"></span><strong>The script</strong></p><p>The first thing you need to do is download the Python script. This script can be found <a
title="Python script" href="http://www.gnome-look.org/CONTENT/content-files/114984-wallpaper_daemon_1.2.tar.gz" target="_blank">here</a>. Once you have that tar file downloaded, move it into your home directory and unpack it with the command:</p><p><em>tar xvzf 11498-wallpaper-daemon_1.2.tar.gz</em></p><p>The above command will extract a file called <em>wallpaper-daemon.py. </em>You can leave this file in your home directory if you like. But you do have to make sure it has executable privileges. There are two ways to do this:</p><p>A) Issue the command <em>chmod u+x wallpaper-daemon.py</em></p><p>B) Follow these steps:</p><ol><li>Open up the Nautilus file manager.</li><li>Right click the wallpaper-daemon.py file.</li><li>Select Properties.</li><li>Click on the Permissions tab.</li><li>Make sure the &#8220;Allow Executing file as program&#8221; check box is checked.</li><li>Close the Properties window.</li></ol><p>Your script is ready to execute. But before you execute the script, make sure you have ImageMagick installed. Open up a terminal window (you&#8217;ll need two of them open anyway) and issue the command:</p><p><em>sudo apt-get install imagemagic</em>k</p><p>If the application is already installed it will inform you so, otherwise it will install.</p><p>Now you are ready to start.</p><p>Go to one of your terminal windows and issue the command:</p><p>~/wallpaper-daemon.py</p><p>This will require your users password, so type it and hit the Enter key.</p><div
id="attachment_22100" class="wp-caption alignleft" style="width: 309px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/01/change_background.png"><img
class="size-medium wp-image-22100 " src="http://www.ghacks.net/wp-content/uploads/2010/01/change_background-499x453.png" alt="" width="299" height="272" /></a><p
class="wp-caption-text">Figure 1</p></div><p>The next step is to open up the Appearance Preference window to the Background Image tab (see Figure 1). You can do this by right clicking the desktop and selecting Change Background Image. Select a background image to use (you can add a new background image if you don&#8217;t like anything listed).</p><p>Once you have changed your background go to your other open terminal window and issue the command:<br
/> <em>sudo xsplash</em></p><p>What you will see is a representation of your new splash screen, using your selected image. You can hit the &lt;Esc&gt; key to exit out of this.</p><p><strong>Make it work</strong></p><div
id="attachment_22105" class="wp-caption alignright" style="width: 310px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/01/startup.png"><img
class="size-medium wp-image-22105 " src="http://www.ghacks.net/wp-content/uploads/2010/01/startup-500x390.png" alt="" width="300" height="234" /></a><p
class="wp-caption-text">Figure 2</p></div><p>Of course, as it stands, this won&#8217;t work when you reboot (or logout). You need to add the wallpaper-daemon.py to the startup applications. Do this by going to the Preferences sub-menu of the System menu and selecting Startup Applications. When the Startup Applications window opens (see Figure 2) click the  Add button and fill out the following information:</p><ul><li>Name: Wallpaper Daemon</li><li>Command: ~/wallpaper-daemon.py</li></ul><p>Click the Add button and you&#8217;re done. Now when you log out or reboot your machine, you will see your new background as the Splash screen.</p><p><strong>Final thoughts</strong></p><p>It&#8217;s not going to make you a better PC user or make your machine run better. But for those who like to have complete control over the personalization of their computers, this is another step in the right direction. And if you are a business that likes your brand everywhere &#8211; this is right up your alley.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/01/06/change-your-ubuntu-splash-screen-background/feed/</wfw:commentRss> <slash:comments>10</slash:comments> </item> <item><title>The new Ubuntu Software Center</title><link>http://www.ghacks.net/2009/10/30/the-new-ubuntu-software-center/</link> <comments>http://www.ghacks.net/2009/10/30/the-new-ubuntu-software-center/#comments</comments> <pubDate>Fri, 30 Oct 2009 17:28:03 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[add/remove software]]></category> <category><![CDATA[gdebi]]></category> <category><![CDATA[installing software]]></category> <category><![CDATA[Karmic Koala]]></category> <category><![CDATA[Synaptic]]></category> <category><![CDATA[ubuntu 9.10]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=17900</guid> <description><![CDATA[You may remember my mention of the Ubuntu Software Center in my article &#8220;Ubuntu Karmic Koala preview&#8220;. Well, Karmic Koala is now officially Ubuntu 9.10 and is on the streets. I have installed the release and am as pleased as I expected I would be. One aspect of 9.10 that I was most interested in [...]]]></description> <content:encoded><![CDATA[<p>You may remember my mention of the Ubuntu Software Center in my article &#8220;<a
title="Ubuntu Karmic Koala preview" href="http://www.ghacks.net/2009/10/04/ubuntu-karmic-koala-preview/" target="_blank">Ubuntu Karmic Koala preview</a>&#8220;. Well, Karmic Koala is now officially Ubuntu 9.10 and is on the streets. I have installed the release and am as pleased as I expected I would be. One aspect of 9.10 that I was most interested in was the new Ubuntu Software Center. I have always been a big fan of apt-get and Synaptic, so I was curious as to how Ubuntu could possibly improve on either of these tools. I have used the Software Center a few times already and I can see why Ubuntu migrated to this new system: It&#8217;s very user friendly (more so than the original Add/Remove Software tool), it&#8217;s reliable, it&#8217;s easier to add new repositories, and it has a much cleaner interface.</p><p>But can this tool take the place of the original tools? Can the Ubuntu Software Center usurp both Add/Remove Software and Synaptic? Let&#8217;s examine the tool and draw our conclusions.</p><p><span
id="more-17900"></span>The ultimate goal for the Ubuntu Software Center is to become a single point of focus for software management in Ubuntu. Effectively, the Software Center is going to become the Ubuntu version of the iPhone App Store. Here are the current and planned features:</p><ul><li><span
style="background-color: #ffffff">Install open source/free software (Version 1).</span></li><li><span
style="background-color: #ffffff">Install commercial/non-free software (Version 3).</span></li><li><span
style="background-color: #ffffff">Rate and review software (Version 2).</span></li><li><span
style="background-color: #ffffff">Replace Synaptic and Gdebi (Version 2).</span></li></ul><p>So by Version 3 the Ubuntu Software Center will be a total one-stop shop for Linux software installation in Ubuntu. Exciting times indeed. But right now we&#8217;re at Version 1 and the big question is, does it stand up to previous tools. Let&#8217;s take a look.</p><p><strong>The interface</strong></p><div
id="attachment_17901" class="wp-caption alignleft" style="width: 190px"><a
rel="attachment wp-att-17901" href="http://www.ghacks.net/2009/10/30/the-new-ubuntu-software-center/ubuntu_software_center/"><img
class="size-thumbnail wp-image-17901 " src="http://www.ghacks.net/wp-content/uploads/2009/10/ubuntu_software_center-300x300.png" alt="Figure 1" width="180" height="180" /></a><p
class="wp-caption-text">Figure 1</p></div><p>When you fire up the Ubuntu Software Center (done by clicking on the entry in the Applications menu) the main window is laid out very clearly (see Figure 1)<span
style="background-color: #ffffff"> will be the Banshee (since it has been referenced a number of times on Ghacks.)</span></p><p>To locate Banshee either click on the Sound &amp; Video category (from the main page) or enter &#8220;banshee&#8221; (no quotes) in the search field and hit Enter.</p><div
id="attachment_17902" class="wp-caption alignright" style="width: 190px"><a
rel="attachment wp-att-17902" href="http://www.ghacks.net/2009/10/30/the-new-ubuntu-software-center/ubuntu_software_center_select/"><img
class="size-thumbnail wp-image-17902 " src="http://www.ghacks.net/wp-content/uploads/2009/10/ubuntu_software_center_select-300x300.png" alt="Figure 2" width="180" height="180" /></a><p
class="wp-caption-text">Figure 2</p></div><p>When the listing appears, select the entry, and click on the right-pointing arrow that appears (see Figure 2). When you click that arrow you will be presented with an information window that allows you to either install the software or visit the software&#8217;s web page.</p><div
id="attachment_17904" class="wp-caption alignleft" style="width: 190px"><a
rel="attachment wp-att-17904" href="http://www.ghacks.net/2009/10/30/the-new-ubuntu-software-center/ubuntu_software_center_app_info/"><img
class="size-thumbnail wp-image-17904 " src="http://www.ghacks.net/wp-content/uploads/2009/10/ubuntu_software_center_app_info-300x300.png" alt="Figure 3" width="180" height="180" /></a><p
class="wp-caption-text">Figure 3</p></div><p>In order to install the selected software, click on the Install button (see Figure 3) which will require you to enter your sudo password. Upon entering your password a new pane will open up showing the progress of the installation. Depending upon the size of the application, this progress could take a while. The speed of the download will also be directly effected by the newness of the 9.10 release and how busy the repositories are.</p><p>Once the software is installed you will be returned to the information window that will look a bit different. Where the &#8220;Install&#8221; button was is now a &#8220;Remove&#8221; button and, if available, a screenshot will appear.</p><p><strong>Adding repositories</strong></p><p>Where adding new software sources in Synaptic could be somewhat confusing to new users, adding these same sources in the Software Center has become incredibly easy. All you have to do is follow these steps:</p><ol><li><span
style="background-color: #ffffff">Click on the Edit menu. </span></li><li><span
style="background-color: #ffffff">Click the Software Sources entry.</span></li><li><span
style="background-color: #ffffff">Enter your password if you haven&#8217;t already authenticated.</span></li><li><span
style="background-color: #ffffff">Click on the Other Software tab in the Sources window.</span></li><li><span
style="background-color: #ffffff">Click the Add button.</span></li><li><span
style="background-color: #ffffff">Enter the entire line (the same line you would add to the <strong>/etc/apt/sources.list</strong> file in the text area).</span></li><li><span
style="background-color: #ffffff">Click the Add Source button.</span></li></ol><p>You&#8217;re done. You no longer have to enter multiple pieces of information for a repository to be added.</p><p><strong>Final thoughts</strong></p><p>At first I was skeptical about the new Software Center. But after using the tool, and seeing where the tool is heading, I like what I am seeing (and using). I think Ubuntu is going to have a major hit on their hands with the Software Center.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/10/30/the-new-ubuntu-software-center/feed/</wfw:commentRss> <slash:comments>19</slash:comments> </item> <item><title>With Ubuntu 9.10 Arrives Wubi 9.10</title><link>http://www.ghacks.net/2009/10/30/with-ubuntu-9-10-arrives-wubi-9-10/</link> <comments>http://www.ghacks.net/2009/10/30/with-ubuntu-9-10-arrives-wubi-9-10/#comments</comments> <pubDate>Fri, 30 Oct 2009 17:12:03 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Operating Systems]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[linux distribution]]></category> <category><![CDATA[ubuntu]]></category> <category><![CDATA[ubuntu 9.10]]></category> <category><![CDATA[wubi]]></category> <category><![CDATA[wubi 9.10]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=17903</guid> <description><![CDATA[The Ubuntu development team has just released a new version of their Linux distribution to the public. Ubunutu 9.10 follows the usual bi-annual release cycle. It introduces updates all over the board including a &#8220;a redesigned, faster boot and login experience, a revamped audio framework and improved 3G broadband connectivity&#8221;. A Ubuntu Server and Ubuntu [...]]]></description> <content:encoded><![CDATA[<p>The Ubuntu development team has just released a new version of their Linux distribution to the public. Ubunutu 9.10 follows the usual bi-annual release cycle. It introduces updates all over the board including a &#8220;a redesigned, faster boot and login experience, a revamped audio framework and improved 3G broadband connectivity&#8221;. A Ubuntu Server and Ubuntu Netbook edition has also been released by the development team. All versions are available for download at the Ubuntu website. All versions of Ubuntu 9.10 are available for installation or as a so called live cd for testing without installation.</p><p>The Linux installation experience has changed tremendously in the past decade. What once required a computer science degree or lots of dedication has now changed to an installation that is comparable to that of the Windows operating system.</p><p><span
id="more-17903"></span>Wubi, a Windows application that makes it possible to install Ubuntu right from within Windows, simplifies the installation of Ubuntu Linux even further. We reviewed <a
href="http://www.ghacks.net/2007/06/13/install-ubuntu-without-partitioning-with-wubi/">Wubi</a> back then when it was released publicly by the developers for the first time. It has been updated regularly since then to keep up with the Ubuntu development cycle.</p><p>Wubi 9.10 has now been released so that users of the Windows operating system can install Ubuntu 9.10 from within their operating system. A dual-boot environment will be created by the installer so that it is possible to boot either into Windows or Linux once the installation completes. Users who would like to download and use Wubi can find additional information and download links at the <a
href="http://wubi-installer.org/">Wubi</a> website. Those who prefer a <a
href="http://www.ubuntu.com/desktop/get-ubuntu/download">direct</a> installation can download Ubuntu at the website of the Linux distribution.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/10/30/with-ubuntu-9-10-arrives-wubi-9-10/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> </channel> </rss>
