http://bugs.winehq.org/show_bug.cgi?id=59767 --- Comment #22 from Aaron Rainbolt <arraybolt3@gmail.com> --- I submitted a proposed spec change for the desktop file specification to FreeDesktop: https://gitlab.freedesktop.org/xdg/xdg-specs/-/merge_requests/116 Ultimately, it looks very likely to be rejected, because upstream believes very firmly that the MIME handler system should never have been used for registering things that execute files by proxy (like Wine). "Executable MIME handlers" can result in users unintentionally running malicious code by not understanding that opening a file with a program will run code, and can bypass system restrictions on what a user is allowed to run (among other things). On Linux, binfmt-misc should be used instead of the MIME handler, while on BSDs or other systems without a binfmt-misc-like mechanism, the MIME handler should be removed without replacement. Even if Wine does not agree with this entirely and wants to keep using a MIME handler on BSDs and the like, can Wine at least use binfmt-misc on Linux instead of the MIME handler? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.