https://bugs.kde.org/show_bug.cgi?id=388232

Mauro Carvalho Chehab <mchehab+sams...@kernel.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|                            |https://commits.kde.org/kaf
                   |                            |feine/5dda1825c50d8330795ed
                   |                            |0ff8b786186acd38c63
         Resolution|---                         |FIXED
             Status|REPORTED                    |RESOLVED

--- Comment #10 from Mauro Carvalho Chehab <mchehab+sams...@kernel.org> ---
Git commit 5dda1825c50d8330795ed0ff8b786186acd38c63 by Mauro Carvalho Chehab.
Committed on 15/05/2019 at 20:11.
Pushed by mauroc into branch 'master'.

Add a Dockerfile to allow building Kaffeine inside a container

This is a basic Dockerfile with builds Kaffeine inside an
Ubuntu Disco container.

With the current settings, the container doesn't access the
DVB devices with are outside the container.

A command that would allow opening a file from your home
directory and to use a Digital TV device would be like:

    $ docker run -it --env="DISPLAY" --env="QT_X11_NO_MITSHM=1"
--volume="/tmp/.X11-unix:/tmp/.X11-unix:rw" --volume="$HOME:$HOME:rw" $(for i
in $(ls /dev/dvb/adapter*/*); do echo -n "--device=$i:$i:rwm "; done) kaffeine

Please notice, however, that, with the above there won't be
any persistent storage. every time the docker container
runs, it will forget any previously configured data, EPG
information, etc.

Signed-off-by: Mauro Carvalho Chehab <mchehab+sams...@kernel.org>

A  +46   -0    Dockerfile

https://commits.kde.org/kaffeine/5dda1825c50d8330795ed0ff8b786186acd38c63

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to