issue 2
(Does not work) commented on by arnold.w...@comcast.net
- I run into the same problem that:
1. Nothing happened when I click the configure button.
2. No cover art nor progress displayed.
I noticed the following issues:
1. I received the following errors when I clicked the configured button
"(11:50:57) [0xbb1770] [window_focus_cb] rb-mmkeys-plugin.c:142: window got focus,
re-grabbing media keys
(rhythmbox:2732): Gtk-WARNING **: Failed to set text from markup due to error parsing
markup: Error on line 1: Character ' ' is not valid at the start of an entity name;
the & character begins an entity; if this ampersand isn't supposed to be an entity,
escape it as &
(rhythmbox:2732): Gtk-WARNING **: Failed to set text from markup due to error parsing
markup: Error on line 1: Character ' ' is not valid at the start of an entity name;
the & character begins an entity; if this ampersand isn't supposed to be an entity,
escape it as &
(11:51:00) [0xbb1770] [configure_button_cb] rb-plugin-manager.c:107: Configuring: Awn
Progress & Art
(11:51:00) [0xbb1770] [rb_plugin_find_file] rb-plugin.c:267: found '(null)' when
searching for file 'art.glade' for plugin 'awn-progress'
Traceback (most recent call last):
File "/usr/lib64/rhythmbox/plugins/awn-progress/awn-progress/__init__.py", line 34,
in create_configure_dialog
self.gladexml = gtk.glade.XML(self.glade_file)
AttributeError: 'module' object has no attribute 'glade'
(rhythmbox:2732): Rhythmbox-CRITICAL **: rb_plugins_engine_configure_plugin:
assertion `conf_dlg != NULL' failed
(11:51:00) [0xbb1770] [configure_button_cb] rb-plugin-manager.c:113: Done configuring
plugin
(11:51:02) [0xbb1770] [window_focus_cb] rb-mmkeys-plugin.c:142: window got focus,
re-grabbing media keys"
2. I'm running Fedora x86_64. I noticed the following hard coded library directory in
__init__.py
/usr/lib/rhythmbox/plugins/artdisplay/rhythmbox-missing-artwork.svg
in my case, it should be:
/usr/lib64/rhythmbox/plugins/artdisplay/rhythmbox-missing-artwork.svg
I think it's better to avoid any hard coded directory name.
I run into the same problem that:
1. Nothing happened when I click the configure button.
2. No cover art nor progress displayed.
I noticed the following issues:
1. I received the following errors when I clicked the configured button
"(11:50:57) [0xbb1770] [window_focus_cb] rb-mmkeys-plugin.c:142: window got focus,
re-grabbing media keys
(rhythmbox:2732): Gtk-WARNING **: Failed to set text from markup due to error parsing
markup: Error on line 1: Character ' ' is not valid at the start of an entity name;
the & character begins an entity; if this ampersand isn't supposed to be an entity,
escape it as &
(rhythmbox:2732): Gtk-WARNING **: Failed to set text from markup due to error parsing
markup: Error on line 1: Character ' ' is not valid at the start of an entity name;
the & character begins an entity; if this ampersand isn't supposed to be an entity,
escape it as &
(11:51:00) [0xbb1770] [configure_button_cb] rb-plugin-manager.c:107: Configuring: Awn
Progress & Art
(11:51:00) [0xbb1770] [rb_plugin_find_file] rb-plugin.c:267: found '(null)' when
searching for file 'art.glade' for plugin 'awn-progress'
Traceback (most recent call last):
File "/usr/lib64/rhythmbox/plugins/awn-progress/awn-progress/__init__.py", line 34,
in create_configure_dialog
self.gladexml = gtk.glade.XML(self.glade_file)
AttributeError: 'module' object has no attribute 'glade'
(rhythmbox:2732): Rhythmbox-CRITICAL **: rb_plugins_engine_configure_plugin:
assertion `conf_dlg != NULL' failed
(11:51:00) [0xbb1770] [configure_button_cb] rb-plugin-manager.c:113: Done configuring
plugin
(11:51:02) [0xbb1770] [window_focus_cb] rb-mmkeys-plugin.c:142: window got focus,
re-grabbing media keys"
2. I'm running Fedora x86_64. I noticed the following hard coded library directory in
__init__.py
/usr/lib/rhythmbox/plugins/artdisplay/rhythmbox-missing-artwork.svg
in my case, it should be:
/usr/lib64/rhythmbox/plugins/artdisplay/rhythmbox-missing-artwork.svg
I think it's better to avoid any hard coded directory name.
Feb 11, 2009
issue 4
(No progress) reported by netrob...@gmx.de
- What steps will reproduce the problem?
1. Install awn-progress
2. Start rhythmbox from command line to see errors
3. Rhythmbox version: 0.11.6
What is the expected output? What do you see instead?
Progress of the song should b visible, but isn't.
Command line shows:
Traceback (most recent call last):
File "/home/chester/.gnome2/rhythmbox/plugins/awn-progress/__init__.py",
line 91, in playing_entry_changed
self.time = self.db.entry_get(self.entry,rhythmdb.PROP_DURATION)
TypeError: entry should be a RhythmDBEntry, is a void
What version of the product are you using? On what operating system?
0.2.1 on Ubuntu Hardy Heron
Please provide any additional information below.
Rhythmbox installed from source
What steps will reproduce the problem?
1. Install awn-progress
2. Start rhythmbox from command line to see errors
3. Rhythmbox version: 0.11.6
What is the expected output? What do you see instead?
Progress of the song should b visible, but isn't.
Command line shows:
Traceback (most recent call last):
File "/home/chester/.gnome2/rhythmbox/plugins/awn-progress/__init__.py",
line 91, in playing_entry_changed
self.time = self.db.entry_get(self.entry,rhythmdb.PROP_DURATION)
TypeError: entry should be a RhythmDBEntry, is a void
What version of the product are you using? On what operating system?
0.2.1 on Ubuntu Hardy Heron
Please provide any additional information below.
Rhythmbox installed from source
Jan 15, 2009
issue 2
(Does not work) commented on by dav9000
- Well, I have found out that only mp3 with embedded cover art are shown in this
application. However, progress does not work.
Regards.
Well, I have found out that only mp3 with embedded cover art are shown in this
application. However, progress does not work.
Regards.
Jan 10, 2009
issue 2
(Does not work) commented on by dav9000
- Yeah, the same to me. Just add that I am running Ubuntu Intrepid 8.10, and Rhythmbox
version is 0.11.6.
No album art or progress, just a picture of a CD case. Also the 'configure' button
does not work in the plugin menu.
Hope you fix it soon. Greetings from Spain.
Yeah, the same to me. Just add that I am running Ubuntu Intrepid 8.10, and Rhythmbox
version is 0.11.6.
No album art or progress, just a picture of a CD case. Also the 'configure' button
does not work in the plugin menu.
Hope you fix it soon. Greetings from Spain.
Dec 16, 2008
issue 2
(Does not work) reported by psyphre
- What steps will reproduce the problem?
1. Install version 0.2.1
2. Rhythmbox version 0.11.5
3. Enable awn-progress in Rhythmbox
Problem:
No album art or progress, just a picture of a CD case (the default image
when no album art)
Also the 'configure' button does not work in the plugin menu.
What steps will reproduce the problem?
1. Install version 0.2.1
2. Rhythmbox version 0.11.5
3. Enable awn-progress in Rhythmbox
Problem:
No album art or progress, just a picture of a CD case (the default image
when no album art)
Also the 'configure' button does not work in the plugin menu.