Gregor Santner

Results 501 comments of Gregor Santner

you really should ask yourself if you need to run such a power hungry application that requires all acceleration it can get ... through containerization on a quite low end...

are you sure you try that you try to run x11docker / docker commands here? If you run `kodi-standalone` that runs on your desktop as usually, and there you would...

well you want help but dont say what exactly you run that not works

I don't know what you mean or do with the second command, but this is all I do: ``` sudo /usr/bin/x11docker --vt 1 --xorg --showenv --name dockerkodi --pulseaudio --homedir /var/lib/kodidocker...

with kodi 19 there will be only a single binary for all window systems, making this probably obsolete. https://kodi.tv/article/kodi-19x-matrix-beta-1

I would suggest to keep the current base image. Alpine only has the kodi package itself basically, and nearly no addons. Like games, iptv etc. See . And using prebuilts...

My overall changes to Dockerfile: ![grafik](https://user-images.githubusercontent.com/6735650/85542512-71ecbf80-b619-11ea-901f-ec2790e0af65.png) @ehough What do you think about making these changes on master?: - Use `DEBIAN_FRONTEND=noninteractive` before apt calls, and export it as env var. I...

> Thanks so much for these great suggestions! And sorry for my late response. > > > Use DEBIAN_FRONTEND=noninteractive before apt calls, and export it as env var. I have...

I didn't notice this PR, but I've run into same issue, see . ![grafik](https://user-images.githubusercontent.com/6735650/87191526-1d696580-c2e4-11ea-89b4-cd48db5cfbc2.png) Haven't checked PR changes, but I know that my additions fixed the problem.

Can WorkingDirectory in .desktop maybe set to something so it resolves correctly? (i.e. workaround)