I know there has been a lot of discussion on single click versus double click and double click was chosen because every distro defaults to it. I do agree with this when using mouse input devices. But for touch, it does not make a lot of sense for the following reasons: - Opening recently used files in for example Okular or Kate is impossible with touch (see https://bugs.kde.org/show_bug.cgi?id=480375 for details) - You need many tries to open a folder (not from the side bar) in the file picker because there is no consistently working way to do it via touch - Dolphin handles this by already automatically switching to single tap when the tap is not a mouse click but a touch tap. So switching to single click entirely in tablet mode would only make this more consistent An alternative to autoswitching to single click would of curse be adressing the first two issues individually. But this would make it quite likely that many more issues like these would pop up over time which would need to be adressed one by one. That is why I chose to primarily propose autoswitching to single click in tablet mode. Maybe there is also another even more elegant solution, but I don't know how this works internally well enough to judge this properly.
If this is better discussed somewhere else (like matrix/discourse/mailing list), feel free to point me there and I will happily join
If I shall make individual Bugs for the different issues because autoswitching that setting is unfeasable, I can of course do that as well.
You've identified the problem space correctly. At the moment many KDE apps do in fact ignore this setting while in touch mode or when they detect a touchscreen tap. Among the apps I'm familiar with that do this are Dolphin, Elisa, and Plasma Desktop's Folder View But you're not wrong that doing it in app code means a million papercuts forever. As such, I'm not against temporarily forcing the single-click setting while the system is in Touch mode.