Comment 2 for bug 98781

Revision history for this message
Kees Cook (kees) wrote :

I should also note that the correct way to handle this is to make sure your Wine applications have the execute bit set, in which case double-clicking on them will work correctly again.

  sudo chmod a+x /path/to/your/application.exe

Obviously, only do this for applications that you trust. :)