PIM does not persist properties set via the org.freedesktop.DBus.Properties Set method. One has to use Notify to get the property to persist. This is counterintuitive since org.freedesktop.DBus.Properties Set is the standard way to set D-Bus properties.
Since the code uses sdbusplus bindings to supply the implementation for property set, it is not trivial to get it to persist.
PIM does not persist properties set via the org.freedesktop.DBus.Properties Set method. One has to use Notify to get the property to persist. This is counterintuitive since org.freedesktop.DBus.Properties Set is the standard way to set D-Bus properties.
Since the code uses sdbusplus bindings to supply the implementation for property set, it is not trivial to get it to persist.