After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 613586 - file ACL are not preserved
file ACL are not preserved
Status: RESOLVED OBSOLETE
Product: gedit
Classification: Applications
Component: general
2.29.x
Other Windows
: Normal major
: ---
Assigned To: Gedit maintainers
Gedit maintainers
Depends on:
Blocks:
 
 
Reported: 2010-03-22 13:16 UTC by leniviy
Modified: 2010-03-29 20:52 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description leniviy 2010-03-22 13:16:14 UTC
+++ This bug was initially created as a clone of Bug #484882 +++

Saving a file actually swap files which drops ACL. (on NTFS)

**************************
# stat -c "%a %i" test.txt
664 4785074604276252
# # edit test.txt in gedit
# stat -c "%a %i" test.txt
700 3659174697712230
#
**************************
Comment 1 Paolo Borelli 2010-03-29 20:52:58 UTC
we now use gio for this that should handle this if it is properly built enabling libattr support. If that is not the case feel free to reopen a bug against glib gio component