Due to the huge number of packages list in UP5, I selected to make small batches of upgrade to avoid a long single process. After some batches however, I cannot restart synaptic. Using terminal to start, I get the following:
fuh@fuh:~$ sudo synaptic
[sudo] password for fuh:
(synaptic:4128): GLib-GObject-CRITICAL **: g_object_set_data: assertion `G_IS_OBJECT (object)' failed
(synaptic:4128): GLib-GObject-WARNING **: invalid (NULL) pointer instance
(synaptic:4128): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
fuh@fuh:~$ Traceback (most recent call last):
File "/usr/sbin/update-apt-xapian-index", line 97, in <module>
if not indexer.setupIndexing(force=opts.force, system=opts.pkgfile is None):
File "/usr/lib/pymodules/python2.7/axi/indexer.py", line 471, in setupIndexing
self.plugins = Plugins(progress=self.progress, system=system)
File "/usr/lib/pymodules/python2.7/axi/indexer.py", line 94, in __init__
addon = Addon(fullname, **kw)
File "/usr/lib/pymodules/python2.7/axi/indexer.py", line 49, in __init__
self.module = imp.load_source("axi.plugin_" + self.name, fname)
File "/usr/share/apt-xapian-index/plugins/software-center.py", line 13, in <module>
from softwarecenter.db.update import index_name
File "/usr/share/software-center/softwarecenter/db/update.py", line 59, in <module>
from softwarecenter.db.database import parse_axi_values_file
File "/usr/share/software-center/softwarecenter/db/database.py", line 26, in <module>
from softwarecenter.db.application import Application
File "/usr/share/software-center/softwarecenter/db/application.py", line 27, in <module>
from softwarecenter.backend.channel import is_channel_available
File "/usr/share/software-center/softwarecenter/backend/channel.py", line 25, in <module>
from softwarecenter.distro import get_distro
File "/usr/share/software-center/softwarecenter/distro/__init__.py", line 179, in <module>
distro_instance=_get_distro()
File "/usr/share/software-center/softwarecenter/distro/__init__.py", line 162, in _get_distro
module = __import__(distro_id, globals(), locals(), [], -1)
ImportError: No module named LinuxMint
fuh@fuh:~$
Any suggestion what is missed?
I can only do software installation now via apt using terminal.
Thanks




