Code review comment for lp:~flamingolof/software-properties/gtkbuilder

Revision history for this message
mac9416 (mac9416) wrote :

Looks like there's a packaging problem. It seems that the new data/gtkbuilder directory isn't being installed:

"""
Traceback (most recent call last):
  File "/usr/bin/software-properties-gtk", line 110, in <module>
    app = SoftwarePropertiesGtk(datadir=data_dir, options=options, file=file)
  File "/usr/lib/python2.6/dist-packages/softwareproperties/gtk/SoftwarePropertiesGtk.py", line 88, in __init__
    self.builder.add_from_file(datadir+"gtkbuilder/main.ui")
glib.GError: Failed to open file '/usr/share/software-properties/gtkbuilder/main.ui': No such file or directory
"""

review: Needs Fixing

« Back to merge proposal