On Wed Mar 4 07:05:52 2026 +0000, Twaik Yont wrote:
Ok, I removed the caching, but I am pretty much sure wineandroid can not run headless since it requires running inside Android Activity. For the same reason you can not simply start the second Desktop window, there is no Android codepath for starting new Task (in android meaning). Update. `is_desktop` flag is only relevant for explorer.exe process holding the desktop window. In other cases it only creates unneded wineserver overhead, even though it is small. The flag is only needed to indicate that the window is being desktop window to apply some java-side code, in other cases it is pointless so caching should be fine since explorer code does not have any desktop window re-creating logic.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/9874#note_131200