https://bugs.winehq.org/show_bug.cgi?id=52125
Bug ID: 52125 Summary: SlingPlayer 1.5 installer initial window in wrong place Product: Wine Version: 6.22 Hardware: x86-64 URL: http://download.slingmedia.com/player/pc/SlingPlayer-S etup-EU-1.5.1.343.exe OS: Linux Status: NEW Keywords: download, integration, regression Severity: trivial Priority: P2 Component: winex11.drv Assignee: wine-bugs@winehq.org Reporter: imwellcushtymelike@gmail.com Regression SHA1: c5ec1585f6e5211a2b63e3435748210552250534 Distribution: Ubuntu
Created attachment 71159 --> https://bugs.winehq.org/attachment.cgi?id=71159 Wine 6.22 console log
The very first window/dialog for the SlingPlayer 1.5 installer should be centred on the screen, but it now appears in the top-left. This is a regression.
c5ec1585f6e5211a2b63e3435748210552250534 is the first bad commit commit c5ec1585f6e5211a2b63e3435748210552250534 Author: Zhiyi Zhang zzhang@codeweavers.com Date: Tue Aug 25 15:20:39 2020 +0800
winex11.drv: Always update _NET_WM_STATE in update_net_wm_states().
KWin treats a window covering exactly the whole monitor as maximized when handling its first map request and expects applications to update maximized state later. Wine doesn't know about this added maximized state and expect it unchanged, making the window always maximized as far as KWin is concerned. So always send _NET_WM_STATE updates even if Wine doesn't expect changes to hint KWin that a window should not be maximized.
Fix test failures when running the tests introduced by 36b720357bcaf0a1e625f488e0c981ce10e8affa with KWin.
Signed-off-by: Zhiyi Zhang zzhang@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
:040000 040000 b06929cff8ed3c28c180cac84c3f048016609695 4302ac2f25c30f99c2d254cf33fb08d70f72f97b M dlls
Reverting this commit in current git resolves the issue. There are other bugs related to this commit but I can't say this is a duplicate.
Log attached though it doesn't show much.