Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Hi all,
I know about GNOME shell after installing FluxBox (desktop manager) on my Back Track 5R2 linux. GNOME shell menu is listed in: FluxBox > System > Utility > GNOME shell. I try to click the menu and a small sized box is pop up without menu or anything. it only contains windows title and blank white space below it. I want to close it but there's no close symbol (X) or anything, so I type "close" in the white box and then press "enter". Then it disappear.
But then I realize that when I click GNOME shell menu again nothing is pops up. Also the icon besides GNOME shell menu is disappear. I try to type "gnome-shell" in the terminal:
Code:
root@bt:~# gnome-shell
and the outcome is:
Code:
Window manager warning: Screen 0 on display ":0.0" already has a window manager
I try to do the same thing in CLI mode, and the outcome is:
Code:
Error: unable to open display
Failed to start shell
Traceback (most recent call last):
File "/usr/bin/gnome-shell", line 277, in<module>
shell = start_shell()
File "/usr/bin/gnome-shell", line 134, in start_shell
(server_glx_extensions, client_glx_extensions, glx_extensions) = _get_glx_extensions()
File "/usr/bin/gnome-shell", line 73, in _get_glx_extensions
server_glx_extensions = set (re.split("\s*,\s*", glxinfo_map['server glx extensions'] strip()))
KeyError: 'server glx extensions'
Since the GNOME shell menu is malfunction so I thought the program is broken. I try to re-install gnome-shell by typing "apt-get install gnome-shell" in terminal but it says that I am using the newest version of gnome-shell.
I don't know what happen here? how to fix this? what is GNOME shell? How to restore the GNOME shell menu on FLUXBOX?
my system:
OS linux backtrack 5 R2
notebook HP compaq NC4010
ATI Radeon IGP 350M graphics
Here is a Ubuntu thread that mentions glx and the radeon driver with a similar error message like you posted. I am posting this because of your posted Laptop specs which show radeon.
root@bt:~#gnome-shell --replace
Error: unable to open display
Failed to start shell
Traceback (most recent call last):
File "/usr/bin/gnome-shell", line 317, in<module>
restore_gnome()
File "/usr/bin/gnome-shell", line 191, in restore_gnome
launch_component("/desktop/gnome/sesssion/required_components/windowmanager")
File "/usr/bin/gnome-shell", line 170, in launch_component
component = client.get_string(gconf_path)
glib.GError: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit; or you stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information (Details - 1 : Not running within active session)
and here is the outcome when I type "gnome-shell --replace" in terminal:
Code:
root@bt:~# gnome-shell --replace
Window manager warning: Screen 0 on display ":0.0" already has a window manager
root@bt:~# Window manager warning: Screen 0 on display ":0.0" already has a window manager
here is my situation (I am using FluxBox), when I right click on the desktop then go to: FluxBox > System > Utility > GNOME shell, there is no icon besides "GENOME shell" text and when I click that menu (GNOME shell) there's nothing pops up, the menu just dead.
there's no detail information about "GNOME shell" under "Utility" sub menu. but then I go to edit /usr/share/flux-for-back/inc/Utility, there I found this:
as you can see, GNOME Shell is the only menu which don't have ICON.png in it's last line (I don't know is this the default setting or not). And I guest it execute /usr/bin/gnome-shell, which is contain Error on several lines? OR is it just because I lost some dependencies?
what makes me crazy is because it used to generate a window when I click the menu
Here's a snippet from my Fluxbox menu; the parts that refer to icons were copied from the default universal menu--I don't worry much about icons in the menu myself:
All the missing reference to an icon means is that an icon won't display in the menu; it should have no effect on functionality.
Note that I don't have an answer for you, though I am somewhat puzzled as to why you might want to call Gnome-shell from inside Fluxbox. I just have questions about why the menu looks so unusual.
Note that I don't have an answer for you, though I am somewhat puzzled as to why you might want to call Gnome-shell from inside Fluxbox. I just have questions about why the menu looks so unusual.
I just copy it from original code
your syntax is same with mine on ~/.fluxbox/menu. please check my previous post
while syntax that contains cd is on /usr/share/flux-for-back/inc/Utility which is part of ~/.fluxbox/menu.
As I said before that I have try to call gnome-shell from CLI (outside fluxbox) as well but I got error messages as I describe on previous posts
yes, of course, ICON is not important ( I can add to it Right?). The most important is functionality.
plz help
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.