<?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>Techy Things &#187; centos</title>
	<atom:link href="https://tech.yipp.ca/category/centos/feed/" rel="self" type="application/rss+xml" />
	<link>https://tech.yipp.ca</link>
	<description>Just another Yipp.ca Blogs site</description>
	<lastBuildDate>Thu, 01 May 2025 18:06:28 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.38</generator>
	<item>
		<title>Setup new CentOS 7 dev machine</title>
		<link>https://tech.yipp.ca/centos-7/setup-new-centos-7-dev-machine/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=setup-new-centos-7-dev-machine</link>
		<comments>https://tech.yipp.ca/centos-7/setup-new-centos-7-dev-machine/#comments</comments>
		<pubDate>Wed, 28 Mar 2018 21:43:23 +0000</pubDate>
		<dc:creator><![CDATA[frank]]></dc:creator>
				<category><![CDATA[centos]]></category>
		<category><![CDATA[centos 7]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://tech.yipp.ca/?p=3032</guid>
		<description><![CDATA[<p>hostnamectl set-hostname your-new-hostname Install Remote Desktop (RDP) rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm yum -y install xrdp systemctl start xrdp systemctl enable xrdp firewall-cmd --permanent --add-port=3389/tcp firewall-cmd --reload chcon --type=bin_t /usr/sbin/xrdp chcon --type=bin_t /usr/sbin/xrdp-sesman Troubleshooting netstat -antup&#46;&#46;&#46;</p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/centos-7/setup-new-centos-7-dev-machine/">Setup new CentOS 7 dev machine</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></description>
				<content:encoded><![CDATA[<pre>hostnamectl set-hostname <strong>your-new-hostname</strong></pre>
<h2>Install Remote Desktop (RDP)</h2>
<pre>rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
yum -y install xrdp
systemctl start xrdp
systemctl enable xrdp
firewall-cmd --permanent --add-port=3389/tcp
firewall-cmd --reload
chcon --type=bin_t /usr/sbin/xrdp
chcon --type=bin_t /usr/sbin/xrdp-sesman
</pre>
<h2>Troubleshooting</h2>
<p>netstat -antup | grep xrdp</p>
<h2>Install VNC Server</h2>
<p class="command">$ sudo yum install tigervnc-server</p>
<p class="command">$ vncserver</p>
<p>Warning: blackberry:1 is taken because of /tmp/.X1-lock<br />
Remove this file if there is no X server blackberry:1</p>
<p>New 'blackberry:2 (frank)' desktop is blackberry:2</p>
<p>Starting applications specified in /home/frank/.vnc/xstartup<br />
Log file is /home/frank/.vnc/blackberry:2.log</p>
<p>&nbsp;</p>
<p class="command">su -<br />
systemctl daemon-reload<br />
systemctl enable vncserver@:1.service<br />
reboot<br />
systemctl start vncserver@:1.service</p>
<h2>Troubleshooting</h2>
<pre class="code-pre "><code>sudo systemctl status vncserver@:.service</code></pre>
<h4>Problem</h4>
<p>Apr 06 13:52:19 blackberry systemd[1]: Starting Remote desktop service (VNC)...<br />
Apr 06 13:52:19 blackberry systemd[2635]: <span style="color: #ff0000;">Failed at step USER spawning /usr/bin/vncserver: No such process</span></p>
<p>$&gt; journalctl -xe</p>
<p>-- Unit vncserver@:4.service has begun starting up.<br />
Apr 06 14:20:17 blackberry vncserver[3015]: Can't find file /home/frank/.vnc/blackberry:4.pid<br />
Apr 06 14:20:17 blackberry vncserver[3015]: You'll have to kill the Xvnc process manually<br />
Apr 06 14:20:17 blackberry runuser[3022]: runuser: may not be used by non-root users<br />
Apr 06 14:20:17 blackberry systemd[1]: vncserver@:4.service: control process exited, code=exited status=1<br />
Apr 06 14:20:17 blackberry systemd[1]: Failed to start Remote desktop service (VNC).<br />
-- Subject: Unit vncserver@:4.service has failed<br />
-- Defined-By: systemd<br />
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel<br />
--<br />
-- Unit vncserver@:4.service has failed.<br />
--<br />
-- The result is failed.<br />
Apr 06 14:20:17 blackberry systemd[1]: Unit vncserver@:4.service entered failed state.<br />
Apr 06 14:20:17 blackberry systemd[1]: vncserver@:4.service failed.<br />
Apr 06 14:20:17 blackberry polkitd[1026]: Unregistered Authentication Agent for unix-process:3008:112981 (system b<br />
lines 3231-3253/3253</p>
<h4>Solution</h4>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/centos-7/setup-new-centos-7-dev-machine/">Setup new CentOS 7 dev machine</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://tech.yipp.ca/centos-7/setup-new-centos-7-dev-machine/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>cc1plus: error: unrecognized command line option &quot;-std=c++11&quot;</title>
		<link>https://tech.yipp.ca/centos/cc1plus-error-unrecognized-command-line-option-stdc11/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=cc1plus-error-unrecognized-command-line-option-stdc11</link>
		<comments>https://tech.yipp.ca/centos/cc1plus-error-unrecognized-command-line-option-stdc11/#comments</comments>
		<pubDate>Thu, 15 Feb 2018 17:30:11 +0000</pubDate>
		<dc:creator><![CDATA[frank]]></dc:creator>
				<category><![CDATA[centos]]></category>

		<guid isPermaLink="false">http://tech.yipp.ca/?p=2951</guid>
		<description><![CDATA[<p>On CentOS 6, getting the following error cc1plus: error: unrecognized command line option "-std=c++11" Solution scl enable devtoolset-2 bash or scl enable devtoolset-3 bash</p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/centos/cc1plus-error-unrecognized-command-line-option-stdc11/">cc1plus: error: unrecognized command line option "-std=c++11"</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>On CentOS 6, getting the following error</p>
<pre>cc1plus: error: unrecognized command line option "-std=c++11"</pre>
<h2>Solution</h2>
<p>scl enable devtoolset-2 bash</p>
<p>or</p>
<p>scl enable devtoolset-3 bash</p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/centos/cc1plus-error-unrecognized-command-line-option-stdc11/">cc1plus: error: unrecognized command line option "-std=c++11"</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://tech.yipp.ca/centos/cc1plus-error-unrecognized-command-line-option-stdc11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install OpenVPN on CentOS 6.8</title>
		<link>https://tech.yipp.ca/centos/install-openvpn-centos-6-8/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=install-openvpn-centos-6-8</link>
		<comments>https://tech.yipp.ca/centos/install-openvpn-centos-6-8/#comments</comments>
		<pubDate>Tue, 07 Feb 2017 18:24:05 +0000</pubDate>
		<dc:creator><![CDATA[frank]]></dc:creator>
				<category><![CDATA[centos]]></category>

		<guid isPermaLink="false">http://tech.yipp.ca/?p=2756</guid>
		<description><![CDATA[<p>1. Install EPEL Repo http://tech.yipp.ca/linux/adding-epel-repo-centos-6-8/ 2. Install openvpn $&#62; sudo yum install openvpn 3. Find the proper configuration, run VPN client using this command $&#62; sudo openvpn --config myconfig.conf &#160;</p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/centos/install-openvpn-centos-6-8/">Install OpenVPN on CentOS 6.8</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></description>
				<content:encoded><![CDATA[<h3>1. Install EPEL Repo</h3>
<p><a href="http://tech.yipp.ca/linux/adding-epel-repo-centos-6-8/">http://tech.yipp.ca/linux/adding-epel-repo-centos-6-8/</a></p>
<h3>2. Install openvpn</h3>
<p>$&gt; sudo yum install openvpn</p>
<h3>3. Find the proper configuration, run VPN client using this command</h3>
<p>$&gt; sudo openvpn --config myconfig.conf</p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/centos/install-openvpn-centos-6-8/">Install OpenVPN on CentOS 6.8</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://tech.yipp.ca/centos/install-openvpn-centos-6-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Node.js on CentOS 6 or 7</title>
		<link>https://tech.yipp.ca/centos/install-node-js-centos-6-7/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=install-node-js-centos-6-7</link>
		<comments>https://tech.yipp.ca/centos/install-node-js-centos-6-7/#comments</comments>
		<pubDate>Thu, 21 Jul 2016 17:18:04 +0000</pubDate>
		<dc:creator><![CDATA[frank]]></dc:creator>
				<category><![CDATA[centos]]></category>

		<guid isPermaLink="false">http://tech.yipp.ca/?p=2510</guid>
		<description><![CDATA[<p>Following https://nodejs.org/en/download/package-manager/ curl --silent --location https://rpm.nodesource.com/setup &#124; sudo bash - ## Run `yum install -y nodejs` (as root) to install Node.js v0.10 and npm. You may also need development tools to build native addons:&#46;&#46;&#46;</p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/centos/install-node-js-centos-6-7/">Install Node.js on CentOS 6 or 7</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Following https://nodejs.org/en/download/package-manager/</p>
<p>curl --silent --location https://rpm.nodesource.com/setup | sudo bash -</p>
<p>## Run `yum install -y nodejs` (as root) to install Node.js v0.10 and npm.<br />
You may also need development tools to build native addons:<br />
`yum install -y gcc-c++ make`</p>
<p>Done!</p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/centos/install-node-js-centos-6-7/">Install Node.js on CentOS 6 or 7</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://tech.yipp.ca/centos/install-node-js-centos-6-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>error: drm/drm.h: No such file or directory</title>
		<link>https://tech.yipp.ca/centos/1835/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=1835</link>
		<comments>https://tech.yipp.ca/centos/1835/#comments</comments>
		<pubDate>Mon, 29 Jun 2015 21:33:26 +0000</pubDate>
		<dc:creator><![CDATA[frank]]></dc:creator>
				<category><![CDATA[centos]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://tech.yipp.ca/?p=1835</guid>
		<description><![CDATA[<p>include/drm/drmP.h:70:21: error: drm/drm.h: No such file or directory Solution #!/bin/bash KERNEL_RELEASE=`dir -1rt /usr/src/kernels/ &#124; tail -1` echo Patching $KERNEL_RELEASE cd /usr/src/kernels/$KERNEL_RELEASE/include/drm ln -s /usr/include/drm/drm.h drm.h ln -s /usr/include/drm/drm_sarea.h drm_sarea.h ln -s /usr/include/drm/drm_mode.h drm_mode.h ln&#46;&#46;&#46;</p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/centos/1835/">error: drm/drm.h: No such file or directory</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>include/drm/drmP.h:70:21: error: drm/drm.h: No such file or directory</p>
<p>Solution<br />
<code>#!/bin/bash</p>
<p>KERNEL_RELEASE=`dir -1rt /usr/src/kernels/ | tail -1`<br />
echo Patching $KERNEL_RELEASE<br />
cd /usr/src/kernels/$KERNEL_RELEASE/include/drm<br />
ln -s /usr/include/drm/drm.h drm.h<br />
ln -s /usr/include/drm/drm_sarea.h drm_sarea.h<br />
ln -s /usr/include/drm/drm_mode.h drm_mode.h<br />
ln -s /usr/include/drm/drm_fourcc.h drm_fourcc.h</p>
<p></code></p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/centos/1835/">error: drm/drm.h: No such file or directory</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://tech.yipp.ca/centos/1835/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Improve fonts on CentOS 7</title>
		<link>https://tech.yipp.ca/centos-7/improve-fonts-centos-7/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=improve-fonts-centos-7</link>
		<comments>https://tech.yipp.ca/centos-7/improve-fonts-centos-7/#comments</comments>
		<pubDate>Fri, 30 Jan 2015 17:57:37 +0000</pubDate>
		<dc:creator><![CDATA[frank]]></dc:creator>
				<category><![CDATA[centos]]></category>
		<category><![CDATA[centos 7]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://tech.yipp.ca/?p=1461</guid>
		<description><![CDATA[<p>&#160; 1. Install the nux repo Instructions to install the nux repo in CentOS 7 is here 2. Install the necessary packages $&#62; yum --enablerepo=nux-dextop install fontconfig-infinality</p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/centos-7/improve-fonts-centos-7/">Improve fonts on CentOS 7</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>&nbsp;</p>
<h2>1. Install the nux repo</h2>
<p>Instructions to <a title="Add the nux repo to CentOS 7" href="http://tech.yipp.ca/linux/add-nux-repo-centos-7/">install the nux repo in CentOS 7 is here</a></p>
<h2>2. Install the necessary packages</h2>
<pre>$&gt; yum --enablerepo=nux-dextop install fontconfig-infinality</pre>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/centos-7/improve-fonts-centos-7/">Improve fonts on CentOS 7</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://tech.yipp.ca/centos-7/improve-fonts-centos-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install NTFS on CentOS 7</title>
		<link>https://tech.yipp.ca/centos-7/install-ntfs-centos-7/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=install-ntfs-centos-7</link>
		<comments>https://tech.yipp.ca/centos-7/install-ntfs-centos-7/#comments</comments>
		<pubDate>Fri, 30 Jan 2015 15:07:47 +0000</pubDate>
		<dc:creator><![CDATA[frank]]></dc:creator>
				<category><![CDATA[centos]]></category>
		<category><![CDATA[centos 7]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://tech.yipp.ca/?p=1449</guid>
		<description><![CDATA[<p>How to install ntfs-3g on CentOS 7 $&#62; su - $&#62; cd $&#62; wget https://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm $&#62; rpm -ivUh epel-release-7-5.noarch.rpm $&#62; yum install ntfs-3g &#160;</p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/centos-7/install-ntfs-centos-7/">Install NTFS on CentOS 7</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></description>
				<content:encoded><![CDATA[<h1>How to install ntfs-3g on CentOS 7</h1>
<pre>$&gt; su -
$&gt; cd 
$&gt; wget https://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm
$&gt; rpm -ivUh epel-release-7-5.noarch.rpm
$&gt; yum install ntfs-3g</pre>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/centos-7/install-ntfs-centos-7/">Install NTFS on CentOS 7</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://tech.yipp.ca/centos-7/install-ntfs-centos-7/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>undefined reference to `udev_enumerate_new&#039;</title>
		<link>https://tech.yipp.ca/centos-7/undefined-reference-udev_enumerate_new/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=undefined-reference-udev_enumerate_new</link>
		<comments>https://tech.yipp.ca/centos-7/undefined-reference-udev_enumerate_new/#comments</comments>
		<pubDate>Thu, 29 Jan 2015 20:26:56 +0000</pubDate>
		<dc:creator><![CDATA[frank]]></dc:creator>
				<category><![CDATA[centos]]></category>
		<category><![CDATA[centos 7]]></category>

		<guid isPermaLink="false">http://tech.yipp.ca/?p=1443</guid>
		<description><![CDATA[<p>libudev-devel.i686 is not available for CentOS 7 undefined reference to `udev_enumerate_scan_devices' undefined reference to `udev_new' undefined reference to `udev_list_entry_get_name' undefined reference to `udev_enumerate_get_list_entry' undefined reference to `udev_list_entry_get_next' undefined reference to `udev_device_new_from_syspath' undefined reference to&#46;&#46;&#46;</p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/centos-7/undefined-reference-udev_enumerate_new/">undefined reference to `udev_enumerate_new'</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></description>
				<content:encoded><![CDATA[<pre>libudev-devel.i686 is not available for CentOS 7

</pre>
<ul>
<li>undefined reference to `udev_enumerate_scan_devices'</li>
<li>undefined reference to `udev_new'</li>
<li>undefined reference to `udev_list_entry_get_name'</li>
<li>undefined reference to `udev_enumerate_get_list_entry'</li>
<li>undefined reference to `udev_list_entry_get_next'</li>
<li>undefined reference to `udev_device_new_from_syspath'</li>
<li>undefined reference to `udev_monitor_receive_device'</li>
</ul>
<pre></pre>
<pre>Solution:</pre>
<pre>
 $&gt; sudo yum install systemd-devel.i686

or</pre>
<pre> $&gt; sudo yum install systemd-devel-208-11.el7_0.6.i686
(at the time of writing)</pre>
<pre></pre>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/centos-7/undefined-reference-udev_enumerate_new/">undefined reference to `udev_enumerate_new'</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://tech.yipp.ca/centos-7/undefined-reference-udev_enumerate_new/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>fatal error: GL/glx.h: No such file or directory</title>
		<link>https://tech.yipp.ca/centos-7/fatal-error-glglx-h-file-directory/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=fatal-error-glglx-h-file-directory</link>
		<comments>https://tech.yipp.ca/centos-7/fatal-error-glglx-h-file-directory/#comments</comments>
		<pubDate>Thu, 29 Jan 2015 19:59:50 +0000</pubDate>
		<dc:creator><![CDATA[frank]]></dc:creator>
				<category><![CDATA[centos]]></category>
		<category><![CDATA[centos 7]]></category>

		<guid isPermaLink="false">http://tech.yipp.ca/?p=1441</guid>
		<description><![CDATA[<p>fatal error: GL/glx.h: No such file or directory &#160; Solution (tested on CentOS 7) $&#62; sudo yum install mesa-libGL-devel</p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/centos-7/fatal-error-glglx-h-file-directory/">fatal error: GL/glx.h: No such file or directory</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>fatal error: GL/glx.h: No such file or directory</p>
<p>&nbsp;</p>
<p>Solution (tested on CentOS 7)</p>
<p>$&gt; sudo yum install mesa-libGL-devel</p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/centos-7/fatal-error-glglx-h-file-directory/">fatal error: GL/glx.h: No such file or directory</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://tech.yipp.ca/centos-7/fatal-error-glglx-h-file-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&quot;Starting file manager&quot; always opening in CentOS</title>
		<link>https://tech.yipp.ca/centos/starting-file-manager-always-opening-centos/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=starting-file-manager-always-opening-centos</link>
		<comments>https://tech.yipp.ca/centos/starting-file-manager-always-opening-centos/#comments</comments>
		<pubDate>Wed, 21 Jan 2015 19:34:10 +0000</pubDate>
		<dc:creator><![CDATA[frank]]></dc:creator>
				<category><![CDATA[centos]]></category>

		<guid isPermaLink="false">http://tech.yipp.ca/?p=1407</guid>
		<description><![CDATA[<p>Problem: Every now and then one or multiple items appear in the taskbar with label "Starting file manager". Solution : Type in console : $&#62; gconftool-2 --type bool --set /apps/nautilus/preferences/show_desktop false This will resolve&#46;&#46;&#46;</p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/centos/starting-file-manager-always-opening-centos/">"Starting file manager" always opening in CentOS</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Problem: Every now and then one or multiple items appear in the taskbar with label "Starting file manager".</p>
<p>Solution :</p>
<p>Type in console :</p>
<p>$&gt; gconftool-2 --type bool --set /apps/nautilus/preferences/show_desktop false</p>
<p>This will resolve the problem!</p>
<p>Why does it happens ?</p>
<p>This is because I have more than one video card &amp; monitor connected to my PC. However I'm only using one when booting CentOS.</p>
<p>By the way I cannot get the other one to function.</p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/centos/starting-file-manager-always-opening-centos/">"Starting file manager" always opening in CentOS</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://tech.yipp.ca/centos/starting-file-manager-always-opening-centos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
