https://bugs.winehq.org/show_bug.cgi?id=52745
Bug ID: 52745 Summary: ATPDraw not showing title bar Product: Wine Version: 7.5 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: hildogjr@gmail.com Distribution: ---
Created attachment 72112 --> https://bugs.winehq.org/attachment.cgi?id=72112 After open (not maximized)
The fix https://bugs.winehq.org/show_bug.cgi?id=52675 worked fine, but the software do not shows the title bar when maximized. See the attached images.
Useful information: Linux Ubuntu 20.04.4 LTS x64 GNOME Version 3.36.8 Windowing System X11 Graphics NV118 / Mesa Intel® HD Graphics 620 (KBL GT2)
https://bugs.winehq.org/show_bug.cgi?id=52745
--- Comment #1 from Hildo Guillardi Júnior hildogjr@gmail.com --- Created attachment 72113 --> https://bugs.winehq.org/attachment.cgi?id=72113 After maximize it
https://bugs.winehq.org/show_bug.cgi?id=52745
--- Comment #2 from Hildo Guillardi Júnior hildogjr@gmail.com --- Debugging more I found that this happens on the secondary display. It works fine on the primary one. So, more software may be affected.
https://bugs.winehq.org/show_bug.cgi?id=52745
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4@web.de Keywords| |download URL| |https://www.atpdraw.net/dow | |nloads.php
--- Comment #3 from Fabian Maurer dark.shadow4@web.de --- How exactly do you reproduce that?
https://bugs.winehq.org/show_bug.cgi?id=52745
--- Comment #4 from Hildo Guillardi Júnior hildogjr@gmail.com --- I just have primary and secondary display.
1) Open de software; 2) Put the window at the secondary display (which at Ubuntu 20.04 do not have a clock or system title bar); 3) Click on maximize at the ATPDraw window.
https://bugs.winehq.org/show_bug.cgi?id=52745
Zhiyi Zhang zzhang@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |zzhang@codeweavers.com
--- Comment #5 from Zhiyi Zhang zzhang@codeweavers.com --- export WINEDEBUG=warn+x11drv to set the WINEDEBUG environment variable. And launch your application. If you see "_GTK_WORKAREAS is not supported, fallback to _NET_WORKAREA. Work areas may be incorrect on multi-monitor systems" in the log. You need to upgrade your system/window manager to support the _GTK_WORKAREAS property.