tags 674351 + patch thanks * Lucas Nussbaum <lu...@lucas-nussbaum.net>, 2012-05-24, 12:02:
DBusException: org.freedesktop.DBus.Error.NoServer: Failed to connect to socket /tmp/dbus-3P8u71Q8XL: Connection refused
This happens when $HOME/.dbus/ isn't writable (most likely because $HOME doesn't exist at all).
Patch attached. -- Jakub Wilk
--- python-notify2-0.3/debian/rules 2012-05-19 13:04:25.000000000 +0200 +++ python-notify2-0.3/debian/rules 2012-05-28 14:28:22.000000000 +0200 @@ -2,6 +2,8 @@ # -*- makefile -*- #DH_VERBOSE=1 +export HOME = $(CURDIR) + PYTHON2=$(shell pyversions -vr) PYTHON3=$(shell py3versions -vr) @@ -29,3 +31,4 @@ dh_auto_clean rm -rf build rm -rf *.egg-info + rm -rf .dbus
_______________________________________________ Python-modules-team mailing list Python-modules-team@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team