Jonathan Leivent
Jonathan Leivent
Running `sudo x11docker...` does not work as it won't find the user's pulled images when running as root. In other words `sudo podman images` returns nothing even though the user...
Isn't the `--xorg` going to bypass my `--xc=podman` requirement to use the container version of xserver? It seems to do that when I try it, as it gives me the...
BTW: if you want to get CoreOS up and running in VirtualBox quickly, I can help with that. It's not your typical install-from-ISO-as-CD distro.
Running `podman images` as user, I have: x11docker/xserver, x11docker/fluxbox, x11docker/openbox, and x11docker/kde-plasma. But, `sudo podman images` sees no images, as they're all in the user's container storage, not root's. Running...
I did a `podman pull x11docker/xserver` as root, and now things are much closer to working. I am getting an X server with a gray background and mouse tracking, but...
I'll bet it isn't finding x11docker/fluxbox or any other desktop the user has pulled. Maybe I should run two x11docker instances, one as root for the server the other as...
Surprisingly, the fluxbox desktop appeared after a very long delay. I didn't need to start a separate x11docker instance as I thought, just waiting. Hopefully this long delay is a...
I have both fluxbox and openbox working, but not kde-plasma. It looks like the x11docker/fluxbox and x11docker/openbox containers have no X client apps, such as xterm, in them. Of course...
I tried `podman system prune`, and it did prune some things. I also pulled the x11docker/mate image to try a mid-sized X11 desktop instead of the large wayland kde-plasma desktop...
And mate is finally running! After over an hour of that exe process doing whatever.