To Prevent logs such as :
kwin_core: Did not grant the interface "org_kde_plasma_window_management" to "/usr/bin/kwalletd5" . Please request it under X-KDE-Wayland-Interfaces
kwin_core: Did not grant the interface "org_kde_kwin_keystate" to "/usr/bin/kwalletd5" . Please request it under X-KDE-Wayland-Interfaces
kwin_core: Did not grant the interface "org_kde_kwin_fake_input" to "/usr/bin/kwalletd5" . Please request it under X-KDE-Wayland-Interfaces
Details
Details
- Reviewers
apol - Group Reviewers
Frameworks
Diff Detail
Diff Detail
- Repository
- R311 KWallet
- Branch
- master
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 18028 Build 18046: arc lint + arc unit
Comment Actions
These are not necessary for kwallet as far as I know. To fix this warning we'd have to look into where applications are requesting these and have these interfaces only requested when they're necessary.
Comment Actions
The check comes from when the application requests a list of all available extensions, not when they actually request a specific one.
The warning is a bit premature.
kwallet most definitely shouldn't be getting the fake input extension!
Comment Actions
I guessed so because kate would have needed it as well...
Thanks for the clarification @apol @davidedmundson another small thing to add to the Wayland TODO list ...