Closed FineFindus closed 1 week ago
This shouldn't actually impact behavior, because the version
property isn't defined properly (here or before). It needs #[zbus(property, name = "version")]
to use the right name, instead of the name Version
.
https://github.com/pop-os/xdg-desktop-portal-cosmic/pull/96 has a commit changing that, though it still needs some other changes (I guess including implementing PickColor
).
Thanks! I've updated the commit.
Return version
1
for the screenshot portal to indicate that thePickColor
method is not yet fully supported. This will allow clients to properly check and handle the missing method.Ref: https://github.com/flatpak/xdg-desktop-portal/pull/766