O software não abre no Ubuntu 13.04 devido ao Gdk-ERROR [closed]

0

Eu sei que há muitas outras perguntas sobre problemas semelhantes, mas meu erro parece diferente dos outros. (Desculpas se eu realmente perdi o que se refere ao meu)

Quando abro o Centro de Software, recebo este erro. Eu tentei removê-lo ( apt-get remove --purge software-center e reinstalá-lo, mas o erro permaneceu). O que está errado? Eu pensei que poderia ser algo relacionado ao Gnome, então mudei para o Unity, mas o problema ainda ocorre. Estou executando o 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)
    
por jbx 15.10.2013 / 19:18

1 resposta

1

Então parece que na verdade é um bug conhecido.

link

Há um hack que envolve comentar uma linha descrita no relatório de bug que basicamente é isso:

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

dentro do arquivo:

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

feio, mas funciona.

    
por jbx 15.10.2013 / 19:24