GottenGeography non working in Ubuntu 16.04

Bug #1582287 reported by Claudio Papini
38
This bug affects 8 people
Affects Status Importance Assigned to Milestone
GottenGeography
Fix Released
Undecided
Unassigned

Bug Description

After upgrading to 16.04, when I launch GottenGeography, I get this error:

Traceback (most recent call last):
  File "/usr/bin/gottengeography", line 85, in <module>
    from gg.app import GottenGeography
  File "/usr/lib/python3/dist-packages/gg/app.py", line 26, in <module>
    from gg.camera import Camera
  File "/usr/lib/python3/dist-packages/gg/camera.py", line 30, in <module>
    from gg.widgets import Builder, Widgets
  File "/usr/lib/python3/dist-packages/gg/widgets.py", line 78, in <module>
    class Widgets(Builder):
  File "/usr/lib/python3/dist-packages/gg/common.py", line 62, in singleton
    return single()
  File "/usr/lib/python3/dist-packages/gg/widgets.py", line 84, in __init__
    Builder.__init__(self)
  File "/usr/lib/python3/dist-packages/gg/widgets.py", line 43, in __init__
    self.add_from_file(join(PKG_DATA_DIR, filename + '.ui'))
GLib.Error: gtk-builder-error-quark: /usr/share/gottengeography/gottengeography.ui:941:22 Unsupported tag for GtkSizeGroup: <placeholder> (1)

Changed in gottengeography:
status: New → Confirmed
Revision history for this message
Aaron Whitehouse (aaron-whitehouse) wrote :

I've fixed this by simply deleting these "<placeholder />" lines. See patch. Along with another change in actor.py, that gets gg to open. Not quite sure where to push my changes, so have just attached a patch.

Revision history for this message
Robert Bruce Park (robru) wrote :

Hi, thanks! Apologies, GG has been unmaintained for some time.

Currently the official repo is here:

https://code.launchpad.net/~robru/gottengeography/+git/gottengeography/+ref/master

I'll apply your patch shortly.

Revision history for this message
Aaron Whitehouse (aaron-whitehouse) wrote :

With the earlier patch, gg still errors out on actor.py. Patch attached fixes that.

Revision history for this message
Robert Bruce Park (robru) wrote :

Thanks again! I've confirmed this is working for me locally. I'll try to get a build going in the PPA.

Revision history for this message
Robert Bruce Park (robru) wrote :

Ok looks like the build succeeded in the PPA after some cleanup. I tested it briefly and it appears to be working (at least with the included demo data). Let me know if there's any other problems.

Changed in gottengeography:
status: Confirmed → Fix Released
Revision history for this message
Claudio Papini (claudio-papini) wrote :

Now it works perfectly!

Thanks.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.