community
community copied to clipboard
Missing support for Aiku-OS
Software Versions
- Python: 3.8.12
- OS: Haiku-OS
- Kivy: 2.1.0
- Kivy installation method: pip3.8, build with setup.py, and create .hpkg

Describe the bug A clear and concise description of what the bug is.
The issue tracker is a tool to address bugs only (search known bugs: https://git.io/vM1iE). Please use the #support Discord channel at https://chat.kivy.org/ or Stack Overflow for support questions, more information at https://git.io/vM1yQ.
Expected behavior A clear and concise description of what you expected to happen.
To Reproduce A short, runnable example that reproduces the issue with latest kivy master.
Code and Logs and screenshots
// REPLACE ME: Paste your code and logs here, a template can be found at https://git.io/vM1id.
Additional context Add any other context about the problem here.
Hi @GWrench ,
What's the output of import sys; sys.platform ?
Hi @GWrench , What's the output of
import sys; sys.platform?

If you say this, i can complete this question knowing Python on your own? I wanted to study with gui framework :), as they say, practice right away
The name of your platform is wrong. It is supposed to return linux instead of haiku1.
Kivy will not understand which platform you are using if you stay with haiku1.
Well, Aiku is a legitimate platform, if very niche, but we don't support it at the moment, maybe support is easy to provide, maybe it's not, but none of the core developers use Aiku, as far as i know, and no one tried to make it work. You are welcome trying to add support for it, if your changes don't add too much complexity, but don't expect much help doing so, as we don't know the specificities of Aiku-OS compared to Linux or other platforms.