 
    
<?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>xubuntu core desktop Archives - Complete, Concrete, Concise</title>
	<atom:link href="https://complete-concrete-concise.com/tag/xubuntu-core-desktop/feed/" rel="self" type="application/rss+xml" />
	<link>https://complete-concrete-concise.com/tag/xubuntu-core-desktop/</link>
	<description>Practical Information Without The Bloat</description>
	<lastBuildDate>Fri, 26 Oct 2012 14:06:27 +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 12.04 &#8211; How to Completely Remove / Uninstall Xubuntu Core Desktop</title>
		<link>https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-completely-remove-uninstall-xubuntu-core-desktop/</link>
		
		<dc:creator><![CDATA[richardsplanet]]></dc:creator>
		<pubDate>Fri, 26 Oct 2012 14:06:27 +0000</pubDate>
				<category><![CDATA[Ubuntu 12.04]]></category>
		<category><![CDATA[complete]]></category>
		<category><![CDATA[completely]]></category>
		<category><![CDATA[remove]]></category>
		<category><![CDATA[removing]]></category>
		<category><![CDATA[ubuntu 12.04]]></category>
		<category><![CDATA[uninstall]]></category>
		<category><![CDATA[uninstalling]]></category>
		<category><![CDATA[xubuntu]]></category>
		<category><![CDATA[xubuntu core desktop]]></category>
		<guid isPermaLink="false">http://complete-concrete-concise.com/?p=2494</guid>

					<description><![CDATA[<p>These instructions are for Ubuntu 12.04 running the Unity desktop on which the Lubuntu Core Desktop was installed using either the Ubuntu Software Center or sudo apt-get on the command line. The instructions may be the same for other versions of Ubuntu, but no guarantee is made. When the Xubuntu Core Desktop is installed in [&#8230;]</p>
<p>The post <a href="https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-completely-remove-uninstall-xubuntu-core-desktop/">Ubuntu 12.04 &#8211; How to Completely Remove / Uninstall 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 Ubuntu 12.04 running the Unity desktop on which the Lubuntu Core Desktop was installed using either the <u>Ubuntu Software Center</u> or <code>sudo apt-get</code> on the command line.</p>
<p>The instructions may be the same for other versions of Ubuntu, but no guarantee is made.</p>
</div>
<p>When the Xubuntu Core Desktop is installed in Ubuntu 12.04, it installs several packages and libraries it requires as well as some optional packages. Not all these packages and libraries are uninstalled when you uninstall Xubuntu Core Desktop. Several packages (like <code>thunar</code>) do not get uninstalled.</p>
<h1>Quick Uninstall</h1>
<div class="c4">
<p>This is not recommended because it will remove all packages normally installed with Xubuntu Core Desktop. This may include packages you previously installed (such as <code>thunar</code>) or that were installed as dependencies for other packages.</p>
<p><strong>Note:</strong> this uninstall command assumes Xubuntu Core Desktop was installed on a fresh Ubuntu 12.04.</p>
</div>
<p><strong>1) Open</strong> a terminal (instructions 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>
<p><strong>2) Enter</strong> the following command (it is very long and a single line):</p>
<pre><code>sudo apt-get remove --auto-remove --purge desktop-base exo-utils fonts-droid gtk2-engines-xfce libexo-1-0 libexo-common libexo-helpers libgarcon-1-0 libgarcon-common libglade2-0 libjpeg-progs libjpeg-turbo-progs libkeybinder0 libthunarx-2-0 libtumbler-1-0 liburi-perl libxfce4ui-1-0 libxfce4util-bin libxfce4util-common libxfce4util4 libxfconf-0-2 lightdm-gtk-greeter miscfiles orage plymouth-theme-xubuntu-logo plymouth-theme-xubuntu-text shimmer-themes tango-icon-theme thunar thunar-data thunar-volman ttf-droid tumbler tumbler-common xfce-keyboard-shortcuts xfce4 xfce4-appfinder xfce4-mixer xfce4-notifyd xfce4-panel xfce4-session xfce4-settings xfce4-utils xfce4-volumed xfconf xfdesktop4 xfdesktop4-data xfwm4 xscreensaver xscreensaver-data xubuntu-artwork xubuntu-default-settings xubuntu-icon-theme xubuntu-wallpapers</code></pre>
<p>It is easiest to copy the line and paste it into the terminal (right-click on the terminal and select <u>Paste</u> from the popup menu).</p>
<h1>Preferred Uninstall</h1>
<p>The better way to uninstall it is to follow the directions on <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-completely-uninstallremove-a-packagesoftwareprogram">this page</a>.</p>
<p>This will show you on how to uninstall only the packages that were installed when Xubuntu Core Desktop was installed. The instructions are generic and work for any installed package.</p>
<p>It involves:</p>
<ol>
<li>identifying which packages were installed and </li>
<li>creating a command to uninstall only those packages</li>
</ol>
<p>It leaves intact any packages you may have installed (like <code>thunar</code>) or that were installed as dependencies for other programs instead of blindly assuming that they were installed along with Xubuntu Core Desktop.</p>
<div class="c1">
<p><strong>Note:</strong> if Xubuntu Core Desktop was installed using the <u>Ubuntu Software Center</u> then there will be 3 separate installation entries you will need to find (since it was a 3 step process).</p>
</div>
<p>The post <a href="https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-completely-remove-uninstall-xubuntu-core-desktop/">Ubuntu 12.04 &#8211; How to Completely Remove / Uninstall 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.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>
	</channel>
</rss>
