<?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>How to install Gnome 3.28 on FreeBSD 12 Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/how-to-install-gnome-3-28-on-freebsd-12/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Thu, 13 Dec 2018 21:30:52 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>How to Install Gnome or plasma5-KDE  on FreeBSD 12</title>
		<link>https://www.osradar.com/how-to-install-gnome-or-plasma5-kde-on-freebsd-12/</link>
					<comments>https://www.osradar.com/how-to-install-gnome-or-plasma5-kde-on-freebsd-12/#comments</comments>
		
		<dc:creator><![CDATA[Mel]]></dc:creator>
		<pubDate>Thu, 13 Dec 2018 21:30:52 +0000</pubDate>
				<category><![CDATA[Unix]]></category>
		<category><![CDATA[How to install Gnome 3.28 on FreeBSD 12]]></category>
		<category><![CDATA[How to install KDE Plasma 5 on FreeBSD 12]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=8363</guid>

					<description><![CDATA[<p>Even that the FreeBSD is not a good Desktop for personal use. but still some people trying to make from it  an good desktop to simplify work for FreeBSD beginners . in this tutorial we will  explain how to install  latest Gnome version supported 2.28 and KDE plasma 5.12 from binary , How to install [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-gnome-or-plasma5-kde-on-freebsd-12/">How to Install Gnome or plasma5-KDE  on FreeBSD 12</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Even that the FreeBSD is not a good Desktop for personal use. but still some people trying to make from it  an good desktop to simplify work for FreeBSD beginners . in this tutorial we will  explain how to install  latest Gnome version supported 2.28 and KDE plasma 5.12 from binary ,</p>
<p><strong>How to install Gnome 3.28 on FreeBSD 12 </strong></p>
<p>1-Updates Your installed packages</p>
<p>pkg update</p>
<p>pkg upgrade</p>
<p>&nbsp;</p>
<p><strong>Update</strong></p>
<pre>root@osradarFreeBSD:~ # pkg update
Updating FreeBSD repository catalogue...
Fetching meta.txz: 100% 944 B 0.9kB/s 00:01
Fetching packagesite.txz: 100% 6 MiB 916.1kB/s 00:07
Processing entries: 100%
FreeBSD repository update completed. 31157 packages processed.
All repositories are up to date.
root@osradarFreeBSD:~ #</pre>
<p><strong>Upgrade</strong></p>
<pre>root@osradarFreeBSD:~ # pkg upgrade
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
Checking for upgrades (23 candidates): 100%
Processing candidates (23 candidates): 100%
The following 22 package(s) will be affected (of 0 checked):</pre>
<p><strong>Install The needed packages for GNOME3</strong></p>
<pre class="">root@osradarFreeBSD:~ # pkg install gnome-desktop gdm xorg 
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
The following 554 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:</pre>
<p>Add the following lines to /etc/rc.conf to enable mouse daemon, dbus daemon and hal daemon.</p>
<pre>gnome_enable="YES"
moused_enable="YES"
dbus_enable="YES"
hald_enable="YES"
gdm_enable="YES"</pre>
<p>Next, you will need to mount /proc. Add the following line to /etc/fstab using the “vi” command, this will mount /proc on startup:</p>
<pre>proc /proc procfs rw 0 0</pre>
<p>Reboot the machine.</p>
<p>Now the machine will boot into GDM login screen,</p>
<p><img loading="lazy" class="alignnone size-full wp-image-8388" src="https://www.osradar.com/wp-content/uploads/2018/12/gnome-FreeBSD.png" alt="" width="1281" height="719" srcset="https://www.osradar.com/wp-content/uploads/2018/12/gnome-FreeBSD.png 1281w, https://www.osradar.com/wp-content/uploads/2018/12/gnome-FreeBSD-300x168.png 300w, https://www.osradar.com/wp-content/uploads/2018/12/gnome-FreeBSD-768x431.png 768w, https://www.osradar.com/wp-content/uploads/2018/12/gnome-FreeBSD-1024x575.png 1024w, https://www.osradar.com/wp-content/uploads/2018/12/gnome-FreeBSD-1068x599.png 1068w, https://www.osradar.com/wp-content/uploads/2018/12/gnome-FreeBSD-748x420.png 748w" sizes="(max-width: 1281px) 100vw, 1281px" /></p>
<p><img loading="lazy" class="alignnone size-full wp-image-8389" src="https://www.osradar.com/wp-content/uploads/2018/12/gnome-FreeBSD2.png" alt="" width="1286" height="721" srcset="https://www.osradar.com/wp-content/uploads/2018/12/gnome-FreeBSD2.png 1286w, https://www.osradar.com/wp-content/uploads/2018/12/gnome-FreeBSD2-300x168.png 300w, https://www.osradar.com/wp-content/uploads/2018/12/gnome-FreeBSD2-768x431.png 768w, https://www.osradar.com/wp-content/uploads/2018/12/gnome-FreeBSD2-1024x574.png 1024w, https://www.osradar.com/wp-content/uploads/2018/12/gnome-FreeBSD2-1068x599.png 1068w, https://www.osradar.com/wp-content/uploads/2018/12/gnome-FreeBSD2-749x420.png 749w" sizes="(max-width: 1286px) 100vw, 1286px" /></p>
<h2><strong>How to install KDE Plasma 5 on FreeBSD 12<br />
</strong></h2>
<p>Install KDE with the following command</p>
<pre class="">pkg install plasma5-plasma-desktop</pre>
<p>Next, you will need to mount /proc. Add the following line to /etc/fstab using the “vi” command, this will mount /proc on startup:</p>
<pre>proc /proc procfs rw 0 0</pre>
<p>You will next need to configure KDE to automatically start as FreeBSD boots, this can be done by adding the<strong> lines  above</strong>  to /etc/rc.conf using the “vi” command. This ensures that KDE and all its dependencies are running on boot:</p>
<p>&nbsp;</p>
<p>Reboot the server</p>
<p><img loading="lazy" class="alignnone size-full wp-image-8391" src="https://www.osradar.com/wp-content/uploads/2018/12/KDE5-plasma1.png" alt="" width="1284" height="723" srcset="https://www.osradar.com/wp-content/uploads/2018/12/KDE5-plasma1.png 1284w, https://www.osradar.com/wp-content/uploads/2018/12/KDE5-plasma1-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/12/KDE5-plasma1-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/12/KDE5-plasma1-1024x577.png 1024w, https://www.osradar.com/wp-content/uploads/2018/12/KDE5-plasma1-1068x601.png 1068w, https://www.osradar.com/wp-content/uploads/2018/12/KDE5-plasma1-746x420.png 746w" sizes="(max-width: 1284px) 100vw, 1284px" /></p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-gnome-or-plasma5-kde-on-freebsd-12/">How to Install Gnome or plasma5-KDE  on FreeBSD 12</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-install-gnome-or-plasma5-kde-on-freebsd-12/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
