<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Qt Creator is always looking for Ollama since the latest update]]></title><description><![CDATA[<p dir="auto">Using the latest update to Qt Creator 19.0.2 on Linux Ubuntu 24.04 and Qt 6.11.1.</p>
<p dir="auto">Every time I open a project or change a *.pro file, I get an error now:</p>
<pre><code>:-1: error: find: ‘/usr/share/ollama/.nv’: Permission denied
</code></pre>
<p dir="auto">I have Ollama running, but why does Qt Creator need to access it? I had been using the AI translation facility of Qt Linguist, but Qt Creator itself should not be using it if I don't tell it to. I have no AI settings active at all in Preferences.</p>
<p dir="auto">What is causing this, and how can I stop it from happening? I am pretty sure that I did NOT get this error until I installed the update today.</p>
<p dir="auto">Here is what "About Qt Creator" says:</p>
<pre><code>Product: Qt Creator 19.0.2
Based on: Qt 6.10.3 (GCC 11.5.0 20240719 (Red Hat 11.5.0-11), x86_64)
Built on: Mon May 11 08:32:25 2026
From revision: 41c25c247e
</code></pre>
]]></description><link>https://forum.qt.io/topic/164786/qt-creator-is-always-looking-for-ollama-since-the-latest-update</link><generator>RSS for Node</generator><lastBuildDate>Mon, 20 Jul 2026 06:28:52 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/164786.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 12 Jun 2026 09:26:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Qt Creator is always looking for Ollama since the latest update on Thu, 09 Jul 2026 15:59:29 GMT]]></title><description><![CDATA[<p dir="auto">I found out that if I create a new project without any translation files, it opens the project normally. Then if I add a <code>TRANSLATIONS</code> section to the <code>.pro</code> file, I get the error described above. So it might have something to do with Qt Linguist? But I can use different AI models in Lnguist, not necessarily <code>ollama</code>?</p>
]]></description><link>https://forum.qt.io/post/839073</link><guid isPermaLink="true">https://forum.qt.io/post/839073</guid><dc:creator><![CDATA[Robert Hairgrove]]></dc:creator><pubDate>Thu, 09 Jul 2026 15:59:29 GMT</pubDate></item><item><title><![CDATA[Reply to Qt Creator is always looking for Ollama since the latest update on Thu, 25 Jun 2026 14:07:31 GMT]]></title><description><![CDATA[<p dir="auto">I would like to add that I haven't been able to reproduce the issue when creating and opening "Hello World"-type projects. I do have some <code>$$system()</code> calls in the <code>.pro</code> file where it happens, but these are necessary (many are for finding programs like <code>pkg-config</code>, which was mentioned).</p>
<p dir="auto">But none of the external system calls have anything to do with <code>ollama</code>, and I really only use it in Qt Linguist which is referenced through the <code>External Tools</code> menu in Qt Creator. Maybe over the weekend I will have time to investigate further.</p>
]]></description><link>https://forum.qt.io/post/838887</link><guid isPermaLink="true">https://forum.qt.io/post/838887</guid><dc:creator><![CDATA[Robert Hairgrove]]></dc:creator><pubDate>Thu, 25 Jun 2026 14:07:31 GMT</pubDate></item><item><title><![CDATA[Reply to Qt Creator is always looking for Ollama since the latest update on Mon, 22 Jun 2026 09:28:24 GMT]]></title><description><![CDATA[<p dir="auto">I changed the permissions on the <code>.nv</code> folder and the (empty) subfolder <code>ComputeCache</code> it contains. The error was not reported by Qt Creator any more, but I'm not sure it is a good idea to leave the permissions this way. The <code>ollama</code> service can run as a different user than <code>ollama</code>. In order to be able to connect to the service using Qt Linguis, I need to either start the service configured to use a different user, i.e. my own user, or else stop the service and start it from a terminal. Then I can use Qt Linguist. I'm not sure why this is, because if I let <code>ollama</code> run as the <code>ollama</code> user, I can send requests through <code>localhost</code> without any probem (I also have Apache running in the background, BTW).</p>
<p dir="auto">I noticed that when <code>ollama</code> is running as my own user, I get a folder <code>.nv</code> in my home directory which has my user listed as owner and group. Presumably, Qt Creator is just checking to see whether it can access Ollama as my user or not, and uses the <code>find</code> command to locate the <code>.nv</code> folder -- perhaps without ever actually needing to use it. If this is the case, "Permission denied" errors should be ignored and not propagated to Qt Creator application output. This is the offending behavior.</p>
]]></description><link>https://forum.qt.io/post/838854</link><guid isPermaLink="true">https://forum.qt.io/post/838854</guid><dc:creator><![CDATA[Robert Hairgrove]]></dc:creator><pubDate>Mon, 22 Jun 2026 09:28:24 GMT</pubDate></item><item><title><![CDATA[Reply to Qt Creator is always looking for Ollama since the latest update on Fri, 19 Jun 2026 15:49:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ziller">@<bdi>ziller</bdi></a> Thanks for the suggestions. But I got along fine without <code>ollama</code> until I started using Qt Linguist's AI translation feature. I can just ignore the error since it doesn't seem to have any side effects. But it seems like a bug to me -- not one I am presently motivated to find, however.</p>
]]></description><link>https://forum.qt.io/post/838826</link><guid isPermaLink="true">https://forum.qt.io/post/838826</guid><dc:creator><![CDATA[Robert Hairgrove]]></dc:creator><pubDate>Fri, 19 Jun 2026 15:49:04 GMT</pubDate></item><item><title><![CDATA[Reply to Qt Creator is always looking for Ollama since the latest update on Fri, 19 Jun 2026 07:27:12 GMT]]></title><description><![CDATA[<pre><code>:-1: error: find: ‘/usr/share/ollama/.nv’: Permission denied
</code></pre>
<p dir="auto">Does the .pro file that you open in Qt Creator contain some $$system command or such that triggers find? These might be executed whenever Qt Creator parses the project. You can turn that off in "Preferences &gt; Build &amp; Run &gt; Qmake &gt; Ignore qmake's system() function", but that might also break project loading if that does something essential for your .pro file. The find command might also be triggered by some other included .pri file, or .prf file or by some other tool that is run (no idea what e.g. pkg_config might do for finding packages, though I'd assume that that doesn't do a global find....)</p>
<p dir="auto">If you can reproduce the issue when running qmake for the project from the command line, you can try running qmake with the "-d" option (possibly multiple 'd's to increase verbosity) to find out what calls find.</p>
]]></description><link>https://forum.qt.io/post/838821</link><guid isPermaLink="true">https://forum.qt.io/post/838821</guid><dc:creator><![CDATA[ziller]]></dc:creator><pubDate>Fri, 19 Jun 2026 07:27:12 GMT</pubDate></item><item><title><![CDATA[Reply to Qt Creator is always looking for Ollama since the latest update on Thu, 18 Jun 2026 11:53:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/robert-hairgrove">@<bdi>Robert-Hairgrove</bdi></a> said in <a href="/post/838811">Qt Creator is always looking for Ollama since the latest update</a>:</p>
<blockquote>
<p dir="auto">No. Why should I have to do that?</p>
</blockquote>
<p dir="auto">Because you would see if that makes a difference and allows it to work.  I quoted you where it says it's a temporary directory and can be deleted anyway.  But instead of trying that you are welcome to live with the warning message you do not like.</p>
<blockquote>
<p dir="auto">If Ollama sets those permissions by default, then there must be a reason for that, IMHO</p>
</blockquote>
<p dir="auto">The permissions look like they may be fine if/when Ollama runs as <code>ollama</code> user.  Your problem seems to be <strong>Creator</strong>  (if that is what is issuing the message) choosing to run some <code>find</code> command, for whatever reason, which may be nothing to do with Ollama itself.</p>
]]></description><link>https://forum.qt.io/post/838814</link><guid isPermaLink="true">https://forum.qt.io/post/838814</guid><dc:creator><![CDATA[JonB]]></dc:creator><pubDate>Thu, 18 Jun 2026 11:53:03 GMT</pubDate></item><item><title><![CDATA[Reply to Qt Creator is always looking for Ollama since the latest update on Thu, 18 Jun 2026 08:49:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jonb">@<bdi>JonB</bdi></a> said in <a href="/post/838779">Qt Creator is always looking for Ollama since the latest update</a>:</p>
<blockquote>
<p dir="auto">have you tried deleting it or changing its permissions?</p>
</blockquote>
<p dir="auto">No. Why should I have to do that? If Ollama sets those permissions by default, then there must be a reason for that, IMHO.</p>
]]></description><link>https://forum.qt.io/post/838811</link><guid isPermaLink="true">https://forum.qt.io/post/838811</guid><dc:creator><![CDATA[Robert Hairgrove]]></dc:creator><pubDate>Thu, 18 Jun 2026 08:49:12 GMT</pubDate></item><item><title><![CDATA[Reply to Qt Creator is always looking for Ollama since the latest update on Tue, 16 Jun 2026 14:38:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/robert-hairgrove">@<bdi>Robert-Hairgrove</bdi></a><br />
Since Google/AI says:</p>
<blockquote>
<p dir="auto">Yes, you can delete the <code>.nv</code> folder. It is simply a temporary cache. However, the very next time you run a heavy model on your NVIDIA GPU, Ollama and the CUDA driver will automatically regenerate the folder to store the necessary computational kernels.</p>
</blockquote>
<p dir="auto">have you tried deleting it or changing its permissions?</p>
]]></description><link>https://forum.qt.io/post/838779</link><guid isPermaLink="true">https://forum.qt.io/post/838779</guid><dc:creator><![CDATA[JonB]]></dc:creator><pubDate>Tue, 16 Jun 2026 14:38:49 GMT</pubDate></item><item><title><![CDATA[Reply to Qt Creator is always looking for Ollama since the latest update on Tue, 16 Jun 2026 14:12:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cristian-adam">@<bdi>cristian-adam</bdi></a> Thanks again. I tried <code>strace</code> but couldn't find anything. Unfortunately, I don't know the right options to use. It looks like the call to <code>find</code> is buried deeply in the parsing of the code base for the project.</p>
<p dir="auto">However, I looked at the way <code>ollama</code> installs the directory under <code>/usr/shared</code> . I'm surprised that this could ever work since permissions for the <code>.nv</code> directory are severely restricted::</p>
<pre><code>bob@laptop:/usr/share/ollama$ ls -al
total 40
drwxr-x---   4 ollama ollama  4096 Dec 25 17:23 .
drwxr-xr-x 377 root   root   16384 May 25 12:17 ..
-rw-r--r--   1 ollama ollama   220 Mar 31  2024 .bash_logout
-rw-r--r--   1 ollama ollama  3771 Mar 31  2024 .bashrc
drwx------   3 ollama ollama  4096 Dec 25 17:23 .nv     &lt;== permissions?
drwxr-xr-x   3 ollama ollama  4096 Dec 25 17:23 .ollama
-rw-r--r--   1 ollama ollama   807 Mar 31  2024 .profile
</code></pre>
<p dir="auto">To install <code>ollama</code>, I just followed the instructions given on their website -- nothing special.</p>
]]></description><link>https://forum.qt.io/post/838777</link><guid isPermaLink="true">https://forum.qt.io/post/838777</guid><dc:creator><![CDATA[Robert Hairgrove]]></dc:creator><pubDate>Tue, 16 Jun 2026 14:12:41 GMT</pubDate></item><item><title><![CDATA[Reply to Qt Creator is always looking for Ollama since the latest update on Fri, 12 Jun 2026 10:39:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/robert-hairgrove">@<bdi>Robert-Hairgrove</bdi></a> <a href="https://github.com/qt-creator/qt-creator/commit/e38993883ab52878b85212607f3528522c5c553a" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/qt-creator/qt-creator/commit/e38993883ab52878b85212607f3528522c5c553a</a> was for me the only <em>ollama</em> feature that I knew of in 19.0.2.</p>
<p dir="auto">Maybe you can use <code>strace</code> to find out who is trying to access the folder.</p>
]]></description><link>https://forum.qt.io/post/838708</link><guid isPermaLink="true">https://forum.qt.io/post/838708</guid><dc:creator><![CDATA[cristian-adam]]></dc:creator><pubDate>Fri, 12 Jun 2026 10:39:20 GMT</pubDate></item><item><title><![CDATA[Reply to Qt Creator is always looking for Ollama since the latest update on Fri, 12 Jun 2026 10:25:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cristian-adam">@<bdi>cristian-adam</bdi></a> Thanks, but there is nothing listed there.</p>
]]></description><link>https://forum.qt.io/post/838707</link><guid isPermaLink="true">https://forum.qt.io/post/838707</guid><dc:creator><![CDATA[Robert Hairgrove]]></dc:creator><pubDate>Fri, 12 Jun 2026 10:25:38 GMT</pubDate></item><item><title><![CDATA[Reply to Qt Creator is always looking for Ollama since the latest update on Fri, 12 Jun 2026 10:07:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/robert-hairgrove">@<bdi>Robert-Hairgrove</bdi></a> check under <em>Preferences &gt; AI &gt; Custom Language Models</em> if you have something there.</p>
<p dir="auto">This feature was added a while ago to help with error messages, and AFAIK it uses ollama.</p>
]]></description><link>https://forum.qt.io/post/838706</link><guid isPermaLink="true">https://forum.qt.io/post/838706</guid><dc:creator><![CDATA[cristian-adam]]></dc:creator><pubDate>Fri, 12 Jun 2026 10:07:46 GMT</pubDate></item></channel></rss>