Activity log for bug #706681

Date Who What changed Old value New value Message
2011-01-23 20:44:40 Rick Spencer bug added bug
2011-01-23 20:45:21 Rick Spencer description This is on Natty running from the PPA Steps: 1. Run pithos from the terminal 2. When the first song starts, skip to the next song Result: The terminal reports the following error info: Traceback (most recent call last): File "/usr/bin/pithos", line 247, in bgcolor_data_func cell.set_property("cell-background", bgcolor) TypeError: could not convert argument to correct param type And the GUI marks the song with a gstreamer error, though there was not one. The problem seems to be be that the code is setting the background-color of the cell with gtk,gdk.Color object. Changing bin/pithos to the following seems to fix it: cell.set_property("cell-background-gdk", bgcolor) Let me know if you would prefer a merge proposal or a patch instead, but for a 4 character change, this seemed easier for you. This is on Natty running from the PPA Steps: 1. Run pithos from the terminal 2. When the first song starts, skip to the next song Result: The terminal reports the following error info: Traceback (most recent call last):   File "/usr/bin/pithos", line 247, in bgcolor_data_func     cell.set_property("cell-background", bgcolor) TypeError: could not convert argument to correct param type And the GUI marks the song with a gstreamer error, though there was not one. The problem seems to be be that the code is setting the background-color of the cell with gtk,gdk.Color object. Changing line 247 of bin/pithos to the following seems to fix it:             cell.set_property("cell-background-gdk", bgcolor) Let me know if you would prefer a merge proposal or a patch instead, but for a 4 character change, this seemed easier for you.
2011-02-02 19:52:13 Ken VanDine pithos: status New Confirmed
2011-02-02 19:52:38 Ken VanDine bug task added pithos (Ubuntu)
2011-02-05 02:52:58 Luke Faraone pithos (Ubuntu): status New Invalid
2011-03-04 22:01:29 Ken VanDine pithos (Ubuntu): status Invalid Confirmed
2011-03-04 22:05:11 Launchpad Janitor pithos (Ubuntu): status Confirmed Fix Released
2011-03-04 23:15:05 Launchpad Janitor branch linked lp:ubuntu/pithos
2011-03-06 05:07:33 Launchpad Janitor branch linked lp:~lfaraone/pithos/bzr.d.o
2011-03-06 22:03:27 Launchpad Janitor branch linked lp:debian/pithos
2011-04-05 18:37:11 Kevin Mehall pithos: status Confirmed Fix Committed
2011-04-05 18:38:35 Kevin Mehall pithos: assignee Rick Spencer (rick-rickspencer3)
2011-04-13 00:18:22 Kevin Mehall pithos: status Fix Committed Fix Released