Closed TheFloatingBrain closed 1 year ago
Awesome project!
Thank you! :-)
I see two issues:
firefox
. IIRC it also needs x11docker option --env MOZ_ENABLE_WAYLAND=1
. In the log firefox tries to detect an X server instead of using Wayland.--user $(id -u):($id -g)
, or change the access permissions of the Wayland socket, e.g. chmod 666 $XDG_RUNTIME_DIR/$WAYLAND_DISPLAY
.
Hello,
Awesome project! Way more flexible to use than my little manager! I have a bit of a problem though, I am trying to run an application, and I don't want to import any external information into it, so I specified
--user=RETAIN
but this causes the application to crash, it works fine without this option, it also crashes if I specify--user=user
(whereuser
is a user I created in the dockerfile)Here is the log
Running this with podman, with wayland and
--cap-add=SYS_CHROOT
I do have a work around for the moment, using
x11docker/xfce
as a base image, but I would really like to be able to just use the windows on my host desktopThanks!