jlesage / docker-baseimage-gui

A minimal docker baseimage to ease creation of X graphical application containers
MIT License
1.2k stars 179 forks source link

Maximize Windows Does not Work Sometimes #111

Closed smcoder0707 closed 4 hours ago

smcoder0707 commented 1 year ago

For some apps (Using wine), the window maximization does not work properly. It leaves black screen at the right side. I'm sure that openbox is able to select the window based on my configuration (Because window decorations are hidden as you can see in the image below) image

Note that, I can manually maximize the window using tools like wmctrl or xdotool but that only works If I have the VNC webpage open and I'm logged into it.

Any ideas about what could be wrong here?

jlesage commented 1 year ago

With Wine, remote resizing of the application's window won't adjust beyond the size defined by DISPLAY_WIDTH and DISPLAY_HEIGHT. Workaround is to adjust these variables accordingly. I didn't find the root cause of this issue, but looks like something specific to Wine.

jlesage commented 4 hours ago

Closing this issue. Please re-open if needed.