<?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: Nautilus Hide &#8211; Easily Hide Files &#038; Folders in Nautilus File Manager	</title>
	<atom:link href="https://www.geeksmint.com/nautilus-hide-files-folders-in-file-manager/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.geeksmint.com/nautilus-hide-files-folders-in-file-manager/</link>
	<description>GeeksMint: Computers, How-to&#039;s, Internet, Tips and Tricks</description>
	<lastBuildDate>Mon, 21 Aug 2017 16:03:56 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Rune Millerjord		</title>
		<link>https://www.geeksmint.com/nautilus-hide-files-folders-in-file-manager/#comment-2749</link>

		<dc:creator><![CDATA[Rune Millerjord]]></dc:creator>
		<pubDate>Mon, 21 Aug 2017 11:39:12 +0000</pubDate>
		<guid isPermaLink="false">https://www.geeksmint.com/?p=5575#comment-2749</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.geeksmint.com/nautilus-hide-files-folders-in-file-manager/#comment-2677&quot;&gt;Jon Loveless&lt;/a&gt;.

I had the same issue, and the links below helped me.

But the short version of that was: instead of using &quot;cmake ..&quot; I used &quot;cmake {path to nautilus-hide}&quot;.

And I got an issue missing xdotool, so a quick apt to install that one and I got to install nautilus-hide.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.geeksmint.com/nautilus-hide-files-folders-in-file-manager/#comment-2677">Jon Loveless</a>.</p>
<p>I had the same issue, and the links below helped me.</p>
<p>But the short version of that was: instead of using &#8220;cmake ..&#8221; I used &#8220;cmake {path to nautilus-hide}&#8221;.</p>
<p>And I got an issue missing xdotool, so a quick apt to install that one and I got to install nautilus-hide.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Divine		</title>
		<link>https://www.geeksmint.com/nautilus-hide-files-folders-in-file-manager/#comment-2682</link>

		<dc:creator><![CDATA[Divine]]></dc:creator>
		<pubDate>Sun, 20 Aug 2017 10:25:09 +0000</pubDate>
		<guid isPermaLink="false">https://www.geeksmint.com/?p=5575#comment-2682</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.geeksmint.com/nautilus-hide-files-folders-in-file-manager/#comment-2677&quot;&gt;Jon Loveless&lt;/a&gt;.

Here are two links that might help:
-&gt; https://stackoverflow.com/questions/36989494/cmake-error-cmake-dont-find-source-directory-or-cmakelists-txt-installing-ogr

-&gt; https://stackoverflow.com/questions/24153845/opencv-ubuntu-12-04-cmake-error-source-directory-does-not-appear-to-contain-cm]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.geeksmint.com/nautilus-hide-files-folders-in-file-manager/#comment-2677">Jon Loveless</a>.</p>
<p>Here are two links that might help:<br />
-> <a target="_blank" href="https://stackoverflow.com/questions/36989494/cmake-error-cmake-dont-find-source-directory-or-cmakelists-txt-installing-ogr" rel="nofollow ugc">https://stackoverflow.com/questions/36989494/cmake-error-cmake-dont-find-source-directory-or-cmakelists-txt-installing-ogr</a></p>
<p>-> <a target="_blank" href="https://stackoverflow.com/questions/24153845/opencv-ubuntu-12-04-cmake-error-source-directory-does-not-appear-to-contain-cm" rel="nofollow ugc">https://stackoverflow.com/questions/24153845/opencv-ubuntu-12-04-cmake-error-source-directory-does-not-appear-to-contain-cm</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jon Loveless		</title>
		<link>https://www.geeksmint.com/nautilus-hide-files-folders-in-file-manager/#comment-2677</link>

		<dc:creator><![CDATA[Jon Loveless]]></dc:creator>
		<pubDate>Fri, 18 Aug 2017 15:54:08 +0000</pubDate>
		<guid isPermaLink="false">https://www.geeksmint.com/?p=5575#comment-2677</guid>

					<description><![CDATA[I get an error:
jon@jon-Z68MA:~$ git clone https://github.com/brunonova/nautilus-hide.git
Cloning into &#039;nautilus-hide&#039;...
remote: Counting objects: 296, done.
remote: Total 296 (delta 0), reused 0 (delta 0), pack-reused 296
Receiving objects: 100% (296/296), 55.24 KiB &#124; 0 bytes/s, done.
Resolving deltas: 100% (133/133), done.
jon@jon-Z68MA:~$ mkdir build
jon@jon-Z68MA:~$ cd build
jon@jon-Z68MA:~/build$ cmake ..
CMake Error: The source directory &quot;/home/jon&quot; does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
jon@jon-Z68MA:~/build$ make
make: *** No targets specified and no makefile found.  Stop.
jon@jon-Z68MA:~/build$ cmake ..]]></description>
			<content:encoded><![CDATA[<p>I get an error:<br />
jon@jon-Z68MA:~$ git clone <a target="_blank" href="https://github.com/brunonova/nautilus-hide.git" rel="nofollow ugc">https://github.com/brunonova/nautilus-hide.git</a><br />
Cloning into &#8216;nautilus-hide&#8217;&#8230;<br />
remote: Counting objects: 296, done.<br />
remote: Total 296 (delta 0), reused 0 (delta 0), pack-reused 296<br />
Receiving objects: 100% (296/296), 55.24 KiB | 0 bytes/s, done.<br />
Resolving deltas: 100% (133/133), done.<br />
jon@jon-Z68MA:~$ mkdir build<br />
jon@jon-Z68MA:~$ cd build<br />
jon@jon-Z68MA:~/build$ cmake ..<br />
CMake Error: The source directory &#8220;/home/jon&#8221; does not appear to contain CMakeLists.txt.<br />
Specify &#8211;help for usage, or press the help button on the CMake GUI.<br />
jon@jon-Z68MA:~/build$ make<br />
make: *** No targets specified and no makefile found.  Stop.<br />
jon@jon-Z68MA:~/build$ cmake ..</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
