AstroTuxLauncher icon indicating copy to clipboard operation
AstroTuxLauncher copied to clipboard

Support running wine trough an emulator?

Open Fancy2209 opened this issue 10 months ago • 1 comments

Hello, could an option be added for running wine trough another command, like Box64 or qemu-x86_64-static? This would allow stuff like Raspberry Pi's to host a server

Fancy2209 avatar Jun 24 '25 11:06 Fancy2209

Hello, could an option be added for running wine trough another command, like Box64 or qemu-x86_64-static? This would allow stuff like Raspberry Pi's to host a server

There is the OverrideWinePath option in launcher.toml, which allows you to change the binary being used by AstroTuxLauncher for wine. You could point this to a script. Just make sure that there is also a wineserver executable in the same directory as the wine executable you pointed to.

Additionally, I think, if you're using Box86, it should be possible to just run the x86_64 WINE binary, if that is registered somehow. (Haven't tried that yet, though)

I am also in the process of rewriting AstroTuxLauncher, so I will keep this in mind and see what I can do there.

JoeJoeTV avatar Jun 24 '25 21:06 JoeJoeTV