Re: nautilus & hidden files
- From: yelo_3 <yelo_3 yahoo it>
- To: "Szabolcs Szakacsits" <szaka ntfs-3g org>
- Cc: nautilus-list gnome org
- Subject: Re: nautilus & hidden files
- Date: Mon, 6 Oct 2008 12:58:45 +0200
I'm suspecting that when GIO searches for hidden file attribute it
does not search in xattr. Anyway in glocalfileinfo.c a function
extracts xattr tags and automatically converts them to GFileInfo
attributes in this way:
xattr-sys::attr_name (if the xattr tag is not user specific)
xattr:attr_name (if the tag is user specific)
So I think that you can give the xattr name you like for hidden files,
I suggest "system.hidden", which should become (if I understood well)
"xattr-sys:hidden".
The thing we must do in GIO is to add a check to this new tag in the
function g_file_info_get_is_hidden().
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]