GNOME Bugzilla – Bug 484882
file ACL are not preserved
Last modified: 2009-01-24 22:28:45 UTC
Saving a file actually swap files which drops ACL. >>> getfacl foo # file: foo # owner: benoit # group: benoit user::rw- group::r-- other::--- >>> setfacl -m u:luser:r foo >>> getfacl foo # file: foo # owner: benoit # group: benoit user::rw- user:luser:r-- group::r-- mask::r-- other::--- >>> ls -i foo 242268 foo >>> gedit foo # edit and save the file >>> ls -i foo 1635821 foo >>> getfacl foo # file: foo # owner: benoit # group: benoit user::rw- group::r-- other::---
Certainly for the same reason, when I create a file whith gedit on my Desktop and move the icon associated to the new file (always on the Desktop folder but to the opposite side for example), each time I edit the file whith gedit, its position is reverted (works fine with Emacs and vim).
is the acl problem still existing? did you compile with libattr support enabled?
The two problems are fixed (nice border effect of the switch to gio :). Thanks.