<?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[start of uNav through a shell script stopped working]]></title><description><![CDATA[<p dir="auto">I'm used to start <code>uNav</code> from a modified desktop entry and at the end through some small shell script (to connect the modified app to a local running HTTP server). The desktop entry is:</p>
<pre><code>    [Desktop Entry]
    Name=unav-osm
    Type=Application
    Exec=/usr/bin/nohup /home/phablet/unav.sh
    Icon=/userdata/system-data/opt/click.ubuntu.com/navigator.costales/current/icon.png
    Terminal=false
    X-Ubuntu-Touch=true
</code></pre>
<p dir="auto">and the shell script is at the end to launch <code>uNav</code>:</p>
<pre><code># 2.3
cd /opt/click.ubuntu.com/navigator.costales/2.3
aa-exec-click -p navigator.costales_navigator_2.3 -- qmlscene %u qml/Main.qml &gt; /tmp/unav.err 2&gt; /tmp/unav.err
</code></pre>
<p dir="auto">This gives in the file <code>/tmp/unav.err</code> the following messages:</p>
<pre><code># cat /tmp/unav.err 
Loading module: 'libubuntu_application_api_touch_mirclient.so.3.0.0'
Creating a QMirClientScreen now
"/opt/click.ubuntu.com/navigator.costales/2.3/%u" does not exist.
&lt;Unknown File&gt;: WARNING: the use of the Ubuntu.Components.Extras.Browser and Ubuntu.Web  namespace is deprecated, please consider updating your applications to import Morph.Web instead.
file:///opt/click.ubuntu.com/navigator.costales/2.3/qml/Main.qml:24 module "com.canonical.Oxide" is not installed
</code></pre>
<p dir="auto">Any idea what might be missing now or is wrong. It still worked in summer 2020 and I think that the problem is caused by installing one of the last OTA.</p>
<p dir="auto">Thanks<br />
Matthias</p>
]]></description><link>https://forums.ubports.com/topic/6409/start-of-unav-through-a-shell-script-stopped-working</link><generator>RSS for Node</generator><lastBuildDate>Wed, 11 Mar 2026 13:15:55 GMT</lastBuildDate><atom:link href="https://forums.ubports.com/topic/6409.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 11 Jul 2021 08:41:26 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to start of uNav through a shell script stopped working on Sun, 11 Jul 2021 09:44:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/applee" aria-label="Profile: applee">@<bdi>applee</bdi></a>: you beat me to the right answer, though ... :beaming_face_with_smiling_eyes:</p>
]]></description><link>https://forums.ubports.com/post/52986</link><guid isPermaLink="true">https://forums.ubports.com/post/52986</guid><dc:creator><![CDATA[arubislander]]></dc:creator><pubDate>Sun, 11 Jul 2021 09:44:41 GMT</pubDate></item><item><title><![CDATA[Reply to start of uNav through a shell script stopped working on Sun, 11 Jul 2021 09:42:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/arubislander" aria-label="Profile: arubislander">@<bdi>arubislander</bdi></a> Oh right, didn't pay much attention to the release version. :thumbs_up:</p>
]]></description><link>https://forums.ubports.com/post/52985</link><guid isPermaLink="true">https://forums.ubports.com/post/52985</guid><dc:creator><![CDATA[AppLee]]></dc:creator><pubDate>Sun, 11 Jul 2021 09:42:59 GMT</pubDate></item><item><title><![CDATA[Reply to start of uNav through a shell script stopped working on Sun, 11 Jul 2021 09:42:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/guru" aria-label="Profile: guru">@<bdi>guru</bdi></a> Your script targets an old version of uNav (2.3) which uses the old Oxide web library that has been removed in one of the latest OTA's after having been deprecated for a few previous OTA's.</p>
<p dir="auto">The latest version of uNav is 3.13.</p>
]]></description><link>https://forums.ubports.com/post/52984</link><guid isPermaLink="true">https://forums.ubports.com/post/52984</guid><dc:creator><![CDATA[arubislander]]></dc:creator><pubDate>Sun, 11 Jul 2021 09:42:01 GMT</pubDate></item><item><title><![CDATA[Reply to start of uNav through a shell script stopped working on Sun, 11 Jul 2021 09:40:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/guru" aria-label="Profile: guru">@<bdi>guru</bdi></a><br />
Just by reading the log, I'd say <code>%u</code> is not used anymore or something like that.<br />
Or maybe this argument should be set after the filename...</p>
<p dir="auto">First I would try to remove this <code>%u</code> and see how it works.<br />
I don't know its purpose but I think it won't work.</p>
<p dir="auto">And more importantly, Oxide support has been removed from Ubuntu Touch. There were many warnings before doing it. I think uNav has been updated but if you still use an old qml file it might need an update...</p>
]]></description><link>https://forums.ubports.com/post/52983</link><guid isPermaLink="true">https://forums.ubports.com/post/52983</guid><dc:creator><![CDATA[AppLee]]></dc:creator><pubDate>Sun, 11 Jul 2021 09:40:14 GMT</pubDate></item></channel></rss>