Package: radiotray
Version: 0.7.3-5
--- Please enter the report below this line. ---
You need to install package "python-xdg" too.
Before that:
----
marek@dell-e6220:~$ python
Python 2.7.11+ (default, May 9 2016, 15:54:33)
[GCC 5.3.1 20160429] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from radiotray import radiotray_runner
** (.:22847): WARNING **: Error retrieving accessibility bus address:
org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not
provided by any .service files
/usr/lib/python2.7/dist-packages/radiotray/XmlDataProvider.py:23:
PyGIWarning: Gtk was imported without specifying a version first. Use
gi.require_version('Gtk', '3.0') before import to ensure that the right
version gets loaded.
from gi.repository import Gtk
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File
"/usr/lib/python2.7/dist-packages/radiotray/radiotray_runner.py", line
6, in <module>
from RadioTray import RadioTray
File "/usr/lib/python2.7/dist-packages/radiotray/RadioTray.py", line
22, in <module>
from AudioPlayerGStreamer import AudioPlayerGStreamer
File
"/usr/lib/python2.7/dist-packages/radiotray/AudioPlayerGStreamer.py",
line 36, in <module>
from StreamDecoder import StreamDecoder
File "/usr/lib/python2.7/dist-packages/radiotray/StreamDecoder.py",
line 21, in <module>
from lib.common import USER_AGENT
File "/usr/lib/python2.7/dist-packages/radiotray/lib/common.py", line
5, in <module>
from xdg.BaseDirectory import xdg_data_home
ImportError: No module named xdg.BaseDirectory
After Installation of python-xdg:
---
marek@dell-e6220:~$ radiotray
** (radiotray:23138): WARNING **: Error retrieving accessibility bus
address: org.freedesktop.DBus.Error.ServiceUnknown: The name
org.a11y.Bus was not provided by any .service files
/usr/lib/python2.7/dist-packages/radiotray/XmlDataProvider.py:23:
PyGIWarning: Gtk was imported without specifying a version first. Use
gi.require_version('Gtk', '3.0') before import to ensure that the right
version gets loaded.
from gi.repository import Gtk
/usr/lib/python2.7/dist-packages/radiotray/AudioPlayerGStreamer.py:64:
FutureWarning: The behavior of this method will change in future
versions. Use specific 'len(elem)' or 'elem is not None' test instead.
if(cfg_provider._settingExists("buffer_size")):
Sleep Timer, Stops playing after a predefined time, SleepTimerPlugin.py,
Carlos Ribeiro
StationSwitcher, Allows cycling through stations,
StationSwitcherPlugin.py, Mark F
HelloWorld, This is a test plugin, HelloWorld.py, Carlos Ribeiro
started
Notifications, Shows message notifications on the desktop,
NotificationPlugin.py, Carlos Ribeiro
/usr/share/radiotray/plugins/NotificationPlugin.py:25: PyGIWarning:
Notify was imported without specifying a version first. Use
gi.require_version('Notify', '0.7') before import to ensure that the
right version gets loaded.
from gi.repository import Notify
Mate Media Keys, Controls Radio Tray through keyboard multimedia keys,
MateMediaKeysPlugin.py, Ken
Gnome Media Keys, Controls Radio Tray through keyboard multimedia keys,
GnomeMediaKeysPlugin.py, Carlos Ribeiro
History, Shows song history, HistoryPlugin.py, Carlos Ribeiro
... there are similar error reports on the beginning but it runs already.
--- System information. ---
Architecture: amd64
Kernel: Linux 4.5.0-2-amd64
Debian Release: stretch/sid
500 testing ftp.at.debian.org
--- Package information. ---
Depends (Version) | Installed
===========================================-+-==============
python | 2.7.11-1
python:any (<< 2.8) |
python:any (>= 2.7.5-5~) |
gir1.2-gtk-3.0 | 3.20.5-4
python-gi | 3.20.1-1
gir1.2-notify-0.7 | 0.7.6-2
gir1.2-keybinder-3.0 | 0.3.1-1
python-gst-1.0 (>= 1.0) | 1.8.1-1
python-glade2 | 2.24.0-4
python-lxml (>= 2.1.5) | 3.6.0-1
python-dbus (>= 0.83.0) | 1.2.4-1
gstreamer1.0-plugins-base (>= 1.0) | 1.8.1-1
gstreamer1.0-plugins-good | 1.8.1-1
gstreamer1.0-plugins-ugly | 1.8.1-1
gstreamer1.0-plugins-bad | 1.8.1-2
Package's Recommends field is empty.
Package's Suggests field is empty.