Package: python-notify
Version: 0.1.1-3
Severity: important

When running the following script:


#!/usr/bin/env python

import time, pynotify

pynotify.init( "Some Application or Title" )
n = pynotify.Notification("Look away", "It's good for your eyes!")
n.set_timeout(30000) # 30 seconds

while True:
    n.show()
    time.sleep(600) # 10 minutes


This error occurred:


Traceback (most recent call last):
  File "/home/eric/bin/eyes.py", line 10, in <module>
    n.show()
glib.GError: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name 
org.freedesktop.Notifications was not provided by any .service files



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

Kernel: Linux 2.6.39-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages python-notify depends on:
ii  libatk1.0-0                   2.0.1-2    ATK accessibility toolkit
ii  libc6                         2.13-10    Embedded GNU C Library: Shared lib
ii  libcairo2                     1.10.2-6.1 The Cairo 2D vector graphics libra
ii  libfontconfig1                2.8.0-3    generic font configuration library
ii  libfreetype6                  2.4.6-1    FreeType 2 font engine, shared lib
ii  libgdk-pixbuf2.0-0            2.23.5-3   GDK Pixbuf library
ii  libglib2.0-0                  2.28.6-1   The GLib library of C routines
ii  libgtk2.0-0                   2.24.4-3   The GTK+ graphical user interface 
ii  libnotify4                    0.7.3-2    sends desktop notifications to a n
ii  libpango1.0-0                 1.28.4-1   Layout and rendering of internatio
ii  python                        2.6.7-2    interactive high-level object-orie
ii  python-gtk2                   2.24.0-2   Python bindings for the GTK+ widge
ii  python2.6                     2.6.7-3    An interactive high-level object-o
ii  python2.7                     2.7.2-3    An interactive high-level object-o

python-notify recommends no packages.

python-notify suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to