Amiga apps not showing in launcher

  • 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:

  1. 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!

I’ve had a similar issue. I found that my Kivy app I installed might have been causing the issues. After uninstalling the Kivy app, the issue fixed itself. All services were also missing which was fixed by the same thing. I am not sure why this may have been causing the issue however.

We’ll be trying this soon. Did reinstalling the Kivy app cause the issue to come back?

Reinstalling it did cause the issue to come up again. I have since changed the manifest.json file to use the correct path. It may have been wiping the file and affecting everything else as well. I am not certain this is the full fix.