Ubuntu – How to launch Ubuntu Software Center from GNOME Shell

gnomegnome-shellUbuntu

I have been playing around with GNOME Shell from Ubuntu 9.10.

I installed the preview which is available in Ubuntu 9.10 repositories using

sudo apt-get install gnome-shell
gnome-shell --replace

However I can't figure out how to launch Ubuntu Software Center using it. It just appears to be missing. The software center appears fine in normal Gnome.

How do you launch the Ubuntu Software Center from GNOME Shell?

For those of you who are getting confused, Gnome Shell is the next generation user interface for GNOME, it is planned for inclusion as default in GNOME 3.0, there is a preview of it in the Ubuntu 9.10 repositories. I am not interested in how to launch Ubuntu Software Center from the terminal or in how to launch it from the normal GNOME interface.

Best Answer

So I think what you're alluding to is that although Gnome Shell presents a version of the "Applications" menu, it doesn't (AFAIK) present the "System" menu anywhere.

So, you have to still might want to add a launcher for the tool you want to run somewhere in the Applications menu tree. That's easy but not trivial:

  1. Click on your name up in the upper right hand corner.
  2. Click on System Preferences....
  3. Click on "Main Menu" in the Look-and-Feel section of the "Control Center" that pops up.
  4. Select the section where you want to add the software-center launcher - I chose "System tools".
  5. Click the "new item" button.
  6. Enter "software-center" as both the name and the command.
  7. Click "OK".
  8. Click "Close".

Now when you select "Activities" in the upper left hand corner, then the "more" button just to the right of the word "Applications", you'll see your new software-center launcher listed in the system tools menu.

I tried this and it worked perfectly.

EDIT: I don't know why I didn't see it there; it appears there's already a launcher for this; "Ubuntu Software Center" is a launcher in the "System" section of "System Preferences..." control center.

I haven't verified, but it looks to me like Gnome-Shell is presenting the Applications menu under that "more" button I mentioned above, and presenting the System menu within the control center that pops up when you choose "System Preferences..."

Related Question