Retiled
Retiled copied to clipboard
I will need to add support for the XDG Desktop Portal's `accent-color` thing when I allow it to be changed in my Settings app. Maybe it will still be a good idea to offer it over D-Bus, too, but now I think maybe that shouldn't be the focus because the desktop portals thing will be more cross-compatible (some people might not want to use desktop portals though, so I guess I'll support both but focus on the portals).
This may mean that the default color the user sees won't be Cobalt though, unless they have no accent color set through the desktop portals. Should in any case make my life easier, though. Would it be a good idea to add a D-Bus interface too if any apps want to use D-Bus instead of desktop portals? I think I should.
In my apps, I'll use the portals and there can be a sample app showing how to use the D-Bus stuff among other things like controls I had to make or change.
I was reading some stuff and apparently it's just a D-Bus interface apps connect to? I'll just offer a way to use both plain D-Bus and the portal.