When xfmedia is started with existing playlist, one track is initialy active (title with bold font). Probably the one that was playing when xfmedia was last closed. Reproducible: Always Steps to Reproduce: 1. Start xfmedia (playlist exists) 2. Double click a track to play it. Actual Results: There are two tracks in playlist shown with bold font (=active). The one that is now playing and the one that was intially active after startup. Expected Results: Only the playing track should be shown as active.
Hmm, I'm not seeing this, and, frankly, it's logically impossible. The playlist only keeps track of one entry to make bold, and setting a new one overwrites the previous entry. The cell renderer function checks the index of each cell against the index of the row that's supposed to be bold, and explicitly sets it to not-bold if it doesn't match. Occasionally I see that two rows end up being bolded for a second or two, but that's just because gtk doesn't schedule the cell renderer function fast/often enough when the app is doing a few things at once.
That's odd. Maybe my problems is somewhere outside of xfmedia then.. > Occasionally I see that two rows end up being bolded for a second or two, but > that's just because gtk doesn't schedule the cell renderer function fast/often > enough when the app is doing a few things at once. This does look like an update issue, since when I select the row with bold title, it seems to be updated and returns to normal non-bold font.
Mmm, I don't think this is something related to xfmedia, so let's close it.