@lanodan Being one of the few C# programmers on Linux, it gets annoying telling the computer when to use .NET/Mono or Wine to open files ending in .exe.
@xianc78 Well in my experience it's quite fine, wine stuff is stashed away, quite like emulator stuff. And I just set the WINEPREFIX and launch explorer.exe While for mono stuff either they try to be regular binaries somehow or it's like launching a script.
@lanodan I'm talking about opening compiled code before packaging them into regular binaries. .NET/Mono binaries are packaged into binaries for Windows, Linux, etc through .NET's publish command.
And I just set the WINEPREFIX and launch explorer.exe
While for mono stuff either they try to be regular binaries somehow or it's like launching a script.