ftp://ftp.redhat.com/pub/redhat/linux/rawhide/SRPMS/SRPMS/gnome-vfs2-2.3.8-1.src.rpm
[gnome-vfs-httpcaptive.git] / modules / vfolder / TODO
1
2 STUFF TO DO
3 ===========
4
5 X keywords aren't being pulled from itemdir files.  bug in
6   entry_quick_read_keys?
7
8 X all pool files are read on startup.  should load when get_keywords is called.
9
10 X filename uniqueness mess... need use a unique name when writing user-private
11   files, but need to present the non-unique name to apps.  use a special vfolder
12   postfix filename probably.
13
14 X all-applications doesn't work.  probably need to use the pool files from
15 .vfolder-info, and add an all-applications-all-users (ick) method.
16
17 X ensure ~/.gnome2/vfolders exists before writing config file
18
19 X ensure ~/.gnome2/vfolders/<scheme>/ dir exists before writing user-private
20   changes
21
22 X <OnlyUnallocated> dir files list duplicates of regularly listed entries,
23   because the alloc count is not correct for folders that are not yet loaded.
24
25 Directory VFolderMonitors relying on stat() (and not FAM) will not pick up new
26 files.
27
28 Add GConf keys for getting .vfolder-info file to use for a given 
29 scheme (puntable).
30
31 Support set/get_file_info of read-only permissions on folders?