fossfreedom / coverart-browser

Browse your cover-art albums in Rhythmbox v2.96 - 3.0+
http://xpressubuntu.wordpress.com/
GNU General Public License v3.0
74 stars 19 forks source link

Cover art not being displayed in tile view - GNOME/GTK 3.14 #338

Closed mjog closed 9 years ago

mjog commented 9 years ago

On Ubuntu GNOME utopic (with the gnome3-staging PPA) tile view is not displaying any covers - all I see is the grid with with titles. Cover flow view does display covers fine.

One suspect is the following console output:

(rhythmbox:31501): Gtk-CRITICAL **: gtk_box_reorder_child: assertion 'old_link != NULL' failed
/usr/lib/rhythmbox/plugins/coverart_browser/coverart_covericonview.py:245: Warning: g_object_set_property: construct property "cell-area" for object 'EnhancedIconView' can't be set after construction
  self.props.cell_area = AlbumArtCellArea()
fossfreedom commented 9 years ago

hmm - as usual Gnome has been breaking stuff again :(

I'm not running that combination at the moment. Not sure at the moment what the issue is so I can't immediately offer any advice.

fossfreedom commented 9 years ago

Hi Michael,

think I've found the issue - some sort of GtkBuilder bug.

I've pushed a change in the master branch - if you have the time could you test this out?

cd ~/Downloads git clone https://github.com/fossfreedom/coverart-browser cd coverart-browser ./install.sh

To revert just delete the folder ~/.local/share/rhythmbox/plugins/coverart_browser

fossfreedom commented 9 years ago

... wrong instructions

cd ~/Downloads git clone https://github.com/fossfreedom/coverart-browser -b master cd coverart-browser ./install.sh

To revert just delete the folder ~/.local/share/rhythmbox/plugins/coverart_browser

or to completely uninstall

./install.sh --uninstall

mjog commented 9 years ago

On Sat, 18 Oct, 2014 at 8:08 PM, David Mohammed notifications@github.com wrote:

think I've found the issue - some sort of GtkBuilder bug.

I've pushed a change in the master branch - if you have the time could you test this out?

Nice work, that totally fixed it. Thanks!

⊨ Michael Gratton, Percept Wrangler. ⚙ http://mjog.vee.net/

cd ~/Downloads git clone https://github.com/fossfreedom/coverart-browser cd coverart-browser ./install.sh

To revert just delete the folder ~/.local/share/rhythmbox/plugins/coverart_browser

Reply to this email directly or view it on GitHub.

fossfreedom commented 9 years ago

Note to others:

the master branch is the current development branch - it may not be stable.

Whilst I'm happy you test with this - and thus report any issues - this branch SHOULD NOT be packaged for your distro - e.g. AUR for Arch.

if you are a distro packager please apply the commit https://github.com/fossfreedom/coverart-browser/commit/6a02d3b74a49377dc2d05f2ab7e89828b3e04556 to the stable branch