nautilus-follow-symlink

Projects index

Index

  1. Details
  2. Description
  3. Download
  4. Older versions of GNOME
  5. Known Issues
  6. Changes
  7. Contribute

Details

Description

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.

Downloads

Binaries

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.

Source

nautilus-follow-symlink-1.1.tar.gz

Generic build instructions

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

Build DEB package

$ 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)

Build RPM package

$ rpmbuild -tb nautilus-follow-symlink-1.1.tar.gz

Older versions of GNOME

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.

Known Issues

None so far for the current version.

Contribute

If you have a contribution (new ideas, fixes, translations...) to make, please contact me.

Changes

Full Changelog

1.1 (April, 30th 2009)

1.0.99-pre.1 (May, 4th 2008)

1.0.2 (May, 12th 2007)

1.0.1 (December, 12th 2006)

1.0 (November, 10th 2006)

First public release


© 2006-2009 Toni Corvera <outlyer at gmail dot com>