-
Notifications
You must be signed in to change notification settings - Fork 9
Description
I want to use the published docker container to run enigma on my PC. I want to try it for building and debugging enigma2 python 3 plugins.
I am using Openpli 9.x. (Python3)
But now I have some problems building and running the docker container.
I can't find the libdvbsi++ library. The url is not working anymore. git://git.opendreambox.org/git/obi/libdvbsi++.git
Where can I find a working copy of this library?
When I start the enigma container and enigma2 I see: eInit reached rl -1.
[gRC] Thread has finished.
[eInit] - (9) Font Render Class
[eInit] - (9) gLCD
[eInit] - (9) gSDLDC
[eInit] - (8) graphics acceleration manager
[eInit] - (5) Tuxtxt
[eInit] - (1) Background File Eraser
[eInit] reached rl -1
Also when I connect to the server/enigma2 with vnc I only see a black screen.
I think enigma2 is not started correctly.
It would be nice if someone could help me setting up a working development environment with the enigma2 docker image
with updated instructions to sort out this issues.
Thank you.