https://bugs.winehq.org/show_bug.cgi?id=44827
--- Comment #7 from ajduck@outlook.com --- If you use fish shell here's a quick way to enable external GUI for all plugins when they're bridged:
1. Close all Wine-using programs 2. Open the terminal 2. Change directory to the wineprefix you run FL under, e.g. `cd ~/.wine` 3. Run `cp user.reg user.reg.BK` (backing up user.reg just in case) 4. Run `string replace '"BridgedExternalWindow"=dword:00000000' '"BridgedExternalWindow"=dword:00000001' < user.reg > user.reg`