https://bugs.kde.org/show_bug.cgi?id=466252
Harald Sitter <sit...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sit...@kde.org --- Comment #3 from Harald Sitter <sit...@kde.org> --- Huh. This is a bit complicated. So tablet mode (or as we call it in the GUI: touch mode) is ultimately controlled by kwin and currently kirigami talks directly to kwin. The easy fix is to have relevant apps talk-name=org.kde.KWin but that is a bit questionable from a security POV what with kwin being the wayland compositor. The reasonable, albeit more invasive, fix is to restructure how things work. The settings portal should talk to Kwin and abstract the tabletmode setting. Kirigami should then talk to the portal rather than kwin. Flatpak apps equally talk to the portal. IOW: everything needs to talk to the portal and the portal talks to kwin. -- You are receiving this mail because: You are watching all bug changes.