Package: mirage
Version: 0.9.5.1-1
Severity: normal

When trying to take a screenshot, it does not work, and mirage outputs the
following:

  Traceback (most recent call last):
    File "/usr/lib/pymodules/python2.6/mirage.py", line 2342, in screenshot
      self.screenshot_delay = int(delay.get_text())
  ValueError: invalid literal for int() with base 10: ''

Screenshots will work if the delay is hard-coded by editing
/usr/lib/pymodules/python2.6/mirage.py, and changing line 2342 from:

  self.screenshot_delay = int(delay.get_text())

to:

  self.screenshot_delay = 2

So there is something wrong related to the int(delay.get_text()) bit. 

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (900, 'testing'), (700, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages mirage depends on:
ii  libc6                   2.11.2-7         Embedded GNU C Library: Shared lib
ii  libx11-6                2:1.3.3-4        X11 client-side library
ii  python                  2.6.6-3+squeeze2 interactive high-level object-orie
ii  python-gtk2             2.17.0-4         Python bindings for the GTK+ widge
ii  python-support          1.0.10           automated rebuilding support for P

mirage recommends no packages.

Versions of packages mirage suggests:
ii  gimp                         2.6.10-1    The GNU Image Manipulation Program
ii  imagemagick                  8:6.6.0.4-3 image manipulation programs
ii  menu                         2.1.44      generates programs menu for all me

-- debconf-show failed



-- 
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