On Sat Mar 30 19:43:16 2024 +0000, Alexandre Julliard wrote:
Yes, for Unix integration it's necessary to support any extension, or no extension at all, even if that's not fully compatible with Windows.
OK... All options feel bad here.
How does this interact with extension associations? Like if `.bin` has association and is an Unix program, what happens?
Do we find out if something is an Unix program by looking at unix file permissions? Is there an existing wine internal API for that? I think previously we just try to run it and see if it works...