-
Notifications
You must be signed in to change notification settings - Fork 161
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
Application tried to create a window, but no driver could be loaded #117
Comments
I think this is mostlly to do with wayland and im trying to figure out how to enable forwarding with this. it looks like it's got something to do with There is a project https://github.com/mviereck/x11docker that looks like it may have solved this but may be too complex to work directly with this container. |
I was attempting to fix this and found that adding this line solves one problem and gets to the next: Now it says it doesn't have write access:
This prompted me to run with --as-root, which worked. But then I removed the line in this PR and it also worked as root. This leads me to believe that maybe the original problem was only to do with permissions. |
ran into this issue on osx. ran the following to resolve it:
EDIT: ah, and i had to run with the flag |
Describe the bug
I am trying to start the container using the example,
notepad
, but x11 does no seem to be connecting or forwarding.To Reproduce
run
sudo ./docker-wine wine notepad
Expected behavior
A notepad window should open
Desktop (please complete the following information):
I am running gnome 3.x with XWayland:
When I ran wine outside of the container, i was able to see some windows, but i had other issues so I sought out this container.
Inside the container:
The text was updated successfully, but these errors were encountered: