Nautilus allows users to set logos in directories and files, but surprisingly it does not use actual file metadata repositories such as xattr to store this added metadata.
So where and how does Nautilus store this data? (I would like to get access to it from the side of Nautilus.)
GVFS seems to store such metadata in the namespace "metadata :: emblems" (try the CLI gvfs-info command), but
Where does GVFS store data? In a separate db, in xattr, or both, depending on the namespace
isync source share