Bug#512310: python-nautilus: scripts in ~/.nautilus/python-extensions/ failed to be executed

Stephane Bernaud stephane.bernaud at laposte.net
Mon Jan 19 15:06:15 UTC 2009


Package: python-nautilus
Version: 0.4.3-3
Severity: grave
Tags: patch
Justification: renders package unusable


Bug description stolen from : 
https://bugs.launchpad.net/nautilus-python/+bug/145811

None of the example scripts (/usr/share/doc/python-nautilus/examples/) is working.
Tried copying to either /usr/lib/nautilus/extensions-1.0/python/ or /.nautilus/python-extensions/

-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages python-nautilus depends on:
ii  libart-2.0-2               2.3.20-2      Library of functions for 2D graphi
ii  libatk1.0-0                1.22.0-1      The ATK accessibility toolkit
ii  libbonobo2-0               2.22.0-1      Bonobo CORBA interfaces library
ii  libbonoboui2-0             2.22.0-1      The Bonobo UI library
ii  libc6                      2.7-18        GNU C Library: Shared libraries
ii  libcairo2                  1.6.4-7       The Cairo 2D vector graphics libra
ii  libeel2-2.20               2.20.0-7      Eazel Extensions Library (for GNOM
ii  libgail-common             1.22.3-1      GNOME Accessibility Implementation
ii  libgail18                  1.22.3-1      GNOME Accessibility Implementation
ii  libgconf2-4                2.22.0-1      GNOME configuration database syste
ii  libglade2-0                1:2.6.2-1     library to load .glade files at ru
ii  libglib2.0-0               2.16.6-1      The GLib library of C routines
ii  libgnome2-0                2.20.1.1-1    The GNOME 2 library - runtime file
ii  libgnomecanvas2-0          2.20.1.1-1    A powerful object-oriented display
ii  libgnomeui-0               2.20.1.1-2    The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0             1:2.22.0-5    GNOME Virtual File System (runtime
ii  libgtk2.0-0                2.12.11-4     The GTK+ graphical user interface 
ii  libice6                    2:1.0.4-1     X11 Inter-Client Exchange library
ii  libnautilus-extension1     2.20.0-7      libraries for nautilus components 
ii  liborbit2                  1:2.14.13-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0              1.20.5-3      Layout and rendering of internatio
ii  libpopt0                   1.14-4        lib for parsing cmdline parameters
ii  libsm6                     2:1.0.3-2     X11 Session Management library
ii  libxml2                    2.6.32.dfsg-5 GNOME XML library
ii  python-gnome2              2.22.0-1      Python bindings for the GNOME desk
ii  python2.5                  2.5.2-15      An interactive high-level object-o

python-nautilus recommends no packages.

python-nautilus suggests no packages.

-- no debconf information
-------------- next part --------------
--- nautilus-python.c.orig	2009-01-19 16:01:33.000000000 +0100
+++ nautilus-python.c	2009-01-19 16:02:30.000000000 +0100
@@ -47,7 +47,7 @@
 	PyObject *main_module, *main_locals, *locals, *key, *value;
 	PyObject *module;
 	GType gtype;
-	int pos = 0;
+	Py_ssize_t pos = 0;
 	
 	debug_enter_args("filename=%s", filename);
 	


More information about the pkg-gnome-maintainers mailing list