https://bugs.winehq.org/show_bug.cgi?id=47815
Bug ID: 47815 Summary: Virtual desktop is missing window decorations Product: Wine Version: 4.16 Hardware: x86 OS: Linux Status: NEW Keywords: regression Severity: normal Priority: P2 Component: winex11.drv Assignee: wine-bugs@winehq.org Reporter: z.figura12@gmail.com CC: huw@codeweavers.com, zzhang@codeweavers.com Regression SHA1: efbbe66669a060dd01b3ae399f5a9e7328312f03 Distribution: ArchLinux
efbbe66669a060dd01b3ae399f5a9e7328312f03 is the first bad commit commit efbbe66669a060dd01b3ae399f5a9e7328312f03 Author: Zhiyi Zhang zzhang@codeweavers.com Date: Fri Sep 20 16:54:31 2019 +0800
winex11.drv: Initialize display devices before getting primary desktop rectangle.
Otherwise, the retrieved primary desktop might be from the last explorer instance if we launch new explorer instances before wine server fully shuts down.
Signed-off-by: Zhiyi Zhang zzhang@codeweavers.com Signed-off-by: Huw Davies huw@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
dlls/winex11.drv/desktop.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-)
This is on KDE 5.16.4.
https://bugs.winehq.org/show_bug.cgi?id=47815
Zhiyi Zhang zzhang@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|wine-bugs@winehq.org |zzhang@codeweavers.com
https://bugs.winehq.org/show_bug.cgi?id=47815
--- Comment #1 from Zhiyi Zhang zzhang@codeweavers.com --- Created attachment 65345 --> https://bugs.winehq.org/attachment.cgi?id=65345 patch
https://bugs.winehq.org/show_bug.cgi?id=47815
Silviu C. silviucc@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |silviucc@gmail.com
--- Comment #2 from Silviu C. silviucc@gmail.com --- Hi,
This also affects 4.17-staging. The odd thing is that it wasn't there in 4.16-staging
OS is Fedora 30 and wine is installed directly from the official fedora repos
https://bugs.winehq.org/show_bug.cgi?id=47815
Olivier F. R. Dierick o.dierick@piezo-forte.be changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |o.dierick@piezo-forte.be
--- Comment #3 from Olivier F. R. Dierick o.dierick@piezo-forte.be --- Hello,
I thought this change was on purpose since it is useful to me.
Regards.
https://bugs.winehq.org/show_bug.cgi?id=47815
--- Comment #4 from Olivier F. R. Dierick o.dierick@piezo-forte.be --- Created attachment 65374 --> https://bugs.winehq.org/attachment.cgi?id=65374 wine 4.15 virtual desktop window
window is cropped because of virtual desktop window decorations.
https://bugs.winehq.org/show_bug.cgi?id=47815
--- Comment #5 from Olivier F. R. Dierick o.dierick@piezo-forte.be --- Created attachment 65375 --> https://bugs.winehq.org/attachment.cgi?id=65375 wine 4.17 virtual desktop window
without decorations, virtual desktop content is fully visible.
https://bugs.winehq.org/show_bug.cgi?id=47815
--- Comment #6 from Olivier F. R. Dierick o.dierick@piezo-forte.be --- The WM never decorates application windows in virtual desktop mode.
The option 'disallow the WM to decorate windows' has no effect in virtual desktop mode and should be modified to affect the virtual desktop window itself just like this regression does.
https://bugs.winehq.org/show_bug.cgi?id=47815
Lemonzest lemonzest@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |lemonzest@gmail.com
--- Comment #7 from Lemonzest lemonzest@gmail.com --- Wondering what the status of this is, will it be fixed/reverted? as I'm having this issue since Wine-Staging 4.17, I usually run a virtual desktop of 2560x1440 on my 4K display (3840x2160) and centre it but now it lacks a title bar and is locked to the top left of the screen and immovable.
Thanks for any help :)
https://bugs.winehq.org/show_bug.cgi?id=47815
--- Comment #8 from Olivier F. R. Dierick o.dierick@piezo-forte.be --- (In reply to Lemonzest from comment #7)
Wondering what the status of this is, will it be fixed/reverted? as I'm having this issue since Wine-Staging 4.17, I usually run a virtual desktop of 2560x1440 on my 4K display (3840x2160) and centre it but now it lacks a title bar and is locked to the top left of the screen and immovable.
Thanks for any help :)
Hello,
On my Debian system, I can still hit alt+space to open the window menu and select 'move' and then move the window with the mouse or keyboard until I click or hit enter. Maybe there is something similar within your Window Manager/Desktop Environment?
You could also use a tool like xdotools or equivalent, in a wrapper script, to move the Wine window to where you want it.
Of course, these are only workarounds until things get sorted.
Regards.
https://bugs.winehq.org/show_bug.cgi?id=47815
--- Comment #9 from Rosanne DiMesio dimesio@earthlink.net --- (In reply to Olivier F. R. Dierick from comment #8)
On my Debian system, I can still hit alt+space to open the window menu and select 'move' and then move the window with the mouse or keyboard until I click or hit enter.
In KDE, alt+space brings up the search bar. I can move the virtual desktop by holding down alt and click-dragging anywhere in the window, but only for apps running in windowed mode within the virtual desktop. That doesn't work for games running fullscreen in a virtual desktop, and having the desktop stuck in the upper left is very annoying.
https://bugs.winehq.org/show_bug.cgi?id=47815
--- Comment #10 from Olivier F. R. Dierick o.dierick@piezo-forte.be --- (In reply to Rosanne DiMesio from comment #9)
In KDE, alt+space brings up the search bar.
Hello,
The default shortcut for the window menu in KDE is alt+F3.
Regards.
https://bugs.winehq.org/show_bug.cgi?id=47815
Andrey Gusev andrey.goosev@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |acf03ed9da0f7d3f94de9b47c44 | |366be3ee47f8e Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #11 from Andrey Gusev andrey.goosev@gmail.com --- Fixed by https://source.winehq.org/git/wine.git/commit/acf03ed9da0f7d3f94de9b47c44366...
https://bugs.winehq.org/show_bug.cgi?id=47815
Olivier F. R. Dierick o.dierick@piezo-forte.be changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |adrian.kalla@gmail.com
--- Comment #12 from Olivier F. R. Dierick o.dierick@piezo-forte.be --- *** Bug 48070 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=47815
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |gamiljydcome@gmail.com
--- Comment #13 from Ken Sharp imwellcushtymelike@gmail.com --- *** Bug 48042 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=47815
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #14 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 4.20.