GNOME Bugzilla – Bug 322694
doesn't track nautilus folder options
Last modified: 2014-08-02 12:12:07 UTC
I tried to manually arranged some files in a folder, but sabayon didn't notice it as a change. It probably needs to watch the metafiles in .nautilus for that.
Created attachment 80220 [details] [review] Removes the metafiles directory from DIRECTORIES_TO_IGNORE Attaching a trivial patch. However, there must have been a specific reason why .nautilus/metafiles was put in the DIRECTORIES_TO_IGNORE list. Can someone shed more light on this ?
Comment on attachment 80220 [details] [review] Removes the metafiles directory from DIRECTORIES_TO_IGNORE The reason is that .nautilus/metafiles stores information about absolute filenames. Take a look at your ~/.nautilus/metafiles - it has a bunch of oddly-encoded filenames, and each one stores the metadata for a particular directory.
I guess we would need some custom code to handle Nautilus metadata. Maybe we can have a delegate sniffing the files source, and if it detects changes in ~/.nautilus/metafiles, it will translate the weird absolute filenames into relative ones.
The last Sabayon code changes took place in February 2010: https://git.gnome.org/browse/archive/sabayon/log/ This project is not under active development anymore. This project has been recently archived in GNOME Git. It is currently unlikely that there will be any further active development. Closing this report as WONTFIX as part of Bugzilla Housekeeping to reflect reality. Please feel free to reopen this bug report in the future if anyone takes the responsibility for active development again.