由于 Gdk-ERROR,软件中心无法在 Ubuntu 13.04 上打开

由于 Gdk-ERROR,软件中心无法在 Ubuntu 13.04 上打开

我知道还有很多关于类似问题的问题,但我的错误似乎与其他错误不同。(如果我真的错过了解决我问题的那个,请原谅)

当我打开软件中心时,出现此错误。我尝试将其删除(apt-get remove --purge software-center并重新安装,但错误仍然存​​在)。出了什么问题?我认为它可能与 Gnome 有关,所以我改用 Unity,但问题仍然存在。我正在运行 Ubuntu 13.04。

013-10-15 18:13:49,317 - softwarecenter.ui.gtk3.app - INFO - setting up proxy 'None'
2013-10-15 18:13:49,626 - softwarecenter.backend.reviews - WARNING - Could not get usefulness from server, no username in config file
2013-10-15 18:13:49,628 - softwarecenter.plugin - INFO - activating plugin '<module 'webapps_activation' from '/usr/share/software-center/softwarecenter/plugins/webapps_activation.pyc'>'
2013-10-15 18:13:49,634 - softwarecenter.fixme - WARNING - logs to the root logger: '('/usr/lib/python2.7/dist-packages/gi/importer.py', 51, 'find_module')'
2013-10-15 18:13:49,634 - root - ERROR - Could not find any typelib for LaunchpadIntegration
2013-10-15 18:13:49,659 - softwarecenter.db.pkginfo_impl.aptcache - INFO - aptcache.open()
2013-10-15 18:13:50,937 - softwarecenter.fixme - WARNING - logs to the root logger: '('/usr/share/software-center/softwarecenter/utils.py', 271, 'get_title_from_html')'
2013-10-15 18:13:50,937 - root - WARNING - failed to parse: '<div style="background-color: #161513; width:1680px; height:200px;">
 <div style="background: url('/site_media/exhibits/2013/09/AAMFP_Leaderboard_700x200_1.jpg') top left no-repeat; width:700px; height:200px;"></div>
</div>' ('ascii' codec can't encode character u'\xa0' in position 70: ordinal not in range(128))

(software-center:5947): Gdk-ERROR **: The program 'software-center' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadDrawable (invalid Pixmap or Window parameter)'.
  (Details: serial 2420 error_code 9 request_code 62 minor_code 0)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the GDK_SYNCHRONIZE environment
   variable to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)
Trace/breakpoint trap (core dumped)

答案1

因此看起来它实际上是一个已知的错误。

https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1163886

有一种黑客技术涉及注释掉错误报告中描述的一行,基本上是这样的:

self.exhibit_banner.set_exhibits([FeaturedExhibit()])

在文件内部:

/usr/share/software-center/softwarecenter/ui/gtk3/views/lobbyview.py

很丑,但是能用。

相关内容