Hello,
When I try to use this fix, I am still not able to open the software center. After applying the fix, I receive a different error in the terminal, after trying to run the software center. This is the output:
Code: Select all
2011-03-03 16:45:45,654 - softwarecenter.fixme - WARNING - logs to the root logger: '('/usr/share/software-center/softwarecenter/view/widgets/mkit_themes.py', 675, 'retrieve')'
2011-03-03 16:45:45,653 - root - WARNING - No styling hints for Mint-X-Metal were found... using Human hints.
Traceback (most recent call last):
File "/usr/bin/software-center", line 90, in <module>
app = SoftwareCenterApp(datadir, xapian_base_path, options, args)
File "/usr/share/software-center/softwarecenter/app.py", line 220, in __init__
self.navhistory_forward_action)
File "/usr/share/software-center/softwarecenter/view/availablepane.py", line 101, in __init__
self._build_ui()
File "/usr/share/software-center/softwarecenter/view/availablepane.py", line 112, in _build_ui
self.apps_filter)
File "/usr/share/software-center/softwarecenter/view/catview_gtk.py", line 251, in __init__
self.build(desktopdir)
File "/usr/share/software-center/softwarecenter/view/catview_gtk.py", line 434, in build
self.categories = self.parse_applications_menu(desktopdir)
File "/usr/share/software-center/softwarecenter/view/catview.py", line 109, in parse_applications_menu
category = self._parse_menu_tag(child)
File "/usr/share/software-center/softwarecenter/view/catview.py", line 265, in _parse_menu_tag
query = self._parse_include_tag(element)
File "/usr/share/software-center/softwarecenter/view/catview.py", line 226, in _parse_include_tag
return self._parse_and_or_not_tag(include, query, xapian.Query.OP_AND)
File "/usr/share/software-center/softwarecenter/view/catview.py", line 173, in _parse_and_or_not_tag
or_elem = self._parse_and_or_not_tag(and_elem, xapian.Query(), xapian.Query.OP_OR)
File "/usr/share/software-center/softwarecenter/view/catview.py", line 213, in _parse_and_or_not_tag
q = self.db.xapian_parser.parse_query(s, xapian.QueryParser.FLAG_WILDCARD)
AttributeError: 'StoreDatabase' object has no attribute 'xapian_parser'
This result has been consistent for me on 2 machines running Linux Mint 10. I believe your fix was for Mint 9. Any help is appreciated, thanks!