http://bugs.winehq.org/show_bug.cgi?id=59767 --- Comment #2 from Aaron Rainbolt <arraybolt3@gmail.com> --- Disabling registration when installed in a sandbox doesn't help / isn't possible. In this scenario, Wine is installed unsandboxed on the host (which is the typical way one gets Wine if installing it from the winehq repos). The handler is registered on the host, and the handler is detected and triggered by an unsandboxed process (xdg-desktop-portal-gtk), so the handler would have to be unregistered on the host, something a sandboxed process obviously cannot do if everything is working right. Maybe instead of removing the handler, a prompt could be put in place so that users have to say "yes, I really do want to execute this" before code execution begins? -- 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.