GNOME Bugzilla – Bug 776674
Invalid property on ArtistAlbum view
Last modified: 2017-01-09 17:09:29 UTC
Created attachment 342692 [details] [review] Remove invalid property defined Clicking on an album from albums view breaks gnome-music with Traceback (most recent call last):
+ Trace 237027
callback(source, param, item, remaining, data)
disc = self._create_disc_box(disc_nr, discs[disc_nr])
disc_box = DiscBox(self._model)
builder.add_from_resource('/org/gnome/Music/ArtistAlbumWidget.ui') GLib.Error: gtk-builder-error-quark: .:3:2196 Invalid property: DiscListBox.selection_mode (11)
This looks like a mangled source tree to me. The ui file which defines DiscListBox doesn't have selection_mode as a property (anymore).
This is the last commit about that line on master: https://git.gnome.org/browse/gnome-music/commit/?id=e7fe2b7cf2e65eb9692a0f1c9e4319aa852dc29a exact line: https://github.com/GNOME/gnome-music/commit/e7fe2b7cf2e65eb9692a0f1c9e4319aa852dc29a#diff-470a8f4d3585046dd874c5000f769623R82 where can I find that file without selection_mode?
Here: https://git.gnome.org/browse/gnome-music/tree/data/ArtistAlbumWidget.ui#n79 . This commit : https://git.gnome.org/browse/gnome-music/commit/?id=32ec740307d3351231340dd42b108ade56e59678
But problem is on line 125.
It isn't, it is referring to DiscListBox, not DiscSongsFlowBox.
I see it finally (from stack trace). Have to rebase before submit a patch