-
Notifications
You must be signed in to change notification settings - Fork 61
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
GUI for configuration #2
Comments
This kaptain stuff is like wizardry! Quite impressive how it can create a GUI with such little code. I like this idea of providing a helper script, GUI or otherwise, that can help users figure out the
This is a little out of my area of expertise. Do you think that if I study |
You can look at I'll open a new ticket #3 for possible X server options and their pitfalls and dependencies. |
Thoughts for automated decision: Sound: X server: Wayland: GPU: |
Thank you! I'll start digging in over the next few days. |
Note to |
I recommend to install |
Interesting. Thanks for the tip! I looked through the source of |
You could develop some sort of GUI, for example with
dialog
on a terminal base, or withx11docker/kaptain
on a GUI base.Unpolished example:
Code for this example:
Your kodi startup could than detect on itself if
pulseaudio
is running on host and decide whether to use--alsa
or--pulseaudio
. It could detect whether it runs on console or in X and decide whether to use--xorg
or--weston-xwayland
or--xephyr
.Only an idea to provide a simple plug&play interface for users, not a mandatory feature. :-)
The text was updated successfully, but these errors were encountered: