[Bug 38105] Missing min/max/expand buttons, app controls & moving ability of Photoshop CS6/CC main window when unmaximized

WineHQ Bugzilla wine-bugs at winehq.org
Mon Jan 24 20:15:15 CST 2022


https://bugs.winehq.org/show_bug.cgi?id=38105

devonstopps at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |devonstopps at gmail.com

--- Comment #15 from devonstopps at gmail.com ---
Try upgrading to latest. This fixed same issue for me that occurred in KDE
plasma only with Office 2010.

Believe this is fixed by this commit:

https://source.winehq.org/git/wine.git/commit/c5ec1585f6e5211a2b63e3435748210552250534

winex11.drv: Always update _NET_WM_STATE in update_net_wm_states().
author    Zhiyi Zhang <zzhang at codeweavers.com>    
    Tue, 25 Aug 2020 07:20:39 +0000 (15:20 +0800)
committer    Alexandre Julliard <julliard at winehq.org>    
    Wed, 26 Aug 2020 09:09:05 +0000 (11:09 +0200)
commit    c5ec1585f6e5211a2b63e3435748210552250534
tree    312181809c642938d75868fd6daa2870ad5f1dfc    tree
parent    f04360cfbec574dc37675df141ef8fc14e1302ba    commit | diff

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.

-- 
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.



More information about the wine-bugs mailing list