-
Notifications
You must be signed in to change notification settings - Fork 376
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
not isolated xephyr + openbox #158
Comments
Thanks for pointing on this, it is indeed not obvious what is going on. I have changed the message shown by x11docker:
Is this a comprehensive explanation? |
So I understood the openbox executed by the host using the display created by xephyr This means that if it is for Terminals > Xterm it will open a child process of openbox I can preview, paste, copy things from the host From what you said an application inside the container can not do this This is confusing by the script proposal I believe window manager should be installed inside the container and not use the host's Or at least prevent x11docker from automatically using the host window manager, so that the person will be aware sharing the host window manager within the display of the container You respond quickly, thank you. |
This is possible as well. For example, if you run For single applications in seamless mode x11docker recommends to install
My intention was to provide a usable default setup without the need of additional setup to be done by the user. It can be reasoned which attempt is the better one.
To address your valid point of view, and also to avoid the dependency on a window manager in the image, I consider to create a standalone minimal image that contains a window manager only and could be used automatically. |
I have created a new image If image You can run |
The new implementation of
If available, x11docker uses image If you have any thoughts on this, please let me know. |
As I have openbox installed, when I run:
x11docker --xephyr --homedir [home] -- -v [path]:[path] -- [image]
It uses openbox but strangely everything from the host seems to be shared, why?
The image was constructed without CMD and entrypoint
seems to be running host openbox on the display created by xephyr
x11docker 5.6.0
The text was updated successfully, but these errors were encountered: