
nautilus-follow-symlink is a nautilus extension that adds a menu entry on symbolic links to directories which open the pointed directory (the real path).
It does so both when right clicking on a the folder icon or on the contents of an opened symbolic link.
Starting with version 1.2.0, there's also a variant for nautilus' fork caja (released as caja-follow-symlink).
nautilus-follow-symlink for Debian Squeeze i386
nautilus-follow-symlink for Debian Squeeze amd64
nautilus-follow-symlink for Fedora 17 i686
caja-follow-symlink for LMDE i386Additionally the sources include means to produce easily deb, and rpm packages for other OS/architecture combinations.
Nautilus variant: nautilus-follow-symlink-1.2.0.tar.gz
Caja variant: caja-follow-symlink-1.2.0.tar.gz
Compile in the standard GNU fashion:
$ tar zxvf nautilus-follow-symlink-1.2.0.tar.gz
$ cd nautilus-follow-symlink-1.2.0
$ ./configure --prefix=/usr # Note the prefix should be the same as nautilus for the translations to work
# (or e.g. $ ./configure --prefix=`pkg-config --variable prefix libnautilus-extension`)
$ make
# make install
$ tar zxvf nautilus-follow-symlink-1.2.0.tar.gz
$ cd nautilus-follow-symlink-1.2.0
$ dpkg-buildpackage -rfakeroot -us -uc -b
(or debuild -us -uc -b)
$ rpmbuild -tb nautilus-follow-symlink-1.2.0.tar.gz
Versions of GNOME 2.20 and below should use 1.0.2, which is the last release supporting them.
Look in in files/ for the appropriate files. Building older versions is
a bit harder, refer to the BUILD file included in the tarball.
None so far for the current version.
If you have a contribution (new ideas, fixes, translations...) to make, please contact me.
First public release