Summary: | [Wayland] Wacom tablet cannot interact with Dolphin files | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Thiago Sueto <herzenschein> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kde, kfm-devel, nate |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/system/dolphin/commit/81cf9f0375c937b973900dce0979d9218d9960ee | Version Fixed In: | 20.12 |
Sentry Crash Report: |
Description
Thiago Sueto
2020-09-16 03:04:10 UTC
You say "doesn't matter if wayland or xwayland" how does it react in X? Oh, that's true, my mistake (I was testing and noting on Kate). It's the only of the five bugs that behaves the same in X. In that case it's a dolphin bug - I guess QGraphicsView doesn't have the synthetesised event handling. I wonder if it works now that touch support was just added to Dolphin. That happened yesterday, so maybe you were using an older build? (In reply to Nate Graham from comment #4) > I wonder if it works now that touch support was just added to Dolphin. That > happened yesterday, so maybe you were using an older build? Hello, I updated just now. The reported lack of interaction still exists, and now I have additional behavior: long press with the pen (I mean stylus btw) allows me to select a file/folder, and clicking elsewhere opens the context menu to move or copy it. Long pressing does the same. Oddly enough, it only happens with the first file you long press. Any subsequent attempts simply call the context menu for the same file. Long pressing other files results in the same thing. A possibly relevant merge request was started @ https://invent.kde.org/system/dolphin/-/merge_requests/64 Git commit 81cf9f0375c937b973900dce0979d9218d9960ee by Elvis Angelaccio, on behalf of Steffen Hartleib. Committed on 26/09/2020 at 14:53. Pushed by elvisangelaccio into branch 'master'. Allow interaction with folder/files with the stylus again This Patch works for Wayland and X. M +19 -7 src/kitemviews/kitemlistcontroller.cpp M +2 -1 src/kitemviews/kitemlistcontroller.h M +1 -0 src/kitemviews/kitemlistview.cpp M +4 -1 src/kitemviews/private/ktwofingertap.cpp https://invent.kde.org/system/dolphin/commit/81cf9f0375c937b973900dce0979d9218d9960ee |