I do not have comprehensive knowledge about wine so I simply guessed that the missing taskbar buttons problem may come from winex11.drv. I checked the diffs between 0.9.58 and 0.9.59 and noticed a potential reason. I commented out line 202-203 in winpos.c, built a new package. As far as I can tell this solved the problem. I can use all my wine apps again! This might be just an ugly hack since I do not see the reason behind adding these lines to the source. I can only hope that I could give you a hint about where to start.
The uncommented lines: if (!(ex_style & WS_EX_APPWINDOW) && GetWindow( data->hwnd, GW_OWNER )) new_state |= (1 << NET_WM_STATE_SKIP_TASKBAR); -- Taskbar buttons missing in Wine 0.9.59 https://bugs.launchpad.net/bugs/216235 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs