[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#816801: volti: The script /usr/bin/volti incorrectly checks the version of dbus



Package: volti
Version: 0.2.3-6
Severity: important
Tags: newcomer

Dear Maintainer,

1. The program does not start, showing exception:
"This program needs dbus-python 0.80.0 or higher
Exiting"

2. I replaced the line 27 with the following code:
Before:
assert dbus.version >= (0, 80, 0)
After:
assert tuple(dbus.version) >= (0, 80, 0)

3. Program starts without any errors

The version of Python 2.7.11+



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

Kernel: Linux 4.3.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=ru_RU.utf8, LC_CTYPE=ru_RU.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages volti depends on:
ii  python-alsaaudio  0.7-1
ii  python-dbus       1.2.2-1
ii  python-gobject    3.18.2-2
ii  python-gtk2       2.24.0-4
ii  python-xlib       0.14+20091101-5
pn  python:any        <none>

volti recommends no packages.

volti suggests no packages.

-- no debconf information


Reply to: