Bug 396157 - CSD moves with touch won't work
Summary: CSD moves with touch won't work
Status: RESOLVED FIXED
Alias: None
Product: kwin
Classification: Plasma
Component: platform-wayland-nested (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: KWin default assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-07-04 10:40 UTC by David Edmundson
Modified: 2022-08-23 09:42 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Edmundson 2018-07-04 10:40:36 UTC
connect(shellSurface, &T::moveRequested, this,
        [this] {
            // TODO: check the seat and serial
            performMouseCommand(Options::MouseMove, Cursor::pos());
        }

will get triggered from the client with a touch event, but kwin won't handle it.
Comment 1 Patrick Silva 2018-09-15 16:31:45 UTC
Wayland session crashes on neon dev unstable when I try to move gnome disks window usng the touch screen.
Comment 2 Patrick Silva 2019-09-30 11:18:12 UTC
it's still impossible to move a CSD window with a touch screen on Wayland.

Operating System: KDE neon Unstable Edition
KDE Plasma Version: 5.17.80
KDE Frameworks Version: 5.63.0
Qt Version: 5.12.3
Comment 3 Zamundaaa 2022-08-23 09:42:38 UTC
This has been fixed a while ago