detly Asked: 2012-03-03 07:40:18 +0800 CST2012-03-03 07:40:18 +0800 CST 2012-03-03 07:40:18 +0800 CST User extension location for Nautilus 3 772 Where (under my home directory) do I put Python extensions for Nautilus 3? nautilus 3 Answers Voted Best Answer detly 2012-03-03T20:54:13+08:002012-03-03T20:54:13+08:00 According to the source, it's: ~/.local/share/nautilus-python/extensions/ Sebastian Schlegel 2013-10-12T13:23:06+08:002013-10-12T13:23:06+08:00 With nautilus 3.6 I did this: Put the script into ~/.local/share/nautilus/scripts and make it executable. WinEunuuchs2Unix 2018-05-16T15:15:16+08:002018-05-16T15:15:16+08:00 May 2018 update On Ubuntu 16.04 LTS this works for me: $ ll /usr/share/nautilus-python/extensions/ total 32 drwxr-xr-x 2 root root 4096 May 15 04:47 ./ drwxr-xr-x 3 root root 4096 Feb 20 18:36 ../ -rw-r--r-- 1 root root 5165 Dec 28 2015 nautilus-admin.py -rw-r--r-- 1 root root 5479 Apr 6 17:21 nautilus-admin.pyc -rw-r--r-- 1 root root 5007 Oct 24 2015 nautilus-hide.py
According to the source, it's:
With nautilus 3.6 I did this:
Put the script into
and make it executable.
May 2018 update
On Ubuntu 16.04 LTS this works for me: