With the latest upstream version (0.4.3) I am no longer able to
reproduce the crash that python-nautilus caused for me[0]. Could you
guys try it out?

I also made a couple of changes to make the package easier to use. The
diff is attached.

[0] http://bugzilla.gnome.org/show_bug.cgi?id=168695

-- 
Sam Morris
http://robots.org.uk/

PGP key id 5EA01078
3412 EA18 1277 354B 991B  C869 B219 7FDB 5EA0 1078
--- nautilus-python-0.4.1/debian/changelog      2006-02-19 15:57:40.000000000 
+0000
+++ nautilus-python-0.4.3/debian/changelog      2006-02-19 16:19:23.000000000 
+0000
@@ -1,3 +1,12 @@
+nautilus-python (0.4.3-1) experimental; urgency=low
+
+  * New upstream release
+  * Create an empty /usr/lib/nautilus/extensions-1.0/python directory for
+    plugins to be installed into
+  * Add a README.Debian file containing notes on usage
+
+ -- Sam Morris <[EMAIL PROTECTED]>  Sun, 19 Feb 2006 16:14:11 +0000
+
 nautilus-python (0.4.1-1) experimental; urgency=low
 
   [ Ross Burton ]
--- nautilus-python-0.4.1/debian/control        2006-02-19 15:57:40.000000000 
+0000
+++ nautilus-python-0.4.3/debian/control        2006-02-19 16:02:15.000000000 
+0000
@@ -2,7 +2,7 @@
 Section: gnome
 Priority: optional
 Maintainer: Ross Burton <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.1.0), cdbs, python, python-dev, python-gtk2-dev 
(>= 2.8.0), python-gnome2-dev (>= 2.12.1-3), libnautilus-extension-dev (>= 
2.6.0)
+Build-Depends: debhelper (>= 4.1.0), cdbs, python, python-dev, python-gtk2-dev 
(>= 2.8.0), python-gnome2-dev (>= 2.12.1-3), libnautilus-extension-dev (>= 
2.8.0), libeel2-dev (>= 2.6.0)
 Standards-Version: 3.6.2
 
 Package: python-nautilus
--- nautilus-python-0.4.1/debian/dirs   1970-01-01 01:00:00.000000000 +0100
+++ nautilus-python-0.4.3/debian/dirs   2006-02-19 16:13:58.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/nautilus/extensions-1.0/python
--- nautilus-python-0.4.1/debian/README.Debian  1970-01-01 01:00:00.000000000 
+0100
+++ nautilus-python-0.4.3/debian/README.Debian  2006-02-19 16:22:42.000000000 
+0000
@@ -0,0 +1,11 @@
+nautilus-python for Debian
+--------------------------
+
+Plugins are loaded from two locations:
+
+ /usr/lib/nautilus/extensions-1.0/python - all-user plugin directory
+ ~/.nautilus/python-extensions - per-user plugin directory
+
+Sample plugins can be found in /usr/share/doc/python-nautilus/examples. To use
+them, copy them to one of the locations above and restart nautilus--this can
+be done gracefully by running 'nautilus --quit'.

Reply via email to