hello, i've written an extension to share folders, so when a folder is shared a palm emblem appears under the folder icon. And when unshared it dissappears.
These parts are working. But when i rename the folder, nautilus doesn't call the function, that check the folder status (share or unshared) When i want nautilus to recheck the status i call this function : nautilus_file_info_invalidate_extension_info. So i wanted to know if there is a way to call nautilus_file_info_invalidate_extension_info when the use rename/mv the folder. That's true that the "shared status" shouldn't be changed when the user just move or rename a folder, but from the filesystem point of view, you can't know if a file has been removed or renamed. I tried with things like fam or gamin, and it is never implemented ( from BUGS: The FAMMoved event is not currently supported.) Another solution would be to have a hook on the move/rename event. Can it be accessed from an extension? thanx for your help -- Sebastien Estienne -- nautilus-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/nautilus-list
