On Sat Sep 23 20:08:39 2023 +0000, beh 591 wrote:
hello @afrantzis thanks for your hard work I just needed a little help so I was curious to check how will all of this work out to be when it will all be ready so I tried building the Wayland branch of wine ![image.png](/uploads/0976ecc3a2465c9a0bc68401b1be2946/image.png){width=418 height=165} so when I run
./configure
make -j 8
and than run ./wine notepad well that didn't work and its still on xwayland ![image.png](/uploads/969abc5169949ae167ed49711d3af740/image.png) so when I saw this response I tried it by doing this ![image.png](/uploads/605057980ac3fdba7a01fd8550baccc0/image.png) and then run `DISPLAY=wine ./wine notepad` `yeah that didn't work as well` `so can you provide the actual method to test either the wayland driver in the master branch or even the full wayland driver on the wayland branch`
@beh_591 I don't know much about all of this, I just noticed you didn't follow the instructions correctly.
The instructions are telling you to unset the `DISPLAY` variable, you should be doing
`DISPLAY= ./wine notepad`
instead of
`DISPLAY=wine ./wine notepad`
Hope this helps :)