# Amiga apps not showing in launcher

**URL:** https://discourse.farm-ng.com/t/amiga-apps-not-showing-in-launcher/555
**Category:** support
**Created:** [July 1, 2025, 10:49pm UTC](https://discourse.farm-ng.com/t/amiga-apps-not-showing-in-launcher/555 "2025-07-01T22:49:54Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![TheVanadium](https://yyz1.discourse-cdn.com/flex031/user_avatar/discourse.farm-ng.com/thevanadium/32/400_2.png) [@TheVanadium](https://discourse.farm-ng.com/u/TheVanadium)
#### Post date: [July 1, 2025, 10:49pm UTC](https://discourse.farm-ng.com/t/amiga-apps-not-showing-in-launcher/555/1 "2025-07-01T22:49:54Z")

</div>

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

````auto
    "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!
````

---

<div class="post-metadata">

### Author: ![PatrickD](https://yyz1.discourse-cdn.com/flex031/user_avatar/discourse.farm-ng.com/patrickd/32/380_2.png) [@PatrickD](https://discourse.farm-ng.com/u/PatrickD)
#### Post date: [July 2, 2025, 11:30pm UTC](https://discourse.farm-ng.com/t/amiga-apps-not-showing-in-launcher/555/2 "2025-07-02T23:30:18Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![TheVanadium](https://yyz1.discourse-cdn.com/flex031/user_avatar/discourse.farm-ng.com/thevanadium/32/400_2.png) [@TheVanadium](https://discourse.farm-ng.com/u/TheVanadium)
#### Post date: [July 3, 2025, 1:20am UTC](https://discourse.farm-ng.com/t/amiga-apps-not-showing-in-launcher/555/3 "2025-07-03T01:20:06Z")

</div>

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

---

<div class="post-metadata">

### Author: ![PatrickD](https://yyz1.discourse-cdn.com/flex031/user_avatar/discourse.farm-ng.com/patrickd/32/380_2.png) [@PatrickD](https://discourse.farm-ng.com/u/PatrickD)
#### Post date: [July 3, 2025, 2:44am UTC](https://discourse.farm-ng.com/t/amiga-apps-not-showing-in-launcher/555/4 "2025-07-03T02:44:59Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![TheVanadium](https://yyz1.discourse-cdn.com/flex031/user_avatar/discourse.farm-ng.com/thevanadium/32/400_2.png) [@TheVanadium](https://discourse.farm-ng.com/u/TheVanadium)
#### Post date: [July 12, 2025, 11:19pm UTC](https://discourse.farm-ng.com/t/amiga-apps-not-showing-in-launcher/555/5 "2025-07-12T23:19:40Z")

</div>

Unfortunately this did not resolve our issue. We are continuing to ask for/look for solutions.
