Eu tenho problemas em relação ao Software Center no Ubuntu 16.04, ele não vai funcionar quando reinstalado

1

Recentemente, procurei como atualizar e reinstalar o centro de software depois que ele desapareceu do meu netbook, segui as instruções encontradas aqui - O Centro de Software não abre de todo que foi apenas um caso de usar sudo apt-get update sudo apt-get instala software-center (tudo parecia correr bem) e agora, quando eu o executo, recebo este pedaço exibido no terminal:

~$ software-center
/usr/bin/software-center:25: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded.
  from gi.repository import Gtk, GObject
/usr/share/software-center/softwarecenter/ui/gtk3/views/purchaseview.py:29: PyGIWarning: WebKit2 was imported without specifying a version first. Use gi.require_version('WebKit2', '4.0') before import to ensure that the right version gets loaded.
  from gi.repository import WebKit2 as webkit
2017-04-01 10:14:30,130 - softwarecenter.backend.zeitgeist_logger - WARNING - Support for Zeitgeist disabled
/usr/share/software-center/softwarecenter/ui/gtk3/widgets/symbolic_icons.py:23: PyGIWarning: PangoCairo was imported without specifying a version first. Use gi.require_version('PangoCairo', '1.0') before import to ensure that the right version gets loaded.
  from gi.repository import Gtk, Gdk, GLib, PangoCairo
2017-04-01 10:14:30,874 - softwarecenter.ui.gtk3.app - INFO - setting up proxy 'None'
2017-04-01 10:14:41,220 - softwarecenter.backend.reviews - WARNING - Could not get usefulness from server, no username in config file
2017-04-01 10:14:41,340 - softwarecenter.plugin - INFO - activating plugin '<module 'webapps_activation' from '/usr/share/software-center/softwarecenter/plugins/webapps_activation.pyc'>'
2017-04-01 10:14:41,918 - softwarecenter.db.pkginfo_impl.aptcache - INFO - aptcache.open()
2017-04-01 10:14:46,776 - softwarecenter.db.update - WARNING - failed to load file /var/lib/apt-xapian-index/cataloged_times.p: unsupported pickle protocol: 3
2017-04-01 10:15:14,597 - softwarecenter.db.utils - INFO - software-center-agent finished with status 0
/usr/lib/python2.7/dist-packages/gi/overrides/GLib.py:585: Warning: Source ID 71 was not found when attempting to remove it
  return super(MainContext, self).iteration(may_block)
/usr/lib/python2.7/dist-packages/gi/overrides/GLib.py:585: Warning: g_variant_new_variant: assertion 'value != NULL' failed
  return super(MainContext, self).iteration(may_block)
/usr/lib/python2.7/dist-packages/gi/overrides/GLib.py:585: Warning: g_variant_get_type: assertion 'value != NULL' failed
  return super(MainContext, self).iteration(may_block)
/usr/lib/python2.7/dist-packages/gi/overrides/GLib.py:585: Warning: g_variant_type_is_subtype_of: assertion 'g_variant_type_check (type)' failed
  return super(MainContext, self).iteration(may_block)
/usr/lib/python2.7/dist-packages/gi/overrides/GLib.py:585: Warning: g_variant_builder_add_value: assertion '!GVSB(builder)->expected_type || g_variant_is_of_type (value, GVSB(builder)->expected_type)' failed
  return super(MainContext, self).iteration(may_block)
/usr/lib/python2.7/dist-packages/gi/overrides/GLib.py:585: Warning: g_variant_builder_end: assertion 'GVSB(builder)->offset >= GVSB(builder)->min_items' failed
  return super(MainContext, self).iteration(may_block)
/usr/lib/python2.7/dist-packages/gi/overrides/GLib.py:585: Warning: g_variant_unref: assertion 'value != NULL' failed
  return super(MainContext, self).iteration(may_block)
Traceback (most recent call last):
  File "/usr/share/software-center/softwarecenter/ui/gtk3/app.py", line 1091, in on_menuitem_view_all_activate
    if self.menuitem_view.blocked:
AttributeError: 'MenuItem' object has no attribute 'blocked'

Alguém tem alguma idéia do que eu preciso fazer para ter meu sistema funcionando e estável, por favor? Eu nunca fui tão bom em entender isso e apreciaria qualquer ajuda que alguém pudesse me dar. Puxar meu cabelo para fora enquanto soluça baixinho não parece estar ajudando o problema.

    
por Zaza 01.04.2017 / 11:49

0 respostas