-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apps in /sd/apps not showing in the launcher #180
Comments
I figured it out. I didn’t need to wrap the .py file in a directory. I just had to leave the .py file directly in the /sd/apps directory, so it looks like /sd/apps/MyApp.py. Is this the correct solution? |
I haven't tested this yet, but I think you could also have your app as a module, leaving the folder structure and renaming MyApp.py as |
Yup! You've got it figured out 😁
You're right. Apps can either be plain .py files, placed directly in the apps folder, or directories with an The directory structure with the |
I am trying to install my custom apps on MicroHydra by placing them in the /sd/apps directory on an SD card. Each app includes a .py file and a details.yml file. However, after rebooting the device, the apps do not appear in the launcher.
Example directory structure:
Expected behavior:
The app "MyApp" should be visible and accessible in the launcher.
Actual behavior:
The app "MyApp" does not appear in the launcher.
Additional information:
I followed the documentation, which mentions that apps should be .py files or directories with an init.py file.
I included a details.yml file, as I assumed it might be needed for app metadata.
Other SD card functionality is working, so the card is properly mounted.
My deivice is Cardputer, MicroHydra v2.3.
Did I misunderstand the app requirements or miss a key step? I would appreciate any guidance to resolve this. Thank you!
The text was updated successfully, but these errors were encountered: