slp / krun

krun - run programs from your system in a microVM
MIT License
25 stars 7 forks source link

Application window not visible #3

Closed enellis closed 1 month ago

enellis commented 1 month ago

When launching a GUI application, the window fails to appear on the screen, though it does show up in the application bar. However, the application executes as expected, and the desired output is visible in the command line output:

Screencast_20240511_104554.webm

The issue persists regardless of what application and whether the application is launched directly or through FEXBash.

Interestingly, this problem is not present when compiling and running the legacy C version of krun.

SO5005 commented 1 month ago

4 This should fix it.

enellis commented 1 month ago

Yes, it works with this PR. Thank you very much.

slp commented 1 month ago

Fixed by #4, closing it.