-
|
Hi, first a huge thanks for creating the project it is very interesting to play with it. I try to run a legacy JAVA application inside a docker container and use greenfield to render the UI. In general it works really great but I have a problem. The application uses a splashscreen and after the splash show the real window. It seems like the application tracking with XWayland does not work as expected because it terminates the app when the splashscreen is closed maybe because no active window is available for a short amount of time. Here is the hack I use at the moment: Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
|
Thanks for reporting this. I assume the splash is simply a configurable swing/awt splash screen? I'll investigate and fix 👍🏻 |
Beta Was this translation helpful? Give feedback.
-
|
In case it helps I created a repo to generate the docker containers I use the sofware itself must be manually downloaded with requires to fill out a form with some information. |
Beta Was this translation helpful? Give feedback.
-
|
I tried a bit more it this seems only to happen when falling back to the software renderer. If I forward /dev/dri into the container I'm not able to reproduce the error. As soon as I remove the forward I can reproduce it again. |
Beta Was this translation helpful? Give feedback.
Sorry for the late response time I finally found some time to look into this again. It is working much better now with the current master. Thank you