After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 748209 - Context Pane cannot be activated with Ubuntu 14.04: 'HBox' object has no attribute 'set_margin_start'
Context Pane cannot be activated with Ubuntu 14.04: 'HBox' object has no attr...
Status: RESOLVED OBSOLETE
Product: rhythmbox
Classification: Other
Component: Plugins (other)
3.2.x
Other Linux
: Normal normal
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-04-20 18:56 UTC by foss.freedom
Modified: 2018-05-24 18:30 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description foss.freedom 2015-04-20 18:56:36 UTC
When activating the context pane in Ubuntu 14.04 the following error is seen:

Traceback (most recent call last):
  • File "/usr/lib/rhythmbox/plugins/context/context.py", line 42 in do_activate
    self.context_view = cv.ContextView (self.object, self)
  • File "/usr/lib/rhythmbox/plugins/context/ContextView.py", line 73 in __init__
    self.init_gui ()
  • File "/usr/lib/rhythmbox/plugins/context/ContextView.py", line 226 in init_gui
    self.buttons.set_margin_start(6)
AttributeError: 'HBox' object has no attribute 'set_margin_start'


set_margin_start is a GTK3.12 method - this doesnt square with the current minimum baseline for Rhythmbox which I think is 3.8.

If that "HBox" reference is a Gtk.HBox type then as per deprecation (3.2) it needs to be changed to Gtk.Box with a Horizontal Orientation.
Comment 1 GNOME Infrastructure Team 2018-05-24 18:30:09 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to GNOME's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/rhythmbox/issues/1404.