https://bugs.kde.org/show_bug.cgi?id=388232
Mauro Carvalho Chehab <mchehab+sams...@kernel.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |--- Ever confirmed|0 |1 Status|RESOLVED |REOPENED --- Comment #11 from Mauro Carvalho Chehab <mchehab+sams...@kernel.org> --- (In reply to Mauro Carvalho Chehab from comment #10) > Git commit 5dda1825c50d8330795ed0ff8b786186acd38c63 by Mauro Carvalho Chehab. This patch adds container support for Kaffeine. The container itself is easily built by running this from Kaffeine's git: $ docker build -t "kaffeine" . (after having docker properly installed) As explained, however, it has one major drawback: it won't have persistent data, at least if one runs it with: $ 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 I suspect that this can be managed via some docker run command (or by using some high level container tooling), but I need to dig further. So, for now, I'll keep this bug opened. -- You are receiving this mail because: You are watching all bug changes.