[xdg-desktop-portal-kde] [Bug 466252] Kirigami.Settings.tabletMode & Kirigami.InputMethod not working in Flatpak

2023-03-17 Thread Harald Sitter
https://bugs.kde.org/show_bug.cgi?id=466252 --- Comment #16 from Harald Sitter --- Git commit 560d71422bbe563454859895c42e5090c7d5bd23 by Harald Sitter. Committed on 17/03/2023 at 12:58. Pushed by sitter into branch 'master'. move from kwin API to portal API instead of directly talking to

[xdg-desktop-portal-kde] [Bug 466252] Kirigami.Settings.tabletMode & Kirigami.InputMethod not working in Flatpak

2023-03-08 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=466252 --- Comment #15 from Aleix Pol --- Git commit 5d9499250a2c8bc9b716efdbd7c956f5043e45ca by Aleix Pol Gonzalez, on behalf of Harald Sitter. Committed on 08/03/2023 at 16:07. Pushed by sitter into branch 'master'. implement settings for

[xdg-desktop-portal-kde] [Bug 466252] Kirigami.Settings.tabletMode & Kirigami.InputMethod not working in Flatpak

2023-03-06 Thread Harald Sitter
https://bugs.kde.org/show_bug.cgi?id=466252 --- Comment #14 from Harald Sitter --- Git commit 27da4afe3488a222a6e4a56787abb440515d081b by Harald Sitter. Committed on 06/03/2023 at 09:44. Pushed by sitter into branch 'master'. make InputMethod immutable previously enabled and active were

[xdg-desktop-portal-kde] [Bug 466252] Kirigami.Settings.tabletMode & Kirigami.InputMethod not working in Flatpak

2023-03-01 Thread Harald Sitter
https://bugs.kde.org/show_bug.cgi?id=466252 --- Comment #13 from Harald Sitter --- Also https://invent.kde.org/plasma/xdg-desktop-portal-kde/-/merge_requests/174 -- You are receiving this mail because: You are watching all bug changes.

[xdg-desktop-portal-kde] [Bug 466252] Kirigami.Settings.tabletMode & Kirigami.InputMethod not working in Flatpak

2023-03-01 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=466252 --- Comment #12 from Bug Janitor Service --- A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kirigami/-/merge_requests/983 -- You are receiving this mail because: You are watching all bug changes.

[xdg-desktop-portal-kde] [Bug 466252] Kirigami.Settings.tabletMode & Kirigami.InputMethod not working in Flatpak

2023-03-01 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=466252 --- Comment #11 from Bug Janitor Service --- A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kirigami/-/merge_requests/982 -- You are receiving this mail because: You are watching all bug changes.

[xdg-desktop-portal-kde] [Bug 466252] Kirigami.Settings.tabletMode & Kirigami.InputMethod not working in Flatpak

2023-03-01 Thread Harald Sitter
https://bugs.kde.org/show_bug.cgi?id=466252 --- Comment #10 from Harald Sitter --- Not used from what I can find. But we do expose the API in Kirigami, so... option e) retract mutability of InputMethod.enabled and InputMethod.active in Kirigami for KF6 and use Settings portal for reading all

[xdg-desktop-portal-kde] [Bug 466252] Kirigami.Settings.tabletMode & Kirigami.InputMethod not working in Flatpak

2023-03-01 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=466252 David Edmundson changed: What|Removed |Added CC||k...@davidedmundson.co.uk --- Comment #9

[xdg-desktop-portal-kde] [Bug 466252] Kirigami.Settings.tabletMode & Kirigami.InputMethod not working in Flatpak

2023-03-01 Thread Harald Sitter
https://bugs.kde.org/show_bug.cgi?id=466252 --- Comment #8 from Harald Sitter --- TabletMode impacts all kirigami apps (it adjusts the UI to be more friendly for touch inputs) VirtualKeyboard appears only used in plasma-* right now. -- You are receiving this mail because: You are watching all

[xdg-desktop-portal-kde] [Bug 466252] Kirigami.Settings.tabletMode & Kirigami.InputMethod not working in Flatpak

2023-03-01 Thread Timothée Ravier
https://bugs.kde.org/show_bug.cgi?id=466252 --- Comment #7 from Timothée Ravier --- If `talk-name=org.kde.KWin` works as a workaround right now then it's not ideal (Kwin/KDE session only) but could be a temporary workaround. Which apps are impacted? -- You are receiving this mail because: You

[xdg-desktop-portal-kde] [Bug 466252] Kirigami.Settings.tabletMode & Kirigami.InputMethod not working in Flatpak

2023-03-01 Thread Timothée Ravier
https://bugs.kde.org/show_bug.cgi?id=466252 Timothée Ravier changed: What|Removed |Added CC||t...@siosm.fr --- Comment #6 from Timothée

[xdg-desktop-portal-kde] [Bug 466252] Kirigami.Settings.tabletMode & Kirigami.InputMethod not working in Flatpak

2023-03-01 Thread Harald Sitter
https://bugs.kde.org/show_bug.cgi?id=466252 --- Comment #5 from Harald Sitter --- *Sigh* this looked easy but alas, it's not. TabletMode we could make work through the settings portal. InputMethod on the other hand needs to write to properties, to activate a virtual keyboard for example, and

[xdg-desktop-portal-kde] [Bug 466252] Kirigami.Settings.tabletMode & Kirigami.InputMethod not working in Flatpak

2023-02-28 Thread Harald Sitter
https://bugs.kde.org/show_bug.cgi?id=466252 --- Comment #4 from Harald Sitter --- As it turns out this also affects Kirigami.InputMethod which is backed by kwin also. Both those interfaces need exposing through the settings portal. -- You are receiving this mail because: You are watching all

[xdg-desktop-portal-kde] [Bug 466252] Kirigami.Settings.tabletMode & Kirigami.InputMethod not working in Flatpak

2023-02-28 Thread Harald Sitter
https://bugs.kde.org/show_bug.cgi?id=466252 Harald Sitter changed: What|Removed |Added Summary|Settings.tabletMode doesn't |Kirigami.Settings.tabletMod