On Sat, Jul 25, 2009 at 3:16 AM, Christian Neumair<[email protected]> wrote: > If you think that the D-Bus round trip all-too-complex for controlling > Nautilus from your plugin, you need to bring up a good use case why you > have to programmmatically refresh the current location from a plugin.
While I am sure a D-Bus API would be useful, it does seem potentially heavy weight for this problem. However if it existed and was a solution I'd certainly prefer it over nothing. The use case I am trying to solve is when nautilus is viewing a directory which is a symlink to A, and then becomes symlinked to B. Nautilus doesn't realize it isn't viewing the correct directory anymore so I need a way to tell it to re-visit the same address to get to the new location. This comes up often when working with encrypted directories or partitions which are often layered filesystems dealt with through symlinks. So if I want to have a nautilus extension to encrypt or decrypt the directory, this is going to involve a symlink swap and require a refresh. Does that seem fair enough? Currently I am blocked on this extension without a way to make it usable as it requires manually hitting F5 each time. Thanks, Michael Rooney [email protected] -- nautilus-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/nautilus-list
