-
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
Could not run kodi container on pure wayland machine #26
Comments
This is a bug in x11docker, not from the kodi image. I have fixed it in x11docker master branch, should work now. Please update and try out. However, I doubt that kodi itself runs on Wayland, but I am not sure about that. |
@mviereck So I reported to the wrong place. Sorry for that. |
No problem. :-)
That's odd. Could you please open a ticket at https://github.com/mviereck/x11docker and attach the
ok, I wasn't aware of that. |
OK, closing it here. New issue is |
On x11docker side the bug is basically fixed.
Maybe there is a kodi Wayland library missing. |
I've added
I am not sure how to proceed. Maybe kodi needs an option to be set to run on Wayland? |
Hi @mviereck GBM stands for generic buffer manager and Adding |
Trying to setup a HTPC. It's a fresh Void Linux install with wayland+weston+elogind on a spare NUC. (I want to add LMS there and probably some other stuff later on, that's why I did not used LibreELEC for this, which would be quite straightforward).
So, weston starts okay and seemingly works (didn't go beyond the successful start for I actually don't need it).
However I can't make the dockerized kodi start.
My most successful test setup so far was like this
x11docker -- wayland -- tty --gpu --alsa --homedir /home/docker
which gets
invalid volume specification: '/run/user/1000/:/:rw' invalid mount config for type "bind": destination can't be '/'.
Adding
"-v /run/user/1000:/tmp:rw"
doesn't help.XDG_RUNTIME_DIR is manually set and exported on a host machine.
I'm not quite familiar with docker yet so I probably would need some directions...
UPDATE: XDG_RUNTIME_DIR being unset makes the "/:/:rw" instead
The text was updated successfully, but these errors were encountered: