<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: How to Remove &#8220;Unity&#8221; and Install Cinnamon and Mate Desktop in Ubuntu	</title>
	<atom:link href="https://www.tecmint.com/remove-unity-install-cinnamon-mate-desktop-in-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/remove-unity-install-cinnamon-mate-desktop-in-ubuntu/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Sun, 16 Sep 2018 02:12:48 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: ikomrad		</title>
		<link>https://www.tecmint.com/remove-unity-install-cinnamon-mate-desktop-in-ubuntu/comment-page-1/#comment-1036057</link>

		<dc:creator><![CDATA[ikomrad]]></dc:creator>
		<pubDate>Sun, 16 Sep 2018 02:12:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=10168#comment-1036057</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/remove-unity-install-cinnamon-mate-desktop-in-ubuntu/comment-page-1/#comment-1035440&quot;&gt;Ravi Saive&lt;/a&gt;.

I installed Cinnanmon DM, but it would not start.  

After I installed it, I ran:
&lt;pre&gt;
# startx 
&lt;/pre&gt;
I got an error saying &lt;strong&gt;startx&lt;/strong&gt; was not installed, but install &lt;strong&gt;xinit&lt;/strong&gt; included it. 

So I installed &lt;strong&gt;Xinit&lt;/strong&gt; and the GUI still did not start. Then I did 2 more things:
 &lt;pre&gt;
# systemctl set-default graphical.target 
# reboot
&lt;/pre&gt;
It didn&#039;t start the GUI, instead it started the console again.

I ended up erasing the system and installing the Ubuntu desktop ISO distribution. That brought up the GUI . From there I was able to install Cinnamon DM and select it as my default . 

It would be nice to have a more minimal install as this is for a virtual machine running on my Macbook.  But I haven&#039;t found instructions that worked.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/remove-unity-install-cinnamon-mate-desktop-in-ubuntu/comment-page-1/#comment-1035440">Ravi Saive</a>.</p>
<p>I installed Cinnanmon DM, but it would not start.  </p>
<p>After I installed it, I ran:</p>
<pre>
# startx 
</pre>
<p>I got an error saying <strong>startx</strong> was not installed, but install <strong>xinit</strong> included it. </p>
<p>So I installed <strong>Xinit</strong> and the GUI still did not start. Then I did 2 more things:</p>
<pre>
# systemctl set-default graphical.target 
# reboot
</pre>
<p>It didn&#8217;t start the GUI, instead it started the console again.</p>
<p>I ended up erasing the system and installing the Ubuntu desktop ISO distribution. That brought up the GUI . From there I was able to install Cinnamon DM and select it as my default . </p>
<p>It would be nice to have a more minimal install as this is for a virtual machine running on my Macbook.  But I haven&#8217;t found instructions that worked.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/remove-unity-install-cinnamon-mate-desktop-in-ubuntu/comment-page-1/#comment-1035440</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Fri, 14 Sep 2018 04:35:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=10168#comment-1035440</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/remove-unity-install-cinnamon-mate-desktop-in-ubuntu/comment-page-1/#comment-1035272&quot;&gt;ikomrad&lt;/a&gt;.

@ikomrad,

The easy way to install any Desktop on Ubuntu Server is using &lt;strong&gt;tasksel command&lt;/strong&gt; as shown.
&lt;pre&gt;
$ sudo apt install tasksel
$ sudo tasksel
$ sudo tasksel install ubuntu-desktop
&lt;/pre&gt;
But if you want to install Cinnamon Destop on Ubuntu using standard commands, you can use following PPA to install cinnamon as shown.
&lt;pre&gt;
$ sudo add-apt-repository ppa:embrosyn/cinnamon
$ sudo apt-get update
$ sudo apt-get install cinnamon
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/remove-unity-install-cinnamon-mate-desktop-in-ubuntu/comment-page-1/#comment-1035272">ikomrad</a>.</p>
<p>@ikomrad,</p>
<p>The easy way to install any Desktop on Ubuntu Server is using <strong>tasksel command</strong> as shown.</p>
<pre>
$ sudo apt install tasksel
$ sudo tasksel
$ sudo tasksel install ubuntu-desktop
</pre>
<p>But if you want to install Cinnamon Destop on Ubuntu using standard commands, you can use following PPA to install cinnamon as shown.</p>
<pre>
$ sudo add-apt-repository ppa:embrosyn/cinnamon
$ sudo apt-get update
$ sudo apt-get install cinnamon
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: ikomrad		</title>
		<link>https://www.tecmint.com/remove-unity-install-cinnamon-mate-desktop-in-ubuntu/comment-page-1/#comment-1035272</link>

		<dc:creator><![CDATA[ikomrad]]></dc:creator>
		<pubDate>Thu, 13 Sep 2018 16:31:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=10168#comment-1035272</guid>

					<description><![CDATA[What if you did a headless ( server ) install of Ubuntu initially and want to add Cinnamon and whatever is required to start the GUI? I&#039;ve installed Cinnamon on Ubuntu 16.04 but my system still boots to the console.   

&lt;strong&gt;startx&lt;/strong&gt; is not installed, I can install it but that might only be part of the puzzle. Do you know what are the minimum packages I need to install to get the Cinnamon desktop to run on boot up?]]></description>
			<content:encoded><![CDATA[<p>What if you did a headless ( server ) install of Ubuntu initially and want to add Cinnamon and whatever is required to start the GUI? I&#8217;ve installed Cinnamon on Ubuntu 16.04 but my system still boots to the console.   </p>
<p><strong>startx</strong> is not installed, I can install it but that might only be part of the puzzle. Do you know what are the minimum packages I need to install to get the Cinnamon desktop to run on boot up?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Edward G.		</title>
		<link>https://www.tecmint.com/remove-unity-install-cinnamon-mate-desktop-in-ubuntu/comment-page-1/#comment-966012</link>

		<dc:creator><![CDATA[Edward G.]]></dc:creator>
		<pubDate>Sat, 03 Feb 2018 10:12:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=10168#comment-966012</guid>

					<description><![CDATA[I only have one issue with installing Cinnamon (Ubuntu 16.04) I have everything set the way I want, but when I leave the computer for an extended period of time? I come back and login...after I login?...it brings up the OLD Unity login screen...and I have to ling again. 

How do i get rid of ALL of Unity for GOOD!? I followed the &quot;Unity purge&quot; command above and received no errors. Anyone have any idea how I can prevent having to login twice with this? 

Thanks!]]></description>
			<content:encoded><![CDATA[<p>I only have one issue with installing Cinnamon (Ubuntu 16.04) I have everything set the way I want, but when I leave the computer for an extended period of time? I come back and login&#8230;after I login?&#8230;it brings up the OLD Unity login screen&#8230;and I have to ling again. </p>
<p>How do i get rid of ALL of Unity for GOOD!? I followed the &#8220;Unity purge&#8221; command above and received no errors. Anyone have any idea how I can prevent having to login twice with this? </p>
<p>Thanks!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Julien		</title>
		<link>https://www.tecmint.com/remove-unity-install-cinnamon-mate-desktop-in-ubuntu/comment-page-1/#comment-837451</link>

		<dc:creator><![CDATA[Julien]]></dc:creator>
		<pubDate>Sat, 12 Nov 2016 09:52:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=10168#comment-837451</guid>

					<description><![CDATA[Hello Ravi,

I booted Ubuntu kylin onto my mother&#039;s computer hp mini notebook Intel Atom because win7 basic was super slow. But everything is Chinese and the keyboard is a mess. I&#039;m French It is working but it is impossible to find my way around. 

What is the easiest way to change the desktop? A terminal solution would be good because i don&#039;t have to brise the Chinese folders. My initial goal was to set up a light system. Thank you very much. I found your name on a tutorial on removing unity for mate or Cinnamon. By the way I&#039;m a newbie. Julien]]></description>
			<content:encoded><![CDATA[<p>Hello Ravi,</p>
<p>I booted Ubuntu kylin onto my mother&#8217;s computer hp mini notebook Intel Atom because win7 basic was super slow. But everything is Chinese and the keyboard is a mess. I&#8217;m French It is working but it is impossible to find my way around. </p>
<p>What is the easiest way to change the desktop? A terminal solution would be good because i don&#8217;t have to brise the Chinese folders. My initial goal was to set up a light system. Thank you very much. I found your name on a tutorial on removing unity for mate or Cinnamon. By the way I&#8217;m a newbie. Julien</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
