Martin Viereck

Results 26 issues of Martin Viereck

I tried some different possible X server setups for kodi. - Within already running X: - quite well: - `--hostdisplay --gpu` - `--hostdisplay --trusted --hostipc` - `--weston-xwayland` with and without...

enhancement

You could develop some sort of GUI, for example with `dialog` on a terminal base, or with `x11docker/kaptain` on a GUI base. Unpolished example: ![GUI for erichough/kodi](http://up.picr.de/32372655mm.png) Code for this...

enhancement

I want to ask kindly for an option to skip image alignment. I'd like to add an option to my tools to stack with your `focus-stack` and also other tools...

On debian bullseye I can successfully build a deb package with `make builddeb`. But installing the package gives a dependency issue: ``` $ sudo env LANG=C apt install ./focus-stack_1.1-4-g72a3527_amd64.deb Reading...

Coming from https://github.com/mviereck/x11docker/issues/331, we might continue the discussion here on how docker-osx could be improved to integrate better with x11docker. I am citing myself: @sickcodes Some improvements could be done...

Running dockered GUI applications on host display `:0` can lead to MIT-SHM errors and rendering issues. Sample setup: ``` xhost + # security issue, you know docker run -it \...

bug
enhancement

The recent `jess/firefox` regulary has tab crashes. This can be reproduced e.g. with youtube videos. This has been fixed once with https://github.com/jessfraz/dockerfiles/pull/429 that configures `browser.tabs.remote.autostart = false`. This fix does...

bug

**Description** New option `--gpus` to provide the GPU to containers failes with AMD and Intel GPUs. It is specific to systems with NVIDIA GPU and NVIDIA's proprietary driver and NVIDIA's...

area/plugins

Currently I work on support for `sysbox-runc` in [x11docker](https://github.com/mviereck/x11docker) that allows to run GUI applications in container. After installing the sysbox debian package, I found new entries for `sysbox` in...

enhancement

If I try to share the same IPC namespace of two containers, the first one started with `--ipc=shareable` and the second one with `--ipc=container:CONTAINERID`, I get this error at the...

bug