I'm used to start uNav
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:
[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
and the shell script is at the end to launch uNav
:
# 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 > /tmp/unav.err 2> /tmp/unav.err
This gives in the file /tmp/unav.err
the following messages:
# 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.
<Unknown File>: 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
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.
Thanks
Matthias