Skip to content

move from kwin API to portal API

Harald Sitter requested to merge work/sitter/portalized-settings into master

instead of directly talking to org.kde.KWin talk to org.freedesktop.portal.Desktop's Settings interface. This allows us to abstract the actual implementation of those interfaces, and more importantly allows us to not have all kirigami apps talk to our wayland compositor and get access to literally all its dbus functionality

CCBUG: 466252

Merge request reports