GNOME Bugzilla – Bug 590480
gnome-shell does not start
Last modified: 2009-08-03 19:16:11 UTC
Please describe the problem: When I try to start the gnome-shell with the --replace option, the program does not work, and I am again my Metacity and gnome-Panel. Steps to reproduce: 1. ./gnome-shell --replace . Actual results: attempt to start the program and replace the Metacity and gnome-pannel, but can not. Expected results: The gnome-Panel and Metacity are replaced by gnome-shell Does this happen every time? Yes. Other information: flamarion@arvore:~/gnome-shell/source/gnome-shell/src$ ./gnome-shell --replace Traceback (most recent call last):
+ Trace 216742
shell = start_shell()
(server_glx_extensions, client_glx_extensions, glx_extensions) = _get_glx_extensions()
glxinfo = subprocess.Popen(["glxinfo"], stdout=subprocess.PIPE)
errread, errwrite)
raise child_exception
flamarion@arvore:~/gnome-shell/source/gnome-shell/src$ Aviso do gerenciador de janelas: A tela 0 na exibição ":0.0" já possui um gerenciador de janelas; tente usar a opção --replace para substituir o gerenciador de janelas atual. (gnome-panel:16041): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 24 (gnome-panel:16041): Gdk-WARNING **: /build/buildd-gtk+2.0_2.16.1-2-i386-NWxSfb/gtk+2.0-2.16.1/gdk/x11/gdkdrawable-x11.c:878 drawable is not a pixmap or window flamarion@arvore:~/gnome-shell/source/gnome-shell/src$
You are missing the glxinfo utility which the wrapper script uses. Can you: A) Tell us what Linux distribution and version you are using B) Determine what package glxinfo is in on that distribution Thanks!
Created attachment 139708 [details] glxinfo
Created attachment 139709 [details] issue
ii mesa-utils 7.0.3-7 Miscellaneous Mesa GL utilities I will update the mesa-utils to the unstable version of the distribution and report the result.
updated the mesa-utils version to unstable and apparently went to work .... received no more the previous error. I should close the bug. Sorry for not thinking of upgrading the package before. Thanks ii mesa-utils 7.5-3 Miscellaneous Mesa GL utilities
Pushed an addition of mesa-utils to gnome-shell-build-setup.sh. Thanks for reporting the problem!