Line 128 of /usr/bin/bins-edit-gui from the package app-misc/bins-1.1.23-r1
assigns the value of
/var/tmp/portage/bins-1.1.23-r1/image/usr/share/bins/bins-edit-gui.glade to
$glade instead of /usr/share/bins/bins-edit-gui.glade
The error when trying to run this program is:
DEVELOPER HACK
** WARNING **: document not well formed!
** WARNING **: Could not parse file
failed to return mandatory object of type Gtk::GladeXML at
/usr/bin/bins-edit-gui line 134.
To fix this, I changed the value being assigned to $glade and now everything
works fine. A post processing sed script would fix this but would break if the
image directory were different. I'm sure a more elegant solution exists.
Reproducible: Always
Steps to Reproduce:
1.emerge bins
2.bins-edit-gui some.jpg
3.
Actual Results:
DEVELOPER HACK
** WARNING **: document not well formed!
** WARNING **: Could not parse file
failed to return mandatory object of type Gtk::GladeXML
at /usr/bin/bins-edit-gui line 134.
Expected Results:
The program should have brought up a gui interface to edit xml tags.