GNOME Bugzilla – Bug 695052
Property org.freedesktop.Secret.Item.Created is zero for all secrets
Last modified: 2013-03-05 18:23:47 UTC
As the summary says, secret's Created property is always zero, while Modified works. Best observed with QDbus: $ qdbus org.freedesktop.secrets /org/freedesktop/secrets/collection/login/400 org.freedesktop.Secret.Item.Created 0 $ qdbus org.freedesktop.secrets /org/freedesktop/secrets/collection/login/400 org.freedesktop.Secret.Item.Modified 1352020459 This is observed on two different machines (one running Ubuntu, another Debian), with gnome-keyring 3.6.2.
Created attachment 238118 [details] [review] dbus: Refactor out testing code for starting gnome-keyring-daemon This is going to be used by many later tests
Created attachment 238119 [details] [review] secret-store: Update the Created and Modified properties correctly * Set the Modified property before committing transactions * Set the Created property when items and collections are created * Add tests for this functionality
Dmitry, could you review these patches before I push them to git master?
It works now, thanks!
Review of attachment 238118 [details] [review]: +1
Review of attachment 238119 [details] [review]: Great work!
Attachment 238118 [details] pushed as 527da9c - dbus: Refactor out testing code for starting gnome-keyring-daemon Attachment 238119 [details] pushed as c90a1cc - secret-store: Update the Created and Modified properties correctly