After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 130733 - Quickstart menu entries
Quickstart menu entries
Status: RESOLVED WONTFIX
Product: gnome-panel
Classification: Other
Component: panel
2.5.x
Other Linux
: Low enhancement
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks: 162009
 
 
Reported: 2004-01-07 00:26 UTC by Glynn Foster
Modified: 2009-12-20 17:02 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement



Description Glynn Foster 2004-01-07 00:26:22 UTC
Okay, so the JDS panel had a feature whereby you could add menu entries to
the top of the toplevel menu.

ie.

   Web Browser
   IRC Client
   ============
   Applications >
   Run Application
   ============= 
   .....

These could be added by going to the quick-start:/// URI.

My thoughts -
  o I quite like this functionality
  o I'm not pushed with yet another URI
  o Menu system is already fucked, do we want to fuck it some more?
  o Should we wait until the new menu system, and hopefully we could
    do it cleverly?
  o This could just as easily by favorites:/// URI

Discuss ;)
[bug guys, sorry if there's already an open bug about this]
Comment 1 Vincent Untz 2004-01-07 00:31:03 UTC
>  o Should we wait until the new menu system, and hopefully we could
>    do it cleverly?

Yes.

Anyway: I'm not sure we should rush before the feature freeze to add
this because we have to think about it. So I don't think it's good for
2.6. And hopefully, we'll have the new menu system for 2.8.

So, right now, my advice is "wait & see".
Comment 2 Glynn Foster 2004-01-07 05:06:24 UTC
Sounds a fair assessment to me.
Comment 3 Luis Villa 2004-02-05 20:23:49 UTC
Who is going to make this new menu system happen? :/ [Updating some
keywords, BTW- indicating that it is 2.7.]
Comment 4 Glynn Foster 2004-02-05 23:31:12 UTC
Think there's separate projects both in Red Hat [jrb?] and Sun
[erwann?] to try and do something about it, but i'd say it's less
likely it'll get into 2.6 at this stage.
Comment 5 Bryan W Clark 2004-12-22 18:31:06 UTC
I'd like to see this get integrated into the new menu in bug 161613
Comment 6 Vincent Untz 2004-12-23 06:38:20 UTC
I'm not fond of having Applications as a submenu here (see bug #98883).

Ross Burton was working on something to determine the most used applications and
create an applet to launch them.
Comment 7 Bryan W Clark 2004-12-23 19:18:17 UTC
Oh, yes I agree about applications in a submenu.

I was looking at the part that just has standard launchers for quickstart items,
maybe this bug is just about adding the .desktop file to the Application menu
category and I'm talking about the ability to add "preferred applications"
launchers to the menu.

[Applications]
  - Accesories
  - ....
  --------------
  Web Browser [Epiphany]
  Email       [Evolution]


Sorry about the confusion, perhaps I should have a separate bug for this.
Comment 8 Long Gao 2008-10-23 01:00:28 UTC
I have modified gnome-panel to add a new start menu, which resembles the windows start menu. You can see the screenshots at 

http://www.flickr.com/photos/31611994@N05/2965022895/in/set-72157608249326794/
http://www.flickr.com/photos/31611994@N05/2965022899/in/set-72157608249326794/
http://www.flickr.com/photos/31611994@N05/2965022901/in/set-72157608249326794/
http://www.flickr.com/photos/31611994@N05/2965022903/in/set-72157608249326794/
http://www.flickr.com/photos/31611994@N05/2965022905/in/set-72157608249326794/

It is in fact a GtkWindow widget, with a positioning function ported from GtkMenu. And we can add what we want to this Start menu.

Main bugs includes:

1. Most recently used applications and favorite applications are to complete.. I trace  d Suse main menu but as it used GtkRecentManager to retrieve the applications usage information, I just could not find where it log the usage of any applications by GtkRecentManager. 

2. I find GtkToolButton and GtkkMenuToolButton fit more than GtkImage MenuItem in the startmenu . I used GtkImageMenuItem, but you have to click once to select a menu item, before you can clicke it once more to launch an application. 

By the way, I want to find a free ftp site to host my newly created RPMs and sources for both CentOS5.2 and Fedora9, do you have any good ideas? 
Comment 9 André Klapper 2009-12-20 16:50:23 UTC
This would basically be covered by gnome-shell.
Comment 10 André Klapper 2009-12-20 17:02:25 UTC
WONTFIX.
Similar: Bug 464751 about listing recently used applications which has a patch.