Advertisement
Guest User

software-center-error

a guest
Jan 27th, 2015
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.01 KB | None | 0 0
  1. user~$ software-center
  2.  
  3. Fontconfig warning: "/etc/fonts/conf.d/65-droid-sans-fonts.conf", line 61: Having multiple values in <test> isn't supported and may not work as expected
  4. Fontconfig warning: "/etc/fonts/conf.d/65-droid-sans-fonts.conf", line 96: Having multiple values in <test> isn't supported and may not work as expected
  5. Fontconfig warning: "/etc/fonts/conf.d/90-fonts-nanum.conf", line 9: Having multiple values in <test> isn't supported and may not work as expected
  6. Fontconfig warning: "/etc/fonts/conf.d/90-fonts-nanum.conf", line 22: Having multiple <family> in <alias> isn't supported and may not work as expected
  7. Fontconfig warning: "/etc/fonts/conf.d/90-fonts-nanum.conf", line 22: Having multiple <family> in <alias> isn't supported and may not work as expected
  8. Fontconfig warning: "/etc/fonts/conf.d/90-fonts-nanum.conf", line 22: Having multiple <family> in <alias> isn't supported and may not work as expected
  9. Fontconfig warning: "/etc/fonts/conf.d/90-fonts-nanum.conf", line 26: Having multiple <family> in <alias> isn't supported and may not work as expected
  10. Fontconfig warning: "/etc/fonts/conf.d/90-fonts-nanum.conf", line 31: Having multiple values in <test> isn't supported and may not work as expected
  11. Fontconfig warning: "/etc/fonts/conf.d/90-fonts-nanum.conf", line 40: Having multiple values in <test> isn't supported and may not work as expected
  12. Fontconfig warning: "/etc/fonts/conf.d/90-fonts-unfonts-core.conf", line 11: Having multiple values in <test> isn't supported and may not work as expected
  13. 2015-01-27 11:53:56,823 - softwarecenter.fixme - WARNING - logs to the root logger: '('/usr/lib/python2.7/dist-packages/gi/importer.py', 51, 'find_module')'
  14. 2015-01-27 11:53:56,823 - root - ERROR - Could not find any typelib for Gst
  15. 2015-01-27 11:53:56,868 - softwarecenter.ui.gtk3.app - INFO - setting up proxy 'None'
  16. 2015-01-27 11:53:56,873 - softwarecenter.db.database - INFO - open() database: path=None use_axi=True use_agent=True
  17. Traceback (most recent call last):
  18.   File "/usr/bin/software-center", line 142, in <module>
  19.     app = SoftwareCenterAppGtk3(datadir, xapian_base_path, options, args)
  20.   File "/usr/share/software-center/softwarecenter/ui/gtk3/app.py", line 305, in __init__
  21.     self.backend = get_install_backend()
  22.   File "/usr/share/software-center/softwarecenter/backend/installbackend.py", line 86, in get_install_backend
  23.     from softwarecenter.backend.installbackend_impl.aptd import (
  24.   File "/usr/share/software-center/softwarecenter/backend/installbackend_impl/aptd.py", line 34, in <module>
  25.     from aptdaemon import client
  26.   File "/usr/lib/python2.7/dist-packages/aptdaemon/client.py", line 70, in <module>
  27.     class MemoizedMixIn(MemoizedTransaction, GObject.GObjectMeta):
  28.   File "/usr/lib/python2.7/dist-packages/gi/module.py", line 316, in __getattr__
  29.     return getattr(self._introspection_module, name)
  30.   File "/usr/lib/python2.7/dist-packages/gi/module.py", line 135, in __getattr__
  31.     self.__name__, name))
  32. AttributeError: 'gi.repository.GObject' object has no attribute 'GObjectMeta'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement