Summary: | When changing orientation screen, touches are wrongly interpret by position of touch. | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Marcin Migacz <migacz85> |
Component: | input | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED UPSTREAM | ||
Severity: | normal | CC: | bugseforuns, nate |
Priority: | NOR | ||
Version First Reported In: | 5.13.2 | ||
Target Milestone: | --- | ||
Platform: | Manjaro | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Marcin Migacz
2018-07-12 22:41:55 UTC
Martin, is this in KWin? X11 or Wayland? I run this command echo $XDG_SESSION_TYPE and get this result: x11 However i found the way of fixing that and wrote simple script that solves the problem and even give extra feature of autorotation: https://gist.github.com/Migacz85/3f544933ce5add438555ba7cd33f0413 with simple installation of onboard keyboard I get fully functional autorotating desktop on my laptop hp x360 13-s150sa with virtual keyboard. it would be great to port this features to next versions of kde manjaro. I can confirm such problem on neon dev unstable under X11. Out of scope for KWin on X11. The Arch wiki contains good instructions. This needs to be implemented in the display server (xorg) and naturally it's implemented correctly on Wayland. |