-
What package and version are you using ?
2.3.4 -
Please, describe the issues you are seeing ?
Amiga apps are not showing in the launcher
Only 1 step to recreate:
- Power on amiga, opening launcher
Result is in a launcher without any apps, even the ones we’ve installed. Serving the backend in debug mode, VNC-ing into the Amiga, then using console commands to navigate to our app is effective, but this is obviously less than ideal.
** Any possible information will make the live of the community members easy to reply and provide a solution.
If relevant, this is the install script of the most recent app we launched:
"services": {
"aaron-app": {
"name": "aaron-app",
"type": "app",
"exec_cmd": "/mnt/managed_home/farm-ng-user-aaron-romero/Desktop/farm-ng-amiga-autonomous-navigation/amiga-app/venv/bin/python/mnt/managed_home/farm-ng-user-aaron-romero/Desktop/farm-ng-amiga-autonomous-navigation/amiga-app/main.py",
"app_route": "8042",
"display_name": "Aaron App"
}
}
}```
Thanks in advance!