Nautilus allows users to set emblems on directories and files but surprisingly it doesn't use the actual file metadata stores like xattr to store this added metadata.
So where and how does Nautilus store this data? (I'd like to access it from outside Nautilus.)
As it seems, GVFS stores such metadata in it's "metadata::emblems" namespace (try the CLI command gvfs-info), but
where does GVFS store it's data? In a separate db, in xattr or in both, depending on namespace??