https://bugs.kde.org/show_bug.cgi?id=399234
--- Comment #30 from Konrad Materka <mate...@gmail.com> --- (In reply to Eliphas from comment #29) > I am using the wine-development from default stable LTS, when I tried to > install the winehq staging it wanted some dependency from another repo > (libfaudio0 from SDL I think) Oh, I remember! Yes, you need to install libfaudio0 first. Unfortunately Ubuntu 18.04 does not have it, I just installed deb packages manually, both i386 and amd64 are required. Anyway, I tested with wine-development, no difference on my computer so most probably it is not related to Wine version. The original report was for Wine Staging, but your problem is different. > > From logs I can see that clicks are sent... The coordinates are strange - is > > your monitor rotated? > > Oh sorry about that. Yes, I have a 1440x900 in normal mode (where the kde > taskbar/systray are) and a 900x1600 rotated on the right side. I was not able to reproduce, but maybe it is somehow related to multi-monitor setup? Click coordinates are: x:1156, y:1583 (where (0,0) is in the top-left corner). x:1156 seems fine, it is less than 1440. But y:1583 is weird, definitely more than 900 from the first screen, more likely it is a coordinate from the second screen. Is it possible that these two overlap? Can you share output from: "kscreen-doctor -o" command? Can you retest (with logs enabled) with second screen disabled, different panel locations etc? Just to get some use case when it is working and when not. This will probably mess with your setup and layout, sorry for that. To fix this I really need to reproduce it locally and without detailed information I can only guess. -- You are receiving this mail because: You are watching all bug changes.