
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.
| OS/Platform | Package | Dependencies (raw output) |
|---|---|---|
| Debian Sid i386 | nautilus-follow-symlink_1.1.0-upstream.1_i386.deb | libatk1.0-0 (>= 1.20.0), libc6 (>= 2.1.3), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.4.0), libfreetype6 (>= 2.3.5), libglib2.0-0 (>= 2.16.0), libgtk2.0-0 (>= 2.8.0), libnautilus-extension1 (>= 2.26.2), libpango1.0-0 (>= 1.22.0), zlib1g (>= 1:1.1.4), nautilus (>= 2.21) |
| Debian Sid amd64 | nautilus-follow-symlink_1.1.0-upstream.1_amd64.deb | libatk1.0-0 (>= 1.20.0), libc6 (>= 2.2.5), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.4.0), libfreetype6 (>= 2.3.5), libglib2.0-0 (>= 2.16.0), libgtk2.0-0 (>= 2.8.0), libnautilus-extension1 (>= 2.26.2), libpango1.0-0 (>= 1.22.0), zlib1g (>= 1:1.1.4), nautilus (>= 2.21) |
| Fedora 10 i686 | nautilus-follow-symlink-1.1-1.fc10~upstream.i386.rpm | libatk-1.0.so.0 libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1.3) libcairo.so.2 libfontconfig.so.1 libfreetype.so.6 libgdk-x11-2.0.so.0 libgdk_pixbuf-2.0.so.0 libgio-2.0.so.0 libglib-2.0.so.0 libgmodule-2.0.so.0 libgobject-2.0.so.0 libgtk-x11-2.0.so.0 libnautilus-extension.so.1 libpango-1.0.so.0 libpangocairo-1.0.so.0 libpangoft2-1.0.so.0 nautilus-extensions rpmlib(CompressedFileNames) >= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) >= 4.0-1 rtld(GNU_HASH) |
Additionally the sources include means to produce easily deb, and rpm packages for other OS/architecture combinations.
nautilus-follow-symlink-1.1.tar.gz
Compile in the standard GNU fashion:
$ tar zxvf nautilus-follow-symlink-1.1.tar.gz
$ cd nautilus-follow-symlink-1.1
$ ./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.1.tar.gz
$ cd nautilus-follow-symlink-1.1
$ dpkg-buildpackage -rfakeroot -us -uc -b
(or debuild -us -uc -b)
$ rpmbuild -tb nautilus-follow-symlink-1.1.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