Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revisionBoth sides next revision
nautilus-follow-symlink [2016/04/22 21:54] – Abridged changelog Toni Corveranautilus-follow-symlink [2024/04/19 20:22] – Update for new release, drop parts no longer used Toni Corvera
Line 5: Line 5:
 ===== Details ===== ===== Details =====
  
-  * Current version: 1.2.0, released on August 18th 2012 +  * Current version: 1.2.1, released on April 19th 2024 
-  * Compatibility: Nautilus (versions 2.22 and up), Caja+  * Compatibility: Nautilus, Caja
   * Released under the [[http://www.gnu.org/copyleft/lesser.html|GNU LGPL]]   * Released under the [[http://www.gnu.org/copyleft/lesser.html|GNU LGPL]]
   * Translations available: English, Spanish, Catalan   * Translations available: English, Spanish, Catalan
Line 14: Line 14:
 ===== Description ===== ===== Description =====
  
-//nautilus-follow-symlink// is a [[http://www.gnome.org/projects/nautilus/|nautilus]] extension that adds a menu entry on symbolic links to directories which open the pointed directory (the //real// path).+//nautilus-follow-symlink// is a [[https://apps.gnome.org/Nautilus/|nautilus]] extension.
  
-It does so both when right clicking on the folder icon or on the contents of an opened symbolic link.+//caja-follow-symlink// is [[https://github.com/mate-desktop/caja|caja]] extension.
  
-Starting with version 1.2.0, there's also variant for nautilus' fork [[http://mate-desktop.org/applications/|caja]] (released as //caja-follow-symlink//).+They add menu entry on symbolic links to directories which open the pointed directory (the real path)
 + 
 +They do so both when right clicking on the folder icon or on the contents of an opened symbolic link.
  
 ===== Downloads ===== ===== Downloads =====
Line 24: Line 26:
 ==== Binaries ==== ==== Binaries ====
  
-  * nautilus-follow-symlink +  * [[deb>nautilus-follow-symlink/files/nautilus-follow-symlink_1.2.1-pon.1_amd64.deb|nautilus-follow-symlink_1.2.1-pon.1_amd64.deb]] built for for Debian Stable amd64 
-    * [[deb>nautilus-follow-symlink/files/nautilus-follow-symlink_1.2.0-pon.1_i386.deb|nautilus-follow-symlink for Debian Squeeze i386]]\\ Dependencies: libc6 (>= 2.3.6-6~), libglib2.0-0 (>2.16.0), libgtk2.0-0 (>= 2.8.0), libnautilus-extension1 (>= 2.30) +  * [[deb>nautilus-follow-symlink/files/caja-follow-symlink_1.2.1-pon.1_amd64.deb|caja-follow-symlink_1.2.1-pon.1_amd64.deb]] built for Debian Stable amd64 
-    * [[deb>nautilus-follow-symlink/files/nautilus-follow-symlink_1.2.0-pon.1_amd64.deb|nautilus-follow-symlink for Debian Squeeze amd64]]\\ Dependencies: libc6 (>= 2.2.5), libglib2.0-0 (>= 2.16.0), libgtk2.0-0 (>= 2.8.0), libnautilus-extension1 (>= 2.30) +<HTML
-    * [[rpm>nautilus-follow-symlink/files/nautilus-follow-symlink-1.2.0-1.fc17.i386.rpm|nautilus-follow-symlink for Fedora 17 i686]]\\ Dependencies: libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1.3) libgio-2.0.so.0 libglib-2.0.so.0 libgobject-2.0.so.0 libgtk-3.so.0 libnautilus-extension.so.1 libpthread.so.0 nautilus-extensions rpmlib(CompressedFileNames) >= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) >= 4.0-1 rtld(GNU_HASH) +    <!-- * [[rpm>nautilus-follow-symlink/files/nautilus-follow-symlink-1.2.0-1.fc17.i386.rpm|nautilus-follow-symlink for Fedora 17 i686]] --> 
-  * caja-follow-symlink +</HTML>
-    * [[deb>nautilus-follow-symlink/files/caja-follow-symlink_1.2.0-pon.1_i386.deb|caja-follow-symlink for LMDE i386]]\\ Dependencies: libc6 (>= 2.3.6-6~), libcaja-extension, libglib2.0-0 (>= 2.16.0), libgtk2.0-0 (>= 2.8.0)+
  
 Additionally the sources include means to produce easily deb, and rpm packages for other OS/architecture combinations. Additionally the sources include means to produce easily deb, and rpm packages for other OS/architecture combinations.
Line 35: Line 36:
 ==== Source ==== ==== Source ====
  
-  * Nautilus variant: [[/nautilus-follow-symlink/files/nautilus-follow-symlink-1.2.0.tar.gz|nautilus-follow-symlink-1.2.0.tar.gz]] +  * Nautilus variant: [[/nautilus-follow-symlink/files/nautilus-follow-symlink-1.2.1.tar.gz|nautilus-follow-symlink-1.2.1.tar.gz]] 
-  * Caja variant: [[/nautilus-follow-symlink/files/nautilus-follow-symlink-1.2.0.tar.gz|caja-follow-symlink-1.2.0.tar.gz]]+  * Caja variant: [[/nautilus-follow-symlink/files/nautilus-follow-symlink-1.2.1.tar.gz|caja-follow-symlink-1.2.1.tar.gz]]
  
 === Generic build instructions === === Generic build instructions ===
Line 43: Line 44:
  
 <code> <code>
-$ tar zxvf nautilus-follow-symlink-1.2.0.tar.gz +$ tar zxvf nautilus-follow-symlink-1.2.1.tar.gz 
-$ cd nautilus-follow-symlink-1.2.0+$ cd nautilus-follow-symlink-1.2.1
 $ ./configure --prefix=/usr # Note the prefix should be the same as nautilus for the translations to work $ ./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`)                             # (or e.g. $ ./configure --prefix=`pkg-config --variable prefix libnautilus-extension`)
 $ make $ make
-make install+$ sudo make install
 </code> </code>
  
Line 54: Line 55:
  
 <code> <code>
-$ tar zxvf nautilus-follow-symlink-1.2.0.tar.gz +$ tar zxvf nautilus-follow-symlink-1.2.1.tar.gz 
-$ cd nautilus-follow-symlink-1.2.0+$ cd nautilus-follow-symlink-1.2.1
 $ dpkg-buildpackage -rfakeroot -us -uc -b  $ dpkg-buildpackage -rfakeroot -us -uc -b 
-  (or debuild -us -uc -b)+  (or
 +debuild -us -uc -b
 </code> </code>
  
 === Build RPM package === === Build RPM package ===
  
-<code>$ rpmbuild -tb nautilus-follow-symlink-1.2.0.tar.gz</code>+<code>$ rpmbuild -tb nautilus-follow-symlink-1.2.1.tar.gz</code>
  
 ===== Older versions of GNOME ===== ===== Older versions of GNOME =====
Line 82: Line 84:
 This is a selection of changes since the last full version.\\ This is a selection of changes since the last full version.\\
 Additionally the [[nautilus-follow-symlink:docs:changelog|selected changes for all versions]] and the [[/nautilus-follow-symlink/files/ChangeLog|full changelog]] are available. Additionally the [[nautilus-follow-symlink:docs:changelog|selected changes for all versions]] and the [[/nautilus-follow-symlink/files/ChangeLog|full changelog]] are available.
 +
 +==== 1.2.1 (April, 19th 2024) ====
 +
 +  * Updated to build with newer gcc
  
 ==== 1.2.0 (August, 18th 2012) ==== ==== 1.2.0 (August, 18th 2012) ====
Line 95: Line 101:
 ---- ----
  
-<html><address style="font-size:small;text-align:right;font-style:italic"></html>© 2006-2012 Toni Corvera <outlyer at gmail.com><html></address></html>+<html><address style="font-size:small;text-align:right;font-style:italic"></html>© 2006-2024 Toni Corvera <outlyer at gmail.com><html></address></html>
All dates/times in this page are UTC.
  • nautilus-follow-symlink.txt
  • Last modified: 2024/04/19 20:26
  • by Toni Corvera