 
    
<?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>change Archives - Complete, Concrete, Concise</title>
	<atom:link href="https://complete-concrete-concise.com/tag/change/feed/" rel="self" type="application/rss+xml" />
	<link>https://complete-concrete-concise.com/tag/change/</link>
	<description>Practical Information Without The Bloat</description>
	<lastBuildDate>Wed, 01 May 2013 10:32:28 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>Ubuntu 13.04 &#8211; How to Change the Timout Period for sudo</title>
		<link>https://complete-concrete-concise.com/ubuntu-2/ubuntu-13-04/ubuntu-13-04-how-to-change-the-timout-period-for-sudo/</link>
		
		<dc:creator><![CDATA[richardsplanet]]></dc:creator>
		<pubDate>Wed, 01 May 2013 10:32:28 +0000</pubDate>
				<category><![CDATA[Ubuntu 13.04]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[nano]]></category>
		<category><![CDATA[sudo]]></category>
		<category><![CDATA[timeout]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ubuntu 13.04]]></category>
		<category><![CDATA[visudo]]></category>
		<guid isPermaLink="false">http://complete-concrete-concise.com/?p=2930</guid>

					<description><![CDATA[<p>The instructions are for Ubuntu 13.04, but should be the same for other versions.</p>
<p>The post <a href="https://complete-concrete-concise.com/ubuntu-2/ubuntu-13-04/ubuntu-13-04-how-to-change-the-timout-period-for-sudo/">Ubuntu 13.04 &#8211; How to Change the Timout Period for sudo</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="c1">
<p>This tutorial is for Ubuntu 13.04.</p>
<p>It is probably the same for other versions of Ubuntu and (probably) most other Linux distributions, but no guarantee is made.</p>
<p>Detailed instructions for opening a command line / terminal can be found <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-13-04/ubuntu-13-04-how-to-get-a-command-line-shell-or-terminal">here</a>.</p>
</div>
<p>By default, <code>sudo</code> temporarily grants administrative privileges for 15 minutes. This means the first time you run <code>sudo</code> you will be prompted for your password. Then, for the next 15 minutes, you can run <code>sudo &lt;command&gt;</code> without having to re-enter your password.</p>
<p>This should be fine for most users because the average user probably rarely drops to a command line to run an administrative command or two.</p>
<p><strong>1) Open</strong> a terminal using <code>Ctrl + Alt + T</code>:</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2013/03/ubuntu-12.04-change-sudo-timeout-1.png" alt="" border="0" class="centered" /></p>
<p><strong>2) Enter</strong> the following command:</p>
<pre><code>sudo visudo</code></code></pre>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2013/03/ubuntu-12.04-change-sudo-timeout-2.png" alt="" border="0" class="centered" /></p>
<p><strong>3) Enter</strong> your password:</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2013/03/ubuntu-12.04-change-sudo-timeout-3.png" alt="" border="0" class="centered" /></p>
<div class="c1">
<p><strong>Note:</strong> when you type your password, nothing will happen on the screen. This is normal. As a security feature, Linux does not echo back any indication of the characters you are typing in.</p>
</div>
<p>This will bring up the <code>sudo</code> configuration file in the <code>nano</code> editor. <span class="i1"><strong>Note:</strong> in other versions of Linux (or if Ubuntu has been modified), the configuration file may be opened with a different editor &#8211; in which case, you will need to Google for instructions on using that editor.</span></p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2013/03/ubuntu-12.04-change-sudo-timeout-4-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2013/03/ubuntu-12.04-change-sudo-timeout-4-thumb.png" alt="" border="0" class="centered" /></a></p>
<div class="c1">
<p>The command <code>visudo</code> does more than just open the <code>sudo</code> configuration file with the <code>nano</code> editor. It also <u>checks</u> to ensure the configuration file is correct (i.e. it will not let you edit the file and make it invalid). <strong>Note:</strong> you can still edit the file, so <code>sudo</code> becomes unusable, but the configuration file is (technically speaking) valid.</p>
</div>
<p><strong>4) Locate</strong> the line <code>Defaults</code> (highlighted in <span class="i4">yellow</span>) and navigate to the end of it using the arrow / cursor keys on your keyboard (your mouse will not work). <strong>Add</strong> the following:</p>
<pre><code>,timestamp_timeout=0</code></pre>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2013/03/ubuntu-12.04-change-sudo-timeout-5-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2013/03/ubuntu-12.04-change-sudo-timeout-5-thumb.png" alt="" border="0" class="centered" /></a></p>
<div class="c1">
<p>The number tells <code>sudo</code> for many minutes it should grant administrator privileges in this session.</p>
<p>A value of 0 tells <code>sudo</code> to <u>always</u> prompt for a password. Personally, this is the only setting that makes sense for me because if you are momentarily away from your computer, no one else can accidentally (or intentionally) run an administrative command while your <code>sudo</code> privilege is still active.</p>
<p>A positive number tells <code>sudo</code> to grant administrative privileges that that number of minutes. The number must be a whole number: 5, 15, 42, etc. Number like 3.1415 are not valid.</p>
<p>A negative number tells <code>sudo</code> to permanently grant administrative privileges during that session. The only use I see for this is if you want to have to type <code>sudo</code> before administrative commands, but not have to enter the password for subsequent commands.</p>
</div>
<p><strong>5) Save</strong> your changes by pressing <code>Ctrl + O</code>:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2013/03/ubuntu-12.04-change-sudo-timeout-6-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2013/03/ubuntu-12.04-change-sudo-timeout-6-thumb.png" alt="" border="0" class="centered" /></a></p>
<p>You will be prompted to save the file as <code>/etc/sudoers.tmp</code>.</p>
<p><strong>6) Press</strong> <u>Enter</u> to write the changes.</p>
<p><strong>7) Observe</strong> that the changes were written:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2013/03/ubuntu-12.04-change-sudo-timeout-7-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2013/03/ubuntu-12.04-change-sudo-timeout-7-thumb.png" alt="" border="0" class="centered" /></a></p>
<p><strong>8) Exit</strong> <code>visudo</code> by <strong>pressing</strong> <code>Ctrl + X</code>.</p>
<p>Starting a new command line session should pick up the changes you just made.</p>

<p>The post <a href="https://complete-concrete-concise.com/ubuntu-2/ubuntu-13-04/ubuntu-13-04-how-to-change-the-timout-period-for-sudo/">Ubuntu 13.04 &#8211; How to Change the Timout Period for sudo</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Ubuntu 12.04 &#8211; How to Change the Timeout Period for sudo</title>
		<link>https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-change-the-timeout-period-for-sudo/</link>
		
		<dc:creator><![CDATA[richardsplanet]]></dc:creator>
		<pubDate>Wed, 13 Mar 2013 11:25:43 +0000</pubDate>
				<category><![CDATA[Ubuntu 12.04]]></category>
		<category><![CDATA[12.04]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[sudo]]></category>
		<category><![CDATA[timeout]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ubuntu 12.04]]></category>
		<category><![CDATA[visudo]]></category>
		<guid isPermaLink="false">http://complete-concrete-concise.com/?p=2666</guid>

					<description><![CDATA[<p>This tutorial is for Ubuntu 12.04. It should be the same for other versions of Ubuntu and (probably) most other Linux distributions, but no guarantee is made. Detailed instructions for opening a command line / terminal can be found here. By default, sudo temporarily grants administrative privileges for 15 minutes. This means the first time [&#8230;]</p>
<p>The post <a href="https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-change-the-timeout-period-for-sudo/">Ubuntu 12.04 &#8211; How to Change the Timeout Period for sudo</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="c1">
<p>This tutorial is for Ubuntu 12.04.</p>
<p>It should be the same for other versions of Ubuntu and (probably) most other Linux distributions, but no guarantee is made.</p>
<p>Detailed instructions for opening a command line / terminal can be found <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-get-a-command-line-shell-or-terminal">here</a>.</p>
</div>
<p>By default, <code>sudo</code> temporarily grants administrative privileges for 15 minutes. This means the first time you run <code>sudo</code> you will be prompted for your password. For the next 15 minutes, you can run <code>sudo &lt;command&gt;</code> without having to enter a password.</p>
<p>This should be fine for most users because the average user is likely to drop down to a command line to run an administrative command or two rarely.</p>
<p><strong>1) Open</strong> a terminal using <code>Ctrl + Alt + T</code></p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2013/03/ubuntu-12.04-change-sudo-timeout-1.png" alt="" border="0" class="centered"/></p>
<p><strong>2) Enter</strong> the following command:</p>
<pre><code>sudo visudo</code></code></pre>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2013/03/ubuntu-12.04-change-sudo-timeout-2.png" alt="" border="0" class="centered"/></p>
<p><strong>3) Enter</strong> your password:</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2013/03/ubuntu-12.04-change-sudo-timeout-3.png" alt="" border="0" class="centered"/></p>
<div class="c1">
<p><strong>Note:</strong> when you type your password, nothing will happen on the screen. This is normal. As a security feature, Linux does not echo back any indication of the characters you are typing in.</p>
</div>
<p>This will bring up the <code>sudo</code> configuration file in the <code>nano</code> editor. <span class="i1"><strong>Note:</strong> in other versions of Linux (or if Ubuntu has been modified), the configuration file may be opened with a different editor &#8211; in which case, you will need to Google for instructions on using that editor.</span></p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2013/03/ubuntu-12.04-change-sudo-timeout-4-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2013/03/ubuntu-12.04-change-sudo-timeout-4-thumb.png" alt="" border="0" class="centered"/></a></p>
<div class="c1">
<p>The command <code>visudo</code> does more than just open the <code>sudo</code> configuration file with the <code>nano</code> editor. It also <u>checks</u> to ensure the configuration file is correct (i.e. it will not let you edit the file and make it invalid). <strong>Note:</strong> you can still edit the file, so <code>sudo</code> becomes unusable, but the configuration file is valid.</p>
</div>
<p><strong>4) Locate</strong> the line <code>Defaults</code> (highlighted in <span class="i4">yellow</span>) and navigate to the end of it using the arrow / cursor keys on your keyboard. <strong>Add</strong> the following:</p>
<pre><code>,timestamp_timeout=0</code></pre>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2013/03/ubuntu-12.04-change-sudo-timeout-5-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2013/03/ubuntu-12.04-change-sudo-timeout-5-thumb.png" alt="" border="0" class="centered"/></a></p>
<div class="c1">
<p>The number tells <code>sudo</code> the number of minutes it should grant administrator privileges in this session.</p>
<p>A value of 0 tells <code>sudo</code> to <u>always</u> prompt for a password. Personally, this is the only setting that makes sense for me because if you are momentarily away from your computer, no one else can accidentally (or intentionally) run an administrative command while your <code>sudo</code> privilege is still active.</p>
<p>A positive number tells <code>sudo</code> to grant administrative privileges that that number of minutes. The number must be a whole number: 5, 15, 42, etc. Number like 3.1415 are not valid.</p>
<p>A negative number tells <code>sudo</code> to permanently grant administrative privileges during that session. The only use I see for this is if you want to have to type <code>sudo</code> before administrative commands, but not have to enter the password for subsequent commands.</p>
</div>
<p><strong>5) Save</strong> your changes by pressing <code>Ctrl + O</code>:<br />
<a href="//complete-concrete-concise.com/wp-content/uploads/2013/03/ubuntu-12.04-change-sudo-timeout-6-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2013/03/ubuntu-12.04-change-sudo-timeout-6-thumb.png" alt="" border="0" class="centered"/></a></p>
<p>You will be prompted to save the file as <code>/etc/sudoers.tmp</code>.</p>
<p><strong>6) Press</strong> <u>Enter</u> to write the changes.</p>
<p><strong>7) Observe</strong> that the changes were written:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2013/03/ubuntu-12.04-change-sudo-timeout-7-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2013/03/ubuntu-12.04-change-sudo-timeout-7-thumb.png" alt="" border="0" class="centered"/></a></p>
<p><strong>8) Exit</strong> <code>visudo</code> by <strong>pressing</strong> <code>Ctrl + X</code>.</p>
<p>Starting a new command line session should pick up the changes you just made.</p>

<p>The post <a href="https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-change-the-timeout-period-for-sudo/">Ubuntu 12.04 &#8211; How to Change the Timeout Period for sudo</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Ubuntu 12.04 &#8211; Installing the Xubuntu Core Desktop</title>
		<link>https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-installing-the-xubuntu-core-desktop/</link>
		
		<dc:creator><![CDATA[richardsplanet]]></dc:creator>
		<pubDate>Fri, 26 Oct 2012 12:10:02 +0000</pubDate>
				<category><![CDATA[Ubuntu 12.04]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[installing]]></category>
		<category><![CDATA[replace]]></category>
		<category><![CDATA[replacing]]></category>
		<category><![CDATA[ubuntu 12.04]]></category>
		<category><![CDATA[unity]]></category>
		<category><![CDATA[xubuntu core desktop]]></category>
		<guid isPermaLink="false">http://complete-concrete-concise.com/?p=2488</guid>

					<description><![CDATA[<p>These instructions are for installing the Xubuntu Core Desktop in Ubuntu 12.04 running the Unity Desktop. Installation instructions may be the same or similar for other versions of Ubuntu or for other Linux distros, but no guarantee is made. Installing Xubuntu Core Desktop installs only the GUI part of Xubuntu Desktop without all the extra [&#8230;]</p>
<p>The post <a href="https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-installing-the-xubuntu-core-desktop/">Ubuntu 12.04 &#8211; Installing the Xubuntu Core Desktop</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="c1">
<p>These instructions are for installing the <em>Xubuntu Core Desktop</em> in Ubuntu 12.04 running the Unity Desktop.</p>
<p>Installation instructions may be the same or similar for other versions of Ubuntu or for other Linux distros, but no guarantee is made.</p>
</div>
<div class="c2">
<p>Installing Xubuntu Core Desktop installs only the GUI part of Xubuntu Desktop without all the extra applications that are part of the Xubuntu Desktop package (the only extra application it installs is the <u>Thunar</u> file manager)</p>
<p>The Xubuntu Desktop is a custom configured version of the Xfce Desktop.</p>
<p><u>Xfce</u> is smaller than Xubuntu Core Desktop. Installation instructions can be found <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-install-the-xfce-desktop">here</a>.</p>
<p>An article listing alternative desktops for Ubuntu 12.04 can be found <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-replacing-the-unity-interface">here</a>.</p>
</div>
<div class="c3">
<p>If you are changing desktops because you are totally lost / confused by Unity, I suggest reading this <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-basic-unity-interface-desktop-tutorial">tutorial</a> and giving Unity a chance.</p>
<p>Of course, if you <u>really</u> hate Unity, then Xubuntu Desktop is an alternative desktop.</p>
</div>
<div class="c1">
<p><strong>Xubuntu Core Desktop will install 111 MB of files and data to your hard disk.</strong></p>
</div>
<div class="c2">
<p>Some images may be clicked for full sized versions.</p>
</div>
<h1>What it Looks Like</h1>
<p>The basic, straight-out-of-the-box, look of the desktop is:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.04-installing-xubuntu-core-desktop-big1.jpg" target="_blank"><img fetchpriority="high" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.04-installing-xubuntu-core-desktop-thumb1.jpg" width="480" height="364" alt="" border="0" class="centered"/></a></p>
<div class="c1">
<p>Compared to the Xubuntu Desktop, there are some minor differences.</p>
</div>
<h1>Installing From the Command Line</h1>
<p>If you are comfortable with Linux and know how to use the command line and <code>apt-get</code> then the command is:</p>
<pre><code>sudo apt-get install xfce4 xubuntu-artwork xubuntu-default-settings</code></pre>
<div class="c1">
<p>Detailed instructions for accessing a command line can be found <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-get-a-command-line-shell-or-terminal">here</a>.</p>
</div>
<p>Afterwards, restart your system. It should be enough to just log out and the log back in with the new desktop, but it doesn&#8217;t hurt to restart.</p>
<h1>Installing From the Ubuntu Software Center</h1>
<div class="c2">
<p>Some images may be clicked for full sized versions.</p>
</div>
<div class="c1">
<p>This requires you to install 3 separate packages, so a few more steps are required than usual.</p>
</div>
<p><strong>1) Launch </strong>the <u>Ubuntu Software Center</u> by clicking the icon on the Launcher:</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-starting-ubuntu-software-center.jpg" width="480" height="228" alt="" border="0" class="centered" /></p>
<div class="c3">
<p>The following steps will install Xfce.</p>
</div>
<p><strong>2) Enter</strong> <u>xfce4</u> into the search field. This will bring up related entries.</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.04-installing-xubuntu-core-2-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.04-installing-xubuntu-core-2-thumb.png" alt="" border="0" class="centered"/></a></p>
<p><strong>3) Click</strong> on the entry <u>Meta-package for the Xfce Lightweight Desktop Environment</u> &#8211; this will highlight it in orange:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.04-installing-xubuntu-core-3-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.04-installing-xubuntu-core-3-thumb.png" alt="" border="0" class="centered"/></a></p>
<p><strong>4) Click</strong> on <u>Install</u>:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.04-installing-xubuntu-core-4-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.04-installing-xubuntu-core-4-thumb.png" alt="" border="0" class="centered"/></a></p>
<p><strong>5) Enter</strong> your password and click <u>Authenticate</u>:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-ubuntu-software-center-authentication-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-ubuntu-software-center-authentication-thumb.png" alt="" border="0" class="centered" /></a></p>
<div class="c3">
<p>The following steps will install the Xubuntu artwork (backgrounds, colours, etc).</p>
</div>
<p><strong>6) After</strong> installation is finished, <strong>enter</strong> <u>xubuntu-artwork</u> into the <u>Ubuntu Software Center</u> search field. This will bring up related entries:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.04-installing-xubuntu-core-4a-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.04-installing-xubuntu-core-4a-thumb.png" alt="" border="0" class="centered"/></a></p>
<p><strong>7) Click</strong> on the entry <u>Xubuntu themes and artwork</u> &#8211; this will highlight it in orange:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.04-installing-xubuntu-core-4b-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.04-installing-xubuntu-core-4b-thumb.png" alt="" border="0" class="centered"/></a></p>
<p><strong>8) Click</strong> on <u>Install</u>:</p>
<div class="c2">
<p>You should <u>not</u> be asked to enter a password again, but if you are, then enter it and press <u>Authenticate</u></p>
</div>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.04-installing-xubuntu-core-4c-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.04-installing-xubuntu-core-4c-thumb.png" alt="" border="0" class="centered"/></a></p>
<div class="c3">
<p>The following steps will install the settings necessary for Xfce to look like Xubuntu.</p>
</div>
<p><strong>9) After</strong> installation is finished, <strong>enter</strong> <u>xubuntu-default-settings</u> into the <u>Ubuntu Software Center</u> search field. This will bring up related entries:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.04-installing-xubuntu-core-4d-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.04-installing-xubuntu-core-4d-thumb.png" alt="" border="0" class="centered"/></a></p>
<p><strong>10) Click</strong> on the entry <u>Default settings for the Xubuntu desktop</u> &#8211; this will highlight it in orange:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.04-installing-xubuntu-core-4e-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.04-installing-xubuntu-core-4e-thumb.png" alt="" border="0" class="centered"/></a></p>
<p><strong>11) Click</strong> on <u>Install</u>:</p>
<div class="c2">
<p>You should <u>not</u> be asked to enter a password again, but if you are, then enter it and press <u>Authenticate</u></p>
</div>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.04-installing-xubuntu-core-4f-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.04-installing-xubuntu-core-4f-thumb.png" alt="" border="0" class="centered"/></a></p>
<p><strong>12) After</strong> installation is finished, <strong>click</strong> on the System icon in the upper right corner of the desktop and <strong>select</strong> <u>Shut Down&#8230;</u> from the drop down menu:</p>
<div class="c2">
<p><strong>Note:</strong> it may be enough to just log out and log back in using the new desktop, but it doesn&#8217;t hurt to restart either.</p>
</div>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-system-shutdown.jpg" width="480" height="271" alt="" border="0" class="centered" /></p>
<p><strong>13) Click</strong> on <u>Restart</u>:</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-system-restart.png" alt="" border="0" class="centered" /></p>
<h1>Selecting the Desktop</h1>
<p>After the system has restarted, it is necessary to select the new desktop from the login screen.</p>
<div class="c1">
<p>It is only necessary to select the desktop the first time after installation. Ubuntu will remember your your desktop for future logins.</p>
<p>You can even install multiple desktops and switch between them.</p>
</div>
<p><strong>14) Click</strong> the icon in the top right of the Login box:</p>
<p><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-login-desktop-selection.jpg" width="480" height="245" alt="" border="0" class="centered" /></p>
<p><strong>15) Select</strong> <u>Xubuntu Session</u>:</p>
<p><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-installing-xubuntu-desktop-10.jpg" width="480" height="275" alt="" border="0" class="centered" /></p>
<div class="c2">
<p>Xubuntu is a customized version of Xfce. This is why an Xfce session appears as well.</p>
<p>If you select <u>Xfce Session</u> then you will get the standard Xfce desktop.</p>
</div>
<p><strong>16) Login:</strong></p>
<div class="c2">
<p>Notice the icon in the upper right hand corner has changed to a different icon. Some, not all, desktop environments will present an icon there.</p>
<p>If an icon is present, this provides a quick way to see which desktop environment you are logging into.</p>
</div>
<p><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-installing-xubuntu-desktop-11.jpg" width="480" height="275" alt="" border="0" class="centered" /></p>
<p>The post <a href="https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-installing-the-xubuntu-core-desktop/">Ubuntu 12.04 &#8211; Installing the Xubuntu Core Desktop</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Ubuntu 12.10 &#8211; Installing GNOME Desktop</title>
		<link>https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-10/ubuntu-12-10-intalling-gnome-desktop/</link>
		
		<dc:creator><![CDATA[richardsplanet]]></dc:creator>
		<pubDate>Tue, 23 Oct 2012 20:17:05 +0000</pubDate>
				<category><![CDATA[Ubuntu 12.10]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[gnome desktop]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[installing]]></category>
		<category><![CDATA[replace]]></category>
		<category><![CDATA[replacing]]></category>
		<category><![CDATA[ubuntu 12.10]]></category>
		<category><![CDATA[unity]]></category>
		<guid isPermaLink="false">http://complete-concrete-concise.com/?p=2450</guid>

					<description><![CDATA[<p>These instructions are for installing the GNOME Desktop in Ubuntu 12.10 running the Unity Desktop. Installation instructions may be the same or similar for other versions of Ubuntu or for other Linux distros, but no guarantee is made. If you are changing desktops because you are totally lost / confused by Unity, I suggest reading [&#8230;]</p>
<p>The post <a href="https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-10/ubuntu-12-10-intalling-gnome-desktop/">Ubuntu 12.10 &#8211; Installing GNOME Desktop</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="c1">
<p>These instructions are for installing the <u>GNOME Desktop</u> in Ubuntu 12.10 running the Unity Desktop.</p>
<p>Installation instructions may be the same or similar for other versions of Ubuntu or for other Linux distros, but no guarantee is made.</p>
</div>
<div class="c3">
<p>If you are changing desktops because you are totally lost / confused by Unity, I suggest reading this <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-basic-unity-interface-desktop-tutorial">tutorial</a> and giving Unity a chance. <span class="i3">The mentioned tutorial is for Ubuntu 12.04, but should be the same or very similar for 12.10. Eventually, I will have an updated tutorial for 12.10.</span></p>
<p>Of course, if you <u>really</u> hate Unity, then GNOME Desktop is an alternative desktop.</p>
</div>
<div class="c2">
<p>Some images may be clicked for full sized versions.</p>
</div>
<h1>What is it?</h1>
<p><u>GNOME Desktop</u> is <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-10/ubuntu-12-10-installing-gnome-shell">GNOME Shell</a> bundled with a number of additional applications.</p>
<p><u>GNOME Shell</u> is not the same as the classic or traditional desktop most users are familiar with. It is a desktop that requires 3D hardware capability (if it is not available, then the system loads the <u>GNOME Fallback Session</u>). <a href="https://live.gnome.org/GnomeShell/FAQ#What_led_to_the_decision_to_make_3D_acceleration_a_requirement_for_GNOME_Shell.3F">GNOME states</a> that most 3D graphics cards manufactured after 2007 (or so) should be suitable.</p>
<h1>Who is it for?</h1>
<p>This is for those users who want the GNOME 3 desktop along with all the extra program files bundled with it.</p>
<p>If you just want <u>GNOME Shell</u> without all the additional packages and programs, choose to install  <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-10/ubuntu-12-10-installing-gnome-shell">GNOME Shell</a> instead.</p>
<p>If you are not interested in the GNOME 3 desktop and want a more traditional/classic desktop environment I recommend installing <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-10/ubuntu-12-10-installing-gnome-session-fallback">GNOME Session Fallback</a>.</p>
<div class="c1">
<p>If you want a true GNOME 2 (traditional/classic) desktop experience, then you need to install MATE.</p>
<p>MATE is a fork (a development branch that has split from the main branch) of the original GNOME 2 project to preserve it.</p>
<p>GNOME 2 is no longer supported or developed &#8211; it has been superseded by GNOME 3.</p>
<p>MATE is the new GNOME 2.</p>
</div>
<div class="c2">
<p><strong>Note:</strong> most people want <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-10/ubuntu-12-10-installing-gnome-shell">GNOME Shell</a> or <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-10/ubuntu-12-10-installing-gnome-session-fallback">GNOME Session Fallback</a>. Installing <u>GNOME Desktop</u> will install a lot of extra applications that you will probably never use.</p>
<p>A better solution is to install <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-10/ubuntu-12-10-installing-gnome-shell">GNOME Shell</a> or <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-10/ubuntu-12-10-installing-gnome-session-fallback">GNOME Session Fallback</a> and later install those additional applications you want.</p>
</div>
<h1>What it looks like</h1>
<p>The straight-out-of-the-box look of the desktop is:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.10-gnome-shell-1-big.jpg" target="_blank"><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.10-gnome-shell-1-thumb.jpg" width="480" height="355" alt="" border="0" class="centered"/></a></p>
<p>While it might look similar to the traditional/classic desktop, it is not. Clicking on the <u>Action</u> item (or tapping the Windows or Super key) will bring up a Unity style pane with some decorations on the side:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.10-gnome-shell-2-big.jpg" target="_blank"><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.10-gnome-shell-2-thumb.jpg" width="480" height="355" alt="" border="0" class="centered"/></a></p>
<div class="c1">
<p><strong><u>GNOME Desktop</u> will install 542 MB of files and data to your hard disk.</strong></p>
<p>Contrast this with 84.5 MB for <u>GNOME Shell</u> or 35.5 MB for <u>GNOME Session Fallback</u>. Do you really want those ~460 MB of extra programs installed?</p>
</div>
<h1>From the Command Line</h1>
<p>If you are comfortable with Linux and know how to use the command line and <code>apt-get</code> then the command is:</p>
<pre><code>sudo apt-get install gnome</code></pre>
<div class="c1">
<p>Detailed instructions for accessing a command line can be found <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-10/how-to-get-a-command-line-shell-or-terminal">here</a>.</p>
</div>
<div class="c2">
<p><strong>Note:</strong> during installation, you are likely to get a message box asking which display manager you use. It is safe to use either one.</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.10-gnome-session-fallback-0.png" alt="" border="0" class="centered"/></p>
<p><code>gdm</code> is installed with <code>gnome</code>.</p>
<p><code>lightdm</code> is the display manager shipped with Ubuntu.</p>
<p>Basically, the difference between the two is that your login screen will look different.</p>
</div>
<p>Afterward, you need to restart your system.</p>
<h1>From the Ubuntu Software Center</h1>
<h3>Launching the Ubuntu Software Center</h3>
<p><strong>1) Tap</strong> the <u>Windows</u> (Super) key to bring up the Dash panel:</p>
<div class="c2">
<p><strong>Note:</strong> tapping the <u>Windows</u> keys means pressing it as though you intend to type it. It does not mean holding down the key (holding down the key does something else).</p>
<p>Ubuntu calls this the <u>Super</u> key</p>
</div>
<p><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-basic-unity-tutorial-dash-2.jpg" width="480" height="187" alt="" border="0" class="centered" /></p>
<p><strong>2) Type </strong> <u>Ubuntu Software Center</u> into the search field:</p>
<div class="c2">
<p><strong>Note:</strong> as you type, search results will be displayed in the Dash Panel below.</p>
<p>You can stop typing when <u>Ubuntu Software Center</u> is the leftmost item in the panel.</p>
</div>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.10-gnome-session-fallback-3-big.jpg" target="_blank"><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.10-gnome-session-fallback-3-thumb.jpg" width="480" height="285" alt="" border="0" class="centered"/></a></p>
<p><strong>3) Press</strong> the <u>Enter</u> key. This will select and launch the <u>Ubuntu Software Center</u></p>
<div class="c2">
<p><strong>Note:</strong> pressing the <u>Enter</u> key automatically selects the top, leftmost item in the Dash Panel. This is why it is not necessary to type everything.</p>
</div>
<div class="c3">
<p><strong>Note:</strong> if, for some reason, you switch focus or change focus from the search field, then pressing <u>Enter</u> will not work and you will need to select the icon using your mouse (or navigate using your keyboard). This is definitely an issue Ubuntu needs to address with the Dash.</p>
</div>
<p><strong>4) Type</strong> <u>gnome</u> into the <u>Ubuntu Software Center</u> search field. This will bring up related entries.</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.10-gnome-4-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.10-gnome-4-thumb.png" alt="" border="0" class="centered"/></a></p>
<p><strong>5) Click</strong> on the entry <u>The GNOME Desktop Environment, with extra components</u> &#8211; this will highlight it in orange:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.10-gnome-5-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.10-gnome-5-thumb.png" alt="" border="0" class="centered"/></a></p>
<p><strong>6) Click</strong> on Install:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.10-gnome-6-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.10-gnome-6-thumb.png" alt="" border="0" class="centered"/></a></p>
<div class="c4">
<p>If you receive the following error message:</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-ubuntu-software-center-install-error-message.png" alt="" border="0" class="centered" alt="Failed to download package files. Check your Internet connection."/></p>
<p>See <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-failed-to-download-package-files">this article</a> for a possible solution.</p>
<div class="c1">
<p><strong>Note:</strong> I haven&#8217;t encountered this error with Ubuntu 12.10, but I believe it is still possible.</p>
</div>
</div>
<p><strong>7) Enter</strong> your password and click <u>Authenticate</u>:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.10-gnome-session-fallback-7-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.10-gnome-session-fallback-7-thumb.png" alt="" border="0" class="centered"/></a></p>
<p><strong>8) After</strong> installation is finished, <strong>click</strong> on the <u>System</u> icon in the upper right corner of the desktop and <strong>select</strong> <u>Shut Down…</u> from the drop down menu:</p>
<div class="c2">
<p><strong>Note:</strong> it may be enough to just log out and log back in using the new desktop, but it doesn&#8217;t hurt to restart either.</p>
</div>
<p><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.10-gnome-session-fallback-8.jpg" width="480" height="279" alt="" border="0" class="centered"/></p>
<p><strong>9) Click</strong> on <u>Restart</u>:</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.10-gnome-session-fallback-9.png" alt="" border="0" class="centered"/></p>
<h1>Selecting the Desktop</h1>
<p>After the system has restarted, it is necessary to select the new desktop from the login screen.</p>
<div class="c1">
<p>It is only necessary to select the desktop the first time after installation. Ubuntu will remember your your selection for future logins.</p>
<p>You can even install multiple desktops and switch between them.</p>
</div>
<p><strong>10) Click</strong> the icon in the top right of the Login box:</p>
<p><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.10-gnome-session-fallback-10.jpg" width="480" height="270" alt="" border="0" class="centered"/></p>
<p><strong>11) Select</strong> <u>GNOME</u> (you also have the option of selecting <u>GNOME Classic</u> which is just the <u>Session Fallback</u> version):</p>
<p><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.10-gnome-shell-11.jpg" width="480" height="373" alt="" border="0" class="centered"/></p>
<p><strong>12) Click</strong> on <u>OK</u>:</p>
<p><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.10-gnome-shell-12.jpg" width="480" height="373" alt="" border="0" class="centered"/></p>
<p><strong>13) Login</strong> as normal:</p>
<p><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.10-gnome-session-fallback-13.jpg" width="480" height="248" alt="" border="0" class="centered"/></p>
<div class="c2">
<p>Notice the icon in the upper right hand corner has changed to a different icon. Some, not all, desktop environments will display an icon there.</p>
<p>This provides a quick way to know which desktop environment you are logging into.</p>
</div>

<p>The post <a href="https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-10/ubuntu-12-10-intalling-gnome-desktop/">Ubuntu 12.10 &#8211; Installing GNOME Desktop</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Ubuntu 12.10 &#8211; Installing GNOME Shell</title>
		<link>https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-10/ubuntu-12-10-installing-gnome-shell/</link>
		
		<dc:creator><![CDATA[richardsplanet]]></dc:creator>
		<pubDate>Tue, 23 Oct 2012 15:00:04 +0000</pubDate>
				<category><![CDATA[Ubuntu 12.10]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[gnome shell]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[installing]]></category>
		<category><![CDATA[replace]]></category>
		<category><![CDATA[replacing]]></category>
		<category><![CDATA[ubuntu 12.10]]></category>
		<category><![CDATA[unity]]></category>
		<guid isPermaLink="false">http://complete-concrete-concise.com/?p=2438</guid>

					<description><![CDATA[<p>These instructions are for installing the GNOME Shell in Ubuntu 12.10 running the Unity Desktop. Installation instructions may be the same or similar for other versions of Ubuntu or for other Linux distros, but no guarantee is made. If you are changing desktops because you are totally lost / confused by Unity, I suggest reading [&#8230;]</p>
<p>The post <a href="https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-10/ubuntu-12-10-installing-gnome-shell/">Ubuntu 12.10 &#8211; Installing GNOME Shell</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="c1">
<p>These instructions are for installing the <u>GNOME Shell</u> in Ubuntu 12.10 running the Unity Desktop.</p>
<p>Installation instructions may be the same or similar for other versions of Ubuntu or for other Linux distros, but no guarantee is made.</p>
</div>
<div class="c3">
<p>If you are changing desktops because you are totally lost / confused by Unity, I suggest reading this <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-basic-unity-interface-desktop-tutorial">tutorial</a> and giving Unity a chance. <span class="i3">The mentioned tutorial is for Ubuntu 12.04, but should be the same or very similar for 12.10. Eventually, I will have an updated tutorial for 12.10.</span></p>
<p>Of course, if you <u>really</u> hate Unity, then GNOME Shell is an alternative desktop.</p>
</div>
<div class="c2">
<p>Some images may be clicked for full sized versions.</p>
</div>
<h1>What is it?</h1>
<p><u>GNOME Shell</u> is just the basic GNOME 3 desktop environment. It includes <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-10/ubuntu-12-10-installing-gnome-session-fallback">GNOME Session Fallback</a> as part of the installation.</p>
<p>GNOME Shell is not the same as the classic or traditional desktop most users are familiar with. It is a desktop that requires 3D hardware capability (if it is not available, then the system loads the <u>GNOME Fallback Session</u>). <a href="https://live.gnome.org/GnomeShell/FAQ#What_led_to_the_decision_to_make_3D_acceleration_a_requirement_for_GNOME_Shell.3F">GNOME states</a> that most 3D graphics cards manufactured after 2007 (or so) should be suitable.</p>
<h1>Who is it for?</h1>
<p><u>GNOME Shell</u> is for those users who want a GNOME 3 desktop without installing extra packages and programs.</p>
<p><u>GNOME Shell</u> includes <u>GNOME Session Fallback</u> as part of the installation, if you are not interested in the GNOME 3 desktop and want a more traditional/classic desktop environment I recommend installing <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-10/ubuntu-12-10-installing-gnome-session-fallback">GNOME Session Fallback</a> because it will save you some disk space.</p>
<div class="c1">
<p>If you want a true GNOME 2 (traditional/classic) desktop experience, then you need to install MATE.</p>
<p>MATE is a fork (a development branch that has split from the main branch) of the original GNOME 2 project to preserve it.</p>
<p>GNOME 2 is no longer supported or developed &#8211; it has been superseded by GNOME 3.</p>
<p>MATE is the new GNOME 2.</p>
</div>
<div class="c2">
<p><strong>Note:</strong> even if you install <u>GNOME Shell</u> only intending to use the <u>GNOME Session Fallback</u>, the extra files installed will not affect your systems performance except for the amount of disk space used.</p>
<p>In general, I think it is good practice to minimize the number of unneeded files on your system</p>
</div>
</div>
<h1>What it looks like</h1>
<p>The straight-out-of-the-box look of the desktop is:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.10-gnome-shell-1-big.jpg" target="_blank"><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.10-gnome-shell-1-thumb.jpg" width="480" height="355" alt="" border="0" class="centered"/></a></p>
<p>While it might look similar to the traditional/classic desktop, it is not. Clicking on the <u>Action</u> item (or tapping the Windows or Super key) will bring up a Unity style pane with some decorations on the side:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.10-gnome-shell-2-big.jpg" target="_blank"><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.10-gnome-shell-2-thumb.jpg" width="480" height="355" alt="" border="0" class="centered"/></a></p>
<div class="c1">
<p><strong><u>GNOME Shell</u> will install 84.5MB of files and data to your hard disk.</strong></p>
</div>
<h1>From the Command Line</h1>
<p>If you are comfortable with Linux and know how to use the command line and <code>apt-get</code> then the command is:</p>
<pre><code>sudo apt-get install gnome-shell</code></pre>
<div class="c1">
<p>Detailed instructions for accessing a command line can be found <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-10/how-to-get-a-command-line-shell-or-terminal">here</a>.</p>
</div>
<div class="c2">
<p><strong>Note:</strong> during installation, you are likely to get a message box asking which display manager you use. It is safe to use either one.</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.10-gnome-session-fallback-0.png" alt="" border="0" class="centered"/></p>
<p><code>gdm</code> is installed with <code>gnome-shell</code>.</p>
<p><code>lightdm</code> is the display manager shipped with Ubuntu.</p>
<p>Basically, the difference between the two is that your login screen will look different.</p>
</div>
<p>Afterward, you need to restart your system.</p>
<h1>From the Ubuntu Software Center</h1>
<h3>Launching the Ubuntu Software Center</h3>
<p><strong>1) Tap</strong> the <u>Windows</u> (Super) key to bring up the Dash panel:</p>
<div class="c2">
<p><strong>Note:</strong> tapping the <u>Windows</u> keys means pressing it as though you intend to type it. It does not mean holding down the key (holding down the key does something else).</p>
<p>Ubuntu calls this the <u>Super</u> key</p>
</div>
<p><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-basic-unity-tutorial-dash-2.jpg" width="480" height="187" alt="" border="0" class="centered" /></p>
<p><strong>2) Type </strong> <u>Ubuntu Software Center</u> into the search field:</p>
<div class="c2">
<p><strong>Note:</strong> as you type, search results will be displayed in the Dash Panel below.</p>
<p>You can stop typing when <u>Ubuntu Software Center</u> is the leftmost item in the panel.</p>
</div>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.10-gnome-session-fallback-3-big.jpg" target="_blank"><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.10-gnome-session-fallback-3-thumb.jpg" width="480" height="285" alt="" border="0" class="centered"/></a></p>
<p><strong>3) Press</strong> the <u>Enter</u> key. This will select and launch the <u>Ubuntu Software Center</u></p>
<div class="c2">
<p><strong>Note:</strong> pressing the <u>Enter</u> key automatically selects the top, leftmost item in the Dash Panel. This is why it is not necessary to type everything.</p>
</div>
<div class="c3">
<p><strong>Note:</strong> if, for some reason, you switch focus or change focus from the search field, then pressing <u>Enter</u> will not work and you will need to select the icon using your mouse (or navigate using your keyboard). This is definitely an issue Ubuntu needs to address with the Dash.</p>
</div>
<p><strong>4) Type</strong> <u>gnome shell</u> into the <u>Ubuntu Software Center</u> search field. This will bring up related entries.</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.10-gnome-shell-4-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.10-gnome-shell-4-thumb.png" alt="" border="0" class="centered"/></a></p>
<p><strong>5) Click</strong> on the entry <u>GNOME Shell</u> &#8211; this will highlight it in orange:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.10-gnome-shell-5-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.10-gnome-shell-5-thumb.png" alt="" border="0" class="centered"/></a></p>
<p><strong>6) Click</strong> on Install:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.10-gnome-shell-6-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.10-gnome-shell-6-thumb.png" alt="" border="0" class="centered"/></a></p>
<div class="c4">
<p>If you receive the following error message:</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-ubuntu-software-center-install-error-message.png" alt="" border="0" class="centered" alt="Failed to download package files. Check your Internet connection."/></p>
<p>See <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-failed-to-download-package-files">this article</a> for a possible solution.</p>
<div class="c1">
<p><strong>Note:</strong> I haven&#8217;t encountered this error with Ubuntu 12.10, but I believe it is still possible.</p>
</div>
</div>
<p><strong>7) Enter</strong> your password and click <u>Authenticate</u>:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.10-gnome-session-fallback-7-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.10-gnome-session-fallback-7-thumb.png" alt="" border="0" class="centered"/></a></p>
<p><strong>8) After</strong> installation is finished, <strong>click</strong> on the <u>System</u> icon in the upper right corner of the desktop and <strong>select</strong> <u>Shut Down…</u> from the drop down menu:</p>
<div class="c2">
<p><strong>Note:</strong> it may be enough to just log out and log back in using the new desktop, but it doesn&#8217;t hurt to restart either.</p>
</div>
<p><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.10-gnome-session-fallback-8.jpg" width="480" height="279" alt="" border="0" class="centered"/></p>
<p><strong>9) Click</strong> on <u>Restart</u>:</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.10-gnome-session-fallback-9.png" alt="" border="0" class="centered"/></p>
<h1>Selecting the Desktop</h1>
<p>After the system has restarted, it is necessary to select the new desktop from the login screen.</p>
<div class="c1">
<p>It is only necessary to select the desktop the first time after installation. Ubuntu will remember your your selection for future logins.</p>
<p>You can even install multiple desktops and switch between them.</p>
</div>
<p><strong>10) Click</strong> the icon in the top right of the Login box:</p>
<p><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.10-gnome-session-fallback-10.jpg" width="480" height="270" alt="" border="0" class="centered"/></p>
<p><strong>11) Select</strong> <u>GNOME</u> (you also have the option of selecting <u>GNOME Classic</u> which is just the <u>Session Fallback</u> version):</p>
<p><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.10-gnome-shell-11.jpg" width="480" height="373" alt="" border="0" class="centered"/></p>
<p><strong>12) Click</strong> on <u>OK</u>:</p>
<p><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.10-gnome-shell-12.jpg" width="480" height="373" alt="" border="0" class="centered"/></p>
<p><strong>13) Login</strong> as normal:</p>
<p><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.10-gnome-session-fallback-13.jpg" width="480" height="248" alt="" border="0" class="centered"/></p>
<div class="c2">
<p>Notice the icon in the upper right hand corner has changed to a different icon. Some, not all, desktop environments will display an icon there.</p>
<p>This provides a quick way to know which desktop environment you are logging into.</p>
</div>

<p>The post <a href="https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-10/ubuntu-12-10-installing-gnome-shell/">Ubuntu 12.10 &#8211; Installing GNOME Shell</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Ubuntu 12.10 &#8211; Installing GNOME Session Fallback</title>
		<link>https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-10/ubuntu-12-10-installing-gnome-session-fallback/</link>
		
		<dc:creator><![CDATA[richardsplanet]]></dc:creator>
		<pubDate>Tue, 23 Oct 2012 12:39:02 +0000</pubDate>
				<category><![CDATA[Ubuntu 12.10]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[classic gnome]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[gnome session]]></category>
		<category><![CDATA[gnome-session-fallback]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[installing]]></category>
		<category><![CDATA[replace]]></category>
		<category><![CDATA[replacing]]></category>
		<category><![CDATA[ubuntu 12.10]]></category>
		<category><![CDATA[unity]]></category>
		<guid isPermaLink="false">http://complete-concrete-concise.com/?p=2420</guid>

					<description><![CDATA[<p>These instructions are for installing the GNOME Session Fallback in Ubuntu 12.10 running the Unity Desktop. Installation instructions may be the same or similar for other versions of Ubuntu or for other Linux distros, but no guarantee is made. If you are changing desktops because you are totally lost / confused by Unity, I suggest [&#8230;]</p>
<p>The post <a href="https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-10/ubuntu-12-10-installing-gnome-session-fallback/">Ubuntu 12.10 &#8211; Installing GNOME Session Fallback</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="c1">
<p>These instructions are for installing the <em>GNOME Session Fallback</em> in Ubuntu 12.10 running the Unity Desktop.</p>
<p>Installation instructions may be the same or similar for other versions of Ubuntu or for other Linux distros, but no guarantee is made.</p>
</div>
<div class="c3">
<p>If you are changing desktops because you are totally lost / confused by Unity, I suggest reading this <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-basic-unity-interface-desktop-tutorial">tutorial</a> and giving Unity a chance. <span class="i3">The mentioned tutorial is for Ubuntu 12.04, but should be the same or very similar for 12.10. Eventually, I will have an updated tutorial for 12.10.</span></p>
<p>Of course, if you <u>really</u> hate Unity, then GNOME Session Fallback is an alternative desktop.</p>
</div>
<div class="c2">
<p>Some images may be clicked for full sized versions.</p>
</div>
<h1>What is it?</h1>
<p><u>GNOME Session Fallback</u> is the most basic version of GNOME you can install. The 3D features and requirements of the standard GNOME Shell are not present.</p>
<p>It is the closest you can get to the original GNOME 2 desktop. The GNOME 2 desktop is the one most users would recognize as the familiar or traditional desktop.</p>
<div class="c1">
<p>If you want a true GNOME 2 desktop experience, then you need to install MATE.</p>
<p>MATE is a fork (a development branch that has split from the main branch) of the original GNOME 2 project to preserve it.</p>
<p>GNOME 2 is no longer supported or developed &#8211; it has been superseded by GNOME 3.</p>
<p>MATE is the new GNOME 2.</p>
</div>
<p>GNOME 3 (aside from the Session Fallback) requires 3D hardware capability (according to <a href="https://live.gnome.org/GnomeShell/FAQ#What_led_to_the_decision_to_make_3D_acceleration_a_requirement_for_GNOME_Shell.3F">GNOME</a>, most 3D graphics cards manufactured after 2007 (or so) meet these requirements). However, the GNOME 3 desktop is different from the original or classic desktop most users are familiar with.</p>
<p><u>GNOME Session Fallback</u> is automatically installed when you install GNOME Shell or GNOME. It is provided in the case that your graphics card does not meet the minimum 3D hardware requirements or drivers for your graphics cards do not support 3D hardware acceleration.</p>
<h1>Who is it for?</h1>
<p><u>GNOME Session Fallback</u> is for those users that want a more or less traditional style desktop and don&#8217;t want to minimize the amount of extra files they install on their system.</p>
<p>While you can install <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-10/ubuntu-12-10-installing-gnome-shell">GNOME Shell</a> and GNOME, these will occupy more space on your hard drive. Installing them will not affect your systems performance except to where it comes down to free disk space.</p>
<p>In general, I think it is good practice to minimize the number of unneeded files on your system</p>
<h1>What it looks like</h1>
<p>There are two versions: GNOME Classic and GNOME Classic (No effects) &#8211; the difference between them is quite subtle.</p>
<p>The straight-out-of-the-box look of the desktop is:</p>
<div class="c1"><a href="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.10-gnome-session-fallback-2-big.jpg" target="_blank"><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.10-gnome-session-fallback-2-thumb.jpg" width="480" height="361" alt="" border="0" class="centered"/></a></p>
<p><u>Gnome Classic</u> displays the four desktops in the lower right corner as a small grid.</p>
</p></div>
<div class="c2"><a href="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.10-gnome-session-fallback-1-big.jpg" target="_blank"><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.10-gnome-session-fallback-1-thumb.jpg" width="480" height="361" alt="" border="0" class="centered"/></a></p>
<p><u>GNOME Classic (No effects)</u> displays the four desktops in the lower right bar as individual panes.</p>
</div>
<p>Otherwise, I don&#8217;t see any other differences between them.</p>
<div class="c1">
<p><strong>GNOME Session Fallback will install 35.5MB of files and data to your hard disk.</strong></p>
</div>
<h1>From the Command Line</h1>
<p>If you are comfortable with Linux and know how to use the command line and <code>apt-get</code> then the command is:</p>
<pre><code>sudo apt-get install gnome-session-fallback</code></pre>
<div class="c1">
<p>Detailed instructions for accessing a command line can be found <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-10/how-to-get-a-command-line-shell-or-terminal">here</a>.</p>
</div>
<div class="c2">
<p><strong>Note:</strong> during installation, you are likely to get a message box asking which display amanger you use. It is safe to use either one.</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.10-gnome-session-fallback-0.png" alt="" border="0" class="centered"/></p>
<p><code>gdm</code> is installed with <code>gnome-fallback-session</code>.</p>
<p><code>lightdm</code> is the display manager shipped with Ubuntu.</p>
<p>Basically, the difference between the two is that your login screen will look different.</p>
</div>
<p>Afterward, you need to restart your system.</p>
<h1>From the Ubuntu Software Center</h1>
<h3>Launching the Ubuntu Software Center</h3>
<p><strong>1) Tap</strong> the <u>Windows</u> (Super) key to bring up the Dash panel:</p>
<div class="c2">
<p><strong>Note:</strong> tapping the <u>Windows</u> keys means pressing it as though you intend to type it. It does not mean holding down the key (holding down the key does something else).</p>
<p>Ubuntu calls this the <u>Super</u> key</p>
</div>
<p><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-basic-unity-tutorial-dash-2.jpg" width="480" height="187" alt="" border="0" class="centered" /></p>
<p><strong>2) Type </strong> <u>Ubuntu Software Center</u> into the search field:</p>
<div class="c2">
<p><strong>Note:</strong> as you type, search results will be displayed in the Dash Panel below.</p>
<p>You can stop typing when <u>Ubuntu Software Center</u> is the leftmost item in the panel.</p>
</div>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.10-gnome-session-fallback-3-big.jpg" target="_blank"><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.10-gnome-session-fallback-3-thumb.jpg" width="480" height="285" alt="" border="0" class="centered"/></a></p>
<p><strong>3) Press</strong> the <u>Enter</u> key. This will select and launch the <u>Ubuntu Software Center</u></p>
<div class="c2">
<p><strong>Note:</strong> pressing the <u>Enter</u> key automatically selects the top, leftmost item in the Dash Panel. This is why it is not necessary to type everything.</p>
</div>
<div class="c3">
<p><strong>Note:</strong> if, for some reason, you switch focus or change focus from the search field, then pressing <u>Enter</u> will not work and you will need to select the icon using your mouse (or navigate using your keyboard). This is definitely an issue Ubuntu needs to address with the Dash.</p>
</div>
<p><strong>4) Type</strong> <u>gnome-session-fallback</u> into the <u>Ubuntu Software Center</u> search field. This will bring up related entries.</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.10-gnome-session-fallback-4-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.10-gnome-session-fallback-4-thumb.png" alt="" border="0" class="centered"/></a></p>
<p><strong>5) Click</strong> on the entry <u>GNOME Session Manager &#8211; GNOME fallback session</u> &#8211; this will highlight it in orange:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.10-gnome-session-fallback-5-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.10-gnome-session-fallback-5-thumb.png" alt="" border="0" class="centered"/></a></p>
<p><strong>6) Click</strong> on Install:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.10-gnome-session-fallback-6-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.10-gnome-session-fallback-6-thumb.png" alt="" border="0" class="centered"/></a></p>
<div class="c4">
<p>If you receive the following error message:</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-ubuntu-software-center-install-error-message.png" alt="" border="0" class="centered" alt="Failed to download package files. Check your Internet connection."/></p>
<p>See <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-failed-to-download-package-files">this article</a> for a possible solution.</p>
<div class="c1">
<p><strong>Note:</strong> I haven&#8217;t encountered this error with Ubuntu 12.10, but I believe it is still possible.</p>
</div>
</div>
<p><strong>7) Enter</strong> your password and click <u>Authenticate</u>:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.10-gnome-session-fallback-7-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.10-gnome-session-fallback-7-thumb.png" alt="" border="0" class="centered"/></a></p>
<p><strong>8) After</strong> installation is finished, <strong>click</strong> on the <u>System</u> icon in the upper right corner of the desktop and <strong>select</strong> <u>Shut Down&#8230;</u> from the drop down menu:</p>
<div class="c2">
<p><strong>Note:</strong> it may be enough to just log out and log back in using the new desktop, but it doesn&#8217;t hurt to restart either.</p>
</div>
<p><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.10-gnome-session-fallback-8.jpg" width="480" height="279" alt="" border="0" class="centered"/></p>
<p><strong>9) Click</strong> on <u>Restart</u>:</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.10-gnome-session-fallback-9.png" alt="" border="0" class="centered"/></p>
<h1>Selecting the Desktop</h1>
<p>After the system has restarted, it is necessary to select the new desktop from the login screen.</p>
<div class="c1">
<p>It is only necessary to select the desktop the first time after installation. Ubuntu will remember your your selection for future logins.</p>
<p>You can even install multiple desktops and switch between them.</p>
</div>
<p><strong>10) Click</strong> the icon in the top right of the Login box:</p>
<p><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.10-gnome-session-fallback-10.jpg" width="480" height="270" alt="" border="0" class="centered"/></p>
<p><strong>11) Select</strong> either <u>GNOME Classic</u> or <u>GNOME Classic (No effects)</u>:</p>
<p><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.10-gnome-session-fallback-11.jpg" width="480" height="289" alt="" border="0" class="centered"/></p>
<p><strong>12) Click</strong> on <u>OK</u>:</p>
<p><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.10-gnome-session-fallback-12.jpg" width="480" height="289" alt="" border="0" class="centered"/></p>
<p><strong>13) Login</strong> as normal:</p>
<p><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.10-gnome-session-fallback-13.jpg" width="480" height="248" alt="" border="0" class="centered"/></p>
<div class="c2">
<p>Notice the icon in the upper right hand corner has changed to a different icon. Some, not all, desktop environments will display an icon there.</p>
<p>This provides a quick way to know which desktop environment you are logging into.</p>
</div>

<p>The post <a href="https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-10/ubuntu-12-10-installing-gnome-session-fallback/">Ubuntu 12.10 &#8211; Installing GNOME Session Fallback</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Ubuntu 12.04 &#8211; Installing the Cinnamon Desktop</title>
		<link>https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-installing-the-cinnamon-desktop/</link>
					<comments>https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-installing-the-cinnamon-desktop/#comments</comments>
		
		<dc:creator><![CDATA[richardsplanet]]></dc:creator>
		<pubDate>Sun, 29 Apr 2012 16:32:12 +0000</pubDate>
				<category><![CDATA[Ubuntu 12.04]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[cinnamon]]></category>
		<category><![CDATA[cinnamon desktop]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[installing]]></category>
		<category><![CDATA[linux mint]]></category>
		<category><![CDATA[replace]]></category>
		<category><![CDATA[replacing]]></category>
		<category><![CDATA[ubuntu 12.04]]></category>
		<category><![CDATA[unity]]></category>
		<guid isPermaLink="false">http://complete-concrete-concise.com/?p=2046</guid>

					<description><![CDATA[<p>NOTE: For Cinnamon to work, your system must provide 3D hardware acceleration. If your system does not have 3D hardware acceleration, you will only see the &#8220;traditional&#8221; GNOME desktop. This is a limitation of GNOME 3 (on which Cinnamon is built). According to gnome.org: GNOME Shell uses relatively primitive 3D capabilities that have been available [&#8230;]</p>
<p>The post <a href="https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-installing-the-cinnamon-desktop/">Ubuntu 12.04 &#8211; Installing the Cinnamon Desktop</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="c4">
<p><strong>NOTE:</strong> For Cinnamon to work, your system must provide 3D hardware acceleration. If your system does not have 3D hardware acceleration, you will only see the &#8220;traditional&#8221; GNOME desktop.</p>
<p>This is a limitation of GNOME 3 (on which Cinnamon is built). According to <code>gnome.org</code>:</p>
<blockquote><p>GNOME Shell uses relatively primitive 3D capabilities that have been available from essentially all computing devices made in the last four or five years.</p></blockquote>
<p>This seems to imply that the if your video card is pre-2007, there is a good chance Cinnamon (and GNOME) will not display as expected.</p>
</div>
<div class="c1">
<p>These instructions are for installing the Cinnamon Desktop v.1.4 on Ubuntu 12.04 running the Unity interface.</p>
<p>Installation instructions may be the same or similar for other version combinations or for other Linux distros, but no guarantee is made.</p>
<p>The latest information about the Cinnamon Desktop can be found <a href="http://cinnamon.linuxmint.com/">here</a>.</p>
</div>
<div class="c2">
<p>The Cinnamon Desktop is one of the desktops provided with Linux Mint.</p>
<p>Linux Mint is derived from Ubuntu and it is possible to install Cinnamon under Ubuntu instead of installing Linux Mint. This is the closest we come to being able to <a href="//complete-concrete-concise.com/blog/why-arent-there-linux-upgrades">upgrade</a> from one distro of Linux to another.</p>
<p>The Cinnamon desktop is similar to the traditional Windows type of desktop, with a Start menu in the lower left hand corner (the same is true of LXDE). It opens up a rather nice large panel divided in 4 parts: (1) quick launch icons (red), (2) menu categories (green) and (3) applications (blue), (4) search (yellow):</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-install-cinnamon-panel.jpg" target="_blank"><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-install-cinnamon-panel-thumb.jpg" width="480" height="393" alt="" border="0" class="centered" /></a></div>
<div class="c3">
<p>If you are changing desktops because you are totally lost / confused by Unity, I suggest reading this <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-basic-unity-interface-desktop-tutorial">tutorial</a> and giving Unity a chance.</p>
<p>Of course, if you <u>really</u> hate Unity, then Cinnamon Desktop is an alternative desktop.</p>
</div>
<div class="c1">
<p><strong>Cinnamon Desktop will install 63MB of files and data to your hard disk.</strong></p>
</div>
<div class="c2">
<p>Some images may be clicked for full sized versions.</p>
</div>
<h1>What it Looks Like</h1>
<p>The basic, straight-out-of-the-box, look of the desktop is:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-install-cinnamon-desktop-big.jpg" target="_blank"><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-install-cinnamon-desktop-thumb.jpg" width="480" height="395" alt="" border="0" class="centered" /></a></p>
<h1>Quick Instructions</h1>
<p>If you are comfortable using a terminal entering commands then open a terminal and enter the following commands:</p>
<pre><code>sudo add-apt-repository ppa:gwendal-lebihan-dev/cinnamon-stable
sudo apt-get update
sudo apt-get install cinnamon</code></pre>
<p>Restart your system.</p>
<div class="c2">
<p>Note: it may be sufficient to simply logout and log back in, but I don&#8217;t think it hurts to restart.</p>
</div>
<h1>Detailed Instructions</h1>
<p>If you are not comfortable opening a terminal and entering commands, or have never done so before, these step by step directions should guide you through the process:</p>
<h2>Opening a Terminal</h2>
<p>Press <code>Ctrl+Alt+T</code> to open a terminal. (Detailed instructions for opening a terminal can be found <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-get-a-command-line-shell-or-terminal">here</a>.)</p>
<div class="c2">
<p>Pressing <code>Ctrl+Alt+T</code> means &#8220;While holding down the <code>Ctrl</code> and <code>Alt</code> keys, press the <code>T</code> key as though you intend to type it&#8221;. Do not press or hold down the <code>Shift</code> key. It does not matter if the <code>Caps Lock</code> key is on or off.</p>
</div>
<p>You should now have something that looks like this:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-install-cinnamon-1-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-install-cinnamon-1-thumb.png" alt="" border="0" class="centered" /></a></p>
<h1>Adding Software Sources</h1>
<div class="c2">
<p>Cinnamon Desktop is not part of the regular software sources used by Ubuntu, so you have to add the sources for Cinnamon.</p>
</div>
<p><strong>1) Enter</strong> the following line exactly in the terminal:</p>
<pre><code>sudo add-apt-repository ppa:gwendal-lebihan-dev/cinnamon-stable</code></pre>
<p>You can type it or cut and paste it.</p>
<div class="c1">
<p>To cut and paste the line into the terminal:</p>
<p><strong>1) Select</strong> the line and press <code>Ctrl+C</code>.</p>
<p><strong>2) Right-click</strong> on the terminal. This will pop up a menu. Select <u>Paste</u> from the menu:</p>
<div class="c2">
<p>Note: the traditional keyboard shortcut <code>Ctrl+V</code> will not work in the terminal.</p>
</div>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu1204-installing-mate-2-big1.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu1204-installing-mate-2-thumb.png" alt="" border="0" class="centered" /></a></div>
<p>It should look something like this when you are done:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-install-cinnamon-2-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-install-cinnamon-2-thumb.png" alt="" border="0" class="centered" /></a></p>
<p><strong>2) Press</strong> the <u>Enter</u> key.</p>
<p><strong>3) Enter</strong> your password (this is the password you use to log into Ubuntu) and <strong>press</strong> the <u>Enter</u> key:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-install-cinnamon-3-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-install-cinnamon-3-thumb.png" alt="" border="0" class="centered" /></a></p>
<div class="c1">
<p>Note: when you type your password, nothing will happen in the terminal. It gives no feedback as the password is typed in. This is normal.</p>
</div>
<p>When you are done, it will look like this:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-install-cinnamon-4-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-install-cinnamon-4-thumb.png" alt="" border="0" class="centered" /></a></p>
<h2>Updating the Software Sources</h2>
<div class="c2">
<p>Before Cinnamon can be installed it is necessary to update the software sources so Ubuntu knows where to fetch the required packages from.</p>
</div>
<p><strong>1) Enter</strong> the following exactly:</p>
<pre><code>sudo apt-get update</code></pre>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-install-cinnamon-5-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-install-cinnamon-5-thumb.png" alt="" border="0" class="centered" /></a></p>
<p><strong>2) Press</strong> the <u>Enter</u> key.</p>
<p><strong>3) Enter</strong> your password and <strong>press</strong> the <u>Enter</u> key.</p>
<p>Ubuntu will then spend several minutes updating your software sources. The amount of time will depend on the speed of your Internet connection.</p>
<p>When it is done, it should look something like this:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-install-cinnamon-6-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-install-cinnamon-6-thumb.png" alt="" border="0" class="centered" /></a></p>
<h2>Installing the Cinnamon Desktop</h2>
<p><strong>1) Enter</strong> the following exactly:</p>
<pre><code>sudo apt-get install cinnamon</code></pre>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-install-cinnamon-7-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-install-cinnamon-7-thumb.png" alt="" border="0" class="centered" /></a></p>
<p><strong>2) Press</strong> the <u>Enter</u> key.</p>
<p>Some text will scroll across the screen showing exactly what is going to be installed. You will be prompted to continue with the installation:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-install-cinnamon-8-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-install-cinnamon-8-thumb.png" alt="" border="0" class="centered" /></a></p>
<p><strong>3) Press</strong> the <u>Enter</u> key to proceed with installation. (You can also type <u>y</u> followed by <u>Enter</u>.) If you don&#8217;t want to install it, then press <u>n</u> followed by the <u>Enter</u> key.</p>
<p>Installation time will depend on your Internet connection speed (how quickly you can download the code) and computer speed (how quickly you can compile everything).</p>
<p><strong>4) After</strong> installation is finished, <strong>click</strong> on the <u>System</u> icon in the upper right corner of the desktop and <strong>select</strong> <u>Shut Down&#8230;</u> from the drop down menu:</p>
<p><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-system-shutdown.jpg" width="480" height="271" alt="" border="0" class="centered" /></p>
<p><strong>5) Click</strong> on <u>Restart</u>:</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-system-restart.png" alt="" border="0" class="centered" /></p>
<h2>Selecting the Desktop</h2>
<p>After the system has restarted, it is necessary to select the new desktop from the login screen.</p>
<div class="c1">
<p>It is only necessary to select the desktop the first time after installation. Ubuntu will remember your your desktop for future logins.</p>
<p>You can even install multiple desktops and switch between them.</p>
</div>
<p><strong>1) Click</strong> the icon in the top right of the Login box:</p>
<p><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-login-desktop-selection.jpg" width="480" height="245" alt="" border="0" class="centered" /></p>
<p><strong>2) Select</strong> <u>Cinnamon</u>:</p>
<p><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-install-cinnamon-11.jpg" width="480" height="275" alt="" border="0" class="centered" /></p>
<p><strong>3) Login:</strong></p>
<div class="c2">
<p>Notice the icon in the upper right hand corner has changed to a blank circle. Some, not all, desktop environments will present an icon there.</p>
<p>If an icon is present, this provides a quick way to see which desktop environment you are logging into.</p>
</div>
<p><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-installing-xfce-111.jpg" width="480" height="245" alt="" border="0" class="centered" /><br />
</p>
<p>The post <a href="https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-installing-the-cinnamon-desktop/">Ubuntu 12.04 &#8211; Installing the Cinnamon Desktop</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-installing-the-cinnamon-desktop/feed/</wfw:commentRss>
			<slash:comments>10</slash:comments>
		
		
			</item>
		<item>
		<title>Ubuntu 12.04 &#8211; How to Install the MATE Desktop</title>
		<link>https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-install-the-mate-desktop/</link>
					<comments>https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-install-the-mate-desktop/#comments</comments>
		
		<dc:creator><![CDATA[richardsplanet]]></dc:creator>
		<pubDate>Sat, 28 Apr 2012 15:37:58 +0000</pubDate>
				<category><![CDATA[Ubuntu 12.04]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[changing]]></category>
		<category><![CDATA[gnome 2]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[installing]]></category>
		<category><![CDATA[mate]]></category>
		<category><![CDATA[mate desktop]]></category>
		<category><![CDATA[replace]]></category>
		<category><![CDATA[replacing]]></category>
		<category><![CDATA[ubuntu 12.04]]></category>
		<category><![CDATA[unity]]></category>
		<guid isPermaLink="false">http://complete-concrete-concise.com/?p=2018</guid>

					<description><![CDATA[<p>These instructions are for installing the MATE Desktop v.1.2 or v.1.4 on Ubuntu 12.04 running the Unity interface. Unless otherwise specified, all observations and screenshots are for v.1.2. Installation instructions may be the same or similar for other versions of Ubuntu or for other Linux distros, but no guarantee is made. The MATE website provides [&#8230;]</p>
<p>The post <a href="https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-install-the-mate-desktop/">Ubuntu 12.04 &#8211; How to Install the MATE Desktop</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="c1">
<p>These instructions are for installing the MATE Desktop v.1.2 or v.1.4 on Ubuntu 12.04 running the Unity interface.</p>
<div class="c3">
<p>Unless otherwise specified, all observations and screenshots are for v.1.2.</p>
</div>
<p>Installation instructions may be the same or similar for other versions of Ubuntu or for other Linux distros, but no guarantee is made.</p>
<p>The MATE website provides <a href="http://wiki.mate-desktop.org/download">installation instructions</a> for several different Linux distros (including Ubuntu).</p>
</div>
<div class="c2">
<p>Installing MATE Desktop is very much like going back to the original GNOME 2 desktop that was part of earlier version of Ubuntu.</p>
<p>GNOME 2 is now obsolete and had been replaced by GNOME 3. Not everyone was happy with this (including Canonical). Canonical (the makers of Ubuntu) decided to create a new desktop called Unity.</p>
<p>A developer named Perberos decided to fork GNOME 2 (i.e. create a new independent project based on GNOME 2) and continue development under name MATE.</p>
<p>While this is the &#8220;traditional&#8221; desktop, it has some issues. Some applications, like System Monitor, don&#8217;t work properly under MATE, so a MATE compatible version is provided.</p>
<p>Below is a side-by-side comparison of System Monitor shipped with Ubuntu 12.04 (on left) and the replacement System Monitor included with MATE (on right) (click for larger image):</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-duplicate-mate-apps-system-monitor-side-by-side-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-duplicate-mate-apps-system-monitor-side-by-side-thumb.png" alt="" border="0" class="centered" /></a></p>
<p>Unlike other desktops which install alternate applications that function the same as existing applications (e.g. Thunar and Nautilus), MATE installs duplicate applications. This can be seen in the screen shot below:</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-duplicate-mate-apps.png" alt="" border="0" class="centered" /></p>
<p>Note the duplicate entries. One is the version installed with Ubuntu 12.04, the other the replacement installed with MATE. The original versions don&#8217;t quite work / look right under MATE.</p>
<p>An article listing alternative desktops for Ubuntu 12.04 can be found <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-replacing-the-unity-interface">here</a>.</p>
</div>
<div class="c3">
<p>If you are changing desktops because you are totally lost / confused by Unity, I suggest reading this <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-basic-unity-interface-desktop-tutorial">tutorial</a> and giving Unity a chance.</p>
<p>Of course, if you <u>really</u> hate Unity, then MATE Desktop is an alternative desktop.</p>
</div>
<div class="c1">
<p><strong>MATE Desktop will install 316MB of files and data to your hard disk.</strong></p>
</div>
<div class="c2">
<p>Some images may be clicked for full sized versions.</p>
</div>
<h1>What it Looks Like</h1>
<p>The basic, straight-out-of-the-box, look of the desktop is:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-mate-desktop-big1.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-mate-desktop-thumb1.png" alt="" border="0" class="centered" /></a></p>
<div class="c4">
<p>While installing MATE will give you a true classic GNOME 2 desktop, there are potential problems and incompatibilities. Ubuntu 12.04 is built on top of GNOME 3, but with a customized interface Canonical calls Unity.</p>
<p>There is always the possibility that MATE and GNOME 3 may not coexist happily on the same system. One of the bug fixes to MATE was to change file names to avoid clashes with GNOME.</p>
<div class="c1">
<p><strong>Note:</strong> Linux Mint provides MATE as one of their desktop environments. They claim that MATE and GNOME 3 can happily coexist on the same system.</p>
</div>
<p>As well, some applications may not look / function properly under MATE. I have not done exhaustive testing, but aside from the few applications MATE installs to replace the equivalent Ubuntu ones, I have not encountered any problems.</p>
</div>
<h1>Quick Instructions</h1>
<p>Open a terminal and enter the following commands:</p>
<pre><code>sudo add-apt-repository "deb http://packages.mate-desktop.org/repo/ubuntu precise main"
sudo apt-get update
sudo apt-get install mate-archive-keyring
sudo apt-get update
sudo apt-get install mate-desktop-environment</code></pre>
<p>Restart your system.</p>
<div class="c2">
<p>Note: it may be sufficient to simply logout and log back in, but I don&#8217;t think it hurts to restart.</p>
</div>
<h1>Detailed Instructions</h1>
<h2>Opening a Terminal</h2>
<p>Press <code>Ctrl+Alt+T</code> to open a terminal.</p>
<div class="c2">
<p>Pressing <code>Ctrl+Alt+T</code> means &#8220;While holding down the <code>Ctrl</code> and <code>Alt</code> keys, press the <code>T</code> key as though you intend to type it&#8221;. Do not press or hold down the <code>Shift</code> key. It does not matter if the <code>Caps Lock</code> key is on or off.</p>
</div>
<p>You should now have something that looks like this:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu1204-installing-mate-1-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu1204-installing-mate-1-thumb.png" alt="" border="0" class="centered" /></a></p>
<h2>Adding Software Sources</h2>
<div class="c2">
<p>MATE Desktop is not part of the regular software sources used by Ubuntu, so you have to add the sources for MATE.</p>
</div>
<p><strong>1) Enter</strong> the following line exactly in the terminal:</p>
<pre><code>sudo add-apt-repository "deb http://packages.mate-desktop.org/repo/ubuntu precise main"</code></pre>
<p>You can type it or cut and paste it.</p>
<div class="c1">
<p>To cut and paste the line into the terminal:</p>
<p><strong>1) Select</strong> the line and press <code>Ctrl+C</code>.</p>
<p><strong>2) Right-click</strong> on the terminal. This will pop up a menu. Select <u>Paste</u> from the menu:</p>
<div class="c2">
<p>Note: the traditional keyboard shortcut <code>Ctrl+V</code> will not work in the terminal.</p>
</div>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu1204-installing-mate-2-big1.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu1204-installing-mate-2-thumb.png" alt="" border="0" class="centered" /></a></div>
<p>It should look something like this when you are done:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu1204-installing-mate-3-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu1204-installing-mate-3-thumb.png" alt="" border="0" class="centered" /></a></p>
<p><strong>2) Press</strong> the <u>Enter</u> key.</p>
<p><strong>3) Enter</strong> your password (this is the password you use to log into Ubuntu) and <strong>press</strong> the <u>Enter</u> key:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu1204-installing-mate-4-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu1204-installing-mate-4-thumb.png" alt="" border="0" class="centered" /></a></p>
<div class="c1">
<p>Note: when you type your password, nothing will happen in the terminal. It gives no feedback as the password is typed in. This is normal.</p>
</div>
<p>When you are done, it will look like this:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu1204-installing-mate-5-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu1204-installing-mate-5-thumb.png" alt="" border="0" class="centered" /></a></p>
<h2>Updating the Software Sources</h2>
<div class="c2">
<p>Before MATE can be installed it is necessary to update the software sources so Ubuntu knows where to fetch the required packages from.</p>
</div>
<p><strong>1) Enter</strong> the following exactly:</p>
<pre><code>sudo apt-get update</code></pre>
<p><strong>2) Press</strong> the <u>Enter</u> key.</p>
<p><strong>3) Enter</strong> your password and <strong>press</strong> the <u>Enter</u> key.</p>
<p>Ubuntu will then spend several minutes updating your software sources. The amount of time will depend on the speed of your Internet connection.</p>
<p>When it is done, it should look something like this (ending with an error):</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu1204-installing-mate-7-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu1204-installing-mate-7-thumb.png" alt="" border="0" class="centered" /></a></p>
<div class="c2">
<p>The error occurs because, for security reasons, Ubuntu requires various software sources to be authorized. The next steps add the necessary authorization.</p>
</div>
<p><strong>4) Enter</strong> the following exactly:</p>
<pre><code>sudo apt-get install mate-archive-keyring</code></pre>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu1204-installing-mate-8-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu1204-installing-mate-8-thumb.png" alt="" border="0" class="centered" /></a></p>
<p><strong>5) Press</strong> the <u>Enter</u> key.</p>
<div class="c4">
<p>You will be warned about trying to install an unauthenticated package. This is normal.</p>
</p></div>
<p><strong>6) Type</strong> <u>y</u> and <strong>press</strong> the <u>Enter</u> key:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu1204-installing-mate-9-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu1204-installing-mate-9-thumb.png" alt="" border="0" class="centered" /></a></p>
<p>When it is done, it should look something like this:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu1204-installing-mate-10-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu1204-installing-mate-10-thumb.png" alt="" border="0" class="centered" /></a></p>
<div class="c2">
<p>We will need to update the software sources again.</p>
</div>
<p><strong>7) Enter</strong> the following exactly:</p>
<pre><code>sudo apt-get update</code></pre>
<p>Ubuntu will then spend several minutes updating your software sources. The amount of time will depend on the speed of your Internet connection.</p>
<p>When it is done, it should look something like this (without errors):</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu1204-installing-mate-11-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu1204-installing-mate-11-thumb.png" alt="" border="0" class="centered" /></a></p>
<h2>Installing the MATE Desktop</h2>
<p><strong>1) Enter</strong> the following exactly:</p>
<pre><code>sudo apt-get install mate-desktop-environment:</code></pre>
<p><strong>2) Press</strong> the <u>Enter</u> key.</p>
<p>Some text will scroll across the screen showing exactly what is going to be installed. You will be prompted to continue with the installation:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu1204-installing-mate-12-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu1204-installing-mate-12-thumb.png" alt="" border="0" class="centered" /></a></p>
<p><strong>3) Press</strong> the <u>Enter</u> key to proceed with installation. (You can also type <u>y</u> followed by <u>Enter</u>.) If you don&#8217;t want to install it, then press <u>n</u> followed by the <u>Enter</u> key.</p>
<p><p>Installation time will depend on your Internet connection speed (how quickly you can download the code) and computer speed (how quickly you can compile everything).</p>
<p>Part way through the installation, you will get this screen:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu1204-installing-mate-13-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu1204-installing-mate-13-thumb.png" alt="" border="0" class="centered" /></a></p>
<p><strong>4) Press</strong> the <u>Enter</u> key.</p>
<p><strong>5) After</strong> installation is finished, <strong>click</strong> on the <u>System</u> icon in the upper right corner of the desktop and <strong>select</strong> <u>Shut Down&#8230;</u> from the drop down menu:</p>
<p><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-system-shutdown.jpg" width="480" height="271" alt="" border="0" class="centered" /></p>
<p><strong>6) Click</strong> on <u>Restart</u>:</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-system-restart.png" alt="" border="0" class="centered" /></p>
<h2>Selecting the Desktop</h2>
<p>After the system has restarted, it is necessary to select the new desktop from the login screen.</p>
<div class="c1">
<p>It is only necessary to select the desktop the first time after installation. Ubuntu will remember your your desktop for future logins.</p>
<p>You can even install multiple desktops and switch between them. Although, I am not sure if MATE and GNOME can exist happily together on the same system.</p>
</div>
<p><strong>1) Click</strong> the icon in the top right of the Login box:</p>
<p><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-login-desktop-selection.jpg" width="480" height="245" alt="" border="0" class="centered" /></p>
<p><strong>2) Select</strong> <u>MATE</u>:</p>
<p><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu1204-installing-mate-14.jpg" width="480" height="275" alt="" border="0" class="centered" /></p>
<p><strong>3) Login:</strong></p>
<div class="c2">
<p>Notice the icon in the upper right hand corner has changed to a blank circle. Some, not all, desktop environments will present an icon there.</p>
<p>If an icon is present, this provides a quick way to see which desktop environment you are logging into.</p>
</div>
<p><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-installing-xubuntu-desktop-11.jpg" width="480" height="275" alt="" border="0" class="centered" /></p>

<p>The post <a href="https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-install-the-mate-desktop/">Ubuntu 12.04 &#8211; How to Install the MATE Desktop</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-install-the-mate-desktop/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>Ubuntu 12.04 &#8211; How to Install the Xfce Desktop</title>
		<link>https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-install-the-xfce-desktop/</link>
					<comments>https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-install-the-xfce-desktop/#comments</comments>
		
		<dc:creator><![CDATA[richardsplanet]]></dc:creator>
		<pubDate>Thu, 26 Apr 2012 07:00:00 +0000</pubDate>
				<category><![CDATA[Ubuntu 12.04]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[installing]]></category>
		<category><![CDATA[replace]]></category>
		<category><![CDATA[replacing]]></category>
		<category><![CDATA[ubuntu 12.04]]></category>
		<category><![CDATA[unity]]></category>
		<category><![CDATA[xfce]]></category>
		<guid isPermaLink="false">http://complete-concrete-concise.com/?p=1880</guid>

					<description><![CDATA[<p>These instructions are for installing the Xfce Desktop in Ubuntu 12.04 running the Unity Desktop. Installation instructions may be the same or similar for other versions of Ubuntu or for other Linux distros, but no guarantee is made. An alternative to Xfce is Xubuntu Desktop. Xubuntu Desktop is Ubuntu with a customized Xfce desktop. It [&#8230;]</p>
<p>The post <a href="https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-install-the-xfce-desktop/">Ubuntu 12.04 &#8211; How to Install the Xfce Desktop</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="c1">
<p>These instructions are for installing the <em>Xfce Desktop</em> in Ubuntu 12.04 running the Unity Desktop.</p>
<p>Installation instructions may be the same or similar for other versions of Ubuntu or for other Linux distros, but no guarantee is made.</p>
</div>
<div class="c2">
<p>An alternative to Xfce is <u>Xubuntu Desktop</u>.</p>
<p><u>Xubuntu Desktop</u> is Ubuntu with a customized Xfce desktop. It also installs a number of applications. Some of these applications duplicate the functionality of applications already installed in Ubuntu 12.04. Installation instructions can be found <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-install-the-xubuntu-desktop">here</a>.</p>
<p>An article listing alternative desktops for Ubuntu 12.04 can be found <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-replacing-the-unity-interface">here</a>.</p>
</div>
<div class="c3">
<p>If you are changing desktops because you are totally lost / confused by Unity, I suggest reading this <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-basic-unity-interface-desktop-tutorial">tutorial</a> and giving Unity a chance.</p>
<p>Of course, if you <u>really</u> hate Unity, then Xfce is an alternative desktop.</p>
</div>
<div class="c1">
<p><strong>Xfce will install 67.8MB of files and data to your hard disk.</strong></p>
</div>
<div class="c2">
<p>Some images may be clicked for full sized versions.</p>
</div>
<h1>What it Looks Like</h1>
<p>The basic, straight-out-of-the-box, look of the desktop is:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-xfce-desktop-big.jpg" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-xfce-desktop-thumb.jpg" alt="" border="0" class="centered" /></a></p>
<h1>Installing From the Command Line</h1>
<p>If you are comfortable with Linux and know how to use the command line and <code>apt-get</code> then the command is:</p>
<pre><code>sudo apt-get install xfce4</code></pre>
<div class="c1">
<p>Detailed instructions for accessing a command line can be found <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-get-a-command-line-shell-or-terminal">here</a>.</p>
</div>
<p>Afterwards, restart your system. It should be enough to just log out and the log back in with the new desktop, but it doesn&#8217;t hurt to restart.</p>
<h1>Installing From the Ubuntu Software Center</h1>
<div class="c2">
<p>Some images may be clicked for full sized versions.</p>
</div>
<p><strong>1) Launch </strong>the <u>Ubuntu Software Center</u> by clicking the icon on the Launcher:</p>
<p><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-starting-ubuntu-software-center.jpg" width="480" height="228" alt="" border="0" class="centered" /></p>
<p><strong>2) Enter</strong> <u>xfce4</u> into the search field. This will bring up related entries.</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-installing-xfce-2-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-installing-xfce-2-thumb.png" alt="" border="0" class="centered" /></a></p>
<p><strong>3) Click</strong> on the entry <u>Meta-package for the Xfce Lightweight Desktop Environment</u> &#8211; this will highlight it in orange:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-installing-xfce-3-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-installing-xfce-3-thumb.png" alt="" border="0" class="centered" /></a></p>
<p><strong>4) Click</strong> on Install:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-installing-xfce-4-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-installing-xfce-4-thumb.png" alt="" border="0" class="centered" /></a></p>
<p><strong>5) Enter</strong> your password and click <u>Authenticate</u>:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-ubuntu-software-center-authentication-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-ubuntu-software-center-authentication-thumb.png" alt="" border="0" class="centered" /></a></p>
<p><strong>6) After</strong> installation is finished, <strong>click</strong> on the <u>System</u> icon in the upper right corner of the desktop and <strong>select</strong> <u>Shut Down&#8230;</u> from the drop down menu:</p>
<div class="c2">
<p><strong>Note:</strong> it may be enough to just log out and log back in using the new desktop, but it doesn&#8217;t hurt to restart either.</p>
</div>
<p><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-system-shutdown.jpg" width="480" height="271" alt="" border="0" class="centered" /></p>
<p><strong>7) Click</strong> on <u>Restart</u>:</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-system-restart.png" alt="" border="0" class="centered" /></p>
<h1>Selecting the Desktop</h1>
<p>After the system has restarted, it is necessary to select the new desktop from the login screen.</p>
<div class="c1">
<p>It is only necessary to select the desktop the first time after installation. Ubuntu will remember your your desktop for future logins.</p>
<p>You can even install multiple desktops and switch between them.</p>
</div>
<p><strong>8) Click</strong> the icon in the top right of the Login box:</p>
<p><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-login-desktop-selection.jpg" width="480" height="245" alt="" border="0" class="centered" /></p>
<p><strong>9) Select</strong> <u>Xfce Session</u>:<br />
<img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-installing-xfce-101.jpg" width="480" height="275" alt="" border="0" class="centered" /></p>
<p><strong>10) Login:</strong></p>
<div class="c2">
<p>Notice the icon in the upper right hand corner has changed to an open circle. Some, not all, desktop environments will present an icon there.</p>
<p>If an icon is present, this provides a quick way to see which desktop environment you are logging into.</p>
</div>
<p><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-installing-xfce-111.jpg" width="480" height="245" alt="" border="0" class="centered" /></p>
<h1>First Login</h1>
<p>The first time you login to Xfce, you will receive the following message:</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-installing-xfce-first-screen.png" alt="" border="0" class="centered" /></p>
<p><strong>Click</strong> on <u>Use default config</u>.</p>

<p>The post <a href="https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-install-the-xfce-desktop/">Ubuntu 12.04 &#8211; How to Install the Xfce Desktop</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-install-the-xfce-desktop/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>Ubuntu 12.04 &#8211; How to Install the GNOME Session Fallback</title>
		<link>https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-install-the-gnome-session-fallback/</link>
		
		<dc:creator><![CDATA[richardsplanet]]></dc:creator>
		<pubDate>Thu, 26 Apr 2012 13:14:08 +0000</pubDate>
				<category><![CDATA[Ubuntu 12.04]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[classic gnome]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[gnome session]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[installing]]></category>
		<category><![CDATA[replace]]></category>
		<category><![CDATA[replacing]]></category>
		<category><![CDATA[ubuntu 12.04]]></category>
		<category><![CDATA[unity]]></category>
		<guid isPermaLink="false">http://complete-concrete-concise.com/?p=1975</guid>

					<description><![CDATA[<p>These instructions are for installing the GNOME Session Fallback in Ubuntu 12.04 running the Unity Desktop. Installation instructions may be the same or similar for other versions of Ubuntu or for other Linux distros, but no guarantee is made. GNOME Session Fallback is the absolute minimum GNOME desktop you can install. A slightly larger alternative [&#8230;]</p>
<p>The post <a href="https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-install-the-gnome-session-fallback/">Ubuntu 12.04 &#8211; How to Install the GNOME Session Fallback</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="c1">
<p>These instructions are for installing the <em>GNOME Session Fallback</em> in Ubuntu 12.04 running the Unity Desktop.</p>
<p>Installation instructions may be the same or similar for other versions of Ubuntu or for other Linux distros, but no guarantee is made.</p>
</div>
<div class="c2">
<p>GNOME Session Fallback is the absolute minimum GNOME desktop you can install.</p>
<p>A slightly larger alternative (which includes the GNOME 3 desktop) is GNOME Shell. Installation instructions can be found <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-install-the-gnome-shell">here</a>.</p>
<p>The largest GNOME installation is the GNOME Desktop Environment. In addition to installing a desktop it also install numerous applications. Installation instructions can be found <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-install-the-gnome-desktop">here</a>.</p>
<p>An article listing alternative desktops for Ubuntu 12.04 can be found <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-replacing-the-unity-interface">here</a>.</p>
</div>
<div class="c3">
<p>If you are changing desktops because you are totally lost / confused by Unity, I suggest reading this <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-basic-unity-interface-desktop-tutorial">tutorial</a> and giving Unity a chance.</p>
<p>Of course, if you <u>really</u> hate Unity, then GNOME Shell is an alternative desktop.</p>
</div>
<div class="c1">
<p><strong>GNOME Shell will install 34.8MB of files and data to your hard disk.</strong></p>
</div>
<div class="c2">
<p>Some images may be clicked for full sized versions.</p>
</div>
<h1>What it Looks Like</h1>
<p>The basic, straight-out-of-the-box, look of the desktop is:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-gnome-shell-classic-big.jpg" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-gnome-shell-classic-thumb.jpg" alt="" border="0" class="centered" /></a></p>
<h1>From the Command Line</h1>
<p>If you are comfortable with Linux and know how to use the command line and <code>apt-get</code> then the command is:</p>
<pre><code>sudo apt-get install gnome-session-fallback</code></pre>
<div class="c1">
<p>Detailed instructions for accessing a command line can be found <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-get-a-command-line-shell-or-terminal">here</a>.</p>
</div>
<p>Afterward, you need to restart your system.</p>
<h1>From the Ubuntu Software Center</h1>
<div class="c2">
<p>Some images may be clicked for full sized versions.</p>
</div>
<p><strong>1) Launch </strong>the <u>Ubuntu Software Center</u> by clicking the icon on the Launcher:</p>
<p><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-starting-ubuntu-software-center.jpg" width="480" height="228" alt="" border="0" class="centered" /></p>
<p><strong>2) Enter</strong> <u>gnome-session-fallback</u> into the search field. This will bring up related entries.</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-installing-gnome-session-fallback-2-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-installing-gnome-session-fallback-2-thumb.png" alt="" border="0" class="centered" /></a></p>
<p><strong>3) Click</strong> on the entry <u>GNOME Session Manager &#8211; GNOME fallback session</u> &#8211; this will highlight it in orange:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-installing-gnome-session-fallback-3-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-installing-gnome-session-fallback-3-thumb.png" alt="" border="0" class="centered" /></a></p>
<p><strong>4) Click</strong> on Install:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-installing-gnome-session-fallback-4-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-installing-gnome-session-fallback-4-thumb.png" alt="" border="0" class="centered" /></a></p>
<div class="c4">
<p>If you receive the following error message:</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-ubuntu-software-center-install-error-message.png" alt="" border="0" class="centered" alt="Failed to download package files. Check your Internet connection."/></p>
<p>See <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-failed-to-download-package-files">this article</a> for a possible solution.</p>
</div>
<p><strong>5) Enter</strong> your password and click <u>Authenticate</u>:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-ubuntu-software-center-authentication-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-ubuntu-software-center-authentication-thumb.png" alt="" border="0" class="centered" /></a></p>
<p><strong>6) After</strong> installation is finished, <strong>click</strong> on the <u>System</u> icon in the upper right corner of the desktop and <strong>select</strong> <u>Shut Down&#8230;</u> from the drop down menu:</p>
<div class="c2">
<p><strong>Note:</strong> it may be enough to just log out and log back in using the new desktop, but it doesn&#8217;t hurt to restart either.</p>
</div>
<p><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-system-shutdown.jpg" width="480" height="271" alt="" border="0" class="centered" /></p>
<p><strong>7) Click</strong> on <u>Restart</u>:</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-system-restart.png" alt="" border="0" class="centered" /></p>
<h1>Selecting the Desktop</h1>
<p>After the system has restarted, it is necessary to select the new desktop from the login screen.</p>
<div class="c1">
<p>It is only necessary to select the desktop the first time after installation. Ubuntu will remember your your desktop for future logins.</p>
<p>You can even install multiple desktops and switch between them.</p>
</div>
<p><strong>8) Click</strong> the icon in the top right of the Login box:</p>
<p><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-login-desktop-selection.jpg" width="480" height="245" alt="" border="0" class="centered" /></p>
<p><strong>9) Select</strong> either <u>GNOME Classic</u> or <u>GNOME Classic (No effects)</u>:</p>
<p><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-installing-gnome-session-fallback-10.jpg" width="480" height="245" alt="" border="0" class="centered" /></p>
<p><strong>10) Login:</strong></p>
<div class="c2">
<p>Notice the icon in the upper right hand corner has changed to a different icon. Some, not all, desktop environments will present an icon there.</p>
<p>This provides a quick way to know which desktop environment you are logging into.</p>
</div>
<p><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-installing-gnome-shell-11.jpg" width="480" height="275" alt="" border="0" class="centered" /></p>

<p>The post <a href="https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-install-the-gnome-session-fallback/">Ubuntu 12.04 &#8211; How to Install the GNOME Session Fallback</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Ubuntu 12.04 &#8211; How to Install the GNOME Desktop</title>
		<link>https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-install-the-gnome-desktop/</link>
					<comments>https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-install-the-gnome-desktop/#comments</comments>
		
		<dc:creator><![CDATA[richardsplanet]]></dc:creator>
		<pubDate>Thu, 26 Apr 2012 07:00:12 +0000</pubDate>
				<category><![CDATA[Ubuntu 12.04]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[gnome desktop]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[installing]]></category>
		<category><![CDATA[replace]]></category>
		<category><![CDATA[replacing]]></category>
		<category><![CDATA[ubuntu 12.04]]></category>
		<category><![CDATA[unity]]></category>
		<guid isPermaLink="false">http://complete-concrete-concise.com/?p=1903</guid>

					<description><![CDATA[<p>These instructions are for installing the GNOME Desktop in Ubuntu 12.04 running the Unity Desktop. Installation instructions may be the same or similar for other versions of Ubuntu or for other Linux distros, but no guarantee is made. GNOME Desktop includes the desktop environment as well as many applications. Some of these applications perform the [&#8230;]</p>
<p>The post <a href="https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-install-the-gnome-desktop/">Ubuntu 12.04 &#8211; How to Install the GNOME Desktop</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="c1">
<p>These instructions are for installing the <em>GNOME Desktop</em> in Ubuntu 12.04 running the Unity Desktop.</p>
<p>Installation instructions may be the same or similar for other versions of Ubuntu or for other Linux distros, but no guarantee is made.</p>
</div>
<div class="c2">
<p>GNOME Desktop includes the desktop environment as well as many applications. Some of these applications perform the same or similar functions as applications already installed with Ubuntu 12.04.</p>
<p>A smaller alternative is the GNOME Shell. This installs the GNOME Shell and fewer applications than GNOME Desktop. Some of the applications perform the same or similar functions as applications already installed with Ubuntu 12.04. Installation instructions can be found <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-install-the-gnome-shell">here</a>.</p>
<p>The lightest weight alternative is GNOME Session Fallback. It only installs the GNOME Classic desktops. Installation instructions can be found <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-install-the-gnome-session-fallback">here</a>.</p>
<p>An article listing alternative desktops for Ubuntu 12.04 can be found <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-replacing-the-unity-interface">here</a>.</p>
</div>
<div class="c3">
<p>If you are changing desktops because you are totally lost / confused by Unity, I suggest reading this <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-basic-unity-interface-desktop-tutorial">tutorial</a> and giving Unity a chance.</p>
<p>Of course, if you <u>really</u> hate Unity, then GNOME Shell is an alternative desktop.</p>
</div>
<div class="c1">
<p><strong>GNOME Shell will install 414MB of files and data to your hard disk.</strong></p>
</div>
<div class="c2">
<p>Some images may be clicked for full sized versions.</p>
</div>
<h1>What it Looks Like</h1>
<p>The basic, straight-out-of-the-box, look of the desktop is:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-gnome-shell-classic-big.jpg" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-gnome-shell-classic-thumb.jpg" alt="" border="0" class="centered" /></a></p>
<h1>From the Command Line</h1>
<p>If you are comfortable with Linux and know how to use the command line and <code>apt-get</code> then the command is:</p>
<pre><code>sudo apt-get install gnome</code></pre>
<div class="c1">
<p>Detailed instructions for accessing a command line can be found <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-get-a-command-line-shell-or-terminal">here</a>.</p>
</div>
<p>Afterwards, you need to restart your system.</p>
<h1>From the Ubuntu Software Center</h1>
<div class="c2">
<p>Some images may be clicked for full sized versions.</p>
</div>
<p><strong>1) Launch </strong>the <u>Ubuntu Software Center</u> by clicking the icon on the Launcher:</p>
<p><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-starting-ubuntu-software-center.jpg" width="480" height="228" alt="" border="0" class="centered" /></p>
<p><strong>2) Enter</strong> <u>gnome</u> into the search field. This will bring up related entries.</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-installing-gnome-desktop-2-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-installing-gnome-desktop-2-thumb.png" alt="" border="0" class="centered" /></a></p>
<p><strong>3) Click</strong> on the entry <u>The GNOME Desktop Environment, with extra components</u> &#8211; this will highlight it in orange:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-installing-gnome-desktop-3-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-installing-gnome-desktop-3-thumb.png" alt="" border="0" class="centered" /></a></p>
<p><strong>4) Click</strong> on Install:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-installing-gnome-desktop-4-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-installing-gnome-desktop-4-thumb.png" alt="" border="0" class="centered" /></a></p>
<div class="c4">
<p>If you receive the following error message:</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-ubuntu-software-center-install-error-message.png" alt="" border="0" class="centered" alt="Failed to download package files. Check your Internet connection."/></p>
<p>See <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-failed-to-download-package-files">this article</a> for a possible solution.</p>
</div>
<p><strong>5) Enter</strong> your password and click <u>Authenticate</u>:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-ubuntu-software-center-authentication-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-ubuntu-software-center-authentication-thumb.png" alt="" border="0" class="centered" /></a></p>
<p><strong>6) After</strong> installation is finished, <strong>click</strong> on the <u>System</u> icon in the upper right corner of the desktop and <strong>select</strong> <u>Restart to Complete Updates&#8230;</u> from the drop down menu:</p>
<p><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-installing-gnome-shell-restart-message.jpg" width="480" height="300" alt="" border="0" class="centered" /></p>
<p><strong>7) Click</strong> on <u>Restart</u>:</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-installing-gnome-shell-restart-message-2.png" alt="" border="0" class="centered" /></p>
<h1>Selecting the Desktop</h1>
<p>After the system has restarted, it is necessary to select the new desktop from the login screen.</p>
<div class="c1">
<p>It is only necessary to select the desktop the first time after installation. Ubuntu will remember your your desktop for future logins.</p>
<p>You can even install multiple desktops and switch between them.</p>
</div>
<p><strong>8) Click</strong> the icon in the top right of the Login box:</p>
<p><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-login-desktop-selection.jpg" width="480" height="245" alt="" border="0" class="centered" /></p>
<p><strong>9) Select</strong> <u>GNOME Classic</u> or <u>GNOME Classic (No effects)</u>:<br />
<img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-installing-gnome-shell-10.jpg" width="480" height="275" alt="" border="0" class="centered" /></p>
<div class="c2">
<p><u>GNOME Classic</u> is pretty much the traditional desktop you are most familiar with.</p>
<p><u>GNOME Classic (No effects)</u> is the same as GNOME Classic except without fancy graphics effects. This desktop is probably faster than GNOME Classic &#8211; especially on older machines.</p>
<p><u>GNOME</u> is the new GNOME Desktop. Because of the path GNOME has taken in its desktop development, Canonical (the developer of Ubuntu) decided to develop Unity because they didn&#8217;t like the direction GNOME was going).</p>
<p><p>The new <u>GNOME</u> desktop looks like this:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-gnome-shell-big.jpg" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-gnome-shell-thumb.jpg" alt="" border="0" class="centered" /></a></p>
<p>While it looks similar to the classical desktop, it is at least as different from the classical desktop as Unity is.</p>
</div>
<p><strong>10) Login:</strong></p>
<div class="c2">
<p>Notice the icon in the upper right hand corner has changed to a different icon. Some, not all, desktop environments will present an icon there.</p>
<p>This provides a quick way to know which desktop environment you are logging into.</p>
</div>
<p><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-installing-gnome-shell-11.jpg" width="480" height="275" alt="" border="0" class="centered" /><br />
</p>
<p>The post <a href="https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-install-the-gnome-desktop/">Ubuntu 12.04 &#8211; How to Install the GNOME Desktop</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-install-the-gnome-desktop/feed/</wfw:commentRss>
			<slash:comments>20</slash:comments>
		
		
			</item>
		<item>
		<title>Ubuntu 12.04 &#8211; How to Install the GNOME Shell</title>
		<link>https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-install-the-gnome-shell/</link>
		
		<dc:creator><![CDATA[richardsplanet]]></dc:creator>
		<pubDate>Thu, 26 Apr 2012 07:00:00 +0000</pubDate>
				<category><![CDATA[Ubuntu 12.04]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[gnome shell]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[installing]]></category>
		<category><![CDATA[replace]]></category>
		<category><![CDATA[replacing]]></category>
		<category><![CDATA[ubuntu 12.04]]></category>
		<category><![CDATA[unity]]></category>
		<guid isPermaLink="false">http://complete-concrete-concise.com/?p=1901</guid>

					<description><![CDATA[<p>These instructions are for installing the GNOME Shell in Ubuntu 12.04 running the Unity Desktop. Installation instructions may be the same or similar for other versions of Ubuntu or for other Linux distros, but no guarantee is made. GNOME Shell includes the desktop environment as well as a number of applications. Some of these applications [&#8230;]</p>
<p>The post <a href="https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-install-the-gnome-shell/">Ubuntu 12.04 &#8211; How to Install the GNOME Shell</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="c1">
<p>These instructions are for installing the <em>GNOME Shell</em> in Ubuntu 12.04 running the Unity Desktop.</p>
<p>Installation instructions may be the same or similar for other versions of Ubuntu or for other Linux distros, but no guarantee is made.</p>
</div>
<div class="c2">
<p>GNOME Shell includes the desktop environment as well as a number of applications. Some of these applications perform the same or similar functions as applications already installed with Ubuntu 12.04.</p>
<p>A lighter weight alternative to GNOME Shell is GNOME Session Fallback. It includes only the GNOME Classic interfaces. Installation instructions can be found <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-install-the-gnome-session-fallback">here</a>.</p>
<p>There is also a GNOME Desktop Environment. This includes the GNOME Shell and many more applications. Some of the applications perform the same or similar functions as applications already installed with Ubuntu 12.04. Installation instructions can be found <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-install-the-gnome-desktop">here</a>.</p>
<p>An article listing alternative desktops for Ubuntu 12.04 can be found <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-replacing-the-unity-interface">here.</a>.</p>
</div>
<div class="c3">
<p>If you are changing desktops because you are totally lost / confused by Unity, I suggest reading this <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-basic-unity-interface-desktop-tutorial">tutorial</a> and giving Unity a chance.</p>
<p>Of course, if you <u>really</u> hate Unity, then GNOME Shell is an alternative desktop.</p>
</div>
<div class="c1">
<p><strong>GNOME Shell will install 72.3MB of files and data to your hard disk.</strong></p>
</div>
<div class="c2">
<p>Some images may be clicked for full sized versions.</p>
</div>
<h1>What it Looks Like</h1>
<p>The basic, straight-out-of-the-box, look of the desktop is:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-gnome-shell-classic-big.jpg" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-gnome-shell-classic-thumb.jpg" alt="" border="0" class="centered" /></a></p>
<h1>From the Command Line</h1>
<p>If you are comfortable with Linux and know how to use the command line and <code>apt-get</code> then the command is:</p>
<pre><code>sudo apt-get install gnome-shell</code></pre>
<div class="c1">
<p>Detailed instructions for accessing a command line can be found <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-get-a-command-line-shell-or-terminal">here</a>.</p>
</div>
<p>Afterwards, you need to restart your system.</p>
<h1>From the Ubuntu Software Center</h1>
<div class="c2">
<p>Some images may be clicked for full sized versions.</p>
</div>
<p><strong>1) Launch </strong>the <u>Ubuntu Software Center</u> by clicking the icon on the Launcher:</p>
<p><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-starting-ubuntu-software-center.jpg" width="480" height="228" alt="" border="0" class="centered" /></p>
<p><strong>2) Enter</strong> <u>gnome-shell</u> into the search field. This will bring up related entries.</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-installing-gnome-shell-2-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-installing-gnome-shell-2-thumb.png" alt="" border="0" class="centered" /></a></p>
<p><strong>3) Click</strong> on the entry <u>GNOME Shell</u> &#8211; this will highlight it in orange:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-installing-gnome-shell-3-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-installing-gnome-shell-3-thumb.png" alt="" border="0" class="centered" /></a></p>
<p><strong>4) Click</strong> on Install:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-installing-gnome-shell-4-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-installing-gnome-shell-4-thumb.png" alt="" border="0" class="centered" /></a></p>
<div class="c4">
<p>If you receive the following error message:</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-ubuntu-software-center-install-error-message.png" alt="" border="0" class="centered" alt="Failed to download package files. Check your Internet connection."/></p>
<p>See <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-failed-to-download-package-files">this article</a> for a possible solution.</p>
</div>
<p><strong>5) Enter</strong> your password and click <u>Authenticate</u>:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-ubuntu-software-center-authentication-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-ubuntu-software-center-authentication-thumb.png" alt="" border="0" class="centered" /></a></p>
<p><strong>6) After</strong> installation is finished, <strong>click</strong> on the <u>System</u> icon in the upper right corner of the desktop and <strong>select</strong> <u>Restart to Complete Updates&#8230;</u> from the drop down menu:</p>
<p><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-installing-gnome-shell-restart-message.jpg" width="480" height="300" alt="" border="0" class="centered" /></p>
<p><strong>7) Click</strong> on <u>Restart</u>:</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-installing-gnome-shell-restart-message-2.png" alt="" border="0" class="centered" /></p>
<h1>Selecting the Desktop</h1>
<p>After the system has restarted, it is necessary to select the new desktop from the login screen.</p>
<div class="c1">
<p>It is only necessary to select the desktop the first time after installation. Ubuntu will remember your your desktop for future logins.</p>
<p>You can even install multiple desktops and switch between them.</p>
</div>
<p><strong>8) Click</strong> the icon in the top right of the Login box:</p>
<p><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-login-desktop-selection.jpg" width="480" height="245" alt="" border="0" class="centered" /></p>
<p><strong>9) Select</strong> <u>GNOME Classic</u> or <u>GNOME Classic (No effects)</u>:<br />
<img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-installing-gnome-shell-10.jpg" width="480" height="275" alt="" border="0" class="centered" /></p>
<div class="c2">
<p><u>GNOME Classic</u> is pretty much the traditional desktop you are most familiar with.</p>
<p><u>GNOME Classic (No effects)</u> is the same as GNOME Classic except without fancy graphics effects. This desktop is probably faster than GNOME Classic &#8211; especially on older machines.</p>
<p><u>GNOME</u> is the new GNOME Desktop. Because of the path GNOME has taken in its desktop development, Canonical (the developer of Ubuntu) decided to develop Unity because they didn&#8217;t like the direction GNOME was going).</p>
<p><p>The new <u>GNOME</u> desktop looks like this:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-gnome-shell-big.jpg" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-gnome-shell-thumb.jpg" alt="" border="0" class="centered" /></a></p>
<p>While it looks similar to the classical desktop, it is at least as different from the classical desktop as Unity is.</p>
</div>
<p><strong>10) Login:</strong></p>
<div class="c2">
<p>Notice the icon in the upper right hand corner has changed to a different icon. Some, not all, desktop environments will present an icon there.</p>
<p>This provides a quick way to know which desktop environment you are logging into.</p>
</div>
<p><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-installing-gnome-shell-11.jpg" width="480" height="275" alt="" border="0" class="centered" /><br />
</p>
<p>The post <a href="https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-install-the-gnome-shell/">Ubuntu 12.04 &#8211; How to Install the GNOME Shell</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
