https://bugs.winehq.org/show_bug.cgi?id=33743
Lain lain.proliant@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |lain.proliant@gmail.com
--- Comment #5 from Lain lain.proliant@gmail.com --- (In reply to imdn from comment #4)
I came across this bug on ArchLinux running wine-2.13 from the arch repos.
My monitor configuration is as follows:
[1600x1200 (external)] <left-of> [1280x800 (primary laptop display)].
When running foobar2000, the gui was usable only on the external display when it was placed at the top left (0,0) and having a max window size of (1280,800). Resize it to greater or moving the foobar2000 window to the laptop display rendered it unusable.
Next, I uninstalled the packaged wine version and compiled wine-stable (2.0.2) and installed it. This required installation of several dependencies including lib32-libxinerama. After this the foobar2000 window worked as expected regardless of its size or the display it is on.
I uninstalled the stable version and went back to the packaged repo version. Surprisingly, foobar2000 now works without a hitch. I suspect installing lib32-libxinerama (or one of the other dependencies) did the trick.
I have been experiencing this issue on my Arch Linux multi-monitor setup for some time now. Confirmed installing lib32-xinerama has resolved the issue, thank you!