This probably has something to do with the plugins installed and apport
being unable to find the package version for one of them.  We can see
the following in the hook:

    # collect informations on the /usr/lib/control-center-1 components 
    plugin_packages = set()
    for paneldir in (['/usr/lib/control-center-1'] + 
glob.glob('/usr/lib/*/control-center-1')):
        for dirpath, dirnames, filenames in os.walk(paneldir):
            for filename in filenames:
                path = os.path.join(dirpath, filename)
                package = apport.packaging.get_file_package(path)
                if package == 'gnome-control-center':
                    continue

                plugin_packages.add(package)

        report["usr_lib_gnome-control-center"] =
package_versions(*sorted(plugin_packages))

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1237119

Title:
  ERROR: hook /usr/share/apport/package-hooks/source_gnome-control-
  center.py crashed: TypeError: add_info() takes 1 positional argument
  but 2 were given

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1237119/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to